light bulb emoji

light-bulb from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.

Name
light-bulb
Set
OpenMoji
Style
Default
Category
Objects
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More objects icons from OpenMoji

Use the light bulb emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M35.71 64.65c4.779 0 7.509-2.244 8.156-5.151h-16.31c.647 2.907 3.376 5.151 8.155 5.151z"/><path fill="#fcea2b" d="M45.203 10.655s-12.23-3.457-18.2 1.269s-6.401 15.6-6.401 15.6c.585 2.213 4.226 8.493 4.226 8.493c.54.911 2.253 7.481 3.249 11.36h15.92c.866-2.845 4.35-13.15 4.805-14.21c.584-1.363 1.58-4.016 2.083-5.017c1.21-2.409 1.166-4.533.538-7.027c-1.358-5.385-2.474-6.723-6.221-10.47z"/><path fill="#fff" d="M35.71 7.202c-8.532 0-16.5 6.752-16.5 15.28c0 1.079-.264 4.491 1.217 4.491c0 0 2.393-7.825 8.362-12.55s15.52-3.725 15.52-3.725c-.664-2.045-5.55-3.499-8.596-3.499z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="2" d="M52.55 23.75c0 3.985-1.785 5.908-3.754 10.5c-.503 1.172-4.211 13.38-4.211 13.38h-17.17s-2.981-11.67-3.546-12.62c-2.37-3.998-4.419-6.91-4.419-11.26C19.45 14.609 26.86 7.2 36 7.2s16.55 7.41 16.55 16.55M36 47.22V35.28m5.97 0H30.03"/><path stroke-width="1.696" d="M44.16 58.79c0 3.24-3.651 5.867-8.155 5.867S27.85 62.03 27.85 58.79z"/><path stroke-width="1.965" d="m27.99 54.98l16.02-3.47"/><path stroke-width="2" d="m38.2 56.07l5.78-1.18M28.02 51.6l5.78-1.18"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiLightBulb(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M35.71 64.65c4.779 0 7.509-2.244 8.156-5.151h-16.31c.647 2.907 3.376 5.151 8.155 5.151z"/><path fill="#fcea2b" d="M45.203 10.655s-12.23-3.457-18.2 1.269s-6.401 15.6-6.401 15.6c.585 2.213 4.226 8.493 4.226 8.493c.54.911 2.253 7.481 3.249 11.36h15.92c.866-2.845 4.35-13.15 4.805-14.21c.584-1.363 1.58-4.016 2.083-5.017c1.21-2.409 1.166-4.533.538-7.027c-1.358-5.385-2.474-6.723-6.221-10.47z"/><path fill="#fff" d="M35.71 7.202c-8.532 0-16.5 6.752-16.5 15.28c0 1.079-.264 4.491 1.217 4.491c0 0 2.393-7.825 8.362-12.55s15.52-3.725 15.52-3.725c-.664-2.045-5.55-3.499-8.596-3.499z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round"><path strokeWidth="2" d="M52.55 23.75c0 3.985-1.785 5.908-3.754 10.5c-.503 1.172-4.211 13.38-4.211 13.38h-17.17s-2.981-11.67-3.546-12.62c-2.37-3.998-4.419-6.91-4.419-11.26C19.45 14.609 26.86 7.2 36 7.2s16.55 7.41 16.55 16.55M36 47.22V35.28m5.97 0H30.03"/><path strokeWidth="1.696" d="M44.16 58.79c0 3.24-3.651 5.867-8.155 5.867S27.85 62.03 27.85 58.79z"/><path strokeWidth="1.965" d="m27.99 54.98l16.02-3.47"/><path strokeWidth="2" d="m38.2 56.07l5.78-1.18M28.02 51.6l5.78-1.18"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M35.71 64.65c4.779 0 7.509-2.244 8.156-5.151h-16.31c.647 2.907 3.376 5.151 8.155 5.151z"/><path fill="#fcea2b" d="M45.203 10.655s-12.23-3.457-18.2 1.269s-6.401 15.6-6.401 15.6c.585 2.213 4.226 8.493 4.226 8.493c.54.911 2.253 7.481 3.249 11.36h15.92c.866-2.845 4.35-13.15 4.805-14.21c.584-1.363 1.58-4.016 2.083-5.017c1.21-2.409 1.166-4.533.538-7.027c-1.358-5.385-2.474-6.723-6.221-10.47z"/><path fill="#fff" d="M35.71 7.202c-8.532 0-16.5 6.752-16.5 15.28c0 1.079-.264 4.491 1.217 4.491c0 0 2.393-7.825 8.362-12.55s15.52-3.725 15.52-3.725c-.664-2.045-5.55-3.499-8.596-3.499z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="2" d="M52.55 23.75c0 3.985-1.785 5.908-3.754 10.5c-.503 1.172-4.211 13.38-4.211 13.38h-17.17s-2.981-11.67-3.546-12.62c-2.37-3.998-4.419-6.91-4.419-11.26C19.45 14.609 26.86 7.2 36 7.2s16.55 7.41 16.55 16.55M36 47.22V35.28m5.97 0H30.03"/><path stroke-width="1.696" d="M44.16 58.79c0 3.24-3.651 5.867-8.155 5.867S27.85 62.03 27.85 58.79z"/><path stroke-width="1.965" d="m27.99 54.98l16.02-3.47"/><path stroke-width="2" d="m38.2 56.07l5.78-1.18M28.02 51.6l5.78-1.18"/></g></svg>
</template>

