Skip to main content

Camera Turn Head

  • 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">camera_turn_head</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#camera-turn-head" />
</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-camera-turn-head" viewBox="0 0 24 24">
  <path d="M11.75 16.339c3.594 0 6.531-.794 8.375-1.925l1.375 2.322c-2.375 1.406-5.781 2.261-9.75 2.261V23l-4.781-5.348 4.781-5.316zm4.781-10.023-4.781 5.348V7.661c-3.594 0-6.531.794-8.375 1.925L2 7.264c2.375-1.406 5.781-2.261 9.75-2.261V1z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.