Skip to main content

Rotate Counterclockwise

  • 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">rotate_counterclockwise</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#rotate-counterclockwise" />
</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-rotate-counterclockwise" viewBox="0 0 24 24">
  <path d="M21.85 11.18h-1.67c0-2.44-1.76-4.52-4.17-4.93v2.43l-4.16-3.34 4.16-3.33v2.56c3.34.41 5.84 3.25 5.84 6.61m-8 1v8.33c0 .83-.67 1.5-1.5 1.5h-9c-.83 0-1.5-.67-1.5-1.5v-12c0-.83.67-1.5 1.5-1.5h5.29a.7.7 0 0 1 .2 0h.07c.08.04.15.09.22.15l4.5 4.5c.06.07.11.14.15.22v.07c.03.08.05.17.06.26zm-2 7.8v-6.97H8.6c-.41 0-.75-.34-.75-.75V9.01h-4v11z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.