crop arrow rotate icon
crop-arrow-rotate-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- crop-arrow-rotate-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the crop arrow rotate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.002 2a6 6 0 0 0-5.057 2.77a.5.5 0 1 1-.843-.54A7 7 0 0 1 8.002 1A6.98 6.98 0 0 1 13 3.1V2a.5.5 0 0 1 1 0v2.5a.5.5 0 0 1-.5.5H11a.5.5 0 0 1 0-1h1.474a5.98 5.98 0 0 0-4.472-2M3.529 12H5a.5.5 0 0 0 0-1H2.5a.5.5 0 0 0-.5.5V14a.5.5 0 0 0 1 0v-1.103A6.98 6.98 0 0 0 8.002 15a7 7 0 0 0 5.899-3.23a.5.5 0 1 0-.842-.54A6 6 0 0 1 8.002 14a5.98 5.98 0 0 1-4.473-2M5.5 3.5A.5.5 0 0 1 6 4v5a1 1 0 0 0 1 1h5a.5.5 0 0 1 0 1h-1v1a.5.5 0 0 1-1 0v-1H7a2 2 0 0 1-2-2V6H4a.5.5 0 0 1 0-1h1V4a.5.5 0 0 1 .5-.5M10 7v2h1V7a2 2 0 0 0-2-2H7v1h2a1 1 0 0 1 1 1"/></svg>
React
import type { SVGProps } from "react";
export function FluentCropArrowRotate16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.002 2a6 6 0 0 0-5.057 2.77a.5.5 0 1 1-.843-.54A7 7 0 0 1 8.002 1A6.98 6.98 0 0 1 13 3.1V2a.5.5 0 0 1 1 0v2.5a.5.5 0 0 1-.5.5H11a.5.5 0 0 1 0-1h1.474a5.98 5.98 0 0 0-4.472-2M3.529 12H5a.5.5 0 0 0 0-1H2.5a.5.5 0 0 0-.5.5V14a.5.5 0 0 0 1 0v-1.103A6.98 6.98 0 0 0 8.002 15a7 7 0 0 0 5.899-3.23a.5.5 0 1 0-.842-.54A6 6 0 0 1 8.002 14a5.98 5.98 0 0 1-4.473-2M5.5 3.5A.5.5 0 0 1 6 4v5a1 1 0 0 0 1 1h5a.5.5 0 0 1 0 1h-1v1a.5.5 0 0 1-1 0v-1H7a2 2 0 0 1-2-2V6H4a.5.5 0 0 1 0-1h1V4a.5.5 0 0 1 .5-.5M10 7v2h1V7a2 2 0 0 0-2-2H7v1h2a1 1 0 0 1 1 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.002 2a6 6 0 0 0-5.057 2.77a.5.5 0 1 1-.843-.54A7 7 0 0 1 8.002 1A6.98 6.98 0 0 1 13 3.1V2a.5.5 0 0 1 1 0v2.5a.5.5 0 0 1-.5.5H11a.5.5 0 0 1 0-1h1.474a5.98 5.98 0 0 0-4.472-2M3.529 12H5a.5.5 0 0 0 0-1H2.5a.5.5 0 0 0-.5.5V14a.5.5 0 0 0 1 0v-1.103A6.98 6.98 0 0 0 8.002 15a7 7 0 0 0 5.899-3.23a.5.5 0 1 0-.842-.54A6 6 0 0 1 8.002 14a5.98 5.98 0 0 1-4.473-2M5.5 3.5A.5.5 0 0 1 6 4v5a1 1 0 0 0 1 1h5a.5.5 0 0 1 0 1h-1v1a.5.5 0 0 1-1 0v-1H7a2 2 0 0 1-2-2V6H4a.5.5 0 0 1 0-1h1V4a.5.5 0 0 1 .5-.5M10 7v2h1V7a2 2 0 0 0-2-2H7v1h2a1 1 0 0 1 1 1"/></svg> </template>
CSS
.icon-crop-arrow-rotate-16-regular {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.002%202a6%206%200%200%200-5.057%202.77a.5.5%200%201%201-.843-.54A7%207%200%200%201%208.002%201A6.98%206.98%200%200%201%2013%203.1V2a.5.5%200%200%201%201%200v2.5a.5.5%200%200%201-.5.5H11a.5.5%200%200%201%200-1h1.474a5.98%205.98%200%200%200-4.472-2M3.529%2012H5a.5.5%200%200%200%200-1H2.5a.5.5%200%200%200-.5.5V14a.5.5%200%200%200%201%200v-1.103A6.98%206.98%200%200%200%208.002%2015a7%207%200%200%200%205.899-3.23a.5.5%200%201%200-.842-.54A6%206%200%200%201%208.002%2014a5.98%205.98%200%200%201-4.473-2M5.5%203.5A.5.5%200%200%201%206%204v5a1%201%200%200%200%201%201h5a.5.5%200%200%201%200%201h-1v1a.5.5%200%200%201-1%200v-1H7a2%202%200%200%201-2-2V6H4a.5.5%200%200%201%200-1h1V4a.5.5%200%200%201%20.5-.5M10%207v2h1V7a2%202%200%200%200-2-2H7v1h2a1%201%200%200%201%201%201%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.002%202a6%206%200%200%200-5.057%202.77a.5.5%200%201%201-.843-.54A7%207%200%200%201%208.002%201A6.98%206.98%200%200%201%2013%203.1V2a.5.5%200%200%201%201%200v2.5a.5.5%200%200%201-.5.5H11a.5.5%200%200%201%200-1h1.474a5.98%205.98%200%200%200-4.472-2M3.529%2012H5a.5.5%200%200%200%200-1H2.5a.5.5%200%200%200-.5.5V14a.5.5%200%200%200%201%200v-1.103A6.98%206.98%200%200%200%208.002%2015a7%207%200%200%200%205.899-3.23a.5.5%200%201%200-.842-.54A6%206%200%200%201%208.002%2014a5.98%205.98%200%200%201-4.473-2M5.5%203.5A.5.5%200%200%201%206%204v5a1%201%200%200%200%201%201h5a.5.5%200%200%201%200%201h-1v1a.5.5%200%200%201-1%200v-1H7a2%202%200%200%201-2-2V6H4a.5.5%200%200%201%200-1h1V4a.5.5%200%200%201%20.5-.5M10%207v2h1V7a2%202%200%200%200-2-2H7v1h2a1%201%200%200%201%201%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/crop-arrow-rotate-16-regular.svg?color=%231a73e8&size=48