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

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

1 other variant in Reicon

The same icon in other sets

All bulb icons →

More devices icons from Reicon

Use the bulb icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M11.5 2C7.358 2 4 5.436 4 9.674c0 2.273.966 4.315 2.499 5.72c.51.467.889.814 1.157 1.066a15 15 0 0 1 .4.39l.033.036c.237.3.288.376.318.446s.053.16.112.54c.024.15.026.406.026 1.105v.03c0 .409 0 .762.026 1.051c.027.306.087.61.248.895c.18.319.438.583.75.767c.278.165.575.226.874.254c.283.026.628.026 1.028.026h.058c.4 0 .745 0 1.028-.026c.3-.028.595-.09.875-.254a2.07 2.07 0 0 0 .749-.767c.16-.285.22-.588.248-.895c.026-.29.026-.642.025-1.051v-.03c0-.699.003-.955.026-1.105c.06-.38.082-.47.113-.54c.03-.07.081-.147.318-.446l.003-.003l.005-.006l.025-.027l.088-.09q.112-.113.312-.3c.268-.252.647-.599 1.157-1.067A7.74 7.74 0 0 0 19 9.674C19 5.436 15.642 2 11.5 2m1.57 17.932q.011-.113.015-.258h-3.17q.004.145.014.258c.019.21.05.286.071.324a.7.7 0 0 0 .25.255c.037.022.111.054.316.073c.214.02.497.02.934.02s.72 0 .934-.02c.205-.019.279-.05.316-.073a.7.7 0 0 0 .25-.255c.021-.038.052-.114.07-.324"/><path d="M9.274 13.35a.75.75 0 0 1 1.025.274a1.25 1.25 0 0 0 2.166 0a.75.75 0 1 1 1.298.752a2.76 2.76 0 0 1-1.631 1.27V17a.75.75 0 0 1-1.5 0v-1.354A2.76 2.76 0 0 1 9 14.376a.75.75 0 0 1 .274-1.025"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBulbFilled(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" fillRule="evenodd" clipRule="evenodd"><path d="M11.5 2C7.358 2 4 5.436 4 9.674c0 2.273.966 4.315 2.499 5.72c.51.467.889.814 1.157 1.066a15 15 0 0 1 .4.39l.033.036c.237.3.288.376.318.446s.053.16.112.54c.024.15.026.406.026 1.105v.03c0 .409 0 .762.026 1.051c.027.306.087.61.248.895c.18.319.438.583.75.767c.278.165.575.226.874.254c.283.026.628.026 1.028.026h.058c.4 0 .745 0 1.028-.026c.3-.028.595-.09.875-.254a2.07 2.07 0 0 0 .749-.767c.16-.285.22-.588.248-.895c.026-.29.026-.642.025-1.051v-.03c0-.699.003-.955.026-1.105c.06-.38.082-.47.113-.54c.03-.07.081-.147.318-.446l.003-.003l.005-.006l.025-.027l.088-.09q.112-.113.312-.3c.268-.252.647-.599 1.157-1.067A7.74 7.74 0 0 0 19 9.674C19 5.436 15.642 2 11.5 2m1.57 17.932q.011-.113.015-.258h-3.17q.004.145.014.258c.019.21.05.286.071.324a.7.7 0 0 0 .25.255c.037.022.111.054.316.073c.214.02.497.02.934.02s.72 0 .934-.02c.205-.019.279-.05.316-.073a.7.7 0 0 0 .25-.255c.021-.038.052-.114.07-.324"/><path d="M9.274 13.35a.75.75 0 0 1 1.025.274a1.25 1.25 0 0 0 2.166 0a.75.75 0 1 1 1.298.752a2.76 2.76 0 0 1-1.631 1.27V17a.75.75 0 0 1-1.5 0v-1.354A2.76 2.76 0 0 1 9 14.376a.75.75 0 0 1 .274-1.025"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M11.5 2C7.358 2 4 5.436 4 9.674c0 2.273.966 4.315 2.499 5.72c.51.467.889.814 1.157 1.066a15 15 0 0 1 .4.39l.033.036c.237.3.288.376.318.446s.053.16.112.54c.024.15.026.406.026 1.105v.03c0 .409 0 .762.026 1.051c.027.306.087.61.248.895c.18.319.438.583.75.767c.278.165.575.226.874.254c.283.026.628.026 1.028.026h.058c.4 0 .745 0 1.028-.026c.3-.028.595-.09.875-.254a2.07 2.07 0 0 0 .749-.767c.16-.285.22-.588.248-.895c.026-.29.026-.642.025-1.051v-.03c0-.699.003-.955.026-1.105c.06-.38.082-.47.113-.54c.03-.07.081-.147.318-.446l.003-.003l.005-.006l.025-.027l.088-.09q.112-.113.312-.3c.268-.252.647-.599 1.157-1.067A7.74 7.74 0 0 0 19 9.674C19 5.436 15.642 2 11.5 2m1.57 17.932q.011-.113.015-.258h-3.17q.004.145.014.258c.019.21.05.286.071.324a.7.7 0 0 0 .25.255c.037.022.111.054.316.073c.214.02.497.02.934.02s.72 0 .934-.02c.205-.019.279-.05.316-.073a.7.7 0 0 0 .25-.255c.021-.038.052-.114.07-.324"/><path d="M9.274 13.35a.75.75 0 0 1 1.025.274a1.25 1.25 0 0 0 2.166 0a.75.75 0 1 1 1.298.752a2.76 2.76 0 0 1-1.631 1.27V17a.75.75 0 0 1-1.5 0v-1.354A2.76 2.76 0 0 1 9 14.376a.75.75 0 0 1 .274-1.025"/></g></svg>
</template>

