rotate auto icon
rotate-auto-outline-rounded from Material Symbols Light by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- rotate-auto-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
2 other variants in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
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="M20.29 15.506q-.711 1.642-1.926 2.858q-1.216 1.215-2.858 1.926T12 21q-1.784 0-3.363-.646t-2.79-1.786t-1.966-2.675t-.864-3.32q-.011-.244.13-.372q.14-.128.322-.14t.36.096t.188.382q.202 3.178 2.503 5.332T12 20.025q3.35 0 5.675-2.325T20 12.025T17.675 6.35T12 4.025q-2.436 0-4.365 1.28q-1.927 1.28-2.881 3.349h2.4q.213 0 .356.143q.144.144.144.357t-.144.357t-.356.143H3.808q-.348 0-.578-.23T3 8.846V5.5q0-.213.143-.357T3.5 5t.357.143T4 5.5v2.48q1.087-2.228 3.21-3.604T12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12t-.71 3.506m-10.128-2.114h3.726l.914 2.325q.056.142.166.213t.259.07q.24 0 .376-.187q.135-.188.049-.423l-3.235-8.204q-.036-.09-.111-.138T12.14 7h-.243q-.09 0-.165.048t-.112.138l-3.215 8.218q-.087.215.049.406q.136.19.382.19q.154 0 .254-.08q.101-.08.157-.209zm.296-.8l1.492-4.019h.1l1.53 4.02z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRotateAutoOutlineRounded(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="M20.29 15.506q-.711 1.642-1.926 2.858q-1.216 1.215-2.858 1.926T12 21q-1.784 0-3.363-.646t-2.79-1.786t-1.966-2.675t-.864-3.32q-.011-.244.13-.372q.14-.128.322-.14t.36.096t.188.382q.202 3.178 2.503 5.332T12 20.025q3.35 0 5.675-2.325T20 12.025T17.675 6.35T12 4.025q-2.436 0-4.365 1.28q-1.927 1.28-2.881 3.349h2.4q.213 0 .356.143q.144.144.144.357t-.144.357t-.356.143H3.808q-.348 0-.578-.23T3 8.846V5.5q0-.213.143-.357T3.5 5t.357.143T4 5.5v2.48q1.087-2.228 3.21-3.604T12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12t-.71 3.506m-10.128-2.114h3.726l.914 2.325q.056.142.166.213t.259.07q.24 0 .376-.187q.135-.188.049-.423l-3.235-8.204q-.036-.09-.111-.138T12.14 7h-.243q-.09 0-.165.048t-.112.138l-3.215 8.218q-.087.215.049.406q.136.19.382.19q.154 0 .254-.08q.101-.08.157-.209zm.296-.8l1.492-4.019h.1l1.53 4.02z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.29 15.506q-.711 1.642-1.926 2.858q-1.216 1.215-2.858 1.926T12 21q-1.784 0-3.363-.646t-2.79-1.786t-1.966-2.675t-.864-3.32q-.011-.244.13-.372q.14-.128.322-.14t.36.096t.188.382q.202 3.178 2.503 5.332T12 20.025q3.35 0 5.675-2.325T20 12.025T17.675 6.35T12 4.025q-2.436 0-4.365 1.28q-1.927 1.28-2.881 3.349h2.4q.213 0 .356.143q.144.144.144.357t-.144.357t-.356.143H3.808q-.348 0-.578-.23T3 8.846V5.5q0-.213.143-.357T3.5 5t.357.143T4 5.5v2.48q1.087-2.228 3.21-3.604T12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12t-.71 3.506m-10.128-2.114h3.726l.914 2.325q.056.142.166.213t.259.07q.24 0 .376-.187q.135-.188.049-.423l-3.235-8.204q-.036-.09-.111-.138T12.14 7h-.243q-.09 0-.165.048t-.112.138l-3.215 8.218q-.087.215.049.406q.136.19.382.19q.154 0 .254-.08q.101-.08.157-.209zm.296-.8l1.492-4.019h.1l1.53 4.02z"/></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%22M20.29%2015.506q-.711%201.642-1.926%202.858q-1.216%201.215-2.858%201.926T12%2021q-1.784%200-3.363-.646t-2.79-1.786t-1.966-2.675t-.864-3.32q-.011-.244.13-.372q.14-.128.322-.14t.36.096t.188.382q.202%203.178%202.503%205.332T12%2020.025q3.35%200%205.675-2.325T20%2012.025T17.675%206.35T12%204.025q-2.436%200-4.365%201.28q-1.927%201.28-2.881%203.349h2.4q.213%200%20.356.143q.144.144.144.357t-.144.357t-.356.143H3.808q-.348%200-.578-.23T3%208.846V5.5q0-.213.143-.357T3.5%205t.357.143T4%205.5v2.48q1.087-2.228%203.21-3.604T12%203q1.864%200%203.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012t-.71%203.506m-10.128-2.114h3.726l.914%202.325q.056.142.166.213t.259.07q.24%200%20.376-.187q.135-.188.049-.423l-3.235-8.204q-.036-.09-.111-.138T12.14%207h-.243q-.09%200-.165.048t-.112.138l-3.215%208.218q-.087.215.049.406q.136.19.382.19q.154%200%20.254-.08q.101-.08.157-.209zm.296-.8l1.492-4.019h.1l1.53%204.02z%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%22M20.29%2015.506q-.711%201.642-1.926%202.858q-1.216%201.215-2.858%201.926T12%2021q-1.784%200-3.363-.646t-2.79-1.786t-1.966-2.675t-.864-3.32q-.011-.244.13-.372q.14-.128.322-.14t.36.096t.188.382q.202%203.178%202.503%205.332T12%2020.025q3.35%200%205.675-2.325T20%2012.025T17.675%206.35T12%204.025q-2.436%200-4.365%201.28q-1.927%201.28-2.881%203.349h2.4q.213%200%20.356.143q.144.144.144.357t-.144.357t-.356.143H3.808q-.348%200-.578-.23T3%208.846V5.5q0-.213.143-.357T3.5%205t.357.143T4%205.5v2.48q1.087-2.228%203.21-3.604T12%203q1.864%200%203.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012t-.71%203.506m-10.128-2.114h3.726l.914%202.325q.056.142.166.213t.259.07q.24%200%20.376-.187q.135-.188.049-.423l-3.235-8.204q-.036-.09-.111-.138T12.14%207h-.243q-.09%200-.165.048t-.112.138l-3.215%208.218q-.087.215.049.406q.136.19.382.19q.154%200%20.254-.08q.101-.08.157-.209zm.296-.8l1.492-4.019h.1l1.53%204.02z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/rotate-auto-outline-rounded.svg?color=%231a73e8&size=48