camera rotate icon

camera-rotate-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
camera-rotate-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the camera rotate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 52h-25.58L170 33.34A12 12 0 0 0 160 28H96a12 12 0 0 0-10 5.34L73.57 52H48a28 28 0 0 0-28 28v112a28 28 0 0 0 28 28h160a28 28 0 0 0 28-28V80a28 28 0 0 0-28-28m4 140a4 4 0 0 1-4 4H48a4 4 0 0 1-4-4V80a4 4 0 0 1 4-4h32a12 12 0 0 0 10-5.34L102.42 52h51.15L166 70.66A12 12 0 0 0 176 76h32a4 4 0 0 1 4 4Zm-32-92v20a12 12 0 0 1-12 12h-20a12 12 0 0 1-7.76-21.14a28.07 28.07 0 0 0-29 2.73A12 12 0 0 1 96.79 94.4a52.28 52.28 0 0 1 61.14-.91A12 12 0 0 1 180 100m-18.41 52.8a12 12 0 0 1-2.38 16.8a51.7 51.7 0 0 1-31.13 10.34a52.3 52.3 0 0 1-30-9.44A12 12 0 0 1 76 164v-20a12 12 0 0 1 12-12h20a12 12 0 0 1 7.76 21.14a28.07 28.07 0 0 0 29-2.73a12 12 0 0 1 16.83 2.39"/></svg>

React

import type { SVGProps } from "react";

export function PhCameraRotateBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 52h-25.58L170 33.34A12 12 0 0 0 160 28H96a12 12 0 0 0-10 5.34L73.57 52H48a28 28 0 0 0-28 28v112a28 28 0 0 0 28 28h160a28 28 0 0 0 28-28V80a28 28 0 0 0-28-28m4 140a4 4 0 0 1-4 4H48a4 4 0 0 1-4-4V80a4 4 0 0 1 4-4h32a12 12 0 0 0 10-5.34L102.42 52h51.15L166 70.66A12 12 0 0 0 176 76h32a4 4 0 0 1 4 4Zm-32-92v20a12 12 0 0 1-12 12h-20a12 12 0 0 1-7.76-21.14a28.07 28.07 0 0 0-29 2.73A12 12 0 0 1 96.79 94.4a52.28 52.28 0 0 1 61.14-.91A12 12 0 0 1 180 100m-18.41 52.8a12 12 0 0 1-2.38 16.8a51.7 51.7 0 0 1-31.13 10.34a52.3 52.3 0 0 1-30-9.44A12 12 0 0 1 76 164v-20a12 12 0 0 1 12-12h20a12 12 0 0 1 7.76 21.14a28.07 28.07 0 0 0 29-2.73a12 12 0 0 1 16.83 2.39"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 52h-25.58L170 33.34A12 12 0 0 0 160 28H96a12 12 0 0 0-10 5.34L73.57 52H48a28 28 0 0 0-28 28v112a28 28 0 0 0 28 28h160a28 28 0 0 0 28-28V80a28 28 0 0 0-28-28m4 140a4 4 0 0 1-4 4H48a4 4 0 0 1-4-4V80a4 4 0 0 1 4-4h32a12 12 0 0 0 10-5.34L102.42 52h51.15L166 70.66A12 12 0 0 0 176 76h32a4 4 0 0 1 4 4Zm-32-92v20a12 12 0 0 1-12 12h-20a12 12 0 0 1-7.76-21.14a28.07 28.07 0 0 0-29 2.73A12 12 0 0 1 96.79 94.4a52.28 52.28 0 0 1 61.14-.91A12 12 0 0 1 180 100m-18.41 52.8a12 12 0 0 1-2.38 16.8a51.7 51.7 0 0 1-31.13 10.34a52.3 52.3 0 0 1-30-9.44A12 12 0 0 1 76 164v-20a12 12 0 0 1 12-12h20a12 12 0 0 1 7.76 21.14a28.07 28.07 0 0 0 29-2.73a12 12 0 0 1 16.83 2.39"/></svg>
</template>

CSS

.icon-camera-rotate-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%2052h-25.58L170%2033.34A12%2012%200%200%200%20160%2028H96a12%2012%200%200%200-10%205.34L73.57%2052H48a28%2028%200%200%200-28%2028v112a28%2028%200%200%200%2028%2028h160a28%2028%200%200%200%2028-28V80a28%2028%200%200%200-28-28m4%20140a4%204%200%200%201-4%204H48a4%204%200%200%201-4-4V80a4%204%200%200%201%204-4h32a12%2012%200%200%200%2010-5.34L102.42%2052h51.15L166%2070.66A12%2012%200%200%200%20176%2076h32a4%204%200%200%201%204%204Zm-32-92v20a12%2012%200%200%201-12%2012h-20a12%2012%200%200%201-7.76-21.14a28.07%2028.07%200%200%200-29%202.73A12%2012%200%200%201%2096.79%2094.4a52.28%2052.28%200%200%201%2061.14-.91A12%2012%200%200%201%20180%20100m-18.41%2052.8a12%2012%200%200%201-2.38%2016.8a51.7%2051.7%200%200%201-31.13%2010.34a52.3%2052.3%200%200%201-30-9.44A12%2012%200%200%201%2076%20164v-20a12%2012%200%200%201%2012-12h20a12%2012%200%200%201%207.76%2021.14a28.07%2028.07%200%200%200%2029-2.73a12%2012%200%200%201%2016.83%202.39%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%2052h-25.58L170%2033.34A12%2012%200%200%200%20160%2028H96a12%2012%200%200%200-10%205.34L73.57%2052H48a28%2028%200%200%200-28%2028v112a28%2028%200%200%200%2028%2028h160a28%2028%200%200%200%2028-28V80a28%2028%200%200%200-28-28m4%20140a4%204%200%200%201-4%204H48a4%204%200%200%201-4-4V80a4%204%200%200%201%204-4h32a12%2012%200%200%200%2010-5.34L102.42%2052h51.15L166%2070.66A12%2012%200%200%200%20176%2076h32a4%204%200%200%201%204%204Zm-32-92v20a12%2012%200%200%201-12%2012h-20a12%2012%200%200%201-7.76-21.14a28.07%2028.07%200%200%200-29%202.73A12%2012%200%200%201%2096.79%2094.4a52.28%2052.28%200%200%201%2061.14-.91A12%2012%200%200%201%20180%20100m-18.41%2052.8a12%2012%200%200%201-2.38%2016.8a51.7%2051.7%200%200%201-31.13%2010.34a52.3%2052.3%200%200%201-30-9.44A12%2012%200%200%201%2076%20164v-20a12%2012%200%200%201%2012-12h20a12%2012%200%200%201%207.76%2021.14a28.07%2028.07%200%200%200%2029-2.73a12%2012%200%200%201%2016.83%202.39%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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