round solar power icon
round-solar-power from Google Material Icons by Material Design Authors · Baseline · Home · Apache-2.0 Free for personal and commercial use.
- Name
- round-solar-power
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
More home icons from Google Material Icons
baseline-auto-modebaseline-blindsbaseline-blinds-closedbaseline-broadcast-on-homebaseline-broadcast-on-personalbaseline-curtainsbaseline-curtains-closedbaseline-electric-boltbaseline-electric-meterbaseline-energy-savings-leafbaseline-gas-meterbaseline-heat-pumpbaseline-mode-fan-offbaseline-nest-cam-wired-standbaseline-oil-barrelbaseline-propanebaseline-propane-tankbaseline-roller-shadesbaseline-roller-shades-closedbaseline-sensor-doorbaseline-sensor-occupiedbaseline-sensor-windowbaseline-shield-moonbaseline-solar-power
Use the round 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="M3.33 16H11v-3H5.6c-.94 0-1.75.65-1.95 1.57zM13 16h7.67l-.32-1.43A2.01 2.01 0 0 0 18.4 13H13zm8.11 2H13v4h6.51c1.28 0 2.23-1.18 1.95-2.43zM4.49 22H11v-4H2.89l-.35 1.57C2.26 20.82 3.21 22 4.49 22M12 8c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1s1-.45 1-1V9c0-.55-.45-1-1-1m6.59.62a.996.996 0 0 0 0-1.41l-.71-.71a.996.996 0 1 0-1.41 1.41l.71.71c.39.39 1.02.39 1.41 0m-11.77 0l.71-.71A.996.996 0 1 0 6.12 6.5l-.71.7a.996.996 0 0 0 0 1.41c.39.4 1.02.4 1.41.01M5 2H4c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1s-.45-1-1-1m15 0h-1c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1s-.45-1-1-1m-8 5c2.76 0 5-2.24 5-5H7c0 2.76 2.24 5 5 5"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundSolarPower(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="M3.33 16H11v-3H5.6c-.94 0-1.75.65-1.95 1.57zM13 16h7.67l-.32-1.43A2.01 2.01 0 0 0 18.4 13H13zm8.11 2H13v4h6.51c1.28 0 2.23-1.18 1.95-2.43zM4.49 22H11v-4H2.89l-.35 1.57C2.26 20.82 3.21 22 4.49 22M12 8c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1s1-.45 1-1V9c0-.55-.45-1-1-1m6.59.62a.996.996 0 0 0 0-1.41l-.71-.71a.996.996 0 1 0-1.41 1.41l.71.71c.39.39 1.02.39 1.41 0m-11.77 0l.71-.71A.996.996 0 1 0 6.12 6.5l-.71.7a.996.996 0 0 0 0 1.41c.39.4 1.02.4 1.41.01M5 2H4c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1s-.45-1-1-1m15 0h-1c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1s-.45-1-1-1m-8 5c2.76 0 5-2.24 5-5H7c0 2.76 2.24 5 5 5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.33 16H11v-3H5.6c-.94 0-1.75.65-1.95 1.57zM13 16h7.67l-.32-1.43A2.01 2.01 0 0 0 18.4 13H13zm8.11 2H13v4h6.51c1.28 0 2.23-1.18 1.95-2.43zM4.49 22H11v-4H2.89l-.35 1.57C2.26 20.82 3.21 22 4.49 22M12 8c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1s1-.45 1-1V9c0-.55-.45-1-1-1m6.59.62a.996.996 0 0 0 0-1.41l-.71-.71a.996.996 0 1 0-1.41 1.41l.71.71c.39.39 1.02.39 1.41 0m-11.77 0l.71-.71A.996.996 0 1 0 6.12 6.5l-.71.7a.996.996 0 0 0 0 1.41c.39.4 1.02.4 1.41.01M5 2H4c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1s-.45-1-1-1m15 0h-1c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1s-.45-1-1-1m-8 5c2.76 0 5-2.24 5-5H7c0 2.76 2.24 5 5 5"/></svg> </template>
CSS
.icon-round-solar-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%22M3.33%2016H11v-3H5.6c-.94%200-1.75.65-1.95%201.57zM13%2016h7.67l-.32-1.43A2.01%202.01%200%200%200%2018.4%2013H13zm8.11%202H13v4h6.51c1.28%200%202.23-1.18%201.95-2.43zM4.49%2022H11v-4H2.89l-.35%201.57C2.26%2020.82%203.21%2022%204.49%2022M12%208c-.55%200-1%20.45-1%201v1c0%20.55.45%201%201%201s1-.45%201-1V9c0-.55-.45-1-1-1m6.59.62a.996.996%200%200%200%200-1.41l-.71-.71a.996.996%200%201%200-1.41%201.41l.71.71c.39.39%201.02.39%201.41%200m-11.77%200l.71-.71A.996.996%200%201%200%206.12%206.5l-.71.7a.996.996%200%200%200%200%201.41c.39.4%201.02.4%201.41.01M5%202H4c-.55%200-1%20.45-1%201s.45%201%201%201h1c.55%200%201-.45%201-1s-.45-1-1-1m15%200h-1c-.55%200-1%20.45-1%201s.45%201%201%201h1c.55%200%201-.45%201-1s-.45-1-1-1m-8%205c2.76%200%205-2.24%205-5H7c0%202.76%202.24%205%205%205%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%22M3.33%2016H11v-3H5.6c-.94%200-1.75.65-1.95%201.57zM13%2016h7.67l-.32-1.43A2.01%202.01%200%200%200%2018.4%2013H13zm8.11%202H13v4h6.51c1.28%200%202.23-1.18%201.95-2.43zM4.49%2022H11v-4H2.89l-.35%201.57C2.26%2020.82%203.21%2022%204.49%2022M12%208c-.55%200-1%20.45-1%201v1c0%20.55.45%201%201%201s1-.45%201-1V9c0-.55-.45-1-1-1m6.59.62a.996.996%200%200%200%200-1.41l-.71-.71a.996.996%200%201%200-1.41%201.41l.71.71c.39.39%201.02.39%201.41%200m-11.77%200l.71-.71A.996.996%200%201%200%206.12%206.5l-.71.7a.996.996%200%200%200%200%201.41c.39.4%201.02.4%201.41.01M5%202H4c-.55%200-1%20.45-1%201s.45%201%201%201h1c.55%200%201-.45%201-1s-.45-1-1-1m15%200h-1c-.55%200-1%20.45-1%201s.45%201%201%201h1c.55%200%201-.45%201-1s-.45-1-1-1m-8%205c2.76%200%205-2.24%205-5H7c0%202.76%202.24%205%205%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-solar-power.svg?color=%231a73e8&size=48