settings power icon
settings-power from Material Symbols by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- settings-power
- Set
- Material Symbols
- Style
- Regular
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- settings-power-outline, settings-power-outline-sharp, settings-power-sharp
1 other variant in Material Symbols
The same icon in other sets
More actions icons from Material Symbols
Use the settings power icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 12V2h2v10zm1 7q-3.35 0-5.675-2.325T4 11q0-1.975.912-3.7T7.45 4.45L8.9 5.9q-1.35.8-2.125 2.163T6 11q0 2.5 1.75 4.25T12 17t4.25-1.75T18 11q0-1.575-.775-2.937T15.1 5.9l1.45-1.45q1.625 1.125 2.538 2.85T20 11q0 3.35-2.325 5.675T12 19m-4 5q-.425 0-.712-.288T7 23t.288-.712T8 22t.713.288T9 23t-.288.713T8 24m4 0q-.425 0-.712-.288T11 23t.288-.712T12 22t.713.288T13 23t-.288.713T12 24m4 0q-.425 0-.712-.288T15 23t.288-.712T16 22t.713.288T17 23t-.288.713T16 24"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSettingsPower(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 12V2h2v10zm1 7q-3.35 0-5.675-2.325T4 11q0-1.975.912-3.7T7.45 4.45L8.9 5.9q-1.35.8-2.125 2.163T6 11q0 2.5 1.75 4.25T12 17t4.25-1.75T18 11q0-1.575-.775-2.937T15.1 5.9l1.45-1.45q1.625 1.125 2.538 2.85T20 11q0 3.35-2.325 5.675T12 19m-4 5q-.425 0-.712-.288T7 23t.288-.712T8 22t.713.288T9 23t-.288.713T8 24m4 0q-.425 0-.712-.288T11 23t.288-.712T12 22t.713.288T13 23t-.288.713T12 24m4 0q-.425 0-.712-.288T15 23t.288-.712T16 22t.713.288T17 23t-.288.713T16 24"/></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 12V2h2v10zm1 7q-3.35 0-5.675-2.325T4 11q0-1.975.912-3.7T7.45 4.45L8.9 5.9q-1.35.8-2.125 2.163T6 11q0 2.5 1.75 4.25T12 17t4.25-1.75T18 11q0-1.575-.775-2.937T15.1 5.9l1.45-1.45q1.625 1.125 2.538 2.85T20 11q0 3.35-2.325 5.675T12 19m-4 5q-.425 0-.712-.288T7 23t.288-.712T8 22t.713.288T9 23t-.288.713T8 24m4 0q-.425 0-.712-.288T11 23t.288-.712T12 22t.713.288T13 23t-.288.713T12 24m4 0q-.425 0-.712-.288T15 23t.288-.712T16 22t.713.288T17 23t-.288.713T16 24"/></svg> </template>
CSS
.icon-settings-power {
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%2012V2h2v10zm1%207q-3.35%200-5.675-2.325T4%2011q0-1.975.912-3.7T7.45%204.45L8.9%205.9q-1.35.8-2.125%202.163T6%2011q0%202.5%201.75%204.25T12%2017t4.25-1.75T18%2011q0-1.575-.775-2.937T15.1%205.9l1.45-1.45q1.625%201.125%202.538%202.85T20%2011q0%203.35-2.325%205.675T12%2019m-4%205q-.425%200-.712-.288T7%2023t.288-.712T8%2022t.713.288T9%2023t-.288.713T8%2024m4%200q-.425%200-.712-.288T11%2023t.288-.712T12%2022t.713.288T13%2023t-.288.713T12%2024m4%200q-.425%200-.712-.288T15%2023t.288-.712T16%2022t.713.288T17%2023t-.288.713T16%2024%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%2012V2h2v10zm1%207q-3.35%200-5.675-2.325T4%2011q0-1.975.912-3.7T7.45%204.45L8.9%205.9q-1.35.8-2.125%202.163T6%2011q0%202.5%201.75%204.25T12%2017t4.25-1.75T18%2011q0-1.575-.775-2.937T15.1%205.9l1.45-1.45q1.625%201.125%202.538%202.85T20%2011q0%203.35-2.325%205.675T12%2019m-4%205q-.425%200-.712-.288T7%2023t.288-.712T8%2022t.713.288T9%2023t-.288.713T8%2024m4%200q-.425%200-.712-.288T11%2023t.288-.712T12%2022t.713.288T13%2023t-.288.713T12%2024m4%200q-.425%200-.712-.288T15%2023t.288-.712T16%2022t.713.288T17%2023t-.288.713T16%2024%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/settings-power.svg?color=%231a73e8&size=48