crop arrow rotate icon
crop-arrow-rotate-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- crop-arrow-rotate-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M10.001 3a7 7 0 0 0-6.13 3.618a.75.75 0 1 1-1.312-.726A8.5 8.5 0 0 1 10 1.5a8.48 8.48 0 0 1 6.5 3.021V3.25a.75.75 0 0 1 1.5 0v3a.75.75 0 0 1-.75.75h-3a.75.75 0 0 1 0-1.5h1.114A6.98 6.98 0 0 0 10 3M3.5 16.75v-1.274a8.48 8.48 0 0 0 6.501 3.024a8.5 8.5 0 0 0 7.443-4.392a.75.75 0 1 0-1.312-.726A7 7 0 0 1 10.002 17a6.99 6.99 0 0 1-5.363-2.5H5.75a.75.75 0 0 0 0-1.5H3.298a1 1 0 0 0-.167 0H2.75a.75.75 0 0 0-.75.75v3a.75.75 0 0 0 1.5 0M7 7H5.75a.75.75 0 0 0 0 1.5H7v2.25A2.25 2.25 0 0 0 9.25 13h2.25v1.25a.75.75 0 0 0 1.5 0V13h1.25a.75.75 0 0 0 0-1.5h-5a.75.75 0 0 1-.75-.75v-5a.75.75 0 0 0-1.5 0zm4.5 3.5V9.25a.75.75 0 0 0-.75-.75H9.5V7h1.25A2.25 2.25 0 0 1 13 9.25v1.25z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCropArrowRotate20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.001 3a7 7 0 0 0-6.13 3.618a.75.75 0 1 1-1.312-.726A8.5 8.5 0 0 1 10 1.5a8.48 8.48 0 0 1 6.5 3.021V3.25a.75.75 0 0 1 1.5 0v3a.75.75 0 0 1-.75.75h-3a.75.75 0 0 1 0-1.5h1.114A6.98 6.98 0 0 0 10 3M3.5 16.75v-1.274a8.48 8.48 0 0 0 6.501 3.024a8.5 8.5 0 0 0 7.443-4.392a.75.75 0 1 0-1.312-.726A7 7 0 0 1 10.002 17a6.99 6.99 0 0 1-5.363-2.5H5.75a.75.75 0 0 0 0-1.5H3.298a1 1 0 0 0-.167 0H2.75a.75.75 0 0 0-.75.75v3a.75.75 0 0 0 1.5 0M7 7H5.75a.75.75 0 0 0 0 1.5H7v2.25A2.25 2.25 0 0 0 9.25 13h2.25v1.25a.75.75 0 0 0 1.5 0V13h1.25a.75.75 0 0 0 0-1.5h-5a.75.75 0 0 1-.75-.75v-5a.75.75 0 0 0-1.5 0zm4.5 3.5V9.25a.75.75 0 0 0-.75-.75H9.5V7h1.25A2.25 2.25 0 0 1 13 9.25v1.25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.001 3a7 7 0 0 0-6.13 3.618a.75.75 0 1 1-1.312-.726A8.5 8.5 0 0 1 10 1.5a8.48 8.48 0 0 1 6.5 3.021V3.25a.75.75 0 0 1 1.5 0v3a.75.75 0 0 1-.75.75h-3a.75.75 0 0 1 0-1.5h1.114A6.98 6.98 0 0 0 10 3M3.5 16.75v-1.274a8.48 8.48 0 0 0 6.501 3.024a8.5 8.5 0 0 0 7.443-4.392a.75.75 0 1 0-1.312-.726A7 7 0 0 1 10.002 17a6.99 6.99 0 0 1-5.363-2.5H5.75a.75.75 0 0 0 0-1.5H3.298a1 1 0 0 0-.167 0H2.75a.75.75 0 0 0-.75.75v3a.75.75 0 0 0 1.5 0M7 7H5.75a.75.75 0 0 0 0 1.5H7v2.25A2.25 2.25 0 0 0 9.25 13h2.25v1.25a.75.75 0 0 0 1.5 0V13h1.25a.75.75 0 0 0 0-1.5h-5a.75.75 0 0 1-.75-.75v-5a.75.75 0 0 0-1.5 0zm4.5 3.5V9.25a.75.75 0 0 0-.75-.75H9.5V7h1.25A2.25 2.25 0 0 1 13 9.25v1.25z"/></svg> </template>
CSS
.icon-crop-arrow-rotate-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.001%203a7%207%200%200%200-6.13%203.618a.75.75%200%201%201-1.312-.726A8.5%208.5%200%200%201%2010%201.5a8.48%208.48%200%200%201%206.5%203.021V3.25a.75.75%200%200%201%201.5%200v3a.75.75%200%200%201-.75.75h-3a.75.75%200%200%201%200-1.5h1.114A6.98%206.98%200%200%200%2010%203M3.5%2016.75v-1.274a8.48%208.48%200%200%200%206.501%203.024a8.5%208.5%200%200%200%207.443-4.392a.75.75%200%201%200-1.312-.726A7%207%200%200%201%2010.002%2017a6.99%206.99%200%200%201-5.363-2.5H5.75a.75.75%200%200%200%200-1.5H3.298a1%201%200%200%200-.167%200H2.75a.75.75%200%200%200-.75.75v3a.75.75%200%200%200%201.5%200M7%207H5.75a.75.75%200%200%200%200%201.5H7v2.25A2.25%202.25%200%200%200%209.25%2013h2.25v1.25a.75.75%200%200%200%201.5%200V13h1.25a.75.75%200%200%200%200-1.5h-5a.75.75%200%200%201-.75-.75v-5a.75.75%200%200%200-1.5%200zm4.5%203.5V9.25a.75.75%200%200%200-.75-.75H9.5V7h1.25A2.25%202.25%200%200%201%2013%209.25v1.25z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.001%203a7%207%200%200%200-6.13%203.618a.75.75%200%201%201-1.312-.726A8.5%208.5%200%200%201%2010%201.5a8.48%208.48%200%200%201%206.5%203.021V3.25a.75.75%200%200%201%201.5%200v3a.75.75%200%200%201-.75.75h-3a.75.75%200%200%201%200-1.5h1.114A6.98%206.98%200%200%200%2010%203M3.5%2016.75v-1.274a8.48%208.48%200%200%200%206.501%203.024a8.5%208.5%200%200%200%207.443-4.392a.75.75%200%201%200-1.312-.726A7%207%200%200%201%2010.002%2017a6.99%206.99%200%200%201-5.363-2.5H5.75a.75.75%200%200%200%200-1.5H3.298a1%201%200%200%200-.167%200H2.75a.75.75%200%200%200-.75.75v3a.75.75%200%200%200%201.5%200M7%207H5.75a.75.75%200%200%200%200%201.5H7v2.25A2.25%202.25%200%200%200%209.25%2013h2.25v1.25a.75.75%200%200%200%201.5%200V13h1.25a.75.75%200%200%200%200-1.5h-5a.75.75%200%200%201-.75-.75v-5a.75.75%200%200%200-1.5%200zm4.5%203.5V9.25a.75.75%200%200%200-.75-.75H9.5V7h1.25A2.25%202.25%200%200%201%2013%209.25v1.25z%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-20-filled.svg?color=%231a73e8&size=48