diff options
Diffstat (limited to 'src/icons/spider.svg')
-rw-r--r-- | src/icons/spider.svg | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/icons/spider.svg b/src/icons/spider.svg new file mode 100644 index 00000000..278704f4 --- /dev/null +++ b/src/icons/spider.svg @@ -0,0 +1,16 @@ +--- +tags: [halloween, animal, scary, horror, cobweb, insect] +category: Animals +version: "1.78" +unicode: "f293" +--- +<svg> + <path d="M5 4v2l5 5" /> + <path d="M2.5 9.5l1.5 1.5h6" /> + <path d="M4 19v-2l6 -6" /> + <path d="M19 4v2l-5 5" /> + <path d="M21.5 9.5l-1.5 1.5h-6" /> + <path d="M20 19v-2l-6 -6" /> + <circle cx="12" cy="15" r="4" /> + <circle cx="12" cy="9" r="2" /> +</svg> |