blob: f577b7451a78a1a49016d7ad974d883b6736a9bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Pantograph">
<g stroke="currentColor" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 40 L28 34 L40 10 L20 16 Z" fill="none"></path>
<path d="M8 40 L40 10" stroke-dasharray="0.1 4.2" opacity="0.55"></path>
</g>
<circle cx="8" cy="40" r="3.2" fill="currentColor"></circle>
<line x1="3.5" y1="44" x2="12.5" y2="44" stroke="currentColor" stroke-width="2.2" stroke-linecap="round"></line>
<circle cx="20" cy="16" r="2.4" fill="none" stroke="currentColor" stroke-width="2.2"></circle>
<circle cx="40" cy="10" r="3.6" fill="#B23A2E"></circle>
</svg>
|