crop-rotate-rounded from Material Symbols Light by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.

Name
crop-rotate-rounded
Set
Material Symbols Light
Style
Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
crop-rotate-outline-rounded

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-4.112 0-7.203-2.628t-3.738-6.635q-.056-.252.057-.458t.345-.237t.385.136t.188.399q.573 3.602 3.315 5.975q2.74 2.373 6.443 2.437l-1.581-1.581q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l2.819 2.82q.098.097.055.217t-.173.15q-.405.079-.804.096t-.817.017m-2.423-7q-.67 0-1.143-.472Q8 15.056 8 14.385V9H6.5q-.213 0-.357-.143T6 8.5t.143-.357T6.5 8H8V6.5q0-.213.143-.357T8.5 6t.357.143T9 6.5v7.885q0 .23.192.423t.423.192H18.5q.214 0 .357.143T19 15.5t-.143.357T18.5 16H16v1.5q0 .214-.143.357T15.5 18t-.357-.143T15 17.5V16zM15 14V9.616q0-.231-.192-.424T14.385 9H10V8h4.385q.67 0 1.143.472q.472.472.472 1.144V14zM11.962 1q4.111 0 7.203 2.635q3.09 2.634 3.737 6.648q.056.252-.057.448t-.345.227t-.385-.136q-.151-.166-.188-.399q-.573-3.602-3.315-5.975q-2.74-2.373-6.443-2.437l1.581 1.581q.14.14.15.344q.01.205-.15.364t-.354.16t-.354-.16l-2.819-2.82q-.098-.097-.055-.216t.173-.15q.405-.08.804-.097T11.962 1"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCropRotateRounded(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-4.112 0-7.203-2.628t-3.738-6.635q-.056-.252.057-.458t.345-.237t.385.136t.188.399q.573 3.602 3.315 5.975q2.74 2.373 6.443 2.437l-1.581-1.581q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l2.819 2.82q.098.097.055.217t-.173.15q-.405.079-.804.096t-.817.017m-2.423-7q-.67 0-1.143-.472Q8 15.056 8 14.385V9H6.5q-.213 0-.357-.143T6 8.5t.143-.357T6.5 8H8V6.5q0-.213.143-.357T8.5 6t.357.143T9 6.5v7.885q0 .23.192.423t.423.192H18.5q.214 0 .357.143T19 15.5t-.143.357T18.5 16H16v1.5q0 .214-.143.357T15.5 18t-.357-.143T15 17.5V16zM15 14V9.616q0-.231-.192-.424T14.385 9H10V8h4.385q.67 0 1.143.472q.472.472.472 1.144V14zM11.962 1q4.111 0 7.203 2.635q3.09 2.634 3.737 6.648q.056.252-.057.448t-.345.227t-.385-.136q-.151-.166-.188-.399q-.573-3.602-3.315-5.975q-2.74-2.373-6.443-2.437l1.581 1.581q.14.14.15.344q.01.205-.15.364t-.354.16t-.354-.16l-2.819-2.82q-.098-.097-.055-.216t.173-.15q.405-.08.804-.097T11.962 1"/></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-4.112 0-7.203-2.628t-3.738-6.635q-.056-.252.057-.458t.345-.237t.385.136t.188.399q.573 3.602 3.315 5.975q2.74 2.373 6.443 2.437l-1.581-1.581q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l2.819 2.82q.098.097.055.217t-.173.15q-.405.079-.804.096t-.817.017m-2.423-7q-.67 0-1.143-.472Q8 15.056 8 14.385V9H6.5q-.213 0-.357-.143T6 8.5t.143-.357T6.5 8H8V6.5q0-.213.143-.357T8.5 6t.357.143T9 6.5v7.885q0 .23.192.423t.423.192H18.5q.214 0 .357.143T19 15.5t-.143.357T18.5 16H16v1.5q0 .214-.143.357T15.5 18t-.357-.143T15 17.5V16zM15 14V9.616q0-.231-.192-.424T14.385 9H10V8h4.385q.67 0 1.143.472q.472.472.472 1.144V14zM11.962 1q4.111 0 7.203 2.635q3.09 2.634 3.737 6.648q.056.252-.057.448t-.345.227t-.385-.136q-.151-.166-.188-.399q-.573-3.602-3.315-5.975q-2.74-2.373-6.443-2.437l1.581 1.581q.14.14.15.344q.01.205-.15.364t-.354.16t-.354-.16l-2.819-2.82q-.098-.097-.055-.216t.173-.15q.405-.08.804-.097T11.962 1"/></svg>
</template>

CSS

.icon-crop-rotate-rounded {
  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-4.112%200-7.203-2.628t-3.738-6.635q-.056-.252.057-.458t.345-.237t.385.136t.188.399q.573%203.602%203.315%205.975q2.74%202.373%206.443%202.437l-1.581-1.581q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l2.819%202.82q.098.097.055.217t-.173.15q-.405.079-.804.096t-.817.017m-2.423-7q-.67%200-1.143-.472Q8%2015.056%208%2014.385V9H6.5q-.213%200-.357-.143T6%208.5t.143-.357T6.5%208H8V6.5q0-.213.143-.357T8.5%206t.357.143T9%206.5v7.885q0%20.23.192.423t.423.192H18.5q.214%200%20.357.143T19%2015.5t-.143.357T18.5%2016H16v1.5q0%20.214-.143.357T15.5%2018t-.357-.143T15%2017.5V16zM15%2014V9.616q0-.231-.192-.424T14.385%209H10V8h4.385q.67%200%201.143.472q.472.472.472%201.144V14zM11.962%201q4.111%200%207.203%202.635q3.09%202.634%203.737%206.648q.056.252-.057.448t-.345.227t-.385-.136q-.151-.166-.188-.399q-.573-3.602-3.315-5.975q-2.74-2.373-6.443-2.437l1.581%201.581q.14.14.15.344q.01.205-.15.364t-.354.16t-.354-.16l-2.819-2.82q-.098-.097-.055-.216t.173-.15q.405-.08.804-.097T11.962%201%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-4.112%200-7.203-2.628t-3.738-6.635q-.056-.252.057-.458t.345-.237t.385.136t.188.399q.573%203.602%203.315%205.975q2.74%202.373%206.443%202.437l-1.581-1.581q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l2.819%202.82q.098.097.055.217t-.173.15q-.405.079-.804.096t-.817.017m-2.423-7q-.67%200-1.143-.472Q8%2015.056%208%2014.385V9H6.5q-.213%200-.357-.143T6%208.5t.143-.357T6.5%208H8V6.5q0-.213.143-.357T8.5%206t.357.143T9%206.5v7.885q0%20.23.192.423t.423.192H18.5q.214%200%20.357.143T19%2015.5t-.143.357T18.5%2016H16v1.5q0%20.214-.143.357T15.5%2018t-.357-.143T15%2017.5V16zM15%2014V9.616q0-.231-.192-.424T14.385%209H10V8h4.385q.67%200%201.143.472q.472.472.472%201.144V14zM11.962%201q4.111%200%207.203%202.635q3.09%202.634%203.737%206.648q.056.252-.057.448t-.345.227t-.385-.136q-.151-.166-.188-.399q-.573-3.602-3.315-5.975q-2.74-2.373-6.443-2.437l1.581%201.581q.14.14.15.344q.01.205-.15.364t-.354.16t-.354-.16l-2.819-2.82q-.098-.097-.055-.216t.173-.15q.405-.08.804-.097T11.962%201%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-rounded.svg?color=%231a73e8&size=48