camera rotate icon

camera-rotate-filled from Reicon by REICON · Filled · Video · MIT Free for personal and commercial use.

Name
camera-rotate-filled
Set
Reicon
Style
Filled
Category
Video
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All camera rotate icons →

More video icons from Reicon

Use the camera rotate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.222 21H9.778c-3.121 0-4.682 0-5.803-.735A4.4 4.4 0 0 1 2.75 19.06C2 17.96 2 16.428 2 13.364s0-4.597.749-5.697a4.4 4.4 0 0 1 1.226-1.204c.72-.473 1.622-.642 3.003-.702c.659 0 1.226-.49 1.355-1.125A2.064 2.064 0 0 1 10.366 3h3.268c.988 0 1.839.685 2.033 1.636c.129.635.696 1.125 1.355 1.125c1.38.06 2.282.23 3.003.702c.485.318.902.727 1.226 1.204c.749 1.1.749 2.632.749 5.697s0 4.596-.749 5.697a4.4 4.4 0 0 1-1.226 1.204C18.904 21 17.343 21 14.222 21M15.27 9.6a.75.75 0 0 0-1.5 0v.143a3.92 3.92 0 0 0-4.54 6.267a3.918 3.918 0 0 0 6.662-2.326a.75.75 0 0 0-1.49-.17a2.418 2.418 0 1 1-1.72-2.595a.75.75 0 0 0 .473 1.415l1.52-.32a.75.75 0 0 0 .595-.734z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconCameraRotateFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M14.222 21H9.778c-3.121 0-4.682 0-5.803-.735A4.4 4.4 0 0 1 2.75 19.06C2 17.96 2 16.428 2 13.364s0-4.597.749-5.697a4.4 4.4 0 0 1 1.226-1.204c.72-.473 1.622-.642 3.003-.702c.659 0 1.226-.49 1.355-1.125A2.064 2.064 0 0 1 10.366 3h3.268c.988 0 1.839.685 2.033 1.636c.129.635.696 1.125 1.355 1.125c1.38.06 2.282.23 3.003.702c.485.318.902.727 1.226 1.204c.749 1.1.749 2.632.749 5.697s0 4.596-.749 5.697a4.4 4.4 0 0 1-1.226 1.204C18.904 21 17.343 21 14.222 21M15.27 9.6a.75.75 0 0 0-1.5 0v.143a3.92 3.92 0 0 0-4.54 6.267a3.918 3.918 0 0 0 6.662-2.326a.75.75 0 0 0-1.49-.17a2.418 2.418 0 1 1-1.72-2.595a.75.75 0 0 0 .473 1.415l1.52-.32a.75.75 0 0 0 .595-.734z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.222 21H9.778c-3.121 0-4.682 0-5.803-.735A4.4 4.4 0 0 1 2.75 19.06C2 17.96 2 16.428 2 13.364s0-4.597.749-5.697a4.4 4.4 0 0 1 1.226-1.204c.72-.473 1.622-.642 3.003-.702c.659 0 1.226-.49 1.355-1.125A2.064 2.064 0 0 1 10.366 3h3.268c.988 0 1.839.685 2.033 1.636c.129.635.696 1.125 1.355 1.125c1.38.06 2.282.23 3.003.702c.485.318.902.727 1.226 1.204c.749 1.1.749 2.632.749 5.697s0 4.596-.749 5.697a4.4 4.4 0 0 1-1.226 1.204C18.904 21 17.343 21 14.222 21M15.27 9.6a.75.75 0 0 0-1.5 0v.143a3.92 3.92 0 0 0-4.54 6.267a3.918 3.918 0 0 0 6.662-2.326a.75.75 0 0 0-1.49-.17a2.418 2.418 0 1 1-1.72-2.595a.75.75 0 0 0 .473 1.415l1.52-.32a.75.75 0 0 0 .595-.734z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-camera-rotate-filled {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.222%2021H9.778c-3.121%200-4.682%200-5.803-.735A4.4%204.4%200%200%201%202.75%2019.06C2%2017.96%202%2016.428%202%2013.364s0-4.597.749-5.697a4.4%204.4%200%200%201%201.226-1.204c.72-.473%201.622-.642%203.003-.702c.659%200%201.226-.49%201.355-1.125A2.064%202.064%200%200%201%2010.366%203h3.268c.988%200%201.839.685%202.033%201.636c.129.635.696%201.125%201.355%201.125c1.38.06%202.282.23%203.003.702c.485.318.902.727%201.226%201.204c.749%201.1.749%202.632.749%205.697s0%204.596-.749%205.697a4.4%204.4%200%200%201-1.226%201.204C18.904%2021%2017.343%2021%2014.222%2021M15.27%209.6a.75.75%200%200%200-1.5%200v.143a3.92%203.92%200%200%200-4.54%206.267a3.918%203.918%200%200%200%206.662-2.326a.75.75%200%200%200-1.49-.17a2.418%202.418%200%201%201-1.72-2.595a.75.75%200%200%200%20.473%201.415l1.52-.32a.75.75%200%200%200%20.595-.734z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.222%2021H9.778c-3.121%200-4.682%200-5.803-.735A4.4%204.4%200%200%201%202.75%2019.06C2%2017.96%202%2016.428%202%2013.364s0-4.597.749-5.697a4.4%204.4%200%200%201%201.226-1.204c.72-.473%201.622-.642%203.003-.702c.659%200%201.226-.49%201.355-1.125A2.064%202.064%200%200%201%2010.366%203h3.268c.988%200%201.839.685%202.033%201.636c.129.635.696%201.125%201.355%201.125c1.38.06%202.282.23%203.003.702c.485.318.902.727%201.226%201.204c.749%201.1.749%202.632.749%205.697s0%204.596-.749%205.697a4.4%204.4%200%200%201-1.226%201.204C18.904%2021%2017.343%2021%2014.222%2021M15.27%209.6a.75.75%200%200%200-1.5%200v.143a3.92%203.92%200%200%200-4.54%206.267a3.918%203.918%200%200%200%206.662-2.326a.75.75%200%200%200-1.49-.17a2.418%202.418%200%201%201-1.72-2.595a.75.75%200%200%200%20.473%201.415l1.52-.32a.75.75%200%200%200%20.595-.734z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/camera-rotate-filled.svg?color=%231a73e8&size=48

Camera Rotate filled icon — Reicon · IconsDB