bulb2 icon
bulb2 from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.
- Name
- bulb2
- Set
- Reicon
- Style
- Outline
- 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"><path fill="currentColor" fill-rule="evenodd" d="M9.25 19.5a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75m.667 2.5a.75.75 0 0 1 .75-.75h2.666a.75.75 0 0 1 0 1.5h-2.666a.75.75 0 0 1-.75-.75M4.25 8.218C4.25 4.313 7.804 1.25 12 1.25s7.75 3.063 7.75 6.968v.003c-.01 2.207-.959 4.405-2.645 6.004l-.002.002L16 15.266a.8.8 0 0 0-.249.577a1.907 1.907 0 0 1-1.907 1.907h-3.686a1.907 1.907 0 0 1-1.907-1.907a.8.8 0 0 0-.25-.577l-1.103-1.04l-.003-.001C5.21 12.625 4.26 10.428 4.25 8.22zm1.5-.002c.008 1.786.78 3.595 2.176 4.92l1.103 1.038c.46.433.721 1.037.721 1.669c0 .225.182.407.407.407h3.686a.407.407 0 0 0 .407-.407c0-.632.261-1.236.721-1.67l1.102-1.037h.001c1.396-1.325 2.168-3.134 2.176-4.92C18.249 5.3 15.535 2.75 12 2.75S5.751 5.3 5.75 8.216" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBulb2(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="M9.25 19.5a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75m.667 2.5a.75.75 0 0 1 .75-.75h2.666a.75.75 0 0 1 0 1.5h-2.666a.75.75 0 0 1-.75-.75M4.25 8.218C4.25 4.313 7.804 1.25 12 1.25s7.75 3.063 7.75 6.968v.003c-.01 2.207-.959 4.405-2.645 6.004l-.002.002L16 15.266a.8.8 0 0 0-.249.577a1.907 1.907 0 0 1-1.907 1.907h-3.686a1.907 1.907 0 0 1-1.907-1.907a.8.8 0 0 0-.25-.577l-1.103-1.04l-.003-.001C5.21 12.625 4.26 10.428 4.25 8.22zm1.5-.002c.008 1.786.78 3.595 2.176 4.92l1.103 1.038c.46.433.721 1.037.721 1.669c0 .225.182.407.407.407h3.686a.407.407 0 0 0 .407-.407c0-.632.261-1.236.721-1.67l1.102-1.037h.001c1.396-1.325 2.168-3.134 2.176-4.92C18.249 5.3 15.535 2.75 12 2.75S5.751 5.3 5.75 8.216" 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="M9.25 19.5a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75m.667 2.5a.75.75 0 0 1 .75-.75h2.666a.75.75 0 0 1 0 1.5h-2.666a.75.75 0 0 1-.75-.75M4.25 8.218C4.25 4.313 7.804 1.25 12 1.25s7.75 3.063 7.75 6.968v.003c-.01 2.207-.959 4.405-2.645 6.004l-.002.002L16 15.266a.8.8 0 0 0-.249.577a1.907 1.907 0 0 1-1.907 1.907h-3.686a1.907 1.907 0 0 1-1.907-1.907a.8.8 0 0 0-.25-.577l-1.103-1.04l-.003-.001C5.21 12.625 4.26 10.428 4.25 8.22zm1.5-.002c.008 1.786.78 3.595 2.176 4.92l1.103 1.038c.46.433.721 1.037.721 1.669c0 .225.182.407.407.407h3.686a.407.407 0 0 0 .407-.407c0-.632.261-1.236.721-1.67l1.102-1.037h.001c1.396-1.325 2.168-3.134 2.176-4.92C18.249 5.3 15.535 2.75 12 2.75S5.751 5.3 5.75 8.216" clip-rule="evenodd"/></svg> </template>
CSS
.icon-bulb2 {
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%22M9.25%2019.5a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5h-4a.75.75%200%200%201-.75-.75m.667%202.5a.75.75%200%200%201%20.75-.75h2.666a.75.75%200%200%201%200%201.5h-2.666a.75.75%200%200%201-.75-.75M4.25%208.218C4.25%204.313%207.804%201.25%2012%201.25s7.75%203.063%207.75%206.968v.003c-.01%202.207-.959%204.405-2.645%206.004l-.002.002L16%2015.266a.8.8%200%200%200-.249.577a1.907%201.907%200%200%201-1.907%201.907h-3.686a1.907%201.907%200%200%201-1.907-1.907a.8.8%200%200%200-.25-.577l-1.103-1.04l-.003-.001C5.21%2012.625%204.26%2010.428%204.25%208.22zm1.5-.002c.008%201.786.78%203.595%202.176%204.92l1.103%201.038c.46.433.721%201.037.721%201.669c0%20.225.182.407.407.407h3.686a.407.407%200%200%200%20.407-.407c0-.632.261-1.236.721-1.67l1.102-1.037h.001c1.396-1.325%202.168-3.134%202.176-4.92C18.249%205.3%2015.535%202.75%2012%202.75S5.751%205.3%205.75%208.216%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%22M9.25%2019.5a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5h-4a.75.75%200%200%201-.75-.75m.667%202.5a.75.75%200%200%201%20.75-.75h2.666a.75.75%200%200%201%200%201.5h-2.666a.75.75%200%200%201-.75-.75M4.25%208.218C4.25%204.313%207.804%201.25%2012%201.25s7.75%203.063%207.75%206.968v.003c-.01%202.207-.959%204.405-2.645%206.004l-.002.002L16%2015.266a.8.8%200%200%200-.249.577a1.907%201.907%200%200%201-1.907%201.907h-3.686a1.907%201.907%200%200%201-1.907-1.907a.8.8%200%200%200-.25-.577l-1.103-1.04l-.003-.001C5.21%2012.625%204.26%2010.428%204.25%208.22zm1.5-.002c.008%201.786.78%203.595%202.176%204.92l1.103%201.038c.46.433.721%201.037.721%201.669c0%20.225.182.407.407.407h3.686a.407.407%200%200%200%20.407-.407c0-.632.261-1.236.721-1.67l1.102-1.037h.001c1.396-1.325%202.168-3.134%202.176-4.92C18.249%205.3%2015.535%202.75%2012%202.75S5.751%205.3%205.75%208.216%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/reicon/bulb2.svg?color=%231a73e8&size=48