Skip to main content

Form Send


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">form_send</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-solid-icons.svg#form-send" />
</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-solid mi-form-send" viewBox="0 0 24 24">
  <path d="m9.11 6.33 1.88-1.88H11v5.67c0 .55.45 1 1 1s1-.45 1-1V4.45l1.88 1.88a.999.999 0 0 0 1.41-1.41L12.7 1.33a.996.996 0 0 0-1.41 0L7.7 4.92a.999.999 0 0 0 1.41 1.41M20.3 17.75l-5.41-5.41a1 1 0 0 0-.71-.29H6.59c-1.1 0-2 .9-2 2v7.96c0 .55.45 1 1 1s1-.45 1-1v-7.96h6v5c0 .55.45 1 1 1h5v1.96c0 .55.45 1 1 1s1-.45 1-1v-3.54c0-.27-.11-.52-.29-.71Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.