lightbulb filament icon

lightbulb-filament-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
lightbulb-filament-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

9 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the lightbulb filament icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.5 6.502a.5.5 0 0 1 1 0v1.002a.5.5 0 0 1-1 0zm3.35.941a.5.5 0 0 0-.707 0l-.708.709a.5.5 0 0 0 .707.707l.709-.709a.5.5 0 0 0 0-.707m-4.998 0a.5.5 0 1 0-.707.707l.708.709a.5.5 0 1 0 .707-.707zM10 2c3.314 0 6 2.597 6 5.8c0 1.677-.745 3.216-2.204 4.594a.6.6 0 0 0-.145.213l-.026.081l-.936 3.917c-.184.771-.865 1.33-1.67 1.39l-.144.005h-1.75c-.818 0-1.535-.516-1.776-1.262l-.038-.133l-.935-3.916a.6.6 0 0 0-.17-.295c-1.39-1.312-2.133-2.77-2.2-4.355L4 7.8l.003-.191C4.108 4.494 6.753 2 10 2M7.955 15l.319 1.334l.026.096c.097.3.376.522.712.563l.113.007h1.713l.106-.003a.86.86 0 0 0 .741-.525l.031-.1l.329-1.372zM10 3C7.368 3 5.212 4.953 5.015 7.414l-.012.212L5 7.779l.004.217c.056 1.304.674 2.525 1.888 3.671c.188.178.33.398.414.64l.043.15L7.716 14H9.5V9.497a.5.5 0 1 1 1 0V14h1.785l.387-1.615l.051-.15c.086-.215.218-.409.386-.568C14.383 10.465 15 9.181 15 7.8C15 5.157 12.769 3 10 3"/></svg>

React

import type { SVGProps } from "react";

export function FluentLightbulbFilament20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.5 6.502a.5.5 0 0 1 1 0v1.002a.5.5 0 0 1-1 0zm3.35.941a.5.5 0 0 0-.707 0l-.708.709a.5.5 0 0 0 .707.707l.709-.709a.5.5 0 0 0 0-.707m-4.998 0a.5.5 0 1 0-.707.707l.708.709a.5.5 0 1 0 .707-.707zM10 2c3.314 0 6 2.597 6 5.8c0 1.677-.745 3.216-2.204 4.594a.6.6 0 0 0-.145.213l-.026.081l-.936 3.917c-.184.771-.865 1.33-1.67 1.39l-.144.005h-1.75c-.818 0-1.535-.516-1.776-1.262l-.038-.133l-.935-3.916a.6.6 0 0 0-.17-.295c-1.39-1.312-2.133-2.77-2.2-4.355L4 7.8l.003-.191C4.108 4.494 6.753 2 10 2M7.955 15l.319 1.334l.026.096c.097.3.376.522.712.563l.113.007h1.713l.106-.003a.86.86 0 0 0 .741-.525l.031-.1l.329-1.372zM10 3C7.368 3 5.212 4.953 5.015 7.414l-.012.212L5 7.779l.004.217c.056 1.304.674 2.525 1.888 3.671c.188.178.33.398.414.64l.043.15L7.716 14H9.5V9.497a.5.5 0 1 1 1 0V14h1.785l.387-1.615l.051-.15c.086-.215.218-.409.386-.568C14.383 10.465 15 9.181 15 7.8C15 5.157 12.769 3 10 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.5 6.502a.5.5 0 0 1 1 0v1.002a.5.5 0 0 1-1 0zm3.35.941a.5.5 0 0 0-.707 0l-.708.709a.5.5 0 0 0 .707.707l.709-.709a.5.5 0 0 0 0-.707m-4.998 0a.5.5 0 1 0-.707.707l.708.709a.5.5 0 1 0 .707-.707zM10 2c3.314 0 6 2.597 6 5.8c0 1.677-.745 3.216-2.204 4.594a.6.6 0 0 0-.145.213l-.026.081l-.936 3.917c-.184.771-.865 1.33-1.67 1.39l-.144.005h-1.75c-.818 0-1.535-.516-1.776-1.262l-.038-.133l-.935-3.916a.6.6 0 0 0-.17-.295c-1.39-1.312-2.133-2.77-2.2-4.355L4 7.8l.003-.191C4.108 4.494 6.753 2 10 2M7.955 15l.319 1.334l.026.096c.097.3.376.522.712.563l.113.007h1.713l.106-.003a.86.86 0 0 0 .741-.525l.031-.1l.329-1.372zM10 3C7.368 3 5.212 4.953 5.015 7.414l-.012.212L5 7.779l.004.217c.056 1.304.674 2.525 1.888 3.671c.188.178.33.398.414.64l.043.15L7.716 14H9.5V9.497a.5.5 0 1 1 1 0V14h1.785l.387-1.615l.051-.15c.086-.215.218-.409.386-.568C14.383 10.465 15 9.181 15 7.8C15 5.157 12.769 3 10 3"/></svg>
</template>

