bulb-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.

Name
bulb-fill
Set
Eva Icons
Style
Fill
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

The same icon in other sets

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" d="M12 7a5 5 0 0 0-3 9v4a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-4a5 5 0 0 0-3-9m0-1a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v2a1 1 0 0 0 1 1m9 5h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2M5 11H3a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2m2.66-4.58L6.22 5a1 1 0 0 0-1.39 1.47l1.44 1.39a1 1 0 0 0 .73.28a1 1 0 0 0 .72-.31a1 1 0 0 0-.06-1.41m11.53-1.37a1 1 0 0 0-1.41 0l-1.44 1.37a1 1 0 0 0 0 1.41a1 1 0 0 0 .72.31a1 1 0 0 0 .69-.28l1.44-1.39a1 1 0 0 0 0-1.42"/></svg>

React

import type { SVGProps } from "react";

export function EvaBulbFill(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="M12 7a5 5 0 0 0-3 9v4a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-4a5 5 0 0 0-3-9m0-1a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v2a1 1 0 0 0 1 1m9 5h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2M5 11H3a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2m2.66-4.58L6.22 5a1 1 0 0 0-1.39 1.47l1.44 1.39a1 1 0 0 0 .73.28a1 1 0 0 0 .72-.31a1 1 0 0 0-.06-1.41m11.53-1.37a1 1 0 0 0-1.41 0l-1.44 1.37a1 1 0 0 0 0 1.41a1 1 0 0 0 .72.31a1 1 0 0 0 .69-.28l1.44-1.39a1 1 0 0 0 0-1.42"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 7a5 5 0 0 0-3 9v4a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-4a5 5 0 0 0-3-9m0-1a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v2a1 1 0 0 0 1 1m9 5h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2M5 11H3a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2m2.66-4.58L6.22 5a1 1 0 0 0-1.39 1.47l1.44 1.39a1 1 0 0 0 .73.28a1 1 0 0 0 .72-.31a1 1 0 0 0-.06-1.41m11.53-1.37a1 1 0 0 0-1.41 0l-1.44 1.37a1 1 0 0 0 0 1.41a1 1 0 0 0 .72.31a1 1 0 0 0 .69-.28l1.44-1.39a1 1 0 0 0 0-1.42"/></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%20d%3D%22M12%207a5%205%200%200%200-3%209v4a2%202%200%200%200%202%202h2a2%202%200%200%200%202-2v-4a5%205%200%200%200-3-9m0-1a1%201%200%200%200%201-1V3a1%201%200%200%200-2%200v2a1%201%200%200%200%201%201m9%205h-2a1%201%200%200%200%200%202h2a1%201%200%200%200%200-2M5%2011H3a1%201%200%200%200%200%202h2a1%201%200%200%200%200-2m2.66-4.58L6.22%205a1%201%200%200%200-1.39%201.47l1.44%201.39a1%201%200%200%200%20.73.28a1%201%200%200%200%20.72-.31a1%201%200%200%200-.06-1.41m11.53-1.37a1%201%200%200%200-1.41%200l-1.44%201.37a1%201%200%200%200%200%201.41a1%201%200%200%200%20.72.31a1%201%200%200%200%20.69-.28l1.44-1.39a1%201%200%200%200%200-1.42%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%22M12%207a5%205%200%200%200-3%209v4a2%202%200%200%200%202%202h2a2%202%200%200%200%202-2v-4a5%205%200%200%200-3-9m0-1a1%201%200%200%200%201-1V3a1%201%200%200%200-2%200v2a1%201%200%200%200%201%201m9%205h-2a1%201%200%200%200%200%202h2a1%201%200%200%200%200-2M5%2011H3a1%201%200%200%200%200%202h2a1%201%200%200%200%200-2m2.66-4.58L6.22%205a1%201%200%200%200-1.39%201.47l1.44%201.39a1%201%200%200%200%20.73.28a1%201%200%200%200%20.72-.31a1%201%200%200%200-.06-1.41m11.53-1.37a1%201%200%200%200-1.41%200l-1.44%201.37a1%201%200%200%200%200%201.41a1%201%200%200%200%20.72.31a1%201%200%200%200%20.69-.28l1.44-1.39a1%201%200%200%200%200-1.42%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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