solar power icon
solar-power-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- solar-power-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the solar power icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.192 4q-.213 0-.356-.143T3.692 3.5t.143-.357T4.193 3h1.712q.213 0 .357.143t.143.357t-.143.357T5.904 4zm.754 13.5l-.342 1.73q-.058.29.125.51q.183.222.471.222h6.3V17.5zm.71-9.32l1.219-1.218q.14-.14.341-.14t.348.14q.165.146.155.356t-.155.357l-1.22 1.22q-.14.14-.341.14t-.347-.14q-.165-.147-.156-.358t.156-.356M5.154 16.5H11.5v-2.52H6.15q-.212 0-.385.145q-.173.144-.211.356zM9.336 6.021q-1.127-.998-1.32-2.469q-.024-.208.102-.365t.334-.181q.208-.023.368.103t.184.333q.154 1.09 1.002 1.834T12 6.019t1.994-.743t1.002-1.834q.023-.207.184-.333q.16-.126.368-.103t.334.18t.103.366q-.194 1.471-1.32 2.47q-1.126.997-2.665.997t-2.664-.998m2.164 4.671V8.981q0-.214.143-.357T12 8.481t.357.143t.143.357v1.711q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357m1 9.27h6.28q.29 0 .472-.221q.183-.222.125-.51l-.342-1.731H12.5zm0-3.462h6.327l-.4-2.02q-.038-.21-.211-.355q-.174-.144-.385-.144H12.5zm5.175-7.611L16.437 7.65q-.14-.14-.134-.341t.153-.348q.14-.14.335-.14q.194 0 .334.14l1.264 1.22q.165.14.165.341t-.165.367t-.357.165t-.357-.165M19.808 4h-1.712q-.213 0-.357-.143t-.143-.357t.144-.357t.356-.143h1.712q.213 0 .357.143t.143.357t-.143.357t-.357.143M3.59 19.023l.95-4.75q.125-.565.562-.929t1.028-.363h11.72q.59 0 1.028.363t.563.929l.95 4.75q.142.758-.336 1.348t-1.255.59H5.18q-.776 0-1.254-.59t-.336-1.348"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSolarPowerOutlineRounded(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="M4.192 4q-.213 0-.356-.143T3.692 3.5t.143-.357T4.193 3h1.712q.213 0 .357.143t.143.357t-.143.357T5.904 4zm.754 13.5l-.342 1.73q-.058.29.125.51q.183.222.471.222h6.3V17.5zm.71-9.32l1.219-1.218q.14-.14.341-.14t.348.14q.165.146.155.356t-.155.357l-1.22 1.22q-.14.14-.341.14t-.347-.14q-.165-.147-.156-.358t.156-.356M5.154 16.5H11.5v-2.52H6.15q-.212 0-.385.145q-.173.144-.211.356zM9.336 6.021q-1.127-.998-1.32-2.469q-.024-.208.102-.365t.334-.181q.208-.023.368.103t.184.333q.154 1.09 1.002 1.834T12 6.019t1.994-.743t1.002-1.834q.023-.207.184-.333q.16-.126.368-.103t.334.18t.103.366q-.194 1.471-1.32 2.47q-1.126.997-2.665.997t-2.664-.998m2.164 4.671V8.981q0-.214.143-.357T12 8.481t.357.143t.143.357v1.711q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357m1 9.27h6.28q.29 0 .472-.221q.183-.222.125-.51l-.342-1.731H12.5zm0-3.462h6.327l-.4-2.02q-.038-.21-.211-.355q-.174-.144-.385-.144H12.5zm5.175-7.611L16.437 7.65q-.14-.14-.134-.341t.153-.348q.14-.14.335-.14q.194 0 .334.14l1.264 1.22q.165.14.165.341t-.165.367t-.357.165t-.357-.165M19.808 4h-1.712q-.213 0-.357-.143t-.143-.357t.144-.357t.356-.143h1.712q.213 0 .357.143t.143.357t-.143.357t-.357.143M3.59 19.023l.95-4.75q.125-.565.562-.929t1.028-.363h11.72q.59 0 1.028.363t.563.929l.95 4.75q.142.758-.336 1.348t-1.255.59H5.18q-.776 0-1.254-.59t-.336-1.348"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.192 4q-.213 0-.356-.143T3.692 3.5t.143-.357T4.193 3h1.712q.213 0 .357.143t.143.357t-.143.357T5.904 4zm.754 13.5l-.342 1.73q-.058.29.125.51q.183.222.471.222h6.3V17.5zm.71-9.32l1.219-1.218q.14-.14.341-.14t.348.14q.165.146.155.356t-.155.357l-1.22 1.22q-.14.14-.341.14t-.347-.14q-.165-.147-.156-.358t.156-.356M5.154 16.5H11.5v-2.52H6.15q-.212 0-.385.145q-.173.144-.211.356zM9.336 6.021q-1.127-.998-1.32-2.469q-.024-.208.102-.365t.334-.181q.208-.023.368.103t.184.333q.154 1.09 1.002 1.834T12 6.019t1.994-.743t1.002-1.834q.023-.207.184-.333q.16-.126.368-.103t.334.18t.103.366q-.194 1.471-1.32 2.47q-1.126.997-2.665.997t-2.664-.998m2.164 4.671V8.981q0-.214.143-.357T12 8.481t.357.143t.143.357v1.711q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357m1 9.27h6.28q.29 0 .472-.221q.183-.222.125-.51l-.342-1.731H12.5zm0-3.462h6.327l-.4-2.02q-.038-.21-.211-.355q-.174-.144-.385-.144H12.5zm5.175-7.611L16.437 7.65q-.14-.14-.134-.341t.153-.348q.14-.14.335-.14q.194 0 .334.14l1.264 1.22q.165.14.165.341t-.165.367t-.357.165t-.357-.165M19.808 4h-1.712q-.213 0-.357-.143t-.143-.357t.144-.357t.356-.143h1.712q.213 0 .357.143t.143.357t-.143.357t-.357.143M3.59 19.023l.95-4.75q.125-.565.562-.929t1.028-.363h11.72q.59 0 1.028.363t.563.929l.95 4.75q.142.758-.336 1.348t-1.255.59H5.18q-.776 0-1.254-.59t-.336-1.348"/></svg> </template>
CSS
.icon-solar-power-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%22M4.192%204q-.213%200-.356-.143T3.692%203.5t.143-.357T4.193%203h1.712q.213%200%20.357.143t.143.357t-.143.357T5.904%204zm.754%2013.5l-.342%201.73q-.058.29.125.51q.183.222.471.222h6.3V17.5zm.71-9.32l1.219-1.218q.14-.14.341-.14t.348.14q.165.146.155.356t-.155.357l-1.22%201.22q-.14.14-.341.14t-.347-.14q-.165-.147-.156-.358t.156-.356M5.154%2016.5H11.5v-2.52H6.15q-.212%200-.385.145q-.173.144-.211.356zM9.336%206.021q-1.127-.998-1.32-2.469q-.024-.208.102-.365t.334-.181q.208-.023.368.103t.184.333q.154%201.09%201.002%201.834T12%206.019t1.994-.743t1.002-1.834q.023-.207.184-.333q.16-.126.368-.103t.334.18t.103.366q-.194%201.471-1.32%202.47q-1.126.997-2.665.997t-2.664-.998m2.164%204.671V8.981q0-.214.143-.357T12%208.481t.357.143t.143.357v1.711q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357m1%209.27h6.28q.29%200%20.472-.221q.183-.222.125-.51l-.342-1.731H12.5zm0-3.462h6.327l-.4-2.02q-.038-.21-.211-.355q-.174-.144-.385-.144H12.5zm5.175-7.611L16.437%207.65q-.14-.14-.134-.341t.153-.348q.14-.14.335-.14q.194%200%20.334.14l1.264%201.22q.165.14.165.341t-.165.367t-.357.165t-.357-.165M19.808%204h-1.712q-.213%200-.357-.143t-.143-.357t.144-.357t.356-.143h1.712q.213%200%20.357.143t.143.357t-.143.357t-.357.143M3.59%2019.023l.95-4.75q.125-.565.562-.929t1.028-.363h11.72q.59%200%201.028.363t.563.929l.95%204.75q.142.758-.336%201.348t-1.255.59H5.18q-.776%200-1.254-.59t-.336-1.348%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%22M4.192%204q-.213%200-.356-.143T3.692%203.5t.143-.357T4.193%203h1.712q.213%200%20.357.143t.143.357t-.143.357T5.904%204zm.754%2013.5l-.342%201.73q-.058.29.125.51q.183.222.471.222h6.3V17.5zm.71-9.32l1.219-1.218q.14-.14.341-.14t.348.14q.165.146.155.356t-.155.357l-1.22%201.22q-.14.14-.341.14t-.347-.14q-.165-.147-.156-.358t.156-.356M5.154%2016.5H11.5v-2.52H6.15q-.212%200-.385.145q-.173.144-.211.356zM9.336%206.021q-1.127-.998-1.32-2.469q-.024-.208.102-.365t.334-.181q.208-.023.368.103t.184.333q.154%201.09%201.002%201.834T12%206.019t1.994-.743t1.002-1.834q.023-.207.184-.333q.16-.126.368-.103t.334.18t.103.366q-.194%201.471-1.32%202.47q-1.126.997-2.665.997t-2.664-.998m2.164%204.671V8.981q0-.214.143-.357T12%208.481t.357.143t.143.357v1.711q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357m1%209.27h6.28q.29%200%20.472-.221q.183-.222.125-.51l-.342-1.731H12.5zm0-3.462h6.327l-.4-2.02q-.038-.21-.211-.355q-.174-.144-.385-.144H12.5zm5.175-7.611L16.437%207.65q-.14-.14-.134-.341t.153-.348q.14-.14.335-.14q.194%200%20.334.14l1.264%201.22q.165.14.165.341t-.165.367t-.357.165t-.357-.165M19.808%204h-1.712q-.213%200-.357-.143t-.143-.357t.144-.357t.356-.143h1.712q.213%200%20.357.143t.143.357t-.143.357t-.357.143M3.59%2019.023l.95-4.75q.125-.565.562-.929t1.028-.363h11.72q.59%200%201.028.363t.563.929l.95%204.75q.142.758-.336%201.348t-1.255.59H5.18q-.776%200-1.254-.59t-.336-1.348%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/solar-power-outline-rounded.svg?color=%231a73e8&size=48