light bulb icon

light-bulb-solid from HeroIcons by Refactoring UI Inc · Solid 24x24 · MIT Free for personal and commercial use.

Name
light-bulb-solid
Set
HeroIcons
Style
Solid 24x24
Viewbox
24×24
License
MIT

3 other variants in HeroIcons

The same icon in other sets

Use the light bulb icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 .75a8.25 8.25 0 0 0-4.135 15.39c.686.398 1.115 1.008 1.134 1.623a.75.75 0 0 0 .577.706q.528.124 1.074.195c.323.041.6-.218.6-.544v-4.661a7 7 0 0 1-.937-.171a.75.75 0 1 1 .374-1.453a5.26 5.26 0 0 0 2.626 0a.75.75 0 1 1 .374 1.452a7 7 0 0 1-.937.172v4.66a.54.54 0 0 0 .6.545q.546-.07 1.074-.195a.75.75 0 0 0 .577-.706c.02-.615.448-1.225 1.134-1.623A8.25 8.25 0 0 0 12 .75"/><path fill-rule="evenodd" d="M9.013 19.9a.75.75 0 0 1 .877-.597a11.3 11.3 0 0 0 4.22 0a.75.75 0 1 1 .28 1.473a12.8 12.8 0 0 1-4.78 0a.75.75 0 0 1-.597-.876m.741 2.444a.75.75 0 0 1 .824-.668a13.7 13.7 0 0 0 2.844 0a.75.75 0 1 1 .156 1.492a15 15 0 0 1-3.156 0a.75.75 0 0 1-.668-.824" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HeroiconsLightBulbSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 .75a8.25 8.25 0 0 0-4.135 15.39c.686.398 1.115 1.008 1.134 1.623a.75.75 0 0 0 .577.706q.528.124 1.074.195c.323.041.6-.218.6-.544v-4.661a7 7 0 0 1-.937-.171a.75.75 0 1 1 .374-1.453a5.26 5.26 0 0 0 2.626 0a.75.75 0 1 1 .374 1.452a7 7 0 0 1-.937.172v4.66a.54.54 0 0 0 .6.545q.546-.07 1.074-.195a.75.75 0 0 0 .577-.706c.02-.615.448-1.225 1.134-1.623A8.25 8.25 0 0 0 12 .75"/><path fillRule="evenodd" d="M9.013 19.9a.75.75 0 0 1 .877-.597a11.3 11.3 0 0 0 4.22 0a.75.75 0 1 1 .28 1.473a12.8 12.8 0 0 1-4.78 0a.75.75 0 0 1-.597-.876m.741 2.444a.75.75 0 0 1 .824-.668a13.7 13.7 0 0 0 2.844 0a.75.75 0 1 1 .156 1.492a15 15 0 0 1-3.156 0a.75.75 0 0 1-.668-.824" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 .75a8.25 8.25 0 0 0-4.135 15.39c.686.398 1.115 1.008 1.134 1.623a.75.75 0 0 0 .577.706q.528.124 1.074.195c.323.041.6-.218.6-.544v-4.661a7 7 0 0 1-.937-.171a.75.75 0 1 1 .374-1.453a5.26 5.26 0 0 0 2.626 0a.75.75 0 1 1 .374 1.452a7 7 0 0 1-.937.172v4.66a.54.54 0 0 0 .6.545q.546-.07 1.074-.195a.75.75 0 0 0 .577-.706c.02-.615.448-1.225 1.134-1.623A8.25 8.25 0 0 0 12 .75"/><path fill-rule="evenodd" d="M9.013 19.9a.75.75 0 0 1 .877-.597a11.3 11.3 0 0 0 4.22 0a.75.75 0 1 1 .28 1.473a12.8 12.8 0 0 1-4.78 0a.75.75 0 0 1-.597-.876m.741 2.444a.75.75 0 0 1 .824-.668a13.7 13.7 0 0 0 2.844 0a.75.75 0 1 1 .156 1.492a15 15 0 0 1-3.156 0a.75.75 0 0 1-.668-.824" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-light-bulb-solid {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M12%20.75a8.25%208.25%200%200%200-4.135%2015.39c.686.398%201.115%201.008%201.134%201.623a.75.75%200%200%200%20.577.706q.528.124%201.074.195c.323.041.6-.218.6-.544v-4.661a7%207%200%200%201-.937-.171a.75.75%200%201%201%20.374-1.453a5.26%205.26%200%200%200%202.626%200a.75.75%200%201%201%20.374%201.452a7%207%200%200%201-.937.172v4.66a.54.54%200%200%200%20.6.545q.546-.07%201.074-.195a.75.75%200%200%200%20.577-.706c.02-.615.448-1.225%201.134-1.623A8.25%208.25%200%200%200%2012%20.75%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.013%2019.9a.75.75%200%200%201%20.877-.597a11.3%2011.3%200%200%200%204.22%200a.75.75%200%201%201%20.28%201.473a12.8%2012.8%200%200%201-4.78%200a.75.75%200%200%201-.597-.876m.741%202.444a.75.75%200%200%201%20.824-.668a13.7%2013.7%200%200%200%202.844%200a.75.75%200%201%201%20.156%201.492a15%2015%200%200%201-3.156%200a.75.75%200%200%201-.668-.824%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M12%20.75a8.25%208.25%200%200%200-4.135%2015.39c.686.398%201.115%201.008%201.134%201.623a.75.75%200%200%200%20.577.706q.528.124%201.074.195c.323.041.6-.218.6-.544v-4.661a7%207%200%200%201-.937-.171a.75.75%200%201%201%20.374-1.453a5.26%205.26%200%200%200%202.626%200a.75.75%200%201%201%20.374%201.452a7%207%200%200%201-.937.172v4.66a.54.54%200%200%200%20.6.545q.546-.07%201.074-.195a.75.75%200%200%200%20.577-.706c.02-.615.448-1.225%201.134-1.623A8.25%208.25%200%200%200%2012%20.75%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.013%2019.9a.75.75%200%200%201%20.877-.597a11.3%2011.3%200%200%200%204.22%200a.75.75%200%201%201%20.28%201.473a12.8%2012.8%200%200%201-4.78%200a.75.75%200%200%201-.597-.876m.741%202.444a.75.75%200%200%201%20.824-.668a13.7%2013.7%200%200%200%202.844%200a.75.75%200%201%201%20.156%201.492a15%2015%200%200%201-3.156%200a.75.75%200%200%201-.668-.824%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/light-bulb-solid.svg?color=%231a73e8&size=48