bulb2-filled from Reicon by REICON · Filled · Devices · MIT Free for personal and commercial use.

Name
bulb2-filled
Set
Reicon
Style
Filled
Category
Devices
Viewbox
24×24
License
MIT

2 other variants in Reicon

More devices icons from Reicon

Use the bulb2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M9.25 18.709c0-.42.336-.76.75-.76h4c.414 0 .75.34.75.76s-.336.76-.75.76h-4a.755.755 0 0 1-.75-.76m.667 2.532c0-.42.335-.76.75-.76h2.666c.415 0 .75.34.75.76a.754.754 0 0 1-.75.759h-2.666a.755.755 0 0 1-.75-.76" clip-rule="evenodd"/><path d="m7.41 13.828l1.105 1.053c.31.295.485.707.485 1.137c0 .647.518 1.172 1.157 1.172h3.686c.639 0 1.157-.525 1.157-1.172c0-.43.176-.842.485-1.137l1.104-1.053c1.542-1.48 2.402-3.425 2.41-5.446L19 8.297C19 4.842 15.866 2 12 2S5 4.842 5 8.297v.085c.009 2.021.87 3.966 2.41 5.446"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBulb2Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M9.25 18.709c0-.42.336-.76.75-.76h4c.414 0 .75.34.75.76s-.336.76-.75.76h-4a.755.755 0 0 1-.75-.76m.667 2.532c0-.42.335-.76.75-.76h2.666c.415 0 .75.34.75.76a.754.754 0 0 1-.75.759h-2.666a.755.755 0 0 1-.75-.76" clipRule="evenodd"/><path d="m7.41 13.828l1.105 1.053c.31.295.485.707.485 1.137c0 .647.518 1.172 1.157 1.172h3.686c.639 0 1.157-.525 1.157-1.172c0-.43.176-.842.485-1.137l1.104-1.053c1.542-1.48 2.402-3.425 2.41-5.446L19 8.297C19 4.842 15.866 2 12 2S5 4.842 5 8.297v.085c.009 2.021.87 3.966 2.41 5.446"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M9.25 18.709c0-.42.336-.76.75-.76h4c.414 0 .75.34.75.76s-.336.76-.75.76h-4a.755.755 0 0 1-.75-.76m.667 2.532c0-.42.335-.76.75-.76h2.666c.415 0 .75.34.75.76a.754.754 0 0 1-.75.759h-2.666a.755.755 0 0 1-.75-.76" clip-rule="evenodd"/><path d="m7.41 13.828l1.105 1.053c.31.295.485.707.485 1.137c0 .647.518 1.172 1.157 1.172h3.686c.639 0 1.157-.525 1.157-1.172c0-.43.176-.842.485-1.137l1.104-1.053c1.542-1.48 2.402-3.425 2.41-5.446L19 8.297C19 4.842 15.866 2 12 2S5 4.842 5 8.297v.085c.009 2.021.87 3.966 2.41 5.446"/></g></svg>
</template>

CSS

.icon-bulb2-filled {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.25%2018.709c0-.42.336-.76.75-.76h4c.414%200%20.75.34.75.76s-.336.76-.75.76h-4a.755.755%200%200%201-.75-.76m.667%202.532c0-.42.335-.76.75-.76h2.666c.415%200%20.75.34.75.76a.754.754%200%200%201-.75.759h-2.666a.755.755%200%200%201-.75-.76%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m7.41%2013.828l1.105%201.053c.31.295.485.707.485%201.137c0%20.647.518%201.172%201.157%201.172h3.686c.639%200%201.157-.525%201.157-1.172c0-.43.176-.842.485-1.137l1.104-1.053c1.542-1.48%202.402-3.425%202.41-5.446L19%208.297C19%204.842%2015.866%202%2012%202S5%204.842%205%208.297v.085c.009%202.021.87%203.966%202.41%205.446%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.25%2018.709c0-.42.336-.76.75-.76h4c.414%200%20.75.34.75.76s-.336.76-.75.76h-4a.755.755%200%200%201-.75-.76m.667%202.532c0-.42.335-.76.75-.76h2.666c.415%200%20.75.34.75.76a.754.754%200%200%201-.75.759h-2.666a.755.755%200%200%201-.75-.76%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m7.41%2013.828l1.105%201.053c.31.295.485.707.485%201.137c0%20.647.518%201.172%201.157%201.172h3.686c.639%200%201.157-.525%201.157-1.172c0-.43.176-.842.485-1.137l1.104-1.053c1.542-1.48%202.402-3.425%202.41-5.446L19%208.297C19%204.842%2015.866%202%2012%202S5%204.842%205%208.297v.085c.009%202.021.87%203.966%202.41%205.446%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Bulb2 filled icon — Reicon · IconsDB