CSS

.icon-light-bulb {
  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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M35.71%2064.65c4.779%200%207.509-2.244%208.156-5.151h-16.31c.647%202.907%203.376%205.151%208.155%205.151z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M45.203%2010.655s-12.23-3.457-18.2%201.269s-6.401%2015.6-6.401%2015.6c.585%202.213%204.226%208.493%204.226%208.493c.54.911%202.253%207.481%203.249%2011.36h15.92c.866-2.845%204.35-13.15%204.805-14.21c.584-1.363%201.58-4.016%202.083-5.017c1.21-2.409%201.166-4.533.538-7.027c-1.358-5.385-2.474-6.723-6.221-10.47z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M35.71%207.202c-8.532%200-16.5%206.752-16.5%2015.28c0%201.079-.264%204.491%201.217%204.491c0%200%202.393-7.825%208.362-12.55s15.52-3.725%2015.52-3.725c-.664-2.045-5.55-3.499-8.596-3.499z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M52.55%2023.75c0%203.985-1.785%205.908-3.754%2010.5c-.503%201.172-4.211%2013.38-4.211%2013.38h-17.17s-2.981-11.67-3.546-12.62c-2.37-3.998-4.419-6.91-4.419-11.26C19.45%2014.609%2026.86%207.2%2036%207.2s16.55%207.41%2016.55%2016.55M36%2047.22V35.28m5.97%200H30.03%22%2F%3E%3Cpath%20stroke-width%3D%221.696%22%20d%3D%22M44.16%2058.79c0%203.24-3.651%205.867-8.155%205.867S27.85%2062.03%2027.85%2058.79z%22%2F%3E%3Cpath%20stroke-width%3D%221.965%22%20d%3D%22m27.99%2054.98l16.02-3.47%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22m38.2%2056.07l5.78-1.18M28.02%2051.6l5.78-1.18%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M35.71%2064.65c4.779%200%207.509-2.244%208.156-5.151h-16.31c.647%202.907%203.376%205.151%208.155%205.151z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M45.203%2010.655s-12.23-3.457-18.2%201.269s-6.401%2015.6-6.401%2015.6c.585%202.213%204.226%208.493%204.226%208.493c.54.911%202.253%207.481%203.249%2011.36h15.92c.866-2.845%204.35-13.15%204.805-14.21c.584-1.363%201.58-4.016%202.083-5.017c1.21-2.409%201.166-4.533.538-7.027c-1.358-5.385-2.474-6.723-6.221-10.47z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M35.71%207.202c-8.532%200-16.5%206.752-16.5%2015.28c0%201.079-.264%204.491%201.217%204.491c0%200%202.393-7.825%208.362-12.55s15.52-3.725%2015.52-3.725c-.664-2.045-5.55-3.499-8.596-3.499z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M52.55%2023.75c0%203.985-1.785%205.908-3.754%2010.5c-.503%201.172-4.211%2013.38-4.211%2013.38h-17.17s-2.981-11.67-3.546-12.62c-2.37-3.998-4.419-6.91-4.419-11.26C19.45%2014.609%2026.86%207.2%2036%207.2s16.55%207.41%2016.55%2016.55M36%2047.22V35.28m5.97%200H30.03%22%2F%3E%3Cpath%20stroke-width%3D%221.696%22%20d%3D%22M44.16%2058.79c0%203.24-3.651%205.867-8.155%205.867S27.85%2062.03%2027.85%2058.79z%22%2F%3E%3Cpath%20stroke-width%3D%221.965%22%20d%3D%22m27.99%2054.98l16.02-3.47%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22m38.2%2056.07l5.78-1.18M28.02%2051.6l5.78-1.18%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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