camera rotate icon
camera-rotate from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- camera-rotate
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the camera rotate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M213.1 64.8L202.7 96H128c-35.3 0-64 28.7-64 64v256c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64h-74.7l-10.4-31.2C420.4 45.2 402.1 32 381.4 32H258.6c-20.7 0-39 13.2-45.5 32.8M448 256c0 8.8-7.2 16-16 16h-76.7c-6.2 0-11.3-5.1-11.3-11.3c0-3 1.2-5.9 3.3-8L371 229c-13.6-13.4-31.9-21-51-21c-19.2 0-37.7 7.6-51.3 21.3L249 249c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l19.7-19.7C257.4 172.7 288 160 320 160c31.8 0 62.4 12.6 85 35l23.7-23.7c2.1-2.1 5-3.3 8-3.3c6.2 0 11.3 5.1 11.3 11.3zm-256 64c0-8.8 7.2-16 16-16h76.7c6.2 0 11.3 5.1 11.3 11.3c0 3-1.2 5.9-3.3 8L269 347c13.6 13.4 31.9 21 51 21c19.2 0 37.7-7.6 51.3-21.3L391 327c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-19.7 19.7C382.6 403.3 352 416 320 416c-31.8 0-62.4-12.6-85-35l-23.7 23.7c-2.1 2.1-5 3.3-8 3.3c-6.2 0-11.3-5.1-11.3-11.3z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidCameraRotate(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M213.1 64.8L202.7 96H128c-35.3 0-64 28.7-64 64v256c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64h-74.7l-10.4-31.2C420.4 45.2 402.1 32 381.4 32H258.6c-20.7 0-39 13.2-45.5 32.8M448 256c0 8.8-7.2 16-16 16h-76.7c-6.2 0-11.3-5.1-11.3-11.3c0-3 1.2-5.9 3.3-8L371 229c-13.6-13.4-31.9-21-51-21c-19.2 0-37.7 7.6-51.3 21.3L249 249c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l19.7-19.7C257.4 172.7 288 160 320 160c31.8 0 62.4 12.6 85 35l23.7-23.7c2.1-2.1 5-3.3 8-3.3c6.2 0 11.3 5.1 11.3 11.3zm-256 64c0-8.8 7.2-16 16-16h76.7c6.2 0 11.3 5.1 11.3 11.3c0 3-1.2 5.9-3.3 8L269 347c13.6 13.4 31.9 21 51 21c19.2 0 37.7-7.6 51.3-21.3L391 327c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-19.7 19.7C382.6 403.3 352 416 320 416c-31.8 0-62.4-12.6-85-35l-23.7 23.7c-2.1 2.1-5 3.3-8 3.3c-6.2 0-11.3-5.1-11.3-11.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M213.1 64.8L202.7 96H128c-35.3 0-64 28.7-64 64v256c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64h-74.7l-10.4-31.2C420.4 45.2 402.1 32 381.4 32H258.6c-20.7 0-39 13.2-45.5 32.8M448 256c0 8.8-7.2 16-16 16h-76.7c-6.2 0-11.3-5.1-11.3-11.3c0-3 1.2-5.9 3.3-8L371 229c-13.6-13.4-31.9-21-51-21c-19.2 0-37.7 7.6-51.3 21.3L249 249c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l19.7-19.7C257.4 172.7 288 160 320 160c31.8 0 62.4 12.6 85 35l23.7-23.7c2.1-2.1 5-3.3 8-3.3c6.2 0 11.3 5.1 11.3 11.3zm-256 64c0-8.8 7.2-16 16-16h76.7c6.2 0 11.3 5.1 11.3 11.3c0 3-1.2 5.9-3.3 8L269 347c13.6 13.4 31.9 21 51 21c19.2 0 37.7-7.6 51.3-21.3L391 327c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-19.7 19.7C382.6 403.3 352 416 320 416c-31.8 0-62.4-12.6-85-35l-23.7 23.7c-2.1 2.1-5 3.3-8 3.3c-6.2 0-11.3-5.1-11.3-11.3z"/></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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M213.1%2064.8L202.7%2096H128c-35.3%200-64%2028.7-64%2064v256c0%2035.3%2028.7%2064%2064%2064h384c35.3%200%2064-28.7%2064-64V160c0-35.3-28.7-64-64-64h-74.7l-10.4-31.2C420.4%2045.2%20402.1%2032%20381.4%2032H258.6c-20.7%200-39%2013.2-45.5%2032.8M448%20256c0%208.8-7.2%2016-16%2016h-76.7c-6.2%200-11.3-5.1-11.3-11.3c0-3%201.2-5.9%203.3-8L371%20229c-13.6-13.4-31.9-21-51-21c-19.2%200-37.7%207.6-51.3%2021.3L249%20249c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9l19.7-19.7C257.4%20172.7%20288%20160%20320%20160c31.8%200%2062.4%2012.6%2085%2035l23.7-23.7c2.1-2.1%205-3.3%208-3.3c6.2%200%2011.3%205.1%2011.3%2011.3zm-256%2064c0-8.8%207.2-16%2016-16h76.7c6.2%200%2011.3%205.1%2011.3%2011.3c0%203-1.2%205.9-3.3%208L269%20347c13.6%2013.4%2031.9%2021%2051%2021c19.2%200%2037.7-7.6%2051.3-21.3L391%20327c9.4-9.4%2024.6-9.4%2033.9%200s9.4%2024.6%200%2033.9l-19.7%2019.7C382.6%20403.3%20352%20416%20320%20416c-31.8%200-62.4-12.6-85-35l-23.7%2023.7c-2.1%202.1-5%203.3-8%203.3c-6.2%200-11.3-5.1-11.3-11.3z%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M213.1%2064.8L202.7%2096H128c-35.3%200-64%2028.7-64%2064v256c0%2035.3%2028.7%2064%2064%2064h384c35.3%200%2064-28.7%2064-64V160c0-35.3-28.7-64-64-64h-74.7l-10.4-31.2C420.4%2045.2%20402.1%2032%20381.4%2032H258.6c-20.7%200-39%2013.2-45.5%2032.8M448%20256c0%208.8-7.2%2016-16%2016h-76.7c-6.2%200-11.3-5.1-11.3-11.3c0-3%201.2-5.9%203.3-8L371%20229c-13.6-13.4-31.9-21-51-21c-19.2%200-37.7%207.6-51.3%2021.3L249%20249c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9l19.7-19.7C257.4%20172.7%20288%20160%20320%20160c31.8%200%2062.4%2012.6%2085%2035l23.7-23.7c2.1-2.1%205-3.3%208-3.3c6.2%200%2011.3%205.1%2011.3%2011.3zm-256%2064c0-8.8%207.2-16%2016-16h76.7c6.2%200%2011.3%205.1%2011.3%2011.3c0%203-1.2%205.9-3.3%208L269%20347c13.6%2013.4%2031.9%2021%2051%2021c19.2%200%2037.7-7.6%2051.3-21.3L391%20327c9.4-9.4%2024.6-9.4%2033.9%200s9.4%2024.6%200%2033.9l-19.7%2019.7C382.6%20403.3%20352%20416%20320%20416c-31.8%200-62.4-12.6-85-35l-23.7%2023.7c-2.1%202.1-5%203.3-8%203.3c-6.2%200-11.3-5.1-11.3-11.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/camera-rotate.svg?color=%231a73e8&size=48