lightbulb minimalistic icon
lightbulb-minimalistic-broken from Solar by 480 Design · Broken · Devices · CC-BY-4.0 Attribution required.
- Name
- lightbulb-minimalistic-broken
- Set
- Solar
- Style
- Broken
- Category
- Devices
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More devices icons from Solar
airbuds-boldairbuds-case-boldairbuds-case-charge-boldairbuds-case-minimalistic-boldairbuds-case-open-boldairbuds-charge-boldairbuds-check-boldairbuds-left-boldairbuds-remove-boldairbuds-right-boldbinoculars-boldbluetooth-boldbluetooth-circle-boldbluetooth-square-boldbluetooth-wave-boldboombox-boldbot-boldcassette-2-boldcassette-boldcloud-storage-boldcpu-boldcpu-bolt-bolddevices-bolddiskette-bold
Use the lightbulb minimalistic icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M10 19.5H14M10.6667 22H13.3333"/><path d="M15 2.60222C14.0907 2.21646 13.0736 2 12 2C8.13401 2 5 4.8069 5 8.21807L5.00007 8.30193C5.00875 10.2984 5.86939 12.2187 7.41058 13.6805L8.51463 14.7196C8.82437 15.0112 9 15.4177 9 15.843C9 16.482 9.518 17 10.157 17H13.843C14.482 17 15 16.482 15 15.843C15 15.4177 15.1756 15.0112 15.4854 14.7196L16.5894 13.6805C18.1306 12.2187 18.9912 10.2984 18.9999 8.30193L19 8.21807C19 7.43838 18.8363 6.69025 18.5375 6"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarLightbulbMinimalisticBroken(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M10 19.5H14M10.6667 22H13.3333"/><path d="M15 2.60222C14.0907 2.21646 13.0736 2 12 2C8.13401 2 5 4.8069 5 8.21807L5.00007 8.30193C5.00875 10.2984 5.86939 12.2187 7.41058 13.6805L8.51463 14.7196C8.82437 15.0112 9 15.4177 9 15.843C9 16.482 9.518 17 10.157 17H13.843C14.482 17 15 16.482 15 15.843C15 15.4177 15.1756 15.0112 15.4854 14.7196L16.5894 13.6805C18.1306 12.2187 18.9912 10.2984 18.9999 8.30193L19 8.21807C19 7.43838 18.8363 6.69025 18.5375 6"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M10 19.5H14M10.6667 22H13.3333"/><path d="M15 2.60222C14.0907 2.21646 13.0736 2 12 2C8.13401 2 5 4.8069 5 8.21807L5.00007 8.30193C5.00875 10.2984 5.86939 12.2187 7.41058 13.6805L8.51463 14.7196C8.82437 15.0112 9 15.4177 9 15.843C9 16.482 9.518 17 10.157 17H13.843C14.482 17 15 16.482 15 15.843C15 15.4177 15.1756 15.0112 15.4854 14.7196L16.5894 13.6805C18.1306 12.2187 18.9912 10.2984 18.9999 8.30193L19 8.21807C19 7.43838 18.8363 6.69025 18.5375 6"/></g></svg> </template>
CSS
.icon-lightbulb-minimalistic-broken {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10%2019.5H14M10.6667%2022H13.3333%22%2F%3E%3Cpath%20d%3D%22M15%202.60222C14.0907%202.21646%2013.0736%202%2012%202C8.13401%202%205%204.8069%205%208.21807L5.00007%208.30193C5.00875%2010.2984%205.86939%2012.2187%207.41058%2013.6805L8.51463%2014.7196C8.82437%2015.0112%209%2015.4177%209%2015.843C9%2016.482%209.518%2017%2010.157%2017H13.843C14.482%2017%2015%2016.482%2015%2015.843C15%2015.4177%2015.1756%2015.0112%2015.4854%2014.7196L16.5894%2013.6805C18.1306%2012.2187%2018.9912%2010.2984%2018.9999%208.30193L19%208.21807C19%207.43838%2018.8363%206.69025%2018.5375%206%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10%2019.5H14M10.6667%2022H13.3333%22%2F%3E%3Cpath%20d%3D%22M15%202.60222C14.0907%202.21646%2013.0736%202%2012%202C8.13401%202%205%204.8069%205%208.21807L5.00007%208.30193C5.00875%2010.2984%205.86939%2012.2187%207.41058%2013.6805L8.51463%2014.7196C8.82437%2015.0112%209%2015.4177%209%2015.843C9%2016.482%209.518%2017%2010.157%2017H13.843C14.482%2017%2015%2016.482%2015%2015.843C15%2015.4177%2015.1756%2015.0112%2015.4854%2014.7196L16.5894%2013.6805C18.1306%2012.2187%2018.9912%2010.2984%2018.9999%208.30193L19%208.21807C19%207.43838%2018.8363%206.69025%2018.5375%206%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/lightbulb-minimalistic-broken.svg?color=%231a73e8&size=48