Skip to main content

Coffee Cup


Examples

Heading
Smaller heading

Inline text 

Example link text 

CSS Recommended

<i class="modus-solid-icon-coffee-cup"></i>

Icon font

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

SVG sprite

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

SVG code

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-solid mi-coffee-cup" viewBox="0 0 24 24">
  <path d="M3 20a1 1 0 0 1 1-1h16a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1M4 4v10a4 4 0 0 0 4 4h5a4 4 0 0 0 4-4v-3h.5a3.5 3.5 0 1 0 0-7zm13 5V6h.5a1.5 1.5 0 0 1 0 3z"/>
</svg>

SVG CSS code