blob: e38b3282f4c5de176c43742f585ca898cc34021d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
tags: [halloween, animal, scary, horror, cobweb, insect]
category: Animals
version: "1.78"
---
<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>
|