crop-rotate-sharp from Material Symbols by Google · Sharp · Images · Apache-2.0 Free for personal and commercial use.

Name
crop-rotate-sharp
Set
Material Symbols
Style
Sharp
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
crop-rotate-outline-sharp

2 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the crop rotate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 24q-2.35 0-4.437-.837t-3.7-2.325t-2.638-3.5T0 13h2q.2 1.8.963 3.363t1.975 2.762t2.787 1.938t3.375.887L9.55 20.4l1.4-1.4l4.5 4.5q-.85.275-1.712.388T12 24m3-5v-2H7V9H5V7h2V5h2v10h10v2h-2v2zm0-6V9h-4V7h6v6zm7-2q-.175-1.8-.95-3.363t-1.988-2.762t-2.787-1.937T12.9 2.05l1.55 1.55l-1.4 1.4L8.55.5Q9.4.225 10.263.113T12 0q2.35 0 4.438.838t3.7 2.325t2.637 3.5T24 11z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCropRotateSharp(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="M12 24q-2.35 0-4.437-.837t-3.7-2.325t-2.638-3.5T0 13h2q.2 1.8.963 3.363t1.975 2.762t2.787 1.938t3.375.887L9.55 20.4l1.4-1.4l4.5 4.5q-.85.275-1.712.388T12 24m3-5v-2H7V9H5V7h2V5h2v10h10v2h-2v2zm0-6V9h-4V7h6v6zm7-2q-.175-1.8-.95-3.363t-1.988-2.762t-2.787-1.937T12.9 2.05l1.55 1.55l-1.4 1.4L8.55.5Q9.4.225 10.263.113T12 0q2.35 0 4.438.838t3.7 2.325t2.637 3.5T24 11z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 24q-2.35 0-4.437-.837t-3.7-2.325t-2.638-3.5T0 13h2q.2 1.8.963 3.363t1.975 2.762t2.787 1.938t3.375.887L9.55 20.4l1.4-1.4l4.5 4.5q-.85.275-1.712.388T12 24m3-5v-2H7V9H5V7h2V5h2v10h10v2h-2v2zm0-6V9h-4V7h6v6zm7-2q-.175-1.8-.95-3.363t-1.988-2.762t-2.787-1.937T12.9 2.05l1.55 1.55l-1.4 1.4L8.55.5Q9.4.225 10.263.113T12 0q2.35 0 4.438.838t3.7 2.325t2.637 3.5T24 11z"/></svg>
</template>

CSS

.icon-crop-rotate-sharp {
  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%22M12%2024q-2.35%200-4.437-.837t-3.7-2.325t-2.638-3.5T0%2013h2q.2%201.8.963%203.363t1.975%202.762t2.787%201.938t3.375.887L9.55%2020.4l1.4-1.4l4.5%204.5q-.85.275-1.712.388T12%2024m3-5v-2H7V9H5V7h2V5h2v10h10v2h-2v2zm0-6V9h-4V7h6v6zm7-2q-.175-1.8-.95-3.363t-1.988-2.762t-2.787-1.937T12.9%202.05l1.55%201.55l-1.4%201.4L8.55.5Q9.4.225%2010.263.113T12%200q2.35%200%204.438.838t3.7%202.325t2.637%203.5T24%2011z%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%22M12%2024q-2.35%200-4.437-.837t-3.7-2.325t-2.638-3.5T0%2013h2q.2%201.8.963%203.363t1.975%202.762t2.787%201.938t3.375.887L9.55%2020.4l1.4-1.4l4.5%204.5q-.85.275-1.712.388T12%2024m3-5v-2H7V9H5V7h2V5h2v10h10v2h-2v2zm0-6V9h-4V7h6v6zm7-2q-.175-1.8-.95-3.363t-1.988-2.762t-2.787-1.937T12.9%202.05l1.55%201.55l-1.4%201.4L8.55.5Q9.4.225%2010.263.113T12%200q2.35%200%204.438.838t3.7%202.325t2.637%203.5T24%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/crop-rotate-sharp.svg?color=%231a73e8&size=48