ios lightbulb icon

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

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

1 other variant in IonIcons

Related icons in IonIcons

Use the ios lightbulb icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M400 172.9C400 95.1 333.9 32 256 32S112 95.1 112 173c0 31 13.2 59 30.2 83h-.3c10.9 15 21.4 27.7 31.5 45 22 37.8 18.6 74.3 18.7 81.6v1.4h32V256l-32-64h16.6l31.4 64v128h32V256l31.4-64H320l-32 64v128h32v-1.4c0-8.9-3.6-43.8 18.4-81.6 10.1-17.3 20.6-30 31.5-45h-.1c17-24 30.2-52 30.2-83.1z" fill="currentColor"/><path d="M224 464h64v16h-64z" fill="currentColor"/><path d="M208 432h96v16h-96z" fill="currentColor"/><path d="M208 400h96v16h-96z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosLightbulb(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M400 172.9C400 95.1 333.9 32 256 32S112 95.1 112 173c0 31 13.2 59 30.2 83h-.3c10.9 15 21.4 27.7 31.5 45 22 37.8 18.6 74.3 18.7 81.6v1.4h32V256l-32-64h16.6l31.4 64v128h32V256l31.4-64H320l-32 64v128h32v-1.4c0-8.9-3.6-43.8 18.4-81.6 10.1-17.3 20.6-30 31.5-45h-.1c17-24 30.2-52 30.2-83.1z" fill="currentColor"/><path d="M224 464h64v16h-64z" fill="currentColor"/><path d="M208 432h96v16h-96z" fill="currentColor"/><path d="M208 400h96v16h-96z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M400 172.9C400 95.1 333.9 32 256 32S112 95.1 112 173c0 31 13.2 59 30.2 83h-.3c10.9 15 21.4 27.7 31.5 45 22 37.8 18.6 74.3 18.7 81.6v1.4h32V256l-32-64h16.6l31.4 64v128h32V256l31.4-64H320l-32 64v128h32v-1.4c0-8.9-3.6-43.8 18.4-81.6 10.1-17.3 20.6-30 31.5-45h-.1c17-24 30.2-52 30.2-83.1z" fill="currentColor"/><path d="M224 464h64v16h-64z" fill="currentColor"/><path d="M208 432h96v16h-96z" fill="currentColor"/><path d="M208 400h96v16h-96z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-lightbulb {
  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%22M400%20172.9C400%2095.1%20333.9%2032%20256%2032S112%2095.1%20112%20173c0%2031%2013.2%2059%2030.2%2083h-.3c10.9%2015%2021.4%2027.7%2031.5%2045%2022%2037.8%2018.6%2074.3%2018.7%2081.6v1.4h32V256l-32-64h16.6l31.4%2064v128h32V256l31.4-64H320l-32%2064v128h32v-1.4c0-8.9-3.6-43.8%2018.4-81.6%2010.1-17.3%2020.6-30%2031.5-45h-.1c17-24%2030.2-52%2030.2-83.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M224%20464h64v16h-64z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M208%20432h96v16h-96z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M208%20400h96v16h-96z%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%22M400%20172.9C400%2095.1%20333.9%2032%20256%2032S112%2095.1%20112%20173c0%2031%2013.2%2059%2030.2%2083h-.3c10.9%2015%2021.4%2027.7%2031.5%2045%2022%2037.8%2018.6%2074.3%2018.7%2081.6v1.4h32V256l-32-64h16.6l31.4%2064v128h32V256l31.4-64H320l-32%2064v128h32v-1.4c0-8.9-3.6-43.8%2018.4-81.6%2010.1-17.3%2020.6-30%2031.5-45h-.1c17-24%2030.2-52%2030.2-83.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M224%20464h64v16h-64z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M208%20432h96v16h-96z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M208%20400h96v16h-96z%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-lightbulb.svg?color=%231a73e8&size=48