summaryrefslogtreecommitdiff
path: root/svg/logo/backspace.svg
blob: 3998c7efa50dad160a6ec6417e1274b143669eeb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<svg height="144" width="144" xmlns="http://www.w3.org/2000/svg">
	<clipPath id="clip0">
		<rect height="100%" width="50%" x="50%" y="0" />
	</clipPath>

	<mask id="glyph">
		<polygon fill="white" points="72,24 72,72 38.058874503,48" />
		<circle cx="72" cy="72" fill="black" r="12" />

		<circle clip-path="url(#clip0)" cx="72" cy="72" fill="none" r="24" stroke="white" stroke-width="24" />

		<!-- joints -->
		<circle cx="72" cy="48" fill="white" r="12" />
		<circle cx="72" cy="96" fill="white" r="12" />
	</mask>

	<rect fill="#000000" height="100%" width="100%" x="0" y="0" />
	<rect fill="#FFFFFF" height="100%" mask="url(#glyph)" width="100%" x="0" y="0" />
</svg>