round rotate 90 degrees cw icon

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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.86 18.46c2.65 3.45 7.11 4.37 10.74 2.79c.61-.27.74-1.09.27-1.56l-.05-.05c-.29-.29-.72-.35-1.1-.19c-2.96 1.24-6.59.37-8.58-2.62c-1.58-2.37-1.55-5.37.05-7.73C6.6 7.03 8.8 6.03 11 6.03v1.76c0 .45.54.67.86.36l2.79-2.79c.2-.2.2-.51 0-.71l-2.8-2.79a.495.495 0 0 0-.85.35v1.8c-2.76 0-5.52 1.25-7.34 3.78c-2.28 3.17-2.2 7.58.2 10.67"/><path fill="currentColor" d="M17.7 7.71a.996.996 0 0 0-1.41 0l-4.59 4.58a.996.996 0 0 0 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59a.996.996 0 0 0 0-1.41z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundRotate90DegreesCw(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="M3.86 18.46c2.65 3.45 7.11 4.37 10.74 2.79c.61-.27.74-1.09.27-1.56l-.05-.05c-.29-.29-.72-.35-1.1-.19c-2.96 1.24-6.59.37-8.58-2.62c-1.58-2.37-1.55-5.37.05-7.73C6.6 7.03 8.8 6.03 11 6.03v1.76c0 .45.54.67.86.36l2.79-2.79c.2-.2.2-.51 0-.71l-2.8-2.79a.495.495 0 0 0-.85.35v1.8c-2.76 0-5.52 1.25-7.34 3.78c-2.28 3.17-2.2 7.58.2 10.67"/><path fill="currentColor" d="M17.7 7.71a.996.996 0 0 0-1.41 0l-4.59 4.58a.996.996 0 0 0 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59a.996.996 0 0 0 0-1.41z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.86 18.46c2.65 3.45 7.11 4.37 10.74 2.79c.61-.27.74-1.09.27-1.56l-.05-.05c-.29-.29-.72-.35-1.1-.19c-2.96 1.24-6.59.37-8.58-2.62c-1.58-2.37-1.55-5.37.05-7.73C6.6 7.03 8.8 6.03 11 6.03v1.76c0 .45.54.67.86.36l2.79-2.79c.2-.2.2-.51 0-.71l-2.8-2.79a.495.495 0 0 0-.85.35v1.8c-2.76 0-5.52 1.25-7.34 3.78c-2.28 3.17-2.2 7.58.2 10.67"/><path fill="currentColor" d="M17.7 7.71a.996.996 0 0 0-1.41 0l-4.59 4.58a.996.996 0 0 0 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59a.996.996 0 0 0 0-1.41z"/></svg>
</template>

CSS

.icon-round-rotate-90-degrees-cw {
  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%22M3.86%2018.46c2.65%203.45%207.11%204.37%2010.74%202.79c.61-.27.74-1.09.27-1.56l-.05-.05c-.29-.29-.72-.35-1.1-.19c-2.96%201.24-6.59.37-8.58-2.62c-1.58-2.37-1.55-5.37.05-7.73C6.6%207.03%208.8%206.03%2011%206.03v1.76c0%20.45.54.67.86.36l2.79-2.79c.2-.2.2-.51%200-.71l-2.8-2.79a.495.495%200%200%200-.85.35v1.8c-2.76%200-5.52%201.25-7.34%203.78c-2.28%203.17-2.2%207.58.2%2010.67%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.7%207.71a.996.996%200%200%200-1.41%200l-4.59%204.58a.996.996%200%200%200%200%201.41l4.59%204.59c.39.39%201.02.39%201.41%200l4.59-4.59a.996.996%200%200%200%200-1.41z%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%22M3.86%2018.46c2.65%203.45%207.11%204.37%2010.74%202.79c.61-.27.74-1.09.27-1.56l-.05-.05c-.29-.29-.72-.35-1.1-.19c-2.96%201.24-6.59.37-8.58-2.62c-1.58-2.37-1.55-5.37.05-7.73C6.6%207.03%208.8%206.03%2011%206.03v1.76c0%20.45.54.67.86.36l2.79-2.79c.2-.2.2-.51%200-.71l-2.8-2.79a.495.495%200%200%200-.85.35v1.8c-2.76%200-5.52%201.25-7.34%203.78c-2.28%203.17-2.2%207.58.2%2010.67%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.7%207.71a.996.996%200%200%200-1.41%200l-4.59%204.58a.996.996%200%200%200%200%201.41l4.59%204.59c.39.39%201.02.39%201.41%200l4.59-4.59a.996.996%200%200%200%200-1.41z%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-cw.svg?color=%231a73e8&size=48