Skip to main content

Measure Vertical

  • 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">measure_vertical</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#measure-vertical" />
</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-measure-vertical" viewBox="0 0 24 24">
  <path d="M15.703 0c.233 0 .422.168.422.375v23.25c0 .207-.189.375-.422.375h-.844c-.233 0-.421-.168-.421-.375V22.5H12.75v-.75h1.688V19.5h-2.532v-.75h2.531V16.5H12.75v-.75h1.688V13.5h-2.532v-.75h2.531V10.5H12.75v-.75h1.688V7.5h-2.532v-.75h2.531V4.5H12.75v-.75h1.688V1.5h-6.75v22.125c0 .207-.19.375-.422.375h-.844C6.189 24 6 23.832 6 23.625V.375C6 .168 6.189 0 6.422 0z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.