crop arrow rotate icon

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

Name
crop-arrow-rotate-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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="M4.702 7.636A8.5 8.5 0 0 1 11.999 3.5a8.48 8.48 0 0 1 6.481 3h-1.73a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-1.5 0v1.636A9.98 9.98 0 0 0 11.999 2a10 10 0 0 0-8.584 4.865a.75.75 0 0 0 1.287.771M4.5 18.616v1.634a.75.75 0 0 1-1.5 0v-3.5a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5H5.517a8.48 8.48 0 0 0 6.482 3a8.5 8.5 0 0 0 7.296-4.136a.75.75 0 1 1 1.287.771A10 10 0 0 1 11.999 22A9.98 9.98 0 0 1 4.5 18.617m5-11.866a.75.75 0 0 0-1.5 0V8H6.75a.75.75 0 0 0 0 1.5H8v3.75A2.75 2.75 0 0 0 10.75 16h3.75v1.25a.75.75 0 0 0 1.5 0V16h1.25a.75.75 0 0 0 0-1.5h-6.5c-.69 0-1.25-.56-1.25-1.25zm5 4v2.75H16v-2.75A2.75 2.75 0 0 0 13.25 8H10.5v1.5h2.75c.69 0 1.25.56 1.25 1.25"/></svg>

React

import type { SVGProps } from "react";

export function FluentCropArrowRotate24Regular(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="M4.702 7.636A8.5 8.5 0 0 1 11.999 3.5a8.48 8.48 0 0 1 6.481 3h-1.73a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-1.5 0v1.636A9.98 9.98 0 0 0 11.999 2a10 10 0 0 0-8.584 4.865a.75.75 0 0 0 1.287.771M4.5 18.616v1.634a.75.75 0 0 1-1.5 0v-3.5a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5H5.517a8.48 8.48 0 0 0 6.482 3a8.5 8.5 0 0 0 7.296-4.136a.75.75 0 1 1 1.287.771A10 10 0 0 1 11.999 22A9.98 9.98 0 0 1 4.5 18.617m5-11.866a.75.75 0 0 0-1.5 0V8H6.75a.75.75 0 0 0 0 1.5H8v3.75A2.75 2.75 0 0 0 10.75 16h3.75v1.25a.75.75 0 0 0 1.5 0V16h1.25a.75.75 0 0 0 0-1.5h-6.5c-.69 0-1.25-.56-1.25-1.25zm5 4v2.75H16v-2.75A2.75 2.75 0 0 0 13.25 8H10.5v1.5h2.75c.69 0 1.25.56 1.25 1.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.702 7.636A8.5 8.5 0 0 1 11.999 3.5a8.48 8.48 0 0 1 6.481 3h-1.73a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-1.5 0v1.636A9.98 9.98 0 0 0 11.999 2a10 10 0 0 0-8.584 4.865a.75.75 0 0 0 1.287.771M4.5 18.616v1.634a.75.75 0 0 1-1.5 0v-3.5a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5H5.517a8.48 8.48 0 0 0 6.482 3a8.5 8.5 0 0 0 7.296-4.136a.75.75 0 1 1 1.287.771A10 10 0 0 1 11.999 22A9.98 9.98 0 0 1 4.5 18.617m5-11.866a.75.75 0 0 0-1.5 0V8H6.75a.75.75 0 0 0 0 1.5H8v3.75A2.75 2.75 0 0 0 10.75 16h3.75v1.25a.75.75 0 0 0 1.5 0V16h1.25a.75.75 0 0 0 0-1.5h-6.5c-.69 0-1.25-.56-1.25-1.25zm5 4v2.75H16v-2.75A2.75 2.75 0 0 0 13.25 8H10.5v1.5h2.75c.69 0 1.25.56 1.25 1.25"/></svg>
</template>

CSS

.icon-crop-arrow-rotate-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.702%207.636A8.5%208.5%200%200%201%2011.999%203.5a8.48%208.48%200%200%201%206.481%203h-1.73a.75.75%200%200%200%200%201.5h3.5a.75.75%200%200%200%20.75-.75v-3.5a.75.75%200%200%200-1.5%200v1.636A9.98%209.98%200%200%200%2011.999%202a10%2010%200%200%200-8.584%204.865a.75.75%200%200%200%201.287.771M4.5%2018.616v1.634a.75.75%200%200%201-1.5%200v-3.5a.75.75%200%200%201%20.75-.75h3.5a.75.75%200%200%201%200%201.5H5.517a8.48%208.48%200%200%200%206.482%203a8.5%208.5%200%200%200%207.296-4.136a.75.75%200%201%201%201.287.771A10%2010%200%200%201%2011.999%2022A9.98%209.98%200%200%201%204.5%2018.617m5-11.866a.75.75%200%200%200-1.5%200V8H6.75a.75.75%200%200%200%200%201.5H8v3.75A2.75%202.75%200%200%200%2010.75%2016h3.75v1.25a.75.75%200%200%200%201.5%200V16h1.25a.75.75%200%200%200%200-1.5h-6.5c-.69%200-1.25-.56-1.25-1.25zm5%204v2.75H16v-2.75A2.75%202.75%200%200%200%2013.25%208H10.5v1.5h2.75c.69%200%201.25.56%201.25%201.25%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%22M4.702%207.636A8.5%208.5%200%200%201%2011.999%203.5a8.48%208.48%200%200%201%206.481%203h-1.73a.75.75%200%200%200%200%201.5h3.5a.75.75%200%200%200%20.75-.75v-3.5a.75.75%200%200%200-1.5%200v1.636A9.98%209.98%200%200%200%2011.999%202a10%2010%200%200%200-8.584%204.865a.75.75%200%200%200%201.287.771M4.5%2018.616v1.634a.75.75%200%200%201-1.5%200v-3.5a.75.75%200%200%201%20.75-.75h3.5a.75.75%200%200%201%200%201.5H5.517a8.48%208.48%200%200%200%206.482%203a8.5%208.5%200%200%200%207.296-4.136a.75.75%200%201%201%201.287.771A10%2010%200%200%201%2011.999%2022A9.98%209.98%200%200%201%204.5%2018.617m5-11.866a.75.75%200%200%200-1.5%200V8H6.75a.75.75%200%200%200%200%201.5H8v3.75A2.75%202.75%200%200%200%2010.75%2016h3.75v1.25a.75.75%200%200%200%201.5%200V16h1.25a.75.75%200%200%200%200-1.5h-6.5c-.69%200-1.25-.56-1.25-1.25zm5%204v2.75H16v-2.75A2.75%202.75%200%200%200%2013.25%208H10.5v1.5h2.75c.69%200%201.25.56%201.25%201.25%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-regular.svg?color=%231a73e8&size=48