10 lines
613 B
XML
10 lines
613 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||
|
|
<!-- Water droplet / splat icon -->
|
||
|
|
<path d="M12 2C12 2 5 9.5 5 14a7 7 0 0 0 14 0c0-4.5-7-12-7-12z" fill="currentColor" opacity="0.3"/>
|
||
|
|
<path d="M12 2C12 2 5 9.5 5 14a7 7 0 0 0 14 0c0-4.5-7-12-7-12z"/>
|
||
|
|
<!-- Small splat drops -->
|
||
|
|
<circle cx="7" cy="18" r="1.2" fill="currentColor" opacity="0.5"/>
|
||
|
|
<circle cx="17" cy="17" r="0.9" fill="currentColor" opacity="0.4"/>
|
||
|
|
<circle cx="12" cy="20" r="1.0" fill="currentColor" opacity="0.35"/>
|
||
|
|
</svg>
|