settings power icon
settings-power-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- settings-power-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- settings-power-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More actions icons from Material Symbols Light
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.5 11.5V4.154q0-.213.143-.357q.143-.143.357-.143t.357.143t.143.357V11.5q0 .214-.143.357T12 12t-.357-.143t-.143-.357M12 18q-2.927 0-4.963-2.036T5 11q0-1.642.716-3.071q.717-1.429 1.98-2.439q.177-.146.406-.153q.229-.006.4.165q.16.16.113.358q-.048.198-.219.338q-1.104.87-1.75 2.125Q6 9.579 6 11q0 2.5 1.75 4.25T12 17t4.25-1.75T18 11q0-1.44-.637-2.696t-1.76-2.106q-.17-.14-.208-.348t.103-.348q.171-.171.4-.174t.406.163q1.244 1.048 1.97 2.467T19 11q0 2.927-2.036 4.964T12 18m-4 5.77q-.31 0-.54-.23T7.23 23t.23-.54t.54-.23t.54.23t.23.54t-.23.54t-.54.23m4 0q-.31 0-.54-.23t-.23-.54t.23-.54t.54-.23t.54.23t.23.54t-.23.54t-.54.23m4 0q-.31 0-.54-.23t-.23-.54t.23-.54t.54-.23t.54.23t.23.54t-.23.54t-.54.23"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSettingsPowerRounded(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.5 11.5V4.154q0-.213.143-.357q.143-.143.357-.143t.357.143t.143.357V11.5q0 .214-.143.357T12 12t-.357-.143t-.143-.357M12 18q-2.927 0-4.963-2.036T5 11q0-1.642.716-3.071q.717-1.429 1.98-2.439q.177-.146.406-.153q.229-.006.4.165q.16.16.113.358q-.048.198-.219.338q-1.104.87-1.75 2.125Q6 9.579 6 11q0 2.5 1.75 4.25T12 17t4.25-1.75T18 11q0-1.44-.637-2.696t-1.76-2.106q-.17-.14-.208-.348t.103-.348q.171-.171.4-.174t.406.163q1.244 1.048 1.97 2.467T19 11q0 2.927-2.036 4.964T12 18m-4 5.77q-.31 0-.54-.23T7.23 23t.23-.54t.54-.23t.54.23t.23.54t-.23.54t-.54.23m4 0q-.31 0-.54-.23t-.23-.54t.23-.54t.54-.23t.54.23t.23.54t-.23.54t-.54.23m4 0q-.31 0-.54-.23t-.23-.54t.23-.54t.54-.23t.54.23t.23.54t-.23.54t-.54.23"/></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.5 11.5V4.154q0-.213.143-.357q.143-.143.357-.143t.357.143t.143.357V11.5q0 .214-.143.357T12 12t-.357-.143t-.143-.357M12 18q-2.927 0-4.963-2.036T5 11q0-1.642.716-3.071q.717-1.429 1.98-2.439q.177-.146.406-.153q.229-.006.4.165q.16.16.113.358q-.048.198-.219.338q-1.104.87-1.75 2.125Q6 9.579 6 11q0 2.5 1.75 4.25T12 17t4.25-1.75T18 11q0-1.44-.637-2.696t-1.76-2.106q-.17-.14-.208-.348t.103-.348q.171-.171.4-.174t.406.163q1.244 1.048 1.97 2.467T19 11q0 2.927-2.036 4.964T12 18m-4 5.77q-.31 0-.54-.23T7.23 23t.23-.54t.54-.23t.54.23t.23.54t-.23.54t-.54.23m4 0q-.31 0-.54-.23t-.23-.54t.23-.54t.54-.23t.54.23t.23.54t-.23.54t-.54.23m4 0q-.31 0-.54-.23t-.23-.54t.23-.54t.54-.23t.54.23t.23.54t-.23.54t-.54.23"/></svg> </template>
CSS
.icon-settings-power-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%22M11.5%2011.5V4.154q0-.213.143-.357q.143-.143.357-.143t.357.143t.143.357V11.5q0%20.214-.143.357T12%2012t-.357-.143t-.143-.357M12%2018q-2.927%200-4.963-2.036T5%2011q0-1.642.716-3.071q.717-1.429%201.98-2.439q.177-.146.406-.153q.229-.006.4.165q.16.16.113.358q-.048.198-.219.338q-1.104.87-1.75%202.125Q6%209.579%206%2011q0%202.5%201.75%204.25T12%2017t4.25-1.75T18%2011q0-1.44-.637-2.696t-1.76-2.106q-.17-.14-.208-.348t.103-.348q.171-.171.4-.174t.406.163q1.244%201.048%201.97%202.467T19%2011q0%202.927-2.036%204.964T12%2018m-4%205.77q-.31%200-.54-.23T7.23%2023t.23-.54t.54-.23t.54.23t.23.54t-.23.54t-.54.23m4%200q-.31%200-.54-.23t-.23-.54t.23-.54t.54-.23t.54.23t.23.54t-.23.54t-.54.23m4%200q-.31%200-.54-.23t-.23-.54t.23-.54t.54-.23t.54.23t.23.54t-.23.54t-.54.23%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.5%2011.5V4.154q0-.213.143-.357q.143-.143.357-.143t.357.143t.143.357V11.5q0%20.214-.143.357T12%2012t-.357-.143t-.143-.357M12%2018q-2.927%200-4.963-2.036T5%2011q0-1.642.716-3.071q.717-1.429%201.98-2.439q.177-.146.406-.153q.229-.006.4.165q.16.16.113.358q-.048.198-.219.338q-1.104.87-1.75%202.125Q6%209.579%206%2011q0%202.5%201.75%204.25T12%2017t4.25-1.75T18%2011q0-1.44-.637-2.696t-1.76-2.106q-.17-.14-.208-.348t.103-.348q.171-.171.4-.174t.406.163q1.244%201.048%201.97%202.467T19%2011q0%202.927-2.036%204.964T12%2018m-4%205.77q-.31%200-.54-.23T7.23%2023t.23-.54t.54-.23t.54.23t.23.54t-.23.54t-.54.23m4%200q-.31%200-.54-.23t-.23-.54t.23-.54t.54-.23t.54.23t.23.54t-.23.54t-.54.23m4%200q-.31%200-.54-.23t-.23-.54t.23-.54t.54-.23t.54.23t.23.54t-.23.54t-.54.23%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/settings-power-rounded.svg?color=%231a73e8&size=48