power settings new icon
power-settings-new from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- power-settings-new
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- power-settings-new-outline, power-settings-new-outline-sharp, power-settings-new-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More actions icons from Material Symbols Light
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.003 21q-1.866 0-3.51-.709q-1.643-.708-2.859-1.923T3.709 15.51T3 12q0-1.87.701-3.499t1.936-2.864l.707.707q-1.1 1.1-1.722 2.544T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12q0-1.675-.622-3.116q-.622-1.44-1.722-2.54l.708-.708q1.234 1.235 1.935 2.865T21 12.008q0 1.856-.708 3.499q-.709 1.643-1.924 2.859t-2.856 1.925t-3.509.709m-.503-8V3h1v10z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPowerSettingsNew(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.003 21q-1.866 0-3.51-.709q-1.643-.708-2.859-1.923T3.709 15.51T3 12q0-1.87.701-3.499t1.936-2.864l.707.707q-1.1 1.1-1.722 2.544T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12q0-1.675-.622-3.116q-.622-1.44-1.722-2.54l.708-.708q1.234 1.235 1.935 2.865T21 12.008q0 1.856-.708 3.499q-.709 1.643-1.924 2.859t-2.856 1.925t-3.509.709m-.503-8V3h1v10z"/></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.003 21q-1.866 0-3.51-.709q-1.643-.708-2.859-1.923T3.709 15.51T3 12q0-1.87.701-3.499t1.936-2.864l.707.707q-1.1 1.1-1.722 2.544T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12q0-1.675-.622-3.116q-.622-1.44-1.722-2.54l.708-.708q1.234 1.235 1.935 2.865T21 12.008q0 1.856-.708 3.499q-.709 1.643-1.924 2.859t-2.856 1.925t-3.509.709m-.503-8V3h1v10z"/></svg> </template>
CSS
.icon-power-settings-new {
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.003%2021q-1.866%200-3.51-.709q-1.643-.708-2.859-1.923T3.709%2015.51T3%2012q0-1.87.701-3.499t1.936-2.864l.707.707q-1.1%201.1-1.722%202.544T4%2012q0%203.35%202.325%205.675T12%2020t5.675-2.325T20%2012q0-1.675-.622-3.116q-.622-1.44-1.722-2.54l.708-.708q1.234%201.235%201.935%202.865T21%2012.008q0%201.856-.708%203.499q-.709%201.643-1.924%202.859t-2.856%201.925t-3.509.709m-.503-8V3h1v10z%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.003%2021q-1.866%200-3.51-.709q-1.643-.708-2.859-1.923T3.709%2015.51T3%2012q0-1.87.701-3.499t1.936-2.864l.707.707q-1.1%201.1-1.722%202.544T4%2012q0%203.35%202.325%205.675T12%2020t5.675-2.325T20%2012q0-1.675-.622-3.116q-.622-1.44-1.722-2.54l.708-.708q1.234%201.235%201.935%202.865T21%2012.008q0%201.856-.708%203.499q-.709%201.643-1.924%202.859t-2.856%201.925t-3.509.709m-.503-8V3h1v10z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/power-settings-new.svg?color=%231a73e8&size=48