light bulb icon

light-bulb-16-solid from HeroIcons by Refactoring UI Inc · Solid 16x16 · MIT Free for personal and commercial use.

Name
light-bulb-16-solid
Set
HeroIcons
Style
Solid 16x16
Viewbox
16×16
License
MIT

3 other variants in HeroIcons

The same icon in other sets

Use the light bulb icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.618 10.26c-.361.223-.618.598-.618 1.022c0 .226-.142.43-.36.49A6 6 0 0 1 8 12c-.569 0-1.12-.08-1.64-.227a.504.504 0 0 1-.36-.491c0-.424-.257-.799-.618-1.021a5 5 0 1 1 5.235 0m-3.75 3.154a.75.75 0 1 0-.225 1.483a9 9 0 0 0 2.716 0a.75.75 0 1 0-.225-1.483a7.6 7.6 0 0 1-2.266 0"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsLightBulb16Solid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.618 10.26c-.361.223-.618.598-.618 1.022c0 .226-.142.43-.36.49A6 6 0 0 1 8 12c-.569 0-1.12-.08-1.64-.227a.504.504 0 0 1-.36-.491c0-.424-.257-.799-.618-1.021a5 5 0 1 1 5.235 0m-3.75 3.154a.75.75 0 1 0-.225 1.483a9 9 0 0 0 2.716 0a.75.75 0 1 0-.225-1.483a7.6 7.6 0 0 1-2.266 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.618 10.26c-.361.223-.618.598-.618 1.022c0 .226-.142.43-.36.49A6 6 0 0 1 8 12c-.569 0-1.12-.08-1.64-.227a.504.504 0 0 1-.36-.491c0-.424-.257-.799-.618-1.021a5 5 0 1 1 5.235 0m-3.75 3.154a.75.75 0 1 0-.225 1.483a9 9 0 0 0 2.716 0a.75.75 0 1 0-.225-1.483a7.6 7.6 0 0 1-2.266 0"/></svg>
</template>

CSS

.icon-light-bulb-16-solid {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.618%2010.26c-.361.223-.618.598-.618%201.022c0%20.226-.142.43-.36.49A6%206%200%200%201%208%2012c-.569%200-1.12-.08-1.64-.227a.504.504%200%200%201-.36-.491c0-.424-.257-.799-.618-1.021a5%205%200%201%201%205.235%200m-3.75%203.154a.75.75%200%201%200-.225%201.483a9%209%200%200%200%202.716%200a.75.75%200%201%200-.225-1.483a7.6%207.6%200%200%201-2.266%200%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.618%2010.26c-.361.223-.618.598-.618%201.022c0%20.226-.142.43-.36.49A6%206%200%200%201%208%2012c-.569%200-1.12-.08-1.64-.227a.504.504%200%200%201-.36-.491c0-.424-.257-.799-.618-1.021a5%205%200%201%201%205.235%200m-3.75%203.154a.75.75%200%201%200-.225%201.483a9%209%200%200%200%202.716%200a.75.75%200%201%200-.225-1.483a7.6%207.6%200%200%201-2.266%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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