round rotate 90 degrees ccw icon

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

Name
round-rotate-90-degrees-ccw
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 rotate 90 degrees ccw icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.93 7.83l-3.65 3.66c-.78.78-.78 2.05 0 2.83l3.66 3.66c.78.78 2.05.78 2.83 0l3.66-3.65c.78-.78.78-2.05 0-2.83L8.76 7.82c-.79-.78-2.05-.78-2.83.01M4.4 12.19l2.25-2.25c.39-.39 1.02-.39 1.42 0l2.24 2.24c.39.39.39 1.02 0 1.41l-2.25 2.25c-.39.39-1.02.39-1.42 0L4.4 13.61c-.39-.39-.39-1.03 0-1.42m14.96-5.55A8.95 8.95 0 0 0 13 4v-.83c0-.89-1.08-1.34-1.71-.71L9.47 4.29a.996.996 0 0 0 0 1.41l1.83 1.83c.62.63 1.7.19 1.7-.7V6c2.02 0 4.03.86 5.45 2.61c2.05 2.52 2.05 6.27 0 8.79a6.985 6.985 0 0 1-7.74 2.21a1 1 0 0 0-1.02.26c-.5.5-.34 1.39.34 1.62a8.95 8.95 0 0 0 9.33-2.13a8.98 8.98 0 0 0 0-12.72"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundRotate90DegreesCcw(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="m5.93 7.83l-3.65 3.66c-.78.78-.78 2.05 0 2.83l3.66 3.66c.78.78 2.05.78 2.83 0l3.66-3.65c.78-.78.78-2.05 0-2.83L8.76 7.82c-.79-.78-2.05-.78-2.83.01M4.4 12.19l2.25-2.25c.39-.39 1.02-.39 1.42 0l2.24 2.24c.39.39.39 1.02 0 1.41l-2.25 2.25c-.39.39-1.02.39-1.42 0L4.4 13.61c-.39-.39-.39-1.03 0-1.42m14.96-5.55A8.95 8.95 0 0 0 13 4v-.83c0-.89-1.08-1.34-1.71-.71L9.47 4.29a.996.996 0 0 0 0 1.41l1.83 1.83c.62.63 1.7.19 1.7-.7V6c2.02 0 4.03.86 5.45 2.61c2.05 2.52 2.05 6.27 0 8.79a6.985 6.985 0 0 1-7.74 2.21a1 1 0 0 0-1.02.26c-.5.5-.34 1.39.34 1.62a8.95 8.95 0 0 0 9.33-2.13a8.98 8.98 0 0 0 0-12.72"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.93 7.83l-3.65 3.66c-.78.78-.78 2.05 0 2.83l3.66 3.66c.78.78 2.05.78 2.83 0l3.66-3.65c.78-.78.78-2.05 0-2.83L8.76 7.82c-.79-.78-2.05-.78-2.83.01M4.4 12.19l2.25-2.25c.39-.39 1.02-.39 1.42 0l2.24 2.24c.39.39.39 1.02 0 1.41l-2.25 2.25c-.39.39-1.02.39-1.42 0L4.4 13.61c-.39-.39-.39-1.03 0-1.42m14.96-5.55A8.95 8.95 0 0 0 13 4v-.83c0-.89-1.08-1.34-1.71-.71L9.47 4.29a.996.996 0 0 0 0 1.41l1.83 1.83c.62.63 1.7.19 1.7-.7V6c2.02 0 4.03.86 5.45 2.61c2.05 2.52 2.05 6.27 0 8.79a6.985 6.985 0 0 1-7.74 2.21a1 1 0 0 0-1.02.26c-.5.5-.34 1.39.34 1.62a8.95 8.95 0 0 0 9.33-2.13a8.98 8.98 0 0 0 0-12.72"/></svg>
</template>

CSS

.icon-round-rotate-90-degrees-ccw {
  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%22m5.93%207.83l-3.65%203.66c-.78.78-.78%202.05%200%202.83l3.66%203.66c.78.78%202.05.78%202.83%200l3.66-3.65c.78-.78.78-2.05%200-2.83L8.76%207.82c-.79-.78-2.05-.78-2.83.01M4.4%2012.19l2.25-2.25c.39-.39%201.02-.39%201.42%200l2.24%202.24c.39.39.39%201.02%200%201.41l-2.25%202.25c-.39.39-1.02.39-1.42%200L4.4%2013.61c-.39-.39-.39-1.03%200-1.42m14.96-5.55A8.95%208.95%200%200%200%2013%204v-.83c0-.89-1.08-1.34-1.71-.71L9.47%204.29a.996.996%200%200%200%200%201.41l1.83%201.83c.62.63%201.7.19%201.7-.7V6c2.02%200%204.03.86%205.45%202.61c2.05%202.52%202.05%206.27%200%208.79a6.985%206.985%200%200%201-7.74%202.21a1%201%200%200%200-1.02.26c-.5.5-.34%201.39.34%201.62a8.95%208.95%200%200%200%209.33-2.13a8.98%208.98%200%200%200%200-12.72%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%22m5.93%207.83l-3.65%203.66c-.78.78-.78%202.05%200%202.83l3.66%203.66c.78.78%202.05.78%202.83%200l3.66-3.65c.78-.78.78-2.05%200-2.83L8.76%207.82c-.79-.78-2.05-.78-2.83.01M4.4%2012.19l2.25-2.25c.39-.39%201.02-.39%201.42%200l2.24%202.24c.39.39.39%201.02%200%201.41l-2.25%202.25c-.39.39-1.02.39-1.42%200L4.4%2013.61c-.39-.39-.39-1.03%200-1.42m14.96-5.55A8.95%208.95%200%200%200%2013%204v-.83c0-.89-1.08-1.34-1.71-.71L9.47%204.29a.996.996%200%200%200%200%201.41l1.83%201.83c.62.63%201.7.19%201.7-.7V6c2.02%200%204.03.86%205.45%202.61c2.05%202.52%202.05%206.27%200%208.79a6.985%206.985%200%200%201-7.74%202.21a1%201%200%200%200-1.02.26c-.5.5-.34%201.39.34%201.62a8.95%208.95%200%200%200%209.33-2.13a8.98%208.98%200%200%200%200-12.72%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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