lightbulb checkmark icon

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

Name
lightbulb-checkmark-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the lightbulb checkmark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.5 1a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15m4.53 4.72a.75.75 0 0 0-1.06 0l-4.72 4.72l-1.97-1.97a.75.75 0 1 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l5.25-5.25a.75.75 0 0 0 0-1.06M16 2q.611 0 1.201.071a9 9 0 0 0-1.5 1.934a8 8 0 0 0-5.009 13.98c.568.505 1.067 1.189 1.262 2.034L12.642 23h6.716l.688-2.981c.195-.845.694-1.53 1.262-2.033q.33-.294.627-.622a9 9 0 0 0 2.446.093a10 10 0 0 1-1.746 2.025c-.343.304-.561.645-.64.986l-1.573 6.819A3.5 3.5 0 0 1 17.012 30h-2.023a3.5 3.5 0 0 1-3.41-2.713l-1.574-6.818c-.079-.342-.297-.683-.64-.987A9.98 9.98 0 0 1 6 12C6 6.477 10.477 2 16 2m2.897 23h-5.794l.424 1.837A1.5 1.5 0 0 0 14.99 28h2.022a1.5 1.5 0 0 0 1.462-1.163z"/></svg>

React

import type { SVGProps } from "react";

export function FluentLightbulbCheckmark32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.5 1a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15m4.53 4.72a.75.75 0 0 0-1.06 0l-4.72 4.72l-1.97-1.97a.75.75 0 1 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l5.25-5.25a.75.75 0 0 0 0-1.06M16 2q.611 0 1.201.071a9 9 0 0 0-1.5 1.934a8 8 0 0 0-5.009 13.98c.568.505 1.067 1.189 1.262 2.034L12.642 23h6.716l.688-2.981c.195-.845.694-1.53 1.262-2.033q.33-.294.627-.622a9 9 0 0 0 2.446.093a10 10 0 0 1-1.746 2.025c-.343.304-.561.645-.64.986l-1.573 6.819A3.5 3.5 0 0 1 17.012 30h-2.023a3.5 3.5 0 0 1-3.41-2.713l-1.574-6.818c-.079-.342-.297-.683-.64-.987A9.98 9.98 0 0 1 6 12C6 6.477 10.477 2 16 2m2.897 23h-5.794l.424 1.837A1.5 1.5 0 0 0 14.99 28h2.022a1.5 1.5 0 0 0 1.462-1.163z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.5 1a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15m4.53 4.72a.75.75 0 0 0-1.06 0l-4.72 4.72l-1.97-1.97a.75.75 0 1 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l5.25-5.25a.75.75 0 0 0 0-1.06M16 2q.611 0 1.201.071a9 9 0 0 0-1.5 1.934a8 8 0 0 0-5.009 13.98c.568.505 1.067 1.189 1.262 2.034L12.642 23h6.716l.688-2.981c.195-.845.694-1.53 1.262-2.033q.33-.294.627-.622a9 9 0 0 0 2.446.093a10 10 0 0 1-1.746 2.025c-.343.304-.561.645-.64.986l-1.573 6.819A3.5 3.5 0 0 1 17.012 30h-2.023a3.5 3.5 0 0 1-3.41-2.713l-1.574-6.818c-.079-.342-.297-.683-.64-.987A9.98 9.98 0 0 1 6 12C6 6.477 10.477 2 16 2m2.897 23h-5.794l.424 1.837A1.5 1.5 0 0 0 14.99 28h2.022a1.5 1.5 0 0 0 1.462-1.163z"/></svg>
</template>

CSS

.icon-lightbulb-checkmark-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.5%201a7.5%207.5%200%201%201%200%2015a7.5%207.5%200%200%201%200-15m4.53%204.72a.75.75%200%200%200-1.06%200l-4.72%204.72l-1.97-1.97a.75.75%200%201%200-1.06%201.06l2.5%202.5a.75.75%200%200%200%201.06%200l5.25-5.25a.75.75%200%200%200%200-1.06M16%202q.611%200%201.201.071a9%209%200%200%200-1.5%201.934a8%208%200%200%200-5.009%2013.98c.568.505%201.067%201.189%201.262%202.034L12.642%2023h6.716l.688-2.981c.195-.845.694-1.53%201.262-2.033q.33-.294.627-.622a9%209%200%200%200%202.446.093a10%2010%200%200%201-1.746%202.025c-.343.304-.561.645-.64.986l-1.573%206.819A3.5%203.5%200%200%201%2017.012%2030h-2.023a3.5%203.5%200%200%201-3.41-2.713l-1.574-6.818c-.079-.342-.297-.683-.64-.987A9.98%209.98%200%200%201%206%2012C6%206.477%2010.477%202%2016%202m2.897%2023h-5.794l.424%201.837A1.5%201.5%200%200%200%2014.99%2028h2.022a1.5%201.5%200%200%200%201.462-1.163z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.5%201a7.5%207.5%200%201%201%200%2015a7.5%207.5%200%200%201%200-15m4.53%204.72a.75.75%200%200%200-1.06%200l-4.72%204.72l-1.97-1.97a.75.75%200%201%200-1.06%201.06l2.5%202.5a.75.75%200%200%200%201.06%200l5.25-5.25a.75.75%200%200%200%200-1.06M16%202q.611%200%201.201.071a9%209%200%200%200-1.5%201.934a8%208%200%200%200-5.009%2013.98c.568.505%201.067%201.189%201.262%202.034L12.642%2023h6.716l.688-2.981c.195-.845.694-1.53%201.262-2.033q.33-.294.627-.622a9%209%200%200%200%202.446.093a10%2010%200%200%201-1.746%202.025c-.343.304-.561.645-.64.986l-1.573%206.819A3.5%203.5%200%200%201%2017.012%2030h-2.023a3.5%203.5%200%200%201-3.41-2.713l-1.574-6.818c-.079-.342-.297-.683-.64-.987A9.98%209.98%200%200%201%206%2012C6%206.477%2010.477%202%2016%202m2.897%2023h-5.794l.424%201.837A1.5%201.5%200%200%200%2014.99%2028h2.022a1.5%201.5%200%200%200%201.462-1.163z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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