lightbulb-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
lightbulb-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Related icons in TDesign Icons

Use the lightbulb icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.8 8.2C3.8 3.68 7.477-.002 12 0s8.2 3.678 8.2 8.2c0 1.264-.262 2.227-.783 3.489c-.186.45-.477 1.08-.797 1.777l-.368.8c-.467 1.024-.953 2.121-1.31 3.083l-.243.651h-9.41l-.235-.666c-.339-.955-.82-2.046-1.29-3.067l-.423-.91a50 50 0 0 1-.756-1.665C4.058 10.426 3.8 9.462 3.8 8.2M7.5 19h9v2h-9zm2 3h5v2h-5z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignLightbulbFilled(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="M3.8 8.2C3.8 3.68 7.477-.002 12 0s8.2 3.678 8.2 8.2c0 1.264-.262 2.227-.783 3.489c-.186.45-.477 1.08-.797 1.777l-.368.8c-.467 1.024-.953 2.121-1.31 3.083l-.243.651h-9.41l-.235-.666c-.339-.955-.82-2.046-1.29-3.067l-.423-.91a50 50 0 0 1-.756-1.665C4.058 10.426 3.8 9.462 3.8 8.2M7.5 19h9v2h-9zm2 3h5v2h-5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.8 8.2C3.8 3.68 7.477-.002 12 0s8.2 3.678 8.2 8.2c0 1.264-.262 2.227-.783 3.489c-.186.45-.477 1.08-.797 1.777l-.368.8c-.467 1.024-.953 2.121-1.31 3.083l-.243.651h-9.41l-.235-.666c-.339-.955-.82-2.046-1.29-3.067l-.423-.91a50 50 0 0 1-.756-1.665C4.058 10.426 3.8 9.462 3.8 8.2M7.5 19h9v2h-9zm2 3h5v2h-5z"/></svg>
</template>

CSS

.icon-lightbulb-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.8%208.2C3.8%203.68%207.477-.002%2012%200s8.2%203.678%208.2%208.2c0%201.264-.262%202.227-.783%203.489c-.186.45-.477%201.08-.797%201.777l-.368.8c-.467%201.024-.953%202.121-1.31%203.083l-.243.651h-9.41l-.235-.666c-.339-.955-.82-2.046-1.29-3.067l-.423-.91a50%2050%200%200%201-.756-1.665C4.058%2010.426%203.8%209.462%203.8%208.2M7.5%2019h9v2h-9zm2%203h5v2h-5z%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%22M3.8%208.2C3.8%203.68%207.477-.002%2012%200s8.2%203.678%208.2%208.2c0%201.264-.262%202.227-.783%203.489c-.186.45-.477%201.08-.797%201.777l-.368.8c-.467%201.024-.953%202.121-1.31%203.083l-.243.651h-9.41l-.235-.666c-.339-.955-.82-2.046-1.29-3.067l-.423-.91a50%2050%200%200%201-.756-1.665C4.058%2010.426%203.8%209.462%203.8%208.2M7.5%2019h9v2h-9zm2%203h5v2h-5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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