ios bulb icon

ios-bulb from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-bulb
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios bulb icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M404 188.9C404 111 333.9 48 256 48s-148 63.1-148 140.9c0 31 13.2 56.1 30.2 80.1h-.3c10.9 15 21.4 17.7 31.5 35 14.7 25.2 18.1 40.7 18.7 55.7.4 8.6 7.5 15.3 16 15.3h8.9c2.2 0 4-1.8 4-4v-94.5c0-5-1.2-9.8-3.4-14.3l-21-42c-3.5-7 1.6-15.2 9.4-15.2 4 0 7.7 2.3 9.4 5.9l25.3 51.4c2.2 4.4 3.3 9.2 3.3 14.1V371c0 2.2 1.8 4 4 4h24c2.2 0 4-1.8 4-4v-94.6c0-4.9 1.1-9.7 3.3-14.1l25.4-51.6c1.7-3.4 5.2-5.6 9-5.6 7.5 0 12.4 7.9 9 14.6l-21.3 42.6c-2.2 4.5-3.4 9.4-3.4 14.3V371c0 2.2 1.8 4 4 4h10c8.5 0 15.5-6.6 16-15 .9-15.4 4.7-32.3 18.4-56 10.1-17.3 20.6-20 31.5-35h-.1c17-24 30.2-49.1 30.2-80.1z" fill="currentColor"/><path d="M238 464h36c7.7 0 14-6.3 14-14s-6.3-14-14-14h-36c-7.7 0-14 6.3-14 14s6.3 14 14 14z" fill="currentColor"/><path d="M218 420h76c7.7 0 14-6.3 14-14s-6.3-14-14-14h-76c-7.7 0-14 6.3-14 14s6.3 14 14 14z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosBulb(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M404 188.9C404 111 333.9 48 256 48s-148 63.1-148 140.9c0 31 13.2 56.1 30.2 80.1h-.3c10.9 15 21.4 17.7 31.5 35 14.7 25.2 18.1 40.7 18.7 55.7.4 8.6 7.5 15.3 16 15.3h8.9c2.2 0 4-1.8 4-4v-94.5c0-5-1.2-9.8-3.4-14.3l-21-42c-3.5-7 1.6-15.2 9.4-15.2 4 0 7.7 2.3 9.4 5.9l25.3 51.4c2.2 4.4 3.3 9.2 3.3 14.1V371c0 2.2 1.8 4 4 4h24c2.2 0 4-1.8 4-4v-94.6c0-4.9 1.1-9.7 3.3-14.1l25.4-51.6c1.7-3.4 5.2-5.6 9-5.6 7.5 0 12.4 7.9 9 14.6l-21.3 42.6c-2.2 4.5-3.4 9.4-3.4 14.3V371c0 2.2 1.8 4 4 4h10c8.5 0 15.5-6.6 16-15 .9-15.4 4.7-32.3 18.4-56 10.1-17.3 20.6-20 31.5-35h-.1c17-24 30.2-49.1 30.2-80.1z" fill="currentColor"/><path d="M238 464h36c7.7 0 14-6.3 14-14s-6.3-14-14-14h-36c-7.7 0-14 6.3-14 14s6.3 14 14 14z" fill="currentColor"/><path d="M218 420h76c7.7 0 14-6.3 14-14s-6.3-14-14-14h-76c-7.7 0-14 6.3-14 14s6.3 14 14 14z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M404 188.9C404 111 333.9 48 256 48s-148 63.1-148 140.9c0 31 13.2 56.1 30.2 80.1h-.3c10.9 15 21.4 17.7 31.5 35 14.7 25.2 18.1 40.7 18.7 55.7.4 8.6 7.5 15.3 16 15.3h8.9c2.2 0 4-1.8 4-4v-94.5c0-5-1.2-9.8-3.4-14.3l-21-42c-3.5-7 1.6-15.2 9.4-15.2 4 0 7.7 2.3 9.4 5.9l25.3 51.4c2.2 4.4 3.3 9.2 3.3 14.1V371c0 2.2 1.8 4 4 4h24c2.2 0 4-1.8 4-4v-94.6c0-4.9 1.1-9.7 3.3-14.1l25.4-51.6c1.7-3.4 5.2-5.6 9-5.6 7.5 0 12.4 7.9 9 14.6l-21.3 42.6c-2.2 4.5-3.4 9.4-3.4 14.3V371c0 2.2 1.8 4 4 4h10c8.5 0 15.5-6.6 16-15 .9-15.4 4.7-32.3 18.4-56 10.1-17.3 20.6-20 31.5-35h-.1c17-24 30.2-49.1 30.2-80.1z" fill="currentColor"/><path d="M238 464h36c7.7 0 14-6.3 14-14s-6.3-14-14-14h-36c-7.7 0-14 6.3-14 14s6.3 14 14 14z" fill="currentColor"/><path d="M218 420h76c7.7 0 14-6.3 14-14s-6.3-14-14-14h-76c-7.7 0-14 6.3-14 14s6.3 14 14 14z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-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%20512%20512%22%3E%3Cpath%20d%3D%22M404%20188.9C404%20111%20333.9%2048%20256%2048s-148%2063.1-148%20140.9c0%2031%2013.2%2056.1%2030.2%2080.1h-.3c10.9%2015%2021.4%2017.7%2031.5%2035%2014.7%2025.2%2018.1%2040.7%2018.7%2055.7.4%208.6%207.5%2015.3%2016%2015.3h8.9c2.2%200%204-1.8%204-4v-94.5c0-5-1.2-9.8-3.4-14.3l-21-42c-3.5-7%201.6-15.2%209.4-15.2%204%200%207.7%202.3%209.4%205.9l25.3%2051.4c2.2%204.4%203.3%209.2%203.3%2014.1V371c0%202.2%201.8%204%204%204h24c2.2%200%204-1.8%204-4v-94.6c0-4.9%201.1-9.7%203.3-14.1l25.4-51.6c1.7-3.4%205.2-5.6%209-5.6%207.5%200%2012.4%207.9%209%2014.6l-21.3%2042.6c-2.2%204.5-3.4%209.4-3.4%2014.3V371c0%202.2%201.8%204%204%204h10c8.5%200%2015.5-6.6%2016-15%20.9-15.4%204.7-32.3%2018.4-56%2010.1-17.3%2020.6-20%2031.5-35h-.1c17-24%2030.2-49.1%2030.2-80.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M238%20464h36c7.7%200%2014-6.3%2014-14s-6.3-14-14-14h-36c-7.7%200-14%206.3-14%2014s6.3%2014%2014%2014z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M218%20420h76c7.7%200%2014-6.3%2014-14s-6.3-14-14-14h-76c-7.7%200-14%206.3-14%2014s6.3%2014%2014%2014z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M404%20188.9C404%20111%20333.9%2048%20256%2048s-148%2063.1-148%20140.9c0%2031%2013.2%2056.1%2030.2%2080.1h-.3c10.9%2015%2021.4%2017.7%2031.5%2035%2014.7%2025.2%2018.1%2040.7%2018.7%2055.7.4%208.6%207.5%2015.3%2016%2015.3h8.9c2.2%200%204-1.8%204-4v-94.5c0-5-1.2-9.8-3.4-14.3l-21-42c-3.5-7%201.6-15.2%209.4-15.2%204%200%207.7%202.3%209.4%205.9l25.3%2051.4c2.2%204.4%203.3%209.2%203.3%2014.1V371c0%202.2%201.8%204%204%204h24c2.2%200%204-1.8%204-4v-94.6c0-4.9%201.1-9.7%203.3-14.1l25.4-51.6c1.7-3.4%205.2-5.6%209-5.6%207.5%200%2012.4%207.9%209%2014.6l-21.3%2042.6c-2.2%204.5-3.4%209.4-3.4%2014.3V371c0%202.2%201.8%204%204%204h10c8.5%200%2015.5-6.6%2016-15%20.9-15.4%204.7-32.3%2018.4-56%2010.1-17.3%2020.6-20%2031.5-35h-.1c17-24%2030.2-49.1%2030.2-80.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M238%20464h36c7.7%200%2014-6.3%2014-14s-6.3-14-14-14h-36c-7.7%200-14%206.3-14%2014s6.3%2014%2014%2014z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M218%20420h76c7.7%200%2014-6.3%2014-14s-6.3-14-14-14h-76c-7.7%200-14%206.3-14%2014s6.3%2014%2014%2014z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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