camera rotate icon
camera-rotate-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- camera-rotate-fill
- Set
- Phosphor
- Style
- Fill
- 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 56h-27.72l-13.63-20.44A8 8 0 0 0 160 32H96a8 8 0 0 0-6.65 3.56L75.71 56H48a24 24 0 0 0-24 24v112a24 24 0 0 0 24 24h160a24 24 0 0 0 24-24V80a24 24 0 0 0-24-24m-51.19 110.4A48.21 48.21 0 0 1 96 163.77V168a8 8 0 0 1-16 0v-24a8 8 0 0 1 8-8h24a8 8 0 0 1 0 16h-5.15a32.12 32.12 0 0 0 40.34 1.61a8 8 0 0 1 9.62 12.79M176 120a8 8 0 0 1-8 8h-24a8 8 0 0 1 0-16h5.15a32.12 32.12 0 0 0-40.34-1.61a8 8 0 0 1-9.62-12.79a48.21 48.21 0 0 1 60.81 2.63V96a8 8 0 0 1 16 0Z"/></svg>
React
import type { SVGProps } from "react";
export function PhCameraRotateFill(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 56h-27.72l-13.63-20.44A8 8 0 0 0 160 32H96a8 8 0 0 0-6.65 3.56L75.71 56H48a24 24 0 0 0-24 24v112a24 24 0 0 0 24 24h160a24 24 0 0 0 24-24V80a24 24 0 0 0-24-24m-51.19 110.4A48.21 48.21 0 0 1 96 163.77V168a8 8 0 0 1-16 0v-24a8 8 0 0 1 8-8h24a8 8 0 0 1 0 16h-5.15a32.12 32.12 0 0 0 40.34 1.61a8 8 0 0 1 9.62 12.79M176 120a8 8 0 0 1-8 8h-24a8 8 0 0 1 0-16h5.15a32.12 32.12 0 0 0-40.34-1.61a8 8 0 0 1-9.62-12.79a48.21 48.21 0 0 1 60.81 2.63V96a8 8 0 0 1 16 0Z"/></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 56h-27.72l-13.63-20.44A8 8 0 0 0 160 32H96a8 8 0 0 0-6.65 3.56L75.71 56H48a24 24 0 0 0-24 24v112a24 24 0 0 0 24 24h160a24 24 0 0 0 24-24V80a24 24 0 0 0-24-24m-51.19 110.4A48.21 48.21 0 0 1 96 163.77V168a8 8 0 0 1-16 0v-24a8 8 0 0 1 8-8h24a8 8 0 0 1 0 16h-5.15a32.12 32.12 0 0 0 40.34 1.61a8 8 0 0 1 9.62 12.79M176 120a8 8 0 0 1-8 8h-24a8 8 0 0 1 0-16h5.15a32.12 32.12 0 0 0-40.34-1.61a8 8 0 0 1-9.62-12.79a48.21 48.21 0 0 1 60.81 2.63V96a8 8 0 0 1 16 0Z"/></svg> </template>
CSS
.icon-camera-rotate-fill {
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%2056h-27.72l-13.63-20.44A8%208%200%200%200%20160%2032H96a8%208%200%200%200-6.65%203.56L75.71%2056H48a24%2024%200%200%200-24%2024v112a24%2024%200%200%200%2024%2024h160a24%2024%200%200%200%2024-24V80a24%2024%200%200%200-24-24m-51.19%20110.4A48.21%2048.21%200%200%201%2096%20163.77V168a8%208%200%200%201-16%200v-24a8%208%200%200%201%208-8h24a8%208%200%200%201%200%2016h-5.15a32.12%2032.12%200%200%200%2040.34%201.61a8%208%200%200%201%209.62%2012.79M176%20120a8%208%200%200%201-8%208h-24a8%208%200%200%201%200-16h5.15a32.12%2032.12%200%200%200-40.34-1.61a8%208%200%200%201-9.62-12.79a48.21%2048.21%200%200%201%2060.81%202.63V96a8%208%200%200%201%2016%200Z%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%2056h-27.72l-13.63-20.44A8%208%200%200%200%20160%2032H96a8%208%200%200%200-6.65%203.56L75.71%2056H48a24%2024%200%200%200-24%2024v112a24%2024%200%200%200%2024%2024h160a24%2024%200%200%200%2024-24V80a24%2024%200%200%200-24-24m-51.19%20110.4A48.21%2048.21%200%200%201%2096%20163.77V168a8%208%200%200%201-16%200v-24a8%208%200%200%201%208-8h24a8%208%200%200%201%200%2016h-5.15a32.12%2032.12%200%200%200%2040.34%201.61a8%208%200%200%201%209.62%2012.79M176%20120a8%208%200%200%201-8%208h-24a8%208%200%200%201%200-16h5.15a32.12%2032.12%200%200%200-40.34-1.61a8%208%200%200%201-9.62-12.79a48.21%2048.21%200%200%201%2060.81%202.63V96a8%208%200%200%201%2016%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/camera-rotate-fill.svg?color=%231a73e8&size=48