CSS

.icon-bulb-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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M11.5%202C7.358%202%204%205.436%204%209.674c0%202.273.966%204.315%202.499%205.72c.51.467.889.814%201.157%201.066a15%2015%200%200%201%20.4.39l.033.036c.237.3.288.376.318.446s.053.16.112.54c.024.15.026.406.026%201.105v.03c0%20.409%200%20.762.026%201.051c.027.306.087.61.248.895c.18.319.438.583.75.767c.278.165.575.226.874.254c.283.026.628.026%201.028.026h.058c.4%200%20.745%200%201.028-.026c.3-.028.595-.09.875-.254a2.07%202.07%200%200%200%20.749-.767c.16-.285.22-.588.248-.895c.026-.29.026-.642.025-1.051v-.03c0-.699.003-.955.026-1.105c.06-.38.082-.47.113-.54c.03-.07.081-.147.318-.446l.003-.003l.005-.006l.025-.027l.088-.09q.112-.113.312-.3c.268-.252.647-.599%201.157-1.067A7.74%207.74%200%200%200%2019%209.674C19%205.436%2015.642%202%2011.5%202m1.57%2017.932q.011-.113.015-.258h-3.17q.004.145.014.258c.019.21.05.286.071.324a.7.7%200%200%200%20.25.255c.037.022.111.054.316.073c.214.02.497.02.934.02s.72%200%20.934-.02c.205-.019.279-.05.316-.073a.7.7%200%200%200%20.25-.255c.021-.038.052-.114.07-.324%22%2F%3E%3Cpath%20d%3D%22M9.274%2013.35a.75.75%200%200%201%201.025.274a1.25%201.25%200%200%200%202.166%200a.75.75%200%201%201%201.298.752a2.76%202.76%200%200%201-1.631%201.27V17a.75.75%200%200%201-1.5%200v-1.354A2.76%202.76%200%200%201%209%2014.376a.75.75%200%200%201%20.274-1.025%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M11.5%202C7.358%202%204%205.436%204%209.674c0%202.273.966%204.315%202.499%205.72c.51.467.889.814%201.157%201.066a15%2015%200%200%201%20.4.39l.033.036c.237.3.288.376.318.446s.053.16.112.54c.024.15.026.406.026%201.105v.03c0%20.409%200%20.762.026%201.051c.027.306.087.61.248.895c.18.319.438.583.75.767c.278.165.575.226.874.254c.283.026.628.026%201.028.026h.058c.4%200%20.745%200%201.028-.026c.3-.028.595-.09.875-.254a2.07%202.07%200%200%200%20.749-.767c.16-.285.22-.588.248-.895c.026-.29.026-.642.025-1.051v-.03c0-.699.003-.955.026-1.105c.06-.38.082-.47.113-.54c.03-.07.081-.147.318-.446l.003-.003l.005-.006l.025-.027l.088-.09q.112-.113.312-.3c.268-.252.647-.599%201.157-1.067A7.74%207.74%200%200%200%2019%209.674C19%205.436%2015.642%202%2011.5%202m1.57%2017.932q.011-.113.015-.258h-3.17q.004.145.014.258c.019.21.05.286.071.324a.7.7%200%200%200%20.25.255c.037.022.111.054.316.073c.214.02.497.02.934.02s.72%200%20.934-.02c.205-.019.279-.05.316-.073a.7.7%200%200%200%20.25-.255c.021-.038.052-.114.07-.324%22%2F%3E%3Cpath%20d%3D%22M9.274%2013.35a.75.75%200%200%201%201.025.274a1.25%201.25%200%200%200%202.166%200a.75.75%200%201%201%201.298.752a2.76%202.76%200%200%201-1.631%201.27V17a.75.75%200%200%201-1.5%200v-1.354A2.76%202.76%200%200%201%209%2014.376a.75.75%200%200%201%20.274-1.025%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/bulb-filled.svg?color=%231a73e8&size=48