Skip to main content

Release

  • Tags:

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">release</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="/connect-icons.svg#release" />
</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-connect mi-release" viewBox="0 0 24 24">
  <path d="M11.576 11.6v10.264L2.25 17.488V7.224zm10.174 5.888-9.326 4.376V11.6l9.326-4.376zm-4.154-4.177-.212.08c-1.78.557-2.544 2.108-2.544 3.938 0 .16.128.318.255.278l.339-.119c.127-.04.254-.278.255-.397.084-.915.72-1.95 1.568-2.189l.38-.119.044 1.273 2.077-2.586-2.204-1.353zm-1.442-4.337L12 10.924 2.759 6.587l4.154-1.95zm5.087-2.387-4.154 1.95-9.241-4.338L12 2.25z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.