camera rotate icon
camera-rotate from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- camera-rotate
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
Use the camera rotate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m202.7 160l10.4-31.2c6.5-19.6 24.8-32.8 45.5-32.8h122.8c20.7 0 39 13.2 45.5 32.8l10.4 31.2H512c35.3 0 64 28.7 64 64v256c0 35.3-28.7 64-64 64H128c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64zM160 369.9c0 3.9 1.4 7.7 4 10.6l48 54c6.4 7.2 17.6 7.2 23.9 0l48-54c2.6-2.9 4-6.7 4-10.6V368c0-8.8-7.2-16-16-16h-24c0-39.8 32.2-72 72-72q6.6 0 12.9 1.2l34.9-39.3c-14.6-6.4-30.8-9.9-47.8-9.9c-66.3 0-120 53.7-120 120h-24c-8.8 0-16 7.2-16 16v1.9zm196-46.5c-2.6 2.9-4 6.7-4 10.6v1.9c0 8.8 7.2 16 16 16h24c0 39.8-32.2 72-72 72q-6.6 0-12.9-1.2L272.2 462c14.7 6.4 30.8 9.9 47.8 9.9c66.3 0 120-53.7 120-120h24c8.8 0 16-7.2 16-16V334c0-3.9-1.4-7.7-4-10.6l-48-54c-6.4-7.2-17.6-7.2-23.9 0l-48 54z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidCameraRotate(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m202.7 160l10.4-31.2c6.5-19.6 24.8-32.8 45.5-32.8h122.8c20.7 0 39 13.2 45.5 32.8l10.4 31.2H512c35.3 0 64 28.7 64 64v256c0 35.3-28.7 64-64 64H128c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64zM160 369.9c0 3.9 1.4 7.7 4 10.6l48 54c6.4 7.2 17.6 7.2 23.9 0l48-54c2.6-2.9 4-6.7 4-10.6V368c0-8.8-7.2-16-16-16h-24c0-39.8 32.2-72 72-72q6.6 0 12.9 1.2l34.9-39.3c-14.6-6.4-30.8-9.9-47.8-9.9c-66.3 0-120 53.7-120 120h-24c-8.8 0-16 7.2-16 16v1.9zm196-46.5c-2.6 2.9-4 6.7-4 10.6v1.9c0 8.8 7.2 16 16 16h24c0 39.8-32.2 72-72 72q-6.6 0-12.9-1.2L272.2 462c14.7 6.4 30.8 9.9 47.8 9.9c66.3 0 120-53.7 120-120h24c8.8 0 16-7.2 16-16V334c0-3.9-1.4-7.7-4-10.6l-48-54c-6.4-7.2-17.6-7.2-23.9 0l-48 54z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m202.7 160l10.4-31.2c6.5-19.6 24.8-32.8 45.5-32.8h122.8c20.7 0 39 13.2 45.5 32.8l10.4 31.2H512c35.3 0 64 28.7 64 64v256c0 35.3-28.7 64-64 64H128c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64zM160 369.9c0 3.9 1.4 7.7 4 10.6l48 54c6.4 7.2 17.6 7.2 23.9 0l48-54c2.6-2.9 4-6.7 4-10.6V368c0-8.8-7.2-16-16-16h-24c0-39.8 32.2-72 72-72q6.6 0 12.9 1.2l34.9-39.3c-14.6-6.4-30.8-9.9-47.8-9.9c-66.3 0-120 53.7-120 120h-24c-8.8 0-16 7.2-16 16v1.9zm196-46.5c-2.6 2.9-4 6.7-4 10.6v1.9c0 8.8 7.2 16 16 16h24c0 39.8-32.2 72-72 72q-6.6 0-12.9-1.2L272.2 462c14.7 6.4 30.8 9.9 47.8 9.9c66.3 0 120-53.7 120-120h24c8.8 0 16-7.2 16-16V334c0-3.9-1.4-7.7-4-10.6l-48-54c-6.4-7.2-17.6-7.2-23.9 0l-48 54z"/></svg> </template>
CSS
.icon-camera-rotate {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m202.7%20160l10.4-31.2c6.5-19.6%2024.8-32.8%2045.5-32.8h122.8c20.7%200%2039%2013.2%2045.5%2032.8l10.4%2031.2H512c35.3%200%2064%2028.7%2064%2064v256c0%2035.3-28.7%2064-64%2064H128c-35.3%200-64-28.7-64-64V224c0-35.3%2028.7-64%2064-64zM160%20369.9c0%203.9%201.4%207.7%204%2010.6l48%2054c6.4%207.2%2017.6%207.2%2023.9%200l48-54c2.6-2.9%204-6.7%204-10.6V368c0-8.8-7.2-16-16-16h-24c0-39.8%2032.2-72%2072-72q6.6%200%2012.9%201.2l34.9-39.3c-14.6-6.4-30.8-9.9-47.8-9.9c-66.3%200-120%2053.7-120%20120h-24c-8.8%200-16%207.2-16%2016v1.9zm196-46.5c-2.6%202.9-4%206.7-4%2010.6v1.9c0%208.8%207.2%2016%2016%2016h24c0%2039.8-32.2%2072-72%2072q-6.6%200-12.9-1.2L272.2%20462c14.7%206.4%2030.8%209.9%2047.8%209.9c66.3%200%20120-53.7%20120-120h24c8.8%200%2016-7.2%2016-16V334c0-3.9-1.4-7.7-4-10.6l-48-54c-6.4-7.2-17.6-7.2-23.9%200l-48%2054z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m202.7%20160l10.4-31.2c6.5-19.6%2024.8-32.8%2045.5-32.8h122.8c20.7%200%2039%2013.2%2045.5%2032.8l10.4%2031.2H512c35.3%200%2064%2028.7%2064%2064v256c0%2035.3-28.7%2064-64%2064H128c-35.3%200-64-28.7-64-64V224c0-35.3%2028.7-64%2064-64zM160%20369.9c0%203.9%201.4%207.7%204%2010.6l48%2054c6.4%207.2%2017.6%207.2%2023.9%200l48-54c2.6-2.9%204-6.7%204-10.6V368c0-8.8-7.2-16-16-16h-24c0-39.8%2032.2-72%2072-72q6.6%200%2012.9%201.2l34.9-39.3c-14.6-6.4-30.8-9.9-47.8-9.9c-66.3%200-120%2053.7-120%20120h-24c-8.8%200-16%207.2-16%2016v1.9zm196-46.5c-2.6%202.9-4%206.7-4%2010.6v1.9c0%208.8%207.2%2016%2016%2016h24c0%2039.8-32.2%2072-72%2072q-6.6%200-12.9-1.2L272.2%20462c14.7%206.4%2030.8%209.9%2047.8%209.9c66.3%200%20120-53.7%20120-120h24c8.8%200%2016-7.2%2016-16V334c0-3.9-1.4-7.7-4-10.6l-48-54c-6.4-7.2-17.6-7.2-23.9%200l-48%2054z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/camera-rotate.svg?color=%231a73e8&size=48