Skip to main content

Raindrop


Examples

Heading
Smaller heading

Inline text 

Example link text 

Icon font

Use in web applications, on buttons, and anywhere you need more than a few icons.

<i class="modus-icons" aria-hidden="true">raindrop</i>

SVG sprite

Use for static sites when you only need a few icons.

<svg class="mi" width="1em" height="1em" fill="currentColor">
  <use xlink:href="/modus-outlined-icons.svg#raindrop" />
</svg>

SVG code

Use when you don't want any dependency.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-outline mi-raindrop" viewBox="0 0 24 24">
  <path d="M12 19.78c-3.17 0-5.75-2.58-5.75-5.76 0-2.38 2.99-6.82 4.77-9.24.46-.62 1.5-.62 1.96 0 1.78 2.43 4.77 6.86 4.77 9.24 0 3.18-2.58 5.76-5.75 5.76m0-13.8c-2.1 2.9-4.25 6.44-4.25 8.04 0 2.35 1.91 4.26 4.25 4.26s4.25-1.91 4.25-4.26c0-1.6-2.15-5.14-4.25-8.04"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.