bulb-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
bulb-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the bulb icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 21h2m0-14l-2 2l2 2l-2 2M5 9.933c0 3.986 3.047 6.398 3.822 6.947c.116.082.219.181.297.3L10 18.5h4l.88-1.32q.122-.178.298-.3C15.953 16.33 19 13.92 19 9.933C19 6.104 15.866 3 12 3S5 6.104 5 9.933"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteBulbLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M11 21h2m0-14l-2 2l2 2l-2 2M5 9.933c0 3.986 3.047 6.398 3.822 6.947c.116.082.219.181.297.3L10 18.5h4l.88-1.32q.122-.178.298-.3C15.953 16.33 19 13.92 19 9.933C19 6.104 15.866 3 12 3S5 6.104 5 9.933"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 21h2m0-14l-2 2l2 2l-2 2M5 9.933c0 3.986 3.047 6.398 3.822 6.947c.116.082.219.181.297.3L10 18.5h4l.88-1.32q.122-.178.298-.3C15.953 16.33 19 13.92 19 9.933C19 6.104 15.866 3 12 3S5 6.104 5 9.933"/></svg>
</template>

CSS

.icon-bulb-line {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M11%2021h2m0-14l-2%202l2%202l-2%202M5%209.933c0%203.986%203.047%206.398%203.822%206.947c.116.082.219.181.297.3L10%2018.5h4l.88-1.32q.122-.178.298-.3C15.953%2016.33%2019%2013.92%2019%209.933C19%206.104%2015.866%203%2012%203S5%206.104%205%209.933%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M11%2021h2m0-14l-2%202l2%202l-2%202M5%209.933c0%203.986%203.047%206.398%203.822%206.947c.116.082.219.181.297.3L10%2018.5h4l.88-1.32q.122-.178.298-.3C15.953%2016.33%2019%2013.92%2019%209.933C19%206.104%2015.866%203%2012%203S5%206.104%205%209.933%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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