improved svg files and added background variants
This commit is contained in:
parent
ac26959851
commit
d7a8256bba
10 changed files with 178 additions and 14 deletions
25
slashes/black-transparent-background.svg
Normal file
25
slashes/black-transparent-background.svg
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<svg
|
||||
viewBox="0 0 1024 1024"
|
||||
version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<style>
|
||||
polygon, ellipse {
|
||||
fill: black;
|
||||
}
|
||||
</style>
|
||||
<polygon
|
||||
points="1024,0 512,1024 320,1024 832,0" />
|
||||
<polygon
|
||||
points="704,0 192,1024 0,1024 512,0" />
|
||||
<ellipse
|
||||
cx="928"
|
||||
cy="544"
|
||||
rx="96"
|
||||
ry="96" />
|
||||
<ellipse
|
||||
cx="928"
|
||||
cy="928"
|
||||
rx="96"
|
||||
ry="96" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 442 B |
Loading…
Add table
Add a link
Reference in a new issue