rotate auto icon
rotate-auto-outline-rounded from Material Symbols by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- rotate-auto-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
2 other variants in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
Use the rotate auto icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.213 15.9q-.788 1.825-2.138 3.175T15.9 21.213T12 22q-1.9 0-3.613-.675t-3.05-1.862t-2.187-2.8t-1.075-3.513q-.05-.475.225-.737t.65-.313t.725.163t.4.737q.375 3.025 2.638 5.025t5.287 2q3.35 0 5.675-2.325T20 12.025T17.675 6.35T12 4.025q-2.225 0-4.038 1.088T5.1 8H7q.425 0 .713.288T8 9t-.288.713T7 10H3q-.425 0-.712-.288T2 9V5q0-.425.288-.712T3 4t.713.288T4 5v1q1.375-1.825 3.45-2.912T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9M10.2 13.7h3.65l.625 1.825q.075.2.263.338t.412.137q.375 0 .588-.312t.087-.663l-2.85-7.55q-.075-.225-.275-.35T12.275 7h-.55q-.225 0-.425.125t-.275.35L8.175 15q-.125.35.088.675t.612.325q.25 0 .438-.137t.262-.363zm.45-1.3l1.3-3.75h.1l1.3 3.75z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsRotateAutoOutlineRounded(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="M21.213 15.9q-.788 1.825-2.138 3.175T15.9 21.213T12 22q-1.9 0-3.613-.675t-3.05-1.862t-2.187-2.8t-1.075-3.513q-.05-.475.225-.737t.65-.313t.725.163t.4.737q.375 3.025 2.638 5.025t5.287 2q3.35 0 5.675-2.325T20 12.025T17.675 6.35T12 4.025q-2.225 0-4.038 1.088T5.1 8H7q.425 0 .713.288T8 9t-.288.713T7 10H3q-.425 0-.712-.288T2 9V5q0-.425.288-.712T3 4t.713.288T4 5v1q1.375-1.825 3.45-2.912T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9M10.2 13.7h3.65l.625 1.825q.075.2.263.338t.412.137q.375 0 .588-.312t.087-.663l-2.85-7.55q-.075-.225-.275-.35T12.275 7h-.55q-.225 0-.425.125t-.275.35L8.175 15q-.125.35.088.675t.612.325q.25 0 .438-.137t.262-.363zm.45-1.3l1.3-3.75h.1l1.3 3.75z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.213 15.9q-.788 1.825-2.138 3.175T15.9 21.213T12 22q-1.9 0-3.613-.675t-3.05-1.862t-2.187-2.8t-1.075-3.513q-.05-.475.225-.737t.65-.313t.725.163t.4.737q.375 3.025 2.638 5.025t5.287 2q3.35 0 5.675-2.325T20 12.025T17.675 6.35T12 4.025q-2.225 0-4.038 1.088T5.1 8H7q.425 0 .713.288T8 9t-.288.713T7 10H3q-.425 0-.712-.288T2 9V5q0-.425.288-.712T3 4t.713.288T4 5v1q1.375-1.825 3.45-2.912T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9M10.2 13.7h3.65l.625 1.825q.075.2.263.338t.412.137q.375 0 .588-.312t.087-.663l-2.85-7.55q-.075-.225-.275-.35T12.275 7h-.55q-.225 0-.425.125t-.275.35L8.175 15q-.125.35.088.675t.612.325q.25 0 .438-.137t.262-.363zm.45-1.3l1.3-3.75h.1l1.3 3.75z"/></svg> </template>
CSS
.icon-rotate-auto-outline-rounded {
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%22M21.213%2015.9q-.788%201.825-2.138%203.175T15.9%2021.213T12%2022q-1.9%200-3.613-.675t-3.05-1.862t-2.187-2.8t-1.075-3.513q-.05-.475.225-.737t.65-.313t.725.163t.4.737q.375%203.025%202.638%205.025t5.287%202q3.35%200%205.675-2.325T20%2012.025T17.675%206.35T12%204.025q-2.225%200-4.038%201.088T5.1%208H7q.425%200%20.713.288T8%209t-.288.713T7%2010H3q-.425%200-.712-.288T2%209V5q0-.425.288-.712T3%204t.713.288T4%205v1q1.375-1.825%203.45-2.912T12%202q2.075%200%203.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9M10.2%2013.7h3.65l.625%201.825q.075.2.263.338t.412.137q.375%200%20.588-.312t.087-.663l-2.85-7.55q-.075-.225-.275-.35T12.275%207h-.55q-.225%200-.425.125t-.275.35L8.175%2015q-.125.35.088.675t.612.325q.25%200%20.438-.137t.262-.363zm.45-1.3l1.3-3.75h.1l1.3%203.75z%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%22M21.213%2015.9q-.788%201.825-2.138%203.175T15.9%2021.213T12%2022q-1.9%200-3.613-.675t-3.05-1.862t-2.187-2.8t-1.075-3.513q-.05-.475.225-.737t.65-.313t.725.163t.4.737q.375%203.025%202.638%205.025t5.287%202q3.35%200%205.675-2.325T20%2012.025T17.675%206.35T12%204.025q-2.225%200-4.038%201.088T5.1%208H7q.425%200%20.713.288T8%209t-.288.713T7%2010H3q-.425%200-.712-.288T2%209V5q0-.425.288-.712T3%204t.713.288T4%205v1q1.375-1.825%203.45-2.912T12%202q2.075%200%203.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9M10.2%2013.7h3.65l.625%201.825q.075.2.263.338t.412.137q.375%200%20.588-.312t.087-.663l-2.85-7.55q-.075-.225-.275-.35T12.275%207h-.55q-.225%200-.425.125t-.275.35L8.175%2015q-.125.35.088.675t.612.325q.25%200%20.438-.137t.262-.363zm.45-1.3l1.3-3.75h.1l1.3%203.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/rotate-auto-outline-rounded.svg?color=%231a73e8&size=48