blob: 35ebb47ad494b0e76db639e45df98f8704ff71d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
tags: [shape, geometry, round, angle]
category: Shapes
version: "1.21"
unicode: "ece8"
---
<svg>
<path d="M12 3l-4 7h8z" />
<circle cx="17" cy="17" r="3" />
<rect x="4" y="14" width="6" height="6" rx="1" />
</svg>
|