crop arrow rotate icon

crop-arrow-rotate-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
crop-arrow-rotate-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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="M3.805 6.734A7 7 0 0 1 9.998 3a6.99 6.99 0 0 1 5.746 3H14a.5.5 0 0 0 0 1h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-1 0v1.838A7.99 7.99 0 0 0 9.998 2a8 8 0 0 0-7.077 4.266a.5.5 0 1 0 .884.468M6 14H4.253a6.99 6.99 0 0 0 5.745 3a7 7 0 0 0 6.193-3.734a.5.5 0 0 1 .884.468A8 8 0 0 1 9.998 18A7.99 7.99 0 0 1 3.5 14.667V16.5a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 3 13h3a.5.5 0 0 1 0 1m1.5-9a.5.5 0 0 1 .5.5V11a1 1 0 0 0 1 1h5.5a.5.5 0 0 1 0 1H13v1.5a.5.5 0 0 1-1 0V13H9a2 2 0 0 1-2-2V8H5.5a.5.5 0 0 1 0-1H7V5.5a.5.5 0 0 1 .5-.5m4.5 6V9a1 1 0 0 0-1-1H9V7h2a2 2 0 0 1 2 2v2z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCropArrowRotate20Regular(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="M3.805 6.734A7 7 0 0 1 9.998 3a6.99 6.99 0 0 1 5.746 3H14a.5.5 0 0 0 0 1h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-1 0v1.838A7.99 7.99 0 0 0 9.998 2a8 8 0 0 0-7.077 4.266a.5.5 0 1 0 .884.468M6 14H4.253a6.99 6.99 0 0 0 5.745 3a7 7 0 0 0 6.193-3.734a.5.5 0 0 1 .884.468A8 8 0 0 1 9.998 18A7.99 7.99 0 0 1 3.5 14.667V16.5a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 3 13h3a.5.5 0 0 1 0 1m1.5-9a.5.5 0 0 1 .5.5V11a1 1 0 0 0 1 1h5.5a.5.5 0 0 1 0 1H13v1.5a.5.5 0 0 1-1 0V13H9a2 2 0 0 1-2-2V8H5.5a.5.5 0 0 1 0-1H7V5.5a.5.5 0 0 1 .5-.5m4.5 6V9a1 1 0 0 0-1-1H9V7h2a2 2 0 0 1 2 2v2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.805 6.734A7 7 0 0 1 9.998 3a6.99 6.99 0 0 1 5.746 3H14a.5.5 0 0 0 0 1h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-1 0v1.838A7.99 7.99 0 0 0 9.998 2a8 8 0 0 0-7.077 4.266a.5.5 0 1 0 .884.468M6 14H4.253a6.99 6.99 0 0 0 5.745 3a7 7 0 0 0 6.193-3.734a.5.5 0 0 1 .884.468A8 8 0 0 1 9.998 18A7.99 7.99 0 0 1 3.5 14.667V16.5a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 3 13h3a.5.5 0 0 1 0 1m1.5-9a.5.5 0 0 1 .5.5V11a1 1 0 0 0 1 1h5.5a.5.5 0 0 1 0 1H13v1.5a.5.5 0 0 1-1 0V13H9a2 2 0 0 1-2-2V8H5.5a.5.5 0 0 1 0-1H7V5.5a.5.5 0 0 1 .5-.5m4.5 6V9a1 1 0 0 0-1-1H9V7h2a2 2 0 0 1 2 2v2z"/></svg>
</template>

CSS

.icon-crop-arrow-rotate-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.805%206.734A7%207%200%200%201%209.998%203a6.99%206.99%200%200%201%205.746%203H14a.5.5%200%200%200%200%201h3a.5.5%200%200%200%20.5-.5v-3a.5.5%200%200%200-1%200v1.838A7.99%207.99%200%200%200%209.998%202a8%208%200%200%200-7.077%204.266a.5.5%200%201%200%20.884.468M6%2014H4.253a6.99%206.99%200%200%200%205.745%203a7%207%200%200%200%206.193-3.734a.5.5%200%200%201%20.884.468A8%208%200%200%201%209.998%2018A7.99%207.99%200%200%201%203.5%2014.667V16.5a.5.5%200%200%201-1%200v-3A.5.5%200%200%201%203%2013h3a.5.5%200%200%201%200%201m1.5-9a.5.5%200%200%201%20.5.5V11a1%201%200%200%200%201%201h5.5a.5.5%200%200%201%200%201H13v1.5a.5.5%200%200%201-1%200V13H9a2%202%200%200%201-2-2V8H5.5a.5.5%200%200%201%200-1H7V5.5a.5.5%200%200%201%20.5-.5m4.5%206V9a1%201%200%200%200-1-1H9V7h2a2%202%200%200%201%202%202v2z%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%22M3.805%206.734A7%207%200%200%201%209.998%203a6.99%206.99%200%200%201%205.746%203H14a.5.5%200%200%200%200%201h3a.5.5%200%200%200%20.5-.5v-3a.5.5%200%200%200-1%200v1.838A7.99%207.99%200%200%200%209.998%202a8%208%200%200%200-7.077%204.266a.5.5%200%201%200%20.884.468M6%2014H4.253a6.99%206.99%200%200%200%205.745%203a7%207%200%200%200%206.193-3.734a.5.5%200%200%201%20.884.468A8%208%200%200%201%209.998%2018A7.99%207.99%200%200%201%203.5%2014.667V16.5a.5.5%200%200%201-1%200v-3A.5.5%200%200%201%203%2013h3a.5.5%200%200%201%200%201m1.5-9a.5.5%200%200%201%20.5.5V11a1%201%200%200%200%201%201h5.5a.5.5%200%200%201%200%201H13v1.5a.5.5%200%200%201-1%200V13H9a2%202%200%200%201-2-2V8H5.5a.5.5%200%200%201%200-1H7V5.5a.5.5%200%200%201%20.5-.5m4.5%206V9a1%201%200%200%200-1-1H9V7h2a2%202%200%200%201%202%202v2z%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-regular.svg?color=%231a73e8&size=48