summaryrefslogtreecommitdiff
path: root/eas.svg
diff options
context:
space:
mode:
Diffstat (limited to 'eas.svg')
-rw-r--r--eas.svg20
1 files changed, 20 insertions, 0 deletions
diff --git a/eas.svg b/eas.svg
new file mode 100644
index 0000000..b02d3a8
--- /dev/null
+++ b/eas.svg
@@ -0,0 +1,20 @@
+<!--
+ This image is licensed under a Creative Commons Attribution-ShareAlike 4.0 International license.
+ See more at <https://creativecommons.org/licenses/by-sa/4.0/>.
+-->
+<svg height="96" width="96" xmlns="http://www.w3.org/2000/svg">
+ <!-- masks -->
+ <mask id="strike">
+ <circle cx="48" cy="48" fill="white" r="36" />
+ <polygon fill="black" points="96,0 96,96 0,96" />
+ </mask>
+ <mask id="foreground">
+ <circle cx="48" cy="48" fill="white" r="36" />
+ <circle cx="48" cy="48" fill="black" r="24" />
+ <polygon fill="black" points="96,0 96,48 48,48" />
+ <polyline mask="url(#strike)" points="96,0 0,96" stroke="white" stroke-width="24" />
+ </mask>
+ <!-- fills -->
+ <rect fill="#01CD93" height="96" width="96" x="0" y="0" />
+ <rect fill="#00291B" height="96" mask="url(#foreground)" width="96" x="0" y="0" />
+</svg>