Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/icons/scalable/actions/view-created.svg
blob: 577aceb75b80fd6d9aac486abdb2119e5d68b80e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
  <!ENTITY fill_color "#000000">
  <!ENTITY stroke_color "#FFFFFF">
]>
<svg xmlns="http://www.w3.org/2000/svg" width="55" height="55">
	<defs>
		<mask id="Mask" maskUnits="userSpaceOnUse" x="0" y="0" width="55" height="55">
            <rect x="0" y="0" width="55" height="55" fill="#FFFFFF" stroke="none"/>
			<circle cx="21.5" cy="16" r="1.75" style="fill:#000000;;stroke:none"/>
			<circle cx="21.5" cy="39" r="1.75" style="fill:#000000;;stroke:none"/>
			<circle cx="10" cy="27.5" r="1.75" style="fill:#000000;;stroke:none"/>
			<circle cx="33" cy="27.5" r="1.75" style="fill:#000000;;stroke:none"/>
            <line x1="21.5" y1="27.5" x2="28.5" y2="17" stroke="#000000" stroke-width="2.5" stroke-linecap="round"/>
            <line x1="21.5" y1="27.5" x2="29" y2="32.5" stroke="#000000" stroke-width="2.5" stroke-linecap="round"/>
		</mask>
	</defs>
    <circle cx="21" cy="27" r="15" style="fill:&stroke_color;;stroke:&stroke_color;;stroke-width:3.5" mask="url(#Mask)"/>
    <path d="M 46 17 l 7 7 l -14 0 z" fill="&stroke_color;" stroke="none"/>
    <path d="M 46 38 l 7 -7 l -14 0 z" fill="&stroke_color;" stroke="none"/>
</svg>