Skip to main content

Volume Up


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">volume_up</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#volume-up" />
</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-volume-up" viewBox="0 0 24 24">
  <path d="M11.14 2.86 6.99 7.01h-3c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h3l4.15 4.15c.32.32.85.09.85-.35V3.21c0-.45-.54-.67-.85-.35M9.99 17.18l-2.17-2.17H3.99v-6h3.83l2.17-2.17zm7.5-9.5a.76.76 0 0 0-1.13-.07c-.26.26-.3.69-.07.98a5.47 5.47 0 0 1 0 6.84c-.23.29-.2.71.07.98.32.32.85.29 1.13-.07.94-1.19 1.5-2.7 1.5-4.33s-.56-3.14-1.5-4.33m-3.27 2.09v-.02c-.26.26-.28.65-.09.96.23.38.36.82.36 1.3s-.13.92-.36 1.3c-.19.31-.17.7.09.96.33.33.89.3 1.14-.09a3.97 3.97 0 0 0 0-4.32c-.25-.39-.81-.42-1.14-.09m5.4-4.23a.76.76 0 0 0-1.12-.06c-.27.27-.31.71-.06 1 1.28 1.49 2.05 3.42 2.05 5.53s-.77 4.04-2.05 5.53c-.25.29-.21.73.06 1 .32.32.83.28 1.12-.06 1.48-1.74 2.38-4 2.38-6.47s-.89-4.73-2.38-6.47"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.