light-bulb from Emoji One (Colored) by Emoji One · Default · Objects · CC-BY-4.0 Attribution required.

Name
light-bulb
Set
Emoji One (Colored)
Style
Default
Category
Objects
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More objects icons from Emoji One (Colored)

Use the light bulb emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#616466" d="M28 58c0 2.2 1.8 4 4 4s4-1.8 4-4z"/><path fill="#ffce31" d="M24.9 48H39c.8-4.3 3.5-8.5 6.3-12.9C48.6 30 52 24.7 52 19.6C52 9.9 43 2 32 2S12 9.9 12 19.6c0 5.1 3.4 10.4 6.6 15.5c2.8 4.4 5.5 8.6 6.3 12.9"/><path fill="#c79127" d="M26.4 33.6c.1.6.3 1.2.4 1.8c.3 1.1.5 2.1.8 3.2c.9 3.8 1.7 7 2.4 9.5h.6c-.5-2.5-1.2-5.8-2.1-9.6c-.2-1-.5-2.1-.7-3.2c-.1-.5-.2-1.1-.4-1.6c.8-.2 2.7-.8 4.6-2.9c1.9 2.1 3.8 2.7 4.6 2.9c-.1.6-.2 1.1-.4 1.6c-.2 1.1-.5 2.2-.7 3.2c-.9 3.8-1.6 7.1-2.1 9.6h.6c.6-2.5 1.5-5.7 2.4-9.5c.2-1 .5-2.1.8-3.2c.1-.6.3-1.2.4-1.8c.8-.1 1.5-.3 2-.8c.6-.6.9-1.3.7-2.1c-.1-.4-.3-.9-.9-1c-.3-.1-.5-.1-.8 0s-.5.3-.6.4c-.5.6-.7 1.2-.9 1.8l-.3.9s-.8.1-2.7-1.2c-1-.7-1.3-1.2-1.6-1.5c.3-.4.6-.7.9-1.2c.1-.3.2-.5.3-.9c0-.3 0-.7-.2-1s-.4-.6-.9-.8c-.2-.1-.4-.1-.6-.1s-.4 0-.6.1c-.4.2-.7.5-.9.8s-.2.7-.2 1q0 .45.3.9q.3.75.9 1.2c-.3.3-.6.8-1.6 1.5c-1.8 1.2-2.7 1.2-2.7 1.2l-.3-.9c-.2-.6-.4-1.2-.9-1.8c-.1-.1-.3-.3-.6-.4s-.6-.1-.8 0c-.6.2-.8.7-.9 1c-.1.8.2 1.5.7 2.1c.6.5 1.3.7 2 .8M38 32.1c.2-.5.4-1.1.8-1.4c.1-.1.2-.1.2-.1h.2c.1 0 .2.1.3.4c.1.4-.1 1-.5 1.3c-.3.2-.7.4-1.1.5c0-.3 0-.5.1-.7m-6.6-4.8c.2-.2.4-.4.6-.4s.4.1.6.4s.1.7-.1 1.1c-.1.3-.3.6-.5.8c-.2-.3-.4-.5-.5-.8c-.2-.3-.3-.7-.1-1.1m-6.8 3.5c0-.2.1-.3.3-.4h.2s.1.1.2.1c.3.3.6.9.8 1.4c.1.2.1.4.2.6c-.4-.1-.8-.2-1.1-.5c-.4-.2-.6-.7-.6-1.2"/><path fill="#94989b" d="M24.9 50h14.3v1.8H24.9zm1 3.6h12.3v1.8H25.9z"/><path fill="#616466" d="M25.9 51.8h12.3v1.8H25.9z"/><path fill="#94989b" d="m39.2 50l-13.3 3.6v1.9l13.3-3.7zm-12.3 7.3h10.3v1.8H26.9z"/><path fill="#616466" d="M26.9 55.5h10.3v1.8H26.9z"/><path fill="#94989b" d="m38.2 53.6l-11.3 3.7v1.9l11.3-3.7z"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneLightBulb(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#616466" d="M28 58c0 2.2 1.8 4 4 4s4-1.8 4-4z"/><path fill="#ffce31" d="M24.9 48H39c.8-4.3 3.5-8.5 6.3-12.9C48.6 30 52 24.7 52 19.6C52 9.9 43 2 32 2S12 9.9 12 19.6c0 5.1 3.4 10.4 6.6 15.5c2.8 4.4 5.5 8.6 6.3 12.9"/><path fill="#c79127" d="M26.4 33.6c.1.6.3 1.2.4 1.8c.3 1.1.5 2.1.8 3.2c.9 3.8 1.7 7 2.4 9.5h.6c-.5-2.5-1.2-5.8-2.1-9.6c-.2-1-.5-2.1-.7-3.2c-.1-.5-.2-1.1-.4-1.6c.8-.2 2.7-.8 4.6-2.9c1.9 2.1 3.8 2.7 4.6 2.9c-.1.6-.2 1.1-.4 1.6c-.2 1.1-.5 2.2-.7 3.2c-.9 3.8-1.6 7.1-2.1 9.6h.6c.6-2.5 1.5-5.7 2.4-9.5c.2-1 .5-2.1.8-3.2c.1-.6.3-1.2.4-1.8c.8-.1 1.5-.3 2-.8c.6-.6.9-1.3.7-2.1c-.1-.4-.3-.9-.9-1c-.3-.1-.5-.1-.8 0s-.5.3-.6.4c-.5.6-.7 1.2-.9 1.8l-.3.9s-.8.1-2.7-1.2c-1-.7-1.3-1.2-1.6-1.5c.3-.4.6-.7.9-1.2c.1-.3.2-.5.3-.9c0-.3 0-.7-.2-1s-.4-.6-.9-.8c-.2-.1-.4-.1-.6-.1s-.4 0-.6.1c-.4.2-.7.5-.9.8s-.2.7-.2 1q0 .45.3.9q.3.75.9 1.2c-.3.3-.6.8-1.6 1.5c-1.8 1.2-2.7 1.2-2.7 1.2l-.3-.9c-.2-.6-.4-1.2-.9-1.8c-.1-.1-.3-.3-.6-.4s-.6-.1-.8 0c-.6.2-.8.7-.9 1c-.1.8.2 1.5.7 2.1c.6.5 1.3.7 2 .8M38 32.1c.2-.5.4-1.1.8-1.4c.1-.1.2-.1.2-.1h.2c.1 0 .2.1.3.4c.1.4-.1 1-.5 1.3c-.3.2-.7.4-1.1.5c0-.3 0-.5.1-.7m-6.6-4.8c.2-.2.4-.4.6-.4s.4.1.6.4s.1.7-.1 1.1c-.1.3-.3.6-.5.8c-.2-.3-.4-.5-.5-.8c-.2-.3-.3-.7-.1-1.1m-6.8 3.5c0-.2.1-.3.3-.4h.2s.1.1.2.1c.3.3.6.9.8 1.4c.1.2.1.4.2.6c-.4-.1-.8-.2-1.1-.5c-.4-.2-.6-.7-.6-1.2"/><path fill="#94989b" d="M24.9 50h14.3v1.8H24.9zm1 3.6h12.3v1.8H25.9z"/><path fill="#616466" d="M25.9 51.8h12.3v1.8H25.9z"/><path fill="#94989b" d="m39.2 50l-13.3 3.6v1.9l13.3-3.7zm-12.3 7.3h10.3v1.8H26.9z"/><path fill="#616466" d="M26.9 55.5h10.3v1.8H26.9z"/><path fill="#94989b" d="m38.2 53.6l-11.3 3.7v1.9l11.3-3.7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#616466" d="M28 58c0 2.2 1.8 4 4 4s4-1.8 4-4z"/><path fill="#ffce31" d="M24.9 48H39c.8-4.3 3.5-8.5 6.3-12.9C48.6 30 52 24.7 52 19.6C52 9.9 43 2 32 2S12 9.9 12 19.6c0 5.1 3.4 10.4 6.6 15.5c2.8 4.4 5.5 8.6 6.3 12.9"/><path fill="#c79127" d="M26.4 33.6c.1.6.3 1.2.4 1.8c.3 1.1.5 2.1.8 3.2c.9 3.8 1.7 7 2.4 9.5h.6c-.5-2.5-1.2-5.8-2.1-9.6c-.2-1-.5-2.1-.7-3.2c-.1-.5-.2-1.1-.4-1.6c.8-.2 2.7-.8 4.6-2.9c1.9 2.1 3.8 2.7 4.6 2.9c-.1.6-.2 1.1-.4 1.6c-.2 1.1-.5 2.2-.7 3.2c-.9 3.8-1.6 7.1-2.1 9.6h.6c.6-2.5 1.5-5.7 2.4-9.5c.2-1 .5-2.1.8-3.2c.1-.6.3-1.2.4-1.8c.8-.1 1.5-.3 2-.8c.6-.6.9-1.3.7-2.1c-.1-.4-.3-.9-.9-1c-.3-.1-.5-.1-.8 0s-.5.3-.6.4c-.5.6-.7 1.2-.9 1.8l-.3.9s-.8.1-2.7-1.2c-1-.7-1.3-1.2-1.6-1.5c.3-.4.6-.7.9-1.2c.1-.3.2-.5.3-.9c0-.3 0-.7-.2-1s-.4-.6-.9-.8c-.2-.1-.4-.1-.6-.1s-.4 0-.6.1c-.4.2-.7.5-.9.8s-.2.7-.2 1q0 .45.3.9q.3.75.9 1.2c-.3.3-.6.8-1.6 1.5c-1.8 1.2-2.7 1.2-2.7 1.2l-.3-.9c-.2-.6-.4-1.2-.9-1.8c-.1-.1-.3-.3-.6-.4s-.6-.1-.8 0c-.6.2-.8.7-.9 1c-.1.8.2 1.5.7 2.1c.6.5 1.3.7 2 .8M38 32.1c.2-.5.4-1.1.8-1.4c.1-.1.2-.1.2-.1h.2c.1 0 .2.1.3.4c.1.4-.1 1-.5 1.3c-.3.2-.7.4-1.1.5c0-.3 0-.5.1-.7m-6.6-4.8c.2-.2.4-.4.6-.4s.4.1.6.4s.1.7-.1 1.1c-.1.3-.3.6-.5.8c-.2-.3-.4-.5-.5-.8c-.2-.3-.3-.7-.1-1.1m-6.8 3.5c0-.2.1-.3.3-.4h.2s.1.1.2.1c.3.3.6.9.8 1.4c.1.2.1.4.2.6c-.4-.1-.8-.2-1.1-.5c-.4-.2-.6-.7-.6-1.2"/><path fill="#94989b" d="M24.9 50h14.3v1.8H24.9zm1 3.6h12.3v1.8H25.9z"/><path fill="#616466" d="M25.9 51.8h12.3v1.8H25.9z"/><path fill="#94989b" d="m39.2 50l-13.3 3.6v1.9l13.3-3.7zm-12.3 7.3h10.3v1.8H26.9z"/><path fill="#616466" d="M26.9 55.5h10.3v1.8H26.9z"/><path fill="#94989b" d="m38.2 53.6l-11.3 3.7v1.9l11.3-3.7z"/></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%2064%2064%22%3E%3Cpath%20fill%3D%22%23616466%22%20d%3D%22M28%2058c0%202.2%201.8%204%204%204s4-1.8%204-4z%22%2F%3E%3Cpath%20fill%3D%22%23ffce31%22%20d%3D%22M24.9%2048H39c.8-4.3%203.5-8.5%206.3-12.9C48.6%2030%2052%2024.7%2052%2019.6C52%209.9%2043%202%2032%202S12%209.9%2012%2019.6c0%205.1%203.4%2010.4%206.6%2015.5c2.8%204.4%205.5%208.6%206.3%2012.9%22%2F%3E%3Cpath%20fill%3D%22%23c79127%22%20d%3D%22M26.4%2033.6c.1.6.3%201.2.4%201.8c.3%201.1.5%202.1.8%203.2c.9%203.8%201.7%207%202.4%209.5h.6c-.5-2.5-1.2-5.8-2.1-9.6c-.2-1-.5-2.1-.7-3.2c-.1-.5-.2-1.1-.4-1.6c.8-.2%202.7-.8%204.6-2.9c1.9%202.1%203.8%202.7%204.6%202.9c-.1.6-.2%201.1-.4%201.6c-.2%201.1-.5%202.2-.7%203.2c-.9%203.8-1.6%207.1-2.1%209.6h.6c.6-2.5%201.5-5.7%202.4-9.5c.2-1%20.5-2.1.8-3.2c.1-.6.3-1.2.4-1.8c.8-.1%201.5-.3%202-.8c.6-.6.9-1.3.7-2.1c-.1-.4-.3-.9-.9-1c-.3-.1-.5-.1-.8%200s-.5.3-.6.4c-.5.6-.7%201.2-.9%201.8l-.3.9s-.8.1-2.7-1.2c-1-.7-1.3-1.2-1.6-1.5c.3-.4.6-.7.9-1.2c.1-.3.2-.5.3-.9c0-.3%200-.7-.2-1s-.4-.6-.9-.8c-.2-.1-.4-.1-.6-.1s-.4%200-.6.1c-.4.2-.7.5-.9.8s-.2.7-.2%201q0%20.45.3.9q.3.75.9%201.2c-.3.3-.6.8-1.6%201.5c-1.8%201.2-2.7%201.2-2.7%201.2l-.3-.9c-.2-.6-.4-1.2-.9-1.8c-.1-.1-.3-.3-.6-.4s-.6-.1-.8%200c-.6.2-.8.7-.9%201c-.1.8.2%201.5.7%202.1c.6.5%201.3.7%202%20.8M38%2032.1c.2-.5.4-1.1.8-1.4c.1-.1.2-.1.2-.1h.2c.1%200%20.2.1.3.4c.1.4-.1%201-.5%201.3c-.3.2-.7.4-1.1.5c0-.3%200-.5.1-.7m-6.6-4.8c.2-.2.4-.4.6-.4s.4.1.6.4s.1.7-.1%201.1c-.1.3-.3.6-.5.8c-.2-.3-.4-.5-.5-.8c-.2-.3-.3-.7-.1-1.1m-6.8%203.5c0-.2.1-.3.3-.4h.2s.1.1.2.1c.3.3.6.9.8%201.4c.1.2.1.4.2.6c-.4-.1-.8-.2-1.1-.5c-.4-.2-.6-.7-.6-1.2%22%2F%3E%3Cpath%20fill%3D%22%2394989b%22%20d%3D%22M24.9%2050h14.3v1.8H24.9zm1%203.6h12.3v1.8H25.9z%22%2F%3E%3Cpath%20fill%3D%22%23616466%22%20d%3D%22M25.9%2051.8h12.3v1.8H25.9z%22%2F%3E%3Cpath%20fill%3D%22%2394989b%22%20d%3D%22m39.2%2050l-13.3%203.6v1.9l13.3-3.7zm-12.3%207.3h10.3v1.8H26.9z%22%2F%3E%3Cpath%20fill%3D%22%23616466%22%20d%3D%22M26.9%2055.5h10.3v1.8H26.9z%22%2F%3E%3Cpath%20fill%3D%22%2394989b%22%20d%3D%22m38.2%2053.6l-11.3%203.7v1.9l11.3-3.7z%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23616466%22%20d%3D%22M28%2058c0%202.2%201.8%204%204%204s4-1.8%204-4z%22%2F%3E%3Cpath%20fill%3D%22%23ffce31%22%20d%3D%22M24.9%2048H39c.8-4.3%203.5-8.5%206.3-12.9C48.6%2030%2052%2024.7%2052%2019.6C52%209.9%2043%202%2032%202S12%209.9%2012%2019.6c0%205.1%203.4%2010.4%206.6%2015.5c2.8%204.4%205.5%208.6%206.3%2012.9%22%2F%3E%3Cpath%20fill%3D%22%23c79127%22%20d%3D%22M26.4%2033.6c.1.6.3%201.2.4%201.8c.3%201.1.5%202.1.8%203.2c.9%203.8%201.7%207%202.4%209.5h.6c-.5-2.5-1.2-5.8-2.1-9.6c-.2-1-.5-2.1-.7-3.2c-.1-.5-.2-1.1-.4-1.6c.8-.2%202.7-.8%204.6-2.9c1.9%202.1%203.8%202.7%204.6%202.9c-.1.6-.2%201.1-.4%201.6c-.2%201.1-.5%202.2-.7%203.2c-.9%203.8-1.6%207.1-2.1%209.6h.6c.6-2.5%201.5-5.7%202.4-9.5c.2-1%20.5-2.1.8-3.2c.1-.6.3-1.2.4-1.8c.8-.1%201.5-.3%202-.8c.6-.6.9-1.3.7-2.1c-.1-.4-.3-.9-.9-1c-.3-.1-.5-.1-.8%200s-.5.3-.6.4c-.5.6-.7%201.2-.9%201.8l-.3.9s-.8.1-2.7-1.2c-1-.7-1.3-1.2-1.6-1.5c.3-.4.6-.7.9-1.2c.1-.3.2-.5.3-.9c0-.3%200-.7-.2-1s-.4-.6-.9-.8c-.2-.1-.4-.1-.6-.1s-.4%200-.6.1c-.4.2-.7.5-.9.8s-.2.7-.2%201q0%20.45.3.9q.3.75.9%201.2c-.3.3-.6.8-1.6%201.5c-1.8%201.2-2.7%201.2-2.7%201.2l-.3-.9c-.2-.6-.4-1.2-.9-1.8c-.1-.1-.3-.3-.6-.4s-.6-.1-.8%200c-.6.2-.8.7-.9%201c-.1.8.2%201.5.7%202.1c.6.5%201.3.7%202%20.8M38%2032.1c.2-.5.4-1.1.8-1.4c.1-.1.2-.1.2-.1h.2c.1%200%20.2.1.3.4c.1.4-.1%201-.5%201.3c-.3.2-.7.4-1.1.5c0-.3%200-.5.1-.7m-6.6-4.8c.2-.2.4-.4.6-.4s.4.1.6.4s.1.7-.1%201.1c-.1.3-.3.6-.5.8c-.2-.3-.4-.5-.5-.8c-.2-.3-.3-.7-.1-1.1m-6.8%203.5c0-.2.1-.3.3-.4h.2s.1.1.2.1c.3.3.6.9.8%201.4c.1.2.1.4.2.6c-.4-.1-.8-.2-1.1-.5c-.4-.2-.6-.7-.6-1.2%22%2F%3E%3Cpath%20fill%3D%22%2394989b%22%20d%3D%22M24.9%2050h14.3v1.8H24.9zm1%203.6h12.3v1.8H25.9z%22%2F%3E%3Cpath%20fill%3D%22%23616466%22%20d%3D%22M25.9%2051.8h12.3v1.8H25.9z%22%2F%3E%3Cpath%20fill%3D%22%2394989b%22%20d%3D%22m39.2%2050l-13.3%203.6v1.9l13.3-3.7zm-12.3%207.3h10.3v1.8H26.9z%22%2F%3E%3Cpath%20fill%3D%22%23616466%22%20d%3D%22M26.9%2055.5h10.3v1.8H26.9z%22%2F%3E%3Cpath%20fill%3D%22%2394989b%22%20d%3D%22m38.2%2053.6l-11.3%203.7v1.9l11.3-3.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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