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

Name
bulb-fill
Set
MingCute Icon
Style
Fill
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="currentColor" fill-rule="evenodd" d="M4 9.933C4 5.543 7.59 2 12 2s8 3.543 8 7.933c0 4.509-3.424 7.181-4.244 7.763c-.033.023-.043.038-.043.038l-.88 1.32A1 1 0 0 1 14 19.5h-4a1 1 0 0 1-.832-.445l-.88-1.321s-.01-.015-.044-.038C7.424 17.114 4 14.44 4 9.933m9.707-3.64a1 1 0 0 1 0 1.414L12.414 9l1.293 1.293a1 1 0 0 1 0 1.414l-2 2a1 1 0 0 1-1.414-1.414L11.586 11l-1.293-1.293a1 1 0 0 1 0-1.414l2-2a1 1 0 0 1 1.414 0M10 21a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2h-2a1 1 0 0 1-1-1" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteBulbFill(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" fillRule="evenodd" d="M4 9.933C4 5.543 7.59 2 12 2s8 3.543 8 7.933c0 4.509-3.424 7.181-4.244 7.763c-.033.023-.043.038-.043.038l-.88 1.32A1 1 0 0 1 14 19.5h-4a1 1 0 0 1-.832-.445l-.88-1.321s-.01-.015-.044-.038C7.424 17.114 4 14.44 4 9.933m9.707-3.64a1 1 0 0 1 0 1.414L12.414 9l1.293 1.293a1 1 0 0 1 0 1.414l-2 2a1 1 0 0 1-1.414-1.414L11.586 11l-1.293-1.293a1 1 0 0 1 0-1.414l2-2a1 1 0 0 1 1.414 0M10 21a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2h-2a1 1 0 0 1-1-1" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4 9.933C4 5.543 7.59 2 12 2s8 3.543 8 7.933c0 4.509-3.424 7.181-4.244 7.763c-.033.023-.043.038-.043.038l-.88 1.32A1 1 0 0 1 14 19.5h-4a1 1 0 0 1-.832-.445l-.88-1.321s-.01-.015-.044-.038C7.424 17.114 4 14.44 4 9.933m9.707-3.64a1 1 0 0 1 0 1.414L12.414 9l1.293 1.293a1 1 0 0 1 0 1.414l-2 2a1 1 0 0 1-1.414-1.414L11.586 11l-1.293-1.293a1 1 0 0 1 0-1.414l2-2a1 1 0 0 1 1.414 0M10 21a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2h-2a1 1 0 0 1-1-1" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-bulb-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M4%209.933C4%205.543%207.59%202%2012%202s8%203.543%208%207.933c0%204.509-3.424%207.181-4.244%207.763c-.033.023-.043.038-.043.038l-.88%201.32A1%201%200%200%201%2014%2019.5h-4a1%201%200%200%201-.832-.445l-.88-1.321s-.01-.015-.044-.038C7.424%2017.114%204%2014.44%204%209.933m9.707-3.64a1%201%200%200%201%200%201.414L12.414%209l1.293%201.293a1%201%200%200%201%200%201.414l-2%202a1%201%200%200%201-1.414-1.414L11.586%2011l-1.293-1.293a1%201%200%200%201%200-1.414l2-2a1%201%200%200%201%201.414%200M10%2021a1%201%200%200%201%201-1h2a1%201%200%201%201%200%202h-2a1%201%200%200%201-1-1%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M4%209.933C4%205.543%207.59%202%2012%202s8%203.543%208%207.933c0%204.509-3.424%207.181-4.244%207.763c-.033.023-.043.038-.043.038l-.88%201.32A1%201%200%200%201%2014%2019.5h-4a1%201%200%200%201-.832-.445l-.88-1.321s-.01-.015-.044-.038C7.424%2017.114%204%2014.44%204%209.933m9.707-3.64a1%201%200%200%201%200%201.414L12.414%209l1.293%201.293a1%201%200%200%201%200%201.414l-2%202a1%201%200%200%201-1.414-1.414L11.586%2011l-1.293-1.293a1%201%200%200%201%200-1.414l2-2a1%201%200%200%201%201.414%200M10%2021a1%201%200%200%201%201-1h2a1%201%200%201%201%200%202h-2a1%201%200%200%201-1-1%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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