crop rotate icon
crop-rotate-sharp from Material Symbols Light by Google · Sharp · Images · Apache-2.0 Free for personal and commercial use.
- Name
- crop-rotate-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- crop-rotate-outline-sharp
2 other variants in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
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.039 23q-2.139 0-4.053-.76q-1.915-.761-3.402-2.104t-2.436-3.173T1 13h1q.2 1.896 1.04 3.526q.839 1.63 2.157 2.83t3.019 1.899t3.615.734l-1.935-1.935l.708-.708l3.462 3.462q-.504.12-1.011.157q-.507.035-1.016.035M15 18v-2H8V9H6V8h2V6h1v9h10v1h-3v2zm0-4V9h-5V8h6v6zm7-3q-.194-1.896-1.036-3.526t-2.161-2.83t-3.018-1.899t-3.616-.734l1.935 1.935l-.708.708l-3.462-3.462q.505-.12 1.011-.156Q11.452 1 11.962 1q2.138 0 4.053.76q1.914.761 3.401 2.105t2.436 3.173T23 11z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCropRotateSharp(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.039 23q-2.139 0-4.053-.76q-1.915-.761-3.402-2.104t-2.436-3.173T1 13h1q.2 1.896 1.04 3.526q.839 1.63 2.157 2.83t3.019 1.899t3.615.734l-1.935-1.935l.708-.708l3.462 3.462q-.504.12-1.011.157q-.507.035-1.016.035M15 18v-2H8V9H6V8h2V6h1v9h10v1h-3v2zm0-4V9h-5V8h6v6zm7-3q-.194-1.896-1.036-3.526t-2.161-2.83t-3.018-1.899t-3.616-.734l1.935 1.935l-.708.708l-3.462-3.462q.505-.12 1.011-.156Q11.452 1 11.962 1q2.138 0 4.053.76q1.914.761 3.401 2.105t2.436 3.173T23 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.039 23q-2.139 0-4.053-.76q-1.915-.761-3.402-2.104t-2.436-3.173T1 13h1q.2 1.896 1.04 3.526q.839 1.63 2.157 2.83t3.019 1.899t3.615.734l-1.935-1.935l.708-.708l3.462 3.462q-.504.12-1.011.157q-.507.035-1.016.035M15 18v-2H8V9H6V8h2V6h1v9h10v1h-3v2zm0-4V9h-5V8h6v6zm7-3q-.194-1.896-1.036-3.526t-2.161-2.83t-3.018-1.899t-3.616-.734l1.935 1.935l-.708.708l-3.462-3.462q.505-.12 1.011-.156Q11.452 1 11.962 1q2.138 0 4.053.76q1.914.761 3.401 2.105t2.436 3.173T23 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.039%2023q-2.139%200-4.053-.76q-1.915-.761-3.402-2.104t-2.436-3.173T1%2013h1q.2%201.896%201.04%203.526q.839%201.63%202.157%202.83t3.019%201.899t3.615.734l-1.935-1.935l.708-.708l3.462%203.462q-.504.12-1.011.157q-.507.035-1.016.035M15%2018v-2H8V9H6V8h2V6h1v9h10v1h-3v2zm0-4V9h-5V8h6v6zm7-3q-.194-1.896-1.036-3.526t-2.161-2.83t-3.018-1.899t-3.616-.734l1.935%201.935l-.708.708l-3.462-3.462q.505-.12%201.011-.156Q11.452%201%2011.962%201q2.138%200%204.053.76q1.914.761%203.401%202.105t2.436%203.173T23%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.039%2023q-2.139%200-4.053-.76q-1.915-.761-3.402-2.104t-2.436-3.173T1%2013h1q.2%201.896%201.04%203.526q.839%201.63%202.157%202.83t3.019%201.899t3.615.734l-1.935-1.935l.708-.708l3.462%203.462q-.504.12-1.011.157q-.507.035-1.016.035M15%2018v-2H8V9H6V8h2V6h1v9h10v1h-3v2zm0-4V9h-5V8h6v6zm7-3q-.194-1.896-1.036-3.526t-2.161-2.83t-3.018-1.899t-3.616-.734l1.935%201.935l-.708.708l-3.462-3.462q.505-.12%201.011-.156Q11.452%201%2011.962%201q2.138%200%204.053.76q1.914.761%203.401%202.105t2.436%203.173T23%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/crop-rotate-sharp.svg?color=%231a73e8&size=48