power settings new icon
power-settings-new-rounded from Material Symbols by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- power-settings-new-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- power-rounded, power-rounded-sharp, power-settings-new-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More actions icons from Material Symbols
Use the power settings new icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12q0-1.825.613-3.463T4.3 5.6q.275-.35.663-.325t.662.275t.363.65t-.263.825q-.8 1.025-1.263 2.288T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12q0-1.425-.462-2.687t-1.263-2.288q-.35-.425-.262-.825t.362-.65t.663-.275t.662.325q1.075 1.3 1.688 2.938T22 12q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m-.712-9.287Q11 12.425 11 12V3q0-.425.288-.712T12 2t.713.288T13 3v9q0 .425-.288.713T12 13t-.712-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPowerSettingsNewRounded(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="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12q0-1.825.613-3.463T4.3 5.6q.275-.35.663-.325t.662.275t.363.65t-.263.825q-.8 1.025-1.263 2.288T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12q0-1.425-.462-2.687t-1.263-2.288q-.35-.425-.262-.825t.362-.65t.663-.275t.662.325q1.075 1.3 1.688 2.938T22 12q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m-.712-9.287Q11 12.425 11 12V3q0-.425.288-.712T12 2t.713.288T13 3v9q0 .425-.288.713T12 13t-.712-.288"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12q0-1.825.613-3.463T4.3 5.6q.275-.35.663-.325t.662.275t.363.65t-.263.825q-.8 1.025-1.263 2.288T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12q0-1.425-.462-2.687t-1.263-2.288q-.35-.425-.262-.825t.362-.65t.663-.275t.662.325q1.075 1.3 1.688 2.938T22 12q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m-.712-9.287Q11 12.425 11 12V3q0-.425.288-.712T12 2t.713.288T13 3v9q0 .425-.288.713T12 13t-.712-.288"/></svg> </template>
CSS
.icon-power-settings-new-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%22M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012q0-1.825.613-3.463T4.3%205.6q.275-.35.663-.325t.662.275t.363.65t-.263.825q-.8%201.025-1.263%202.288T4%2012q0%203.35%202.325%205.675T12%2020t5.675-2.325T20%2012q0-1.425-.462-2.687t-1.263-2.288q-.35-.425-.262-.825t.362-.65t.663-.275t.662.325q1.075%201.3%201.688%202.938T22%2012q0%202.075-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022m-.712-9.287Q11%2012.425%2011%2012V3q0-.425.288-.712T12%202t.713.288T13%203v9q0%20.425-.288.713T12%2013t-.712-.288%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%22M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012q0-1.825.613-3.463T4.3%205.6q.275-.35.663-.325t.662.275t.363.65t-.263.825q-.8%201.025-1.263%202.288T4%2012q0%203.35%202.325%205.675T12%2020t5.675-2.325T20%2012q0-1.425-.462-2.687t-1.263-2.288q-.35-.425-.262-.825t.362-.65t.663-.275t.662.325q1.075%201.3%201.688%202.938T22%2012q0%202.075-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022m-.712-9.287Q11%2012.425%2011%2012V3q0-.425.288-.712T12%202t.713.288T13%203v9q0%20.425-.288.713T12%2013t-.712-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/power-settings-new-rounded.svg?color=%231a73e8&size=48