twotone rotate 90 degrees cw icon

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

Name
twotone-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 twotone 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="M4.64 19.37c3.03 3.03 7.67 3.44 11.15 1.25l-1.46-1.46c-2.66 1.43-6.04 1.03-8.28-1.21a7.007 7.007 0 0 1 0-9.9C7.42 6.69 9.21 6.03 11 6.03V9l4-4l-4-4v3.01c-2.3 0-4.61.87-6.36 2.63c-3.52 3.51-3.52 9.21 0 12.73M11 13l6 6l6-6l-6-6zm6 3.17L13.83 13L17 9.83L20.17 13z"/><path fill="currentColor" d="m13.817 12.995l3.175-3.175l3.175 3.174l-3.175 3.175z" opacity=".3"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneRotate90DegreesCw(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="M4.64 19.37c3.03 3.03 7.67 3.44 11.15 1.25l-1.46-1.46c-2.66 1.43-6.04 1.03-8.28-1.21a7.007 7.007 0 0 1 0-9.9C7.42 6.69 9.21 6.03 11 6.03V9l4-4l-4-4v3.01c-2.3 0-4.61.87-6.36 2.63c-3.52 3.51-3.52 9.21 0 12.73M11 13l6 6l6-6l-6-6zm6 3.17L13.83 13L17 9.83L20.17 13z"/><path fill="currentColor" d="m13.817 12.995l3.175-3.175l3.175 3.174l-3.175 3.175z" opacity=".3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.64 19.37c3.03 3.03 7.67 3.44 11.15 1.25l-1.46-1.46c-2.66 1.43-6.04 1.03-8.28-1.21a7.007 7.007 0 0 1 0-9.9C7.42 6.69 9.21 6.03 11 6.03V9l4-4l-4-4v3.01c-2.3 0-4.61.87-6.36 2.63c-3.52 3.51-3.52 9.21 0 12.73M11 13l6 6l6-6l-6-6zm6 3.17L13.83 13L17 9.83L20.17 13z"/><path fill="currentColor" d="m13.817 12.995l3.175-3.175l3.175 3.174l-3.175 3.175z" opacity=".3"/></svg>
</template>

CSS

.icon-twotone-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%22M4.64%2019.37c3.03%203.03%207.67%203.44%2011.15%201.25l-1.46-1.46c-2.66%201.43-6.04%201.03-8.28-1.21a7.007%207.007%200%200%201%200-9.9C7.42%206.69%209.21%206.03%2011%206.03V9l4-4l-4-4v3.01c-2.3%200-4.61.87-6.36%202.63c-3.52%203.51-3.52%209.21%200%2012.73M11%2013l6%206l6-6l-6-6zm6%203.17L13.83%2013L17%209.83L20.17%2013z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.817%2012.995l3.175-3.175l3.175%203.174l-3.175%203.175z%22%20opacity%3D%22.3%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%22M4.64%2019.37c3.03%203.03%207.67%203.44%2011.15%201.25l-1.46-1.46c-2.66%201.43-6.04%201.03-8.28-1.21a7.007%207.007%200%200%201%200-9.9C7.42%206.69%209.21%206.03%2011%206.03V9l4-4l-4-4v3.01c-2.3%200-4.61.87-6.36%202.63c-3.52%203.51-3.52%209.21%200%2012.73M11%2013l6%206l6-6l-6-6zm6%203.17L13.83%2013L17%209.83L20.17%2013z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.817%2012.995l3.175-3.175l3.175%203.174l-3.175%203.175z%22%20opacity%3D%22.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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