12 lines
546 B
XML
12 lines
546 B
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<g transform="translate(16,16)">
|
||
|
|
<!-- Rotor disc -->
|
||
|
|
<circle cx="0" cy="0" r="10" fill="none" stroke="currentColor" stroke-width="1" opacity="0.3"/>
|
||
|
|
<!-- Main body -->
|
||
|
|
<path d="M0,-8 L-6,6 L-1,6 L0,8 L1,6 L6,6 Z" fill="currentColor"/>
|
||
|
|
<!-- Rotor mast -->
|
||
|
|
<path d="M0,-6 L0,-10" stroke="currentColor" stroke-width="2"/>
|
||
|
|
<path d="M0,6 L0,8" stroke="currentColor" stroke-width="2"/>
|
||
|
|
</g>
|
||
|
|
</svg>
|