summaryrefslogtreecommitdiff
path: root/pollex.svg
blob: 1c7d05042b894a67d3ecec81afd6efd1fd861db8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!-- Copyright 2024 Gabriel Bjørnager Jensen. -->

<!--
	This work is licensed under Creative Commons At-
	tribution-NoDerivatives 4.0 International. To
	view a copy of this license, visit:

	<https://creativecommons.org/licenses/by-nd/4.0/>
-->

<svg height="96" width="96" xmlns="http://www.w3.org/2000/svg">
	<!-- gradients: -->

	<!-- clips: -->

	<!-- masks: -->

	<mask id="z">
		<polygon fill="white" points="16,16 71,16 71,34 32,34 32,16 32,40 16,40" />
		<circle cx="71" cy="25" fill="white" r="9" />

		<polygon fill="black" points="32,22 61,22 61,28 32,28" />
		<circle cx="61" cy="25" fill="black" r="3" />

		<polygon fill="white" points="16,56 32,56 80,80 64,80" />
		<polygon fill="white" points="64,56 80,56 32,80 16,80" />
	</mask>

	<!-- fills: -->

	<rect fill="#4D4084" mask="" height="96" width="96" x="0" y="0" /> <!-- 7672 C -->
	<rect fill="#FFFFFF" mask="url(#z)" height="96" width="96" x="0" y="0" />
</svg>