crop arrow rotate icon
crop-arrow-rotate-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- crop-arrow-rotate-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M5.33 7.557A8.02 8.02 0 0 1 12 4c2.034 0 3.89.755 5.304 2H17a1 1 0 1 0 0 2h3a1 1 0 0 0 1-1V4a1 1 0 1 0-2 0v.846A10 10 0 0 0 12 2a10.02 10.02 0 0 0-8.33 4.443a1 1 0 1 0 1.66 1.114M5 19.154V20a1 1 0 1 1-2 0v-3a1 1 0 0 1 1-1h3a1 1 0 1 1 0 2h-.304A8 8 0 0 0 12 20c2.78 0 5.23-1.41 6.67-3.557a1 1 0 0 1 1.66 1.114A10.02 10.02 0 0 1 12 22a10 10 0 0 1-7-2.846M10 7a1 1 0 0 0-2 0v1H7a1 1 0 0 0 0 2h1v3a3 3 0 0 0 3 3h3v1a1 1 0 1 0 2 0v-1h1a1 1 0 1 0 0-2h-6a1 1 0 0 1-1-1zm4 3.882V13h2v-2.118A2.88 2.88 0 0 0 13.118 8H11v2h2.118c.487 0 .882.395.882.882"/></svg>
React
import type { SVGProps } from "react";
export function FluentCropArrowRotate24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.33 7.557A8.02 8.02 0 0 1 12 4c2.034 0 3.89.755 5.304 2H17a1 1 0 1 0 0 2h3a1 1 0 0 0 1-1V4a1 1 0 1 0-2 0v.846A10 10 0 0 0 12 2a10.02 10.02 0 0 0-8.33 4.443a1 1 0 1 0 1.66 1.114M5 19.154V20a1 1 0 1 1-2 0v-3a1 1 0 0 1 1-1h3a1 1 0 1 1 0 2h-.304A8 8 0 0 0 12 20c2.78 0 5.23-1.41 6.67-3.557a1 1 0 0 1 1.66 1.114A10.02 10.02 0 0 1 12 22a10 10 0 0 1-7-2.846M10 7a1 1 0 0 0-2 0v1H7a1 1 0 0 0 0 2h1v3a3 3 0 0 0 3 3h3v1a1 1 0 1 0 2 0v-1h1a1 1 0 1 0 0-2h-6a1 1 0 0 1-1-1zm4 3.882V13h2v-2.118A2.88 2.88 0 0 0 13.118 8H11v2h2.118c.487 0 .882.395.882.882"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.33 7.557A8.02 8.02 0 0 1 12 4c2.034 0 3.89.755 5.304 2H17a1 1 0 1 0 0 2h3a1 1 0 0 0 1-1V4a1 1 0 1 0-2 0v.846A10 10 0 0 0 12 2a10.02 10.02 0 0 0-8.33 4.443a1 1 0 1 0 1.66 1.114M5 19.154V20a1 1 0 1 1-2 0v-3a1 1 0 0 1 1-1h3a1 1 0 1 1 0 2h-.304A8 8 0 0 0 12 20c2.78 0 5.23-1.41 6.67-3.557a1 1 0 0 1 1.66 1.114A10.02 10.02 0 0 1 12 22a10 10 0 0 1-7-2.846M10 7a1 1 0 0 0-2 0v1H7a1 1 0 0 0 0 2h1v3a3 3 0 0 0 3 3h3v1a1 1 0 1 0 2 0v-1h1a1 1 0 1 0 0-2h-6a1 1 0 0 1-1-1zm4 3.882V13h2v-2.118A2.88 2.88 0 0 0 13.118 8H11v2h2.118c.487 0 .882.395.882.882"/></svg> </template>
CSS
.icon-crop-arrow-rotate-24-filled {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.33%207.557A8.02%208.02%200%200%201%2012%204c2.034%200%203.89.755%205.304%202H17a1%201%200%201%200%200%202h3a1%201%200%200%200%201-1V4a1%201%200%201%200-2%200v.846A10%2010%200%200%200%2012%202a10.02%2010.02%200%200%200-8.33%204.443a1%201%200%201%200%201.66%201.114M5%2019.154V20a1%201%200%201%201-2%200v-3a1%201%200%200%201%201-1h3a1%201%200%201%201%200%202h-.304A8%208%200%200%200%2012%2020c2.78%200%205.23-1.41%206.67-3.557a1%201%200%200%201%201.66%201.114A10.02%2010.02%200%200%201%2012%2022a10%2010%200%200%201-7-2.846M10%207a1%201%200%200%200-2%200v1H7a1%201%200%200%200%200%202h1v3a3%203%200%200%200%203%203h3v1a1%201%200%201%200%202%200v-1h1a1%201%200%201%200%200-2h-6a1%201%200%200%201-1-1zm4%203.882V13h2v-2.118A2.88%202.88%200%200%200%2013.118%208H11v2h2.118c.487%200%20.882.395.882.882%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.33%207.557A8.02%208.02%200%200%201%2012%204c2.034%200%203.89.755%205.304%202H17a1%201%200%201%200%200%202h3a1%201%200%200%200%201-1V4a1%201%200%201%200-2%200v.846A10%2010%200%200%200%2012%202a10.02%2010.02%200%200%200-8.33%204.443a1%201%200%201%200%201.66%201.114M5%2019.154V20a1%201%200%201%201-2%200v-3a1%201%200%200%201%201-1h3a1%201%200%201%201%200%202h-.304A8%208%200%200%200%2012%2020c2.78%200%205.23-1.41%206.67-3.557a1%201%200%200%201%201.66%201.114A10.02%2010.02%200%200%201%2012%2022a10%2010%200%200%201-7-2.846M10%207a1%201%200%200%200-2%200v1H7a1%201%200%200%200%200%202h1v3a3%203%200%200%200%203%203h3v1a1%201%200%201%200%202%200v-1h1a1%201%200%201%200%200-2h-6a1%201%200%200%201-1-1zm4%203.882V13h2v-2.118A2.88%202.88%200%200%200%2013.118%208H11v2h2.118c.487%200%20.882.395.882.882%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-24-filled.svg?color=%231a73e8&size=48