lightbulb alt icon

lightbulb-alt from Unicons by Iconscout · Line · Business · Apache-2.0 Free for personal and commercial use.

Name
lightbulb-alt
Set
Unicons
Style
Line
Category
Business
Viewbox
24×24
License
Apache 2.0

More business icons from Unicons

Use the lightbulb alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.09 2.82a8 8 0 0 0-6.68-1.66a8 8 0 0 0-6.27 6.32a8.07 8.07 0 0 0 1.72 6.65A4.54 4.54 0 0 1 7 17v3a3 3 0 0 0 3 3h4a3 3 0 0 0 3-3v-2.81A5.17 5.17 0 0 1 18.22 14a8 8 0 0 0-1.13-11.2ZM15 20a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-1h6Zm1.67-7.24A7.13 7.13 0 0 0 15 17h-2v-3a1 1 0 0 0-2 0v3H9a6.5 6.5 0 0 0-1.6-4.16a6 6 0 0 1 3.39-9.72A6 6 0 0 1 18 9a5.9 5.9 0 0 1-1.33 3.76"/></svg>

React

import type { SVGProps } from "react";

export function UilLightbulbAlt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.09 2.82a8 8 0 0 0-6.68-1.66a8 8 0 0 0-6.27 6.32a8.07 8.07 0 0 0 1.72 6.65A4.54 4.54 0 0 1 7 17v3a3 3 0 0 0 3 3h4a3 3 0 0 0 3-3v-2.81A5.17 5.17 0 0 1 18.22 14a8 8 0 0 0-1.13-11.2ZM15 20a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-1h6Zm1.67-7.24A7.13 7.13 0 0 0 15 17h-2v-3a1 1 0 0 0-2 0v3H9a6.5 6.5 0 0 0-1.6-4.16a6 6 0 0 1 3.39-9.72A6 6 0 0 1 18 9a5.9 5.9 0 0 1-1.33 3.76"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.09 2.82a8 8 0 0 0-6.68-1.66a8 8 0 0 0-6.27 6.32a8.07 8.07 0 0 0 1.72 6.65A4.54 4.54 0 0 1 7 17v3a3 3 0 0 0 3 3h4a3 3 0 0 0 3-3v-2.81A5.17 5.17 0 0 1 18.22 14a8 8 0 0 0-1.13-11.2ZM15 20a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-1h6Zm1.67-7.24A7.13 7.13 0 0 0 15 17h-2v-3a1 1 0 0 0-2 0v3H9a6.5 6.5 0 0 0-1.6-4.16a6 6 0 0 1 3.39-9.72A6 6 0 0 1 18 9a5.9 5.9 0 0 1-1.33 3.76"/></svg>
</template>

CSS

.icon-lightbulb-alt {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.09%202.82a8%208%200%200%200-6.68-1.66a8%208%200%200%200-6.27%206.32a8.07%208.07%200%200%200%201.72%206.65A4.54%204.54%200%200%201%207%2017v3a3%203%200%200%200%203%203h4a3%203%200%200%200%203-3v-2.81A5.17%205.17%200%200%201%2018.22%2014a8%208%200%200%200-1.13-11.2ZM15%2020a1%201%200%200%201-1%201h-4a1%201%200%200%201-1-1v-1h6Zm1.67-7.24A7.13%207.13%200%200%200%2015%2017h-2v-3a1%201%200%200%200-2%200v3H9a6.5%206.5%200%200%200-1.6-4.16a6%206%200%200%201%203.39-9.72A6%206%200%200%201%2018%209a5.9%205.9%200%200%201-1.33%203.76%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.09%202.82a8%208%200%200%200-6.68-1.66a8%208%200%200%200-6.27%206.32a8.07%208.07%200%200%200%201.72%206.65A4.54%204.54%200%200%201%207%2017v3a3%203%200%200%200%203%203h4a3%203%200%200%200%203-3v-2.81A5.17%205.17%200%200%201%2018.22%2014a8%208%200%200%200-1.13-11.2ZM15%2020a1%201%200%200%201-1%201h-4a1%201%200%200%201-1-1v-1h6Zm1.67-7.24A7.13%207.13%200%200%200%2015%2017h-2v-3a1%201%200%200%200-2%200v3H9a6.5%206.5%200%200%200-1.6-4.16a6%206%200%200%201%203.39-9.72A6%206%200%200%201%2018%209a5.9%205.9%200%200%201-1.33%203.76%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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