CSS

.icon-lightbulb-filament-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%206.502a.5.5%200%200%201%201%200v1.002a.5.5%200%200%201-1%200zm3.35.941a.5.5%200%200%200-.707%200l-.708.709a.5.5%200%200%200%20.707.707l.709-.709a.5.5%200%200%200%200-.707m-4.998%200a.5.5%200%201%200-.707.707l.708.709a.5.5%200%201%200%20.707-.707zM10%202c3.314%200%206%202.597%206%205.8c0%201.677-.745%203.216-2.204%204.594a.6.6%200%200%200-.145.213l-.026.081l-.936%203.917c-.184.771-.865%201.33-1.67%201.39l-.144.005h-1.75c-.818%200-1.535-.516-1.776-1.262l-.038-.133l-.935-3.916a.6.6%200%200%200-.17-.295c-1.39-1.312-2.133-2.77-2.2-4.355L4%207.8l.003-.191C4.108%204.494%206.753%202%2010%202M7.955%2015l.319%201.334l.026.096c.097.3.376.522.712.563l.113.007h1.713l.106-.003a.86.86%200%200%200%20.741-.525l.031-.1l.329-1.372zM10%203C7.368%203%205.212%204.953%205.015%207.414l-.012.212L5%207.779l.004.217c.056%201.304.674%202.525%201.888%203.671c.188.178.33.398.414.64l.043.15L7.716%2014H9.5V9.497a.5.5%200%201%201%201%200V14h1.785l.387-1.615l.051-.15c.086-.215.218-.409.386-.568C14.383%2010.465%2015%209.181%2015%207.8C15%205.157%2012.769%203%2010%203%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%206.502a.5.5%200%200%201%201%200v1.002a.5.5%200%200%201-1%200zm3.35.941a.5.5%200%200%200-.707%200l-.708.709a.5.5%200%200%200%20.707.707l.709-.709a.5.5%200%200%200%200-.707m-4.998%200a.5.5%200%201%200-.707.707l.708.709a.5.5%200%201%200%20.707-.707zM10%202c3.314%200%206%202.597%206%205.8c0%201.677-.745%203.216-2.204%204.594a.6.6%200%200%200-.145.213l-.026.081l-.936%203.917c-.184.771-.865%201.33-1.67%201.39l-.144.005h-1.75c-.818%200-1.535-.516-1.776-1.262l-.038-.133l-.935-3.916a.6.6%200%200%200-.17-.295c-1.39-1.312-2.133-2.77-2.2-4.355L4%207.8l.003-.191C4.108%204.494%206.753%202%2010%202M7.955%2015l.319%201.334l.026.096c.097.3.376.522.712.563l.113.007h1.713l.106-.003a.86.86%200%200%200%20.741-.525l.031-.1l.329-1.372zM10%203C7.368%203%205.212%204.953%205.015%207.414l-.012.212L5%207.779l.004.217c.056%201.304.674%202.525%201.888%203.671c.188.178.33.398.414.64l.043.15L7.716%2014H9.5V9.497a.5.5%200%201%201%201%200V14h1.785l.387-1.615l.051-.15c.086-.215.218-.409.386-.568C14.383%2010.465%2015%209.181%2015%207.8C15%205.157%2012.769%203%2010%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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