camera rotate icon
camera-rotate from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- camera-rotate
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
Related icons in Framework7 Icons
Use the camera rotate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M7.809 50.348H48.19c4.875 0 7.36-2.438 7.36-7.266V18.543c0-4.828-2.485-7.242-7.36-7.242h-5.484c-1.828 0-2.39-.375-3.445-1.547l-1.899-2.11c-1.148-1.288-2.343-1.992-4.781-1.992h-9.328c-2.414 0-3.61.704-4.781 1.992l-1.899 2.11c-1.031 1.148-1.617 1.547-3.445 1.547h-5.32c-4.875 0-7.36 2.414-7.36 7.242v24.539c0 4.828 2.485 7.266 7.36 7.266m.07-3.774c-2.32 0-3.656-1.242-3.656-3.68v-24.14c0-2.438 1.336-3.68 3.656-3.68h6.187c2.11 0 3.235-.398 4.407-1.71l1.851-2.063c1.336-1.5 2.016-1.875 4.102-1.875h6.984c2.086 0 2.766.375 4.102 1.875l1.851 2.062c1.172 1.313 2.297 1.711 4.407 1.711h6.351c2.32 0 3.657 1.242 3.657 3.68v24.14c0 2.438-1.336 3.68-3.657 3.68Zm20.133-29.883c-2.813 0-5.696 1.008-7.64 2.649c-1.079.844-1.36 2.015-.563 2.86c.796.843 1.828.726 2.695.046c1.64-1.312 3.305-1.969 5.508-1.969c4.547 0 8.32 3.07 9.328 7.078h-2.555c-1.054 0-1.312 1.008-.703 1.805l3.68 5.133c.61.844 1.664.914 2.297 0l3.632-5.133c.587-.82.352-1.805-.703-1.805h-2.273c-1.102-6.304-6.211-10.664-12.703-10.664m-15.07 14.79h2.413c1.125 6.304 6.235 10.664 12.704 10.664c2.835 0 5.671-.985 7.664-2.626c1.078-.843 1.359-2.038.562-2.882s-1.828-.703-2.742-.047c-1.64 1.289-3.281 1.992-5.484 1.992c-4.524 0-8.32-3.07-9.305-7.102h2.414c1.031 0 1.313-.984.703-1.804l-3.68-5.11c-.609-.843-1.664-.914-2.296 0l-3.633 5.11c-.586.82-.352 1.805.68 1.805"/></svg>
React
import type { SVGProps } from "react";
export function F7CameraRotate(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M7.809 50.348H48.19c4.875 0 7.36-2.438 7.36-7.266V18.543c0-4.828-2.485-7.242-7.36-7.242h-5.484c-1.828 0-2.39-.375-3.445-1.547l-1.899-2.11c-1.148-1.288-2.343-1.992-4.781-1.992h-9.328c-2.414 0-3.61.704-4.781 1.992l-1.899 2.11c-1.031 1.148-1.617 1.547-3.445 1.547h-5.32c-4.875 0-7.36 2.414-7.36 7.242v24.539c0 4.828 2.485 7.266 7.36 7.266m.07-3.774c-2.32 0-3.656-1.242-3.656-3.68v-24.14c0-2.438 1.336-3.68 3.656-3.68h6.187c2.11 0 3.235-.398 4.407-1.71l1.851-2.063c1.336-1.5 2.016-1.875 4.102-1.875h6.984c2.086 0 2.766.375 4.102 1.875l1.851 2.062c1.172 1.313 2.297 1.711 4.407 1.711h6.351c2.32 0 3.657 1.242 3.657 3.68v24.14c0 2.438-1.336 3.68-3.657 3.68Zm20.133-29.883c-2.813 0-5.696 1.008-7.64 2.649c-1.079.844-1.36 2.015-.563 2.86c.796.843 1.828.726 2.695.046c1.64-1.312 3.305-1.969 5.508-1.969c4.547 0 8.32 3.07 9.328 7.078h-2.555c-1.054 0-1.312 1.008-.703 1.805l3.68 5.133c.61.844 1.664.914 2.297 0l3.632-5.133c.587-.82.352-1.805-.703-1.805h-2.273c-1.102-6.304-6.211-10.664-12.703-10.664m-15.07 14.79h2.413c1.125 6.304 6.235 10.664 12.704 10.664c2.835 0 5.671-.985 7.664-2.626c1.078-.843 1.359-2.038.562-2.882s-1.828-.703-2.742-.047c-1.64 1.289-3.281 1.992-5.484 1.992c-4.524 0-8.32-3.07-9.305-7.102h2.414c1.031 0 1.313-.984.703-1.804l-3.68-5.11c-.609-.843-1.664-.914-2.296 0l-3.633 5.11c-.586.82-.352 1.805.68 1.805"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M7.809 50.348H48.19c4.875 0 7.36-2.438 7.36-7.266V18.543c0-4.828-2.485-7.242-7.36-7.242h-5.484c-1.828 0-2.39-.375-3.445-1.547l-1.899-2.11c-1.148-1.288-2.343-1.992-4.781-1.992h-9.328c-2.414 0-3.61.704-4.781 1.992l-1.899 2.11c-1.031 1.148-1.617 1.547-3.445 1.547h-5.32c-4.875 0-7.36 2.414-7.36 7.242v24.539c0 4.828 2.485 7.266 7.36 7.266m.07-3.774c-2.32 0-3.656-1.242-3.656-3.68v-24.14c0-2.438 1.336-3.68 3.656-3.68h6.187c2.11 0 3.235-.398 4.407-1.71l1.851-2.063c1.336-1.5 2.016-1.875 4.102-1.875h6.984c2.086 0 2.766.375 4.102 1.875l1.851 2.062c1.172 1.313 2.297 1.711 4.407 1.711h6.351c2.32 0 3.657 1.242 3.657 3.68v24.14c0 2.438-1.336 3.68-3.657 3.68Zm20.133-29.883c-2.813 0-5.696 1.008-7.64 2.649c-1.079.844-1.36 2.015-.563 2.86c.796.843 1.828.726 2.695.046c1.64-1.312 3.305-1.969 5.508-1.969c4.547 0 8.32 3.07 9.328 7.078h-2.555c-1.054 0-1.312 1.008-.703 1.805l3.68 5.133c.61.844 1.664.914 2.297 0l3.632-5.133c.587-.82.352-1.805-.703-1.805h-2.273c-1.102-6.304-6.211-10.664-12.703-10.664m-15.07 14.79h2.413c1.125 6.304 6.235 10.664 12.704 10.664c2.835 0 5.671-.985 7.664-2.626c1.078-.843 1.359-2.038.562-2.882s-1.828-.703-2.742-.047c-1.64 1.289-3.281 1.992-5.484 1.992c-4.524 0-8.32-3.07-9.305-7.102h2.414c1.031 0 1.313-.984.703-1.804l-3.68-5.11c-.609-.843-1.664-.914-2.296 0l-3.633 5.11c-.586.82-.352 1.805.68 1.805"/></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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.809%2050.348H48.19c4.875%200%207.36-2.438%207.36-7.266V18.543c0-4.828-2.485-7.242-7.36-7.242h-5.484c-1.828%200-2.39-.375-3.445-1.547l-1.899-2.11c-1.148-1.288-2.343-1.992-4.781-1.992h-9.328c-2.414%200-3.61.704-4.781%201.992l-1.899%202.11c-1.031%201.148-1.617%201.547-3.445%201.547h-5.32c-4.875%200-7.36%202.414-7.36%207.242v24.539c0%204.828%202.485%207.266%207.36%207.266m.07-3.774c-2.32%200-3.656-1.242-3.656-3.68v-24.14c0-2.438%201.336-3.68%203.656-3.68h6.187c2.11%200%203.235-.398%204.407-1.71l1.851-2.063c1.336-1.5%202.016-1.875%204.102-1.875h6.984c2.086%200%202.766.375%204.102%201.875l1.851%202.062c1.172%201.313%202.297%201.711%204.407%201.711h6.351c2.32%200%203.657%201.242%203.657%203.68v24.14c0%202.438-1.336%203.68-3.657%203.68Zm20.133-29.883c-2.813%200-5.696%201.008-7.64%202.649c-1.079.844-1.36%202.015-.563%202.86c.796.843%201.828.726%202.695.046c1.64-1.312%203.305-1.969%205.508-1.969c4.547%200%208.32%203.07%209.328%207.078h-2.555c-1.054%200-1.312%201.008-.703%201.805l3.68%205.133c.61.844%201.664.914%202.297%200l3.632-5.133c.587-.82.352-1.805-.703-1.805h-2.273c-1.102-6.304-6.211-10.664-12.703-10.664m-15.07%2014.79h2.413c1.125%206.304%206.235%2010.664%2012.704%2010.664c2.835%200%205.671-.985%207.664-2.626c1.078-.843%201.359-2.038.562-2.882s-1.828-.703-2.742-.047c-1.64%201.289-3.281%201.992-5.484%201.992c-4.524%200-8.32-3.07-9.305-7.102h2.414c1.031%200%201.313-.984.703-1.804l-3.68-5.11c-.609-.843-1.664-.914-2.296%200l-3.633%205.11c-.586.82-.352%201.805.68%201.805%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.809%2050.348H48.19c4.875%200%207.36-2.438%207.36-7.266V18.543c0-4.828-2.485-7.242-7.36-7.242h-5.484c-1.828%200-2.39-.375-3.445-1.547l-1.899-2.11c-1.148-1.288-2.343-1.992-4.781-1.992h-9.328c-2.414%200-3.61.704-4.781%201.992l-1.899%202.11c-1.031%201.148-1.617%201.547-3.445%201.547h-5.32c-4.875%200-7.36%202.414-7.36%207.242v24.539c0%204.828%202.485%207.266%207.36%207.266m.07-3.774c-2.32%200-3.656-1.242-3.656-3.68v-24.14c0-2.438%201.336-3.68%203.656-3.68h6.187c2.11%200%203.235-.398%204.407-1.71l1.851-2.063c1.336-1.5%202.016-1.875%204.102-1.875h6.984c2.086%200%202.766.375%204.102%201.875l1.851%202.062c1.172%201.313%202.297%201.711%204.407%201.711h6.351c2.32%200%203.657%201.242%203.657%203.68v24.14c0%202.438-1.336%203.68-3.657%203.68Zm20.133-29.883c-2.813%200-5.696%201.008-7.64%202.649c-1.079.844-1.36%202.015-.563%202.86c.796.843%201.828.726%202.695.046c1.64-1.312%203.305-1.969%205.508-1.969c4.547%200%208.32%203.07%209.328%207.078h-2.555c-1.054%200-1.312%201.008-.703%201.805l3.68%205.133c.61.844%201.664.914%202.297%200l3.632-5.133c.587-.82.352-1.805-.703-1.805h-2.273c-1.102-6.304-6.211-10.664-12.703-10.664m-15.07%2014.79h2.413c1.125%206.304%206.235%2010.664%2012.704%2010.664c2.835%200%205.671-.985%207.664-2.626c1.078-.843%201.359-2.038.562-2.882s-1.828-.703-2.742-.047c-1.64%201.289-3.281%201.992-5.484%201.992c-4.524%200-8.32-3.07-9.305-7.102h2.414c1.031%200%201.313-.984.703-1.804l-3.68-5.11c-.609-.843-1.664-.914-2.296%200l-3.633%205.11c-.586.82-.352%201.805.68%201.805%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/camera-rotate.svg?color=%231a73e8&size=48