aboutsummaryrefslogtreecommitdiff
path: root/src/_icons/shape.svg
blob: 8155be62e27dfa07bb5b4367e2673841fe7f3fb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
category: Design
tags: [draw, square, form, create, outline]
---
<svg>
  <circle cx="5" cy="5" r="2" />
  <circle cx="19" cy="5" r="2" />
  <circle cx="5" cy="19" r="2" />
  <circle cx="19" cy="19" r="2" />
  <line x1="5" y1="7" x2="5" y2="17" />
  <line x1="7" y1="5" x2="17" y2="5" />
  <line x1="7" y1="19" x2="17" y2="19" />
  <line x1="19" y1="7" x2="19" y2="17" />
</svg>