rotate-left from Material Symbols by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.

Name
rotate-left
Set
Material Symbols
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
rotate-left-outline, rotate-left-outline-sharp, rotate-left-sharp

1 other variant in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the rotate left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 22q-1.25-.125-2.4-.612T6.4 20.1l1.4-1.45q.725.525 1.538.85t1.662.45zm2 0v-2.05q2.6-.375 4.3-2.337T19 13.05q0-2.925-2.037-4.962T12 6.05h-.2l1.6 1.6l-1.4 1.4l-4-4l4-4l1.4 1.45l-1.55 1.55H12q1.875 0 3.513.713t2.85 1.925t1.925 2.85T21 13.05q0 3.425-2.275 5.963T13 22m-8.05-3.35q-.8-1.05-1.288-2.2t-.612-2.4H5.1q.125.85.45 1.663t.85 1.537zm-1.9-6.6q.15-1.275.625-2.45T4.95 7.45l1.45 1.4q-.525.725-.85 1.538T5.1 12.05z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRotateLeft(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="M11 22q-1.25-.125-2.4-.612T6.4 20.1l1.4-1.45q.725.525 1.538.85t1.662.45zm2 0v-2.05q2.6-.375 4.3-2.337T19 13.05q0-2.925-2.037-4.962T12 6.05h-.2l1.6 1.6l-1.4 1.4l-4-4l4-4l1.4 1.45l-1.55 1.55H12q1.875 0 3.513.713t2.85 1.925t1.925 2.85T21 13.05q0 3.425-2.275 5.963T13 22m-8.05-3.35q-.8-1.05-1.288-2.2t-.612-2.4H5.1q.125.85.45 1.663t.85 1.537zm-1.9-6.6q.15-1.275.625-2.45T4.95 7.45l1.45 1.4q-.525.725-.85 1.538T5.1 12.05z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 22q-1.25-.125-2.4-.612T6.4 20.1l1.4-1.45q.725.525 1.538.85t1.662.45zm2 0v-2.05q2.6-.375 4.3-2.337T19 13.05q0-2.925-2.037-4.962T12 6.05h-.2l1.6 1.6l-1.4 1.4l-4-4l4-4l1.4 1.45l-1.55 1.55H12q1.875 0 3.513.713t2.85 1.925t1.925 2.85T21 13.05q0 3.425-2.275 5.963T13 22m-8.05-3.35q-.8-1.05-1.288-2.2t-.612-2.4H5.1q.125.85.45 1.663t.85 1.537zm-1.9-6.6q.15-1.275.625-2.45T4.95 7.45l1.45 1.4q-.525.725-.85 1.538T5.1 12.05z"/></svg>
</template>

CSS

.icon-rotate-left {
  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%22M11%2022q-1.25-.125-2.4-.612T6.4%2020.1l1.4-1.45q.725.525%201.538.85t1.662.45zm2%200v-2.05q2.6-.375%204.3-2.337T19%2013.05q0-2.925-2.037-4.962T12%206.05h-.2l1.6%201.6l-1.4%201.4l-4-4l4-4l1.4%201.45l-1.55%201.55H12q1.875%200%203.513.713t2.85%201.925t1.925%202.85T21%2013.05q0%203.425-2.275%205.963T13%2022m-8.05-3.35q-.8-1.05-1.288-2.2t-.612-2.4H5.1q.125.85.45%201.663t.85%201.537zm-1.9-6.6q.15-1.275.625-2.45T4.95%207.45l1.45%201.4q-.525.725-.85%201.538T5.1%2012.05z%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%22M11%2022q-1.25-.125-2.4-.612T6.4%2020.1l1.4-1.45q.725.525%201.538.85t1.662.45zm2%200v-2.05q2.6-.375%204.3-2.337T19%2013.05q0-2.925-2.037-4.962T12%206.05h-.2l1.6%201.6l-1.4%201.4l-4-4l4-4l1.4%201.45l-1.55%201.55H12q1.875%200%203.513.713t2.85%201.925t1.925%202.85T21%2013.05q0%203.425-2.275%205.963T13%2022m-8.05-3.35q-.8-1.05-1.288-2.2t-.612-2.4H5.1q.125.85.45%201.663t.85%201.537zm-1.9-6.6q.15-1.275.625-2.45T4.95%207.45l1.45%201.4q-.525.725-.85%201.538T5.1%2012.05z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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