camera rotate icon

camera-rotate-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
camera-rotate-fill
Set
Framework7 Icons
Style
Fill
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.266m30.117-12.75l-4.406-5.813c-.61-.797-.211-1.828.726-1.828h3.164c0-5.719-3.914-9.703-9.422-9.703c-1.734 0-3.14.422-4.57 1.195c-1.594.774-2.812-.14-2.812-1.289c0-.562.257-1.195.937-1.617c1.5-.914 3.844-1.711 6.445-1.711c7.477 0 12.89 5.438 12.89 13.125h2.79c.96 0 1.313 1.008.703 1.828l-4.43 5.813c-.492.656-1.476.68-2.015 0m-9.938 4.992c-7.476 0-12.867-5.696-12.867-13.125h-2.789c-.984 0-1.312-1.031-.703-1.852l4.43-5.812c.492-.633 1.476-.68 1.992 0l4.43 5.812c.609.82.21 1.852-.75 1.852h-3.165c0 5.437 3.915 9.68 9.422 9.68c1.758 0 3.188-.422 4.57-1.172c1.641-.82 2.813.164 2.813 1.359c0 .563-.281 1.102-.937 1.547c-1.477.96-3.868 1.71-6.446 1.71"/></svg>

React

import type { SVGProps } from "react";

export function F7CameraRotateFill(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.266m30.117-12.75l-4.406-5.813c-.61-.797-.211-1.828.726-1.828h3.164c0-5.719-3.914-9.703-9.422-9.703c-1.734 0-3.14.422-4.57 1.195c-1.594.774-2.812-.14-2.812-1.289c0-.562.257-1.195.937-1.617c1.5-.914 3.844-1.711 6.445-1.711c7.477 0 12.89 5.438 12.89 13.125h2.79c.96 0 1.313 1.008.703 1.828l-4.43 5.813c-.492.656-1.476.68-2.015 0m-9.938 4.992c-7.476 0-12.867-5.696-12.867-13.125h-2.789c-.984 0-1.312-1.031-.703-1.852l4.43-5.812c.492-.633 1.476-.68 1.992 0l4.43 5.812c.609.82.21 1.852-.75 1.852h-3.165c0 5.437 3.915 9.68 9.422 9.68c1.758 0 3.188-.422 4.57-1.172c1.641-.82 2.813.164 2.813 1.359c0 .563-.281 1.102-.937 1.547c-1.477.96-3.868 1.71-6.446 1.71"/></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.266m30.117-12.75l-4.406-5.813c-.61-.797-.211-1.828.726-1.828h3.164c0-5.719-3.914-9.703-9.422-9.703c-1.734 0-3.14.422-4.57 1.195c-1.594.774-2.812-.14-2.812-1.289c0-.562.257-1.195.937-1.617c1.5-.914 3.844-1.711 6.445-1.711c7.477 0 12.89 5.438 12.89 13.125h2.79c.96 0 1.313 1.008.703 1.828l-4.43 5.813c-.492.656-1.476.68-2.015 0m-9.938 4.992c-7.476 0-12.867-5.696-12.867-13.125h-2.789c-.984 0-1.312-1.031-.703-1.852l4.43-5.812c.492-.633 1.476-.68 1.992 0l4.43 5.812c.609.82.21 1.852-.75 1.852h-3.165c0 5.437 3.915 9.68 9.422 9.68c1.758 0 3.188-.422 4.57-1.172c1.641-.82 2.813.164 2.813 1.359c0 .563-.281 1.102-.937 1.547c-1.477.96-3.868 1.71-6.446 1.71"/></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%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.266m30.117-12.75l-4.406-5.813c-.61-.797-.211-1.828.726-1.828h3.164c0-5.719-3.914-9.703-9.422-9.703c-1.734%200-3.14.422-4.57%201.195c-1.594.774-2.812-.14-2.812-1.289c0-.562.257-1.195.937-1.617c1.5-.914%203.844-1.711%206.445-1.711c7.477%200%2012.89%205.438%2012.89%2013.125h2.79c.96%200%201.313%201.008.703%201.828l-4.43%205.813c-.492.656-1.476.68-2.015%200m-9.938%204.992c-7.476%200-12.867-5.696-12.867-13.125h-2.789c-.984%200-1.312-1.031-.703-1.852l4.43-5.812c.492-.633%201.476-.68%201.992%200l4.43%205.812c.609.82.21%201.852-.75%201.852h-3.165c0%205.437%203.915%209.68%209.422%209.68c1.758%200%203.188-.422%204.57-1.172c1.641-.82%202.813.164%202.813%201.359c0%20.563-.281%201.102-.937%201.547c-1.477.96-3.868%201.71-6.446%201.71%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.266m30.117-12.75l-4.406-5.813c-.61-.797-.211-1.828.726-1.828h3.164c0-5.719-3.914-9.703-9.422-9.703c-1.734%200-3.14.422-4.57%201.195c-1.594.774-2.812-.14-2.812-1.289c0-.562.257-1.195.937-1.617c1.5-.914%203.844-1.711%206.445-1.711c7.477%200%2012.89%205.438%2012.89%2013.125h2.79c.96%200%201.313%201.008.703%201.828l-4.43%205.813c-.492.656-1.476.68-2.015%200m-9.938%204.992c-7.476%200-12.867-5.696-12.867-13.125h-2.789c-.984%200-1.312-1.031-.703-1.852l4.43-5.812c.492-.633%201.476-.68%201.992%200l4.43%205.812c.609.82.21%201.852-.75%201.852h-3.165c0%205.437%203.915%209.68%209.422%209.68c1.758%200%203.188-.422%204.57-1.172c1.641-.82%202.813.164%202.813%201.359c0%20.563-.281%201.102-.937%201.547c-1.477.96-3.868%201.71-6.446%201.71%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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