round crop rotate icon

round-crop-rotate from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.

Name
round-crop-rotate
Set
Google Material Icons
Style
Baseline
Category
Image
Viewbox
24×24
License
Apache 2.0

More image icons from Google Material Icons

Use the round 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="M16 9v5h2V8c0-1.1-.9-2-2-2h-6v2h5c.55 0 1 .45 1 1m3 7H9c-.55 0-1-.45-1-1V5c0-.55-.45-1-1-1s-1 .45-1 1v1H5c-.55 0-1 .45-1 1s.45 1 1 1h1v8c0 1.1.9 2 2 2h8v1c0 .55.45 1 1 1s1-.45 1-1v-1h1c.55 0 1-.45 1-1s-.45-1-1-1M17.66 1.4A11.8 11.8 0 0 0 11.39.04l3.81 3.81l1.33-1.33c3.09 1.46 5.34 4.37 5.89 7.86c.06.41.44.69.86.62c.41-.06.69-.45.62-.86c-.6-3.8-2.96-7-6.24-8.74M7.47 21.49a10.5 10.5 0 0 1-5.89-7.86a.737.737 0 0 0-.86-.62c-.41.06-.69.45-.62.86c.6 3.81 2.96 7.01 6.24 8.75c1.67.89 3.83 1.51 6.27 1.36L8.8 20.16z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundCropRotate(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="M16 9v5h2V8c0-1.1-.9-2-2-2h-6v2h5c.55 0 1 .45 1 1m3 7H9c-.55 0-1-.45-1-1V5c0-.55-.45-1-1-1s-1 .45-1 1v1H5c-.55 0-1 .45-1 1s.45 1 1 1h1v8c0 1.1.9 2 2 2h8v1c0 .55.45 1 1 1s1-.45 1-1v-1h1c.55 0 1-.45 1-1s-.45-1-1-1M17.66 1.4A11.8 11.8 0 0 0 11.39.04l3.81 3.81l1.33-1.33c3.09 1.46 5.34 4.37 5.89 7.86c.06.41.44.69.86.62c.41-.06.69-.45.62-.86c-.6-3.8-2.96-7-6.24-8.74M7.47 21.49a10.5 10.5 0 0 1-5.89-7.86a.737.737 0 0 0-.86-.62c-.41.06-.69.45-.62.86c.6 3.81 2.96 7.01 6.24 8.75c1.67.89 3.83 1.51 6.27 1.36L8.8 20.16z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 9v5h2V8c0-1.1-.9-2-2-2h-6v2h5c.55 0 1 .45 1 1m3 7H9c-.55 0-1-.45-1-1V5c0-.55-.45-1-1-1s-1 .45-1 1v1H5c-.55 0-1 .45-1 1s.45 1 1 1h1v8c0 1.1.9 2 2 2h8v1c0 .55.45 1 1 1s1-.45 1-1v-1h1c.55 0 1-.45 1-1s-.45-1-1-1M17.66 1.4A11.8 11.8 0 0 0 11.39.04l3.81 3.81l1.33-1.33c3.09 1.46 5.34 4.37 5.89 7.86c.06.41.44.69.86.62c.41-.06.69-.45.62-.86c-.6-3.8-2.96-7-6.24-8.74M7.47 21.49a10.5 10.5 0 0 1-5.89-7.86a.737.737 0 0 0-.86-.62c-.41.06-.69.45-.62.86c.6 3.81 2.96 7.01 6.24 8.75c1.67.89 3.83 1.51 6.27 1.36L8.8 20.16z"/></svg>
</template>

CSS

.icon-round-crop-rotate {
  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%22M16%209v5h2V8c0-1.1-.9-2-2-2h-6v2h5c.55%200%201%20.45%201%201m3%207H9c-.55%200-1-.45-1-1V5c0-.55-.45-1-1-1s-1%20.45-1%201v1H5c-.55%200-1%20.45-1%201s.45%201%201%201h1v8c0%201.1.9%202%202%202h8v1c0%20.55.45%201%201%201s1-.45%201-1v-1h1c.55%200%201-.45%201-1s-.45-1-1-1M17.66%201.4A11.8%2011.8%200%200%200%2011.39.04l3.81%203.81l1.33-1.33c3.09%201.46%205.34%204.37%205.89%207.86c.06.41.44.69.86.62c.41-.06.69-.45.62-.86c-.6-3.8-2.96-7-6.24-8.74M7.47%2021.49a10.5%2010.5%200%200%201-5.89-7.86a.737.737%200%200%200-.86-.62c-.41.06-.69.45-.62.86c.6%203.81%202.96%207.01%206.24%208.75c1.67.89%203.83%201.51%206.27%201.36L8.8%2020.16z%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%22M16%209v5h2V8c0-1.1-.9-2-2-2h-6v2h5c.55%200%201%20.45%201%201m3%207H9c-.55%200-1-.45-1-1V5c0-.55-.45-1-1-1s-1%20.45-1%201v1H5c-.55%200-1%20.45-1%201s.45%201%201%201h1v8c0%201.1.9%202%202%202h8v1c0%20.55.45%201%201%201s1-.45%201-1v-1h1c.55%200%201-.45%201-1s-.45-1-1-1M17.66%201.4A11.8%2011.8%200%200%200%2011.39.04l3.81%203.81l1.33-1.33c3.09%201.46%205.34%204.37%205.89%207.86c.06.41.44.69.86.62c.41-.06.69-.45.62-.86c-.6-3.8-2.96-7-6.24-8.74M7.47%2021.49a10.5%2010.5%200%200%201-5.89-7.86a.737.737%200%200%200-.86-.62c-.41.06-.69.45-.62.86c.6%203.81%202.96%207.01%206.24%208.75c1.67.89%203.83%201.51%206.27%201.36L8.8%2020.16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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