add new symbols

This commit is contained in:
rolux 2012-04-15 20:14:33 +02:00
parent 05056b20da
commit f5f1fde6a9
7 changed files with 18 additions and 2 deletions

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
<polygon points="72,32 184,32 184,240 128,144 72,240" fill="#404040" stroke="#404040" stroke-width="0"/>
</svg>

After

Width:  |  Height:  |  Size: 181 B

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
<circle cx="128" cy="128" r="96" fill="none" stroke="#404040" stroke-width="32"/>
</svg>

After

Width:  |  Height:  |  Size: 158 B

View file

@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
<path d="M 64,32 l 128,0 a 32,32 0 0,1 32,32 l 0,128 a 32,32 0 0,1 -32,32 l -128,0 a 32,32 0 0,1 -32,-32 l 0,-128 a 32,32 0 0,1 32,-32" fill="none" stroke="#404040" stroke-width="32"/>
<path d="M 80,32 l 96,0 a 48,48 0 0,1 48,48 l 0,96 a 48,48 0 0,1 -48,48 l -96,0 a 48,48 0 0,1 -48,-48 l 0,-96 a 48,48 0 0,1 48,-48" fill="none" stroke="#404040" stroke-width="32"/>
</svg>

Before

Width:  |  Height:  |  Size: 261 B

After

Width:  |  Height:  |  Size: 257 B

View file

@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
<path d="M 128,248 l -64,-112 a 72,72 0 1,1 128,0 l -64,112" fill="#404040"/>
<path d="M 128,248 l -64,-112 a 72,72 0 1,1 128,0 l -64,112 l 0,-124 l 1,0 a 20,20 0 1,0 -2,0 l 1,0 l 0,124" fill="#404040" stroke="none"/>
</svg>

Before

Width:  |  Height:  |  Size: 154 B

After

Width:  |  Height:  |  Size: 216 B

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
<rect x="32" y="32" width="192" height="192" fill="none" stroke="#404040" stroke-width="32"/>
</svg>

After

Width:  |  Height:  |  Size: 170 B

View file

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
<circle cx="128" cy="128" r="112" fill="none" stroke="#404040" stroke-width="32"/>
<path d="M 128,16 a 120,120 0 1,1 0,240 l 0,-240" fill="#404040" stroke="none"/>
</svg>

After

Width:  |  Height:  |  Size: 245 B

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
<path d="M 224,32 l 0,80 l -128,128 l -80,-80 l 128,-128 l 80,0 l -40,40 l -1,-1 a 20,20 0 1,0 2,2 l -1,-1 l 40,-40" fill="#404040" stroke="none"/>
</svg>

After

Width:  |  Height:  |  Size: 224 B