crop arrow rotate icon

crop-arrow-rotate-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
crop-arrow-rotate-16-filled
Set
Fluent UI System Icons
Style
16 Filled
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 2.5a5.49 5.49 0 0 0-4.4 2.2a.75.75 0 0 1-1.2-.901A6.99 6.99 0 0 1 8 1a6.97 6.97 0 0 1 4.5 1.638V1.75a.75.75 0 0 1 1.5 0v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h.413c-.895-.63-1.986-1-3.163-1m-3.163 10h.413a.75.75 0 0 0 0-1.5h-2.5a.75.75 0 0 0-.75.75v2.5a.75.75 0 0 0 1.5 0v-.888A6.97 6.97 0 0 0 8 15a6.99 6.99 0 0 0 5.6-2.799a.75.75 0 1 0-1.2-.9A5.49 5.49 0 0 1 8 13.5a5.47 5.47 0 0 1-3.163-1M5.75 4a.75.75 0 0 1 .75.75v4c0 .414.336.75.75.75h4a.75.75 0 0 1 0 1.5H11v.25a.75.75 0 0 1-1.5 0V11H7.25A2.25 2.25 0 0 1 5 8.75V6.5h-.25a.75.75 0 0 1 0-1.5H5v-.25A.75.75 0 0 1 5.75 4M9.5 7.25V8.5H11V7.25A2.25 2.25 0 0 0 8.75 5H7.5v1.5h1.25a.75.75 0 0 1 .75.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentCropArrowRotate16Filled(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 2.5a5.49 5.49 0 0 0-4.4 2.2a.75.75 0 0 1-1.2-.901A6.99 6.99 0 0 1 8 1a6.97 6.97 0 0 1 4.5 1.638V1.75a.75.75 0 0 1 1.5 0v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h.413c-.895-.63-1.986-1-3.163-1m-3.163 10h.413a.75.75 0 0 0 0-1.5h-2.5a.75.75 0 0 0-.75.75v2.5a.75.75 0 0 0 1.5 0v-.888A6.97 6.97 0 0 0 8 15a6.99 6.99 0 0 0 5.6-2.799a.75.75 0 1 0-1.2-.9A5.49 5.49 0 0 1 8 13.5a5.47 5.47 0 0 1-3.163-1M5.75 4a.75.75 0 0 1 .75.75v4c0 .414.336.75.75.75h4a.75.75 0 0 1 0 1.5H11v.25a.75.75 0 0 1-1.5 0V11H7.25A2.25 2.25 0 0 1 5 8.75V6.5h-.25a.75.75 0 0 1 0-1.5H5v-.25A.75.75 0 0 1 5.75 4M9.5 7.25V8.5H11V7.25A2.25 2.25 0 0 0 8.75 5H7.5v1.5h1.25a.75.75 0 0 1 .75.75"/></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 2.5a5.49 5.49 0 0 0-4.4 2.2a.75.75 0 0 1-1.2-.901A6.99 6.99 0 0 1 8 1a6.97 6.97 0 0 1 4.5 1.638V1.75a.75.75 0 0 1 1.5 0v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h.413c-.895-.63-1.986-1-3.163-1m-3.163 10h.413a.75.75 0 0 0 0-1.5h-2.5a.75.75 0 0 0-.75.75v2.5a.75.75 0 0 0 1.5 0v-.888A6.97 6.97 0 0 0 8 15a6.99 6.99 0 0 0 5.6-2.799a.75.75 0 1 0-1.2-.9A5.49 5.49 0 0 1 8 13.5a5.47 5.47 0 0 1-3.163-1M5.75 4a.75.75 0 0 1 .75.75v4c0 .414.336.75.75.75h4a.75.75 0 0 1 0 1.5H11v.25a.75.75 0 0 1-1.5 0V11H7.25A2.25 2.25 0 0 1 5 8.75V6.5h-.25a.75.75 0 0 1 0-1.5H5v-.25A.75.75 0 0 1 5.75 4M9.5 7.25V8.5H11V7.25A2.25 2.25 0 0 0 8.75 5H7.5v1.5h1.25a.75.75 0 0 1 .75.75"/></svg>
</template>

CSS

.icon-crop-arrow-rotate-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%202.5a5.49%205.49%200%200%200-4.4%202.2a.75.75%200%200%201-1.2-.901A6.99%206.99%200%200%201%208%201a6.97%206.97%200%200%201%204.5%201.638V1.75a.75.75%200%200%201%201.5%200v2.5a.75.75%200%200%201-.75.75h-2.5a.75.75%200%200%201%200-1.5h.413c-.895-.63-1.986-1-3.163-1m-3.163%2010h.413a.75.75%200%200%200%200-1.5h-2.5a.75.75%200%200%200-.75.75v2.5a.75.75%200%200%200%201.5%200v-.888A6.97%206.97%200%200%200%208%2015a6.99%206.99%200%200%200%205.6-2.799a.75.75%200%201%200-1.2-.9A5.49%205.49%200%200%201%208%2013.5a5.47%205.47%200%200%201-3.163-1M5.75%204a.75.75%200%200%201%20.75.75v4c0%20.414.336.75.75.75h4a.75.75%200%200%201%200%201.5H11v.25a.75.75%200%200%201-1.5%200V11H7.25A2.25%202.25%200%200%201%205%208.75V6.5h-.25a.75.75%200%200%201%200-1.5H5v-.25A.75.75%200%200%201%205.75%204M9.5%207.25V8.5H11V7.25A2.25%202.25%200%200%200%208.75%205H7.5v1.5h1.25a.75.75%200%200%201%20.75.75%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%202.5a5.49%205.49%200%200%200-4.4%202.2a.75.75%200%200%201-1.2-.901A6.99%206.99%200%200%201%208%201a6.97%206.97%200%200%201%204.5%201.638V1.75a.75.75%200%200%201%201.5%200v2.5a.75.75%200%200%201-.75.75h-2.5a.75.75%200%200%201%200-1.5h.413c-.895-.63-1.986-1-3.163-1m-3.163%2010h.413a.75.75%200%200%200%200-1.5h-2.5a.75.75%200%200%200-.75.75v2.5a.75.75%200%200%200%201.5%200v-.888A6.97%206.97%200%200%200%208%2015a6.99%206.99%200%200%200%205.6-2.799a.75.75%200%201%200-1.2-.9A5.49%205.49%200%200%201%208%2013.5a5.47%205.47%200%200%201-3.163-1M5.75%204a.75.75%200%200%201%20.75.75v4c0%20.414.336.75.75.75h4a.75.75%200%200%201%200%201.5H11v.25a.75.75%200%200%201-1.5%200V11H7.25A2.25%202.25%200%200%201%205%208.75V6.5h-.25a.75.75%200%200%201%200-1.5H5v-.25A.75.75%200%200%201%205.75%204M9.5%207.25V8.5H11V7.25A2.25%202.25%200%200%200%208.75%205H7.5v1.5h1.25a.75.75%200%200%201%20.75.75%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-filled.svg?color=%231a73e8&size=48