Skip to main content

Random

  • Tags:

Examples

Heading
Smaller heading

Inline text 

Example link text 

CSS Recommended

<i class="transportation-icon-random"></i>

Icon font

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

SVG sprite

<svg class="mi" width="1em" height="1em" fill="currentColor">
  <use xlink:href="/transportation-icons.svg#random" />
</svg>

SVG code

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-solid mi-random" viewBox="0 0 24 24">
  <path d="M10.56 9.2 5.44 4 4 5.44l5.2 5.2ZM14.48 4l2.08 2.08L4 18.56 5.44 20 17.92 7.44 20 9.52V4Zm.32 9.44-1.44 1.44L16.48 18l-2 2H20v-5.52l-2.08 2.08Z"/>
</svg>

SVG CSS code