lightbulb checkmark icon
lightbulb-checkmark-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- lightbulb-checkmark-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- 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 7.18 15.386a10 10 0 0 1-1.746 2.025c-.343.304-.561.645-.64.986L21.18 24H10.82l-.815-3.532c-.079-.34-.297-.682-.64-.986A9.98 9.98 0 0 1 6 12C6 6.477 10.477 2 16 2m-4.719 24l.297 1.287A3.5 3.5 0 0 0 14.988 30h2.023a3.5 3.5 0 0 0 3.41-2.713L20.72 26z"/></svg>
React
import type { SVGProps } from "react";
export function FluentLightbulbCheckmark32Filled(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 7.18 15.386a10 10 0 0 1-1.746 2.025c-.343.304-.561.645-.64.986L21.18 24H10.82l-.815-3.532c-.079-.34-.297-.682-.64-.986A9.98 9.98 0 0 1 6 12C6 6.477 10.477 2 16 2m-4.719 24l.297 1.287A3.5 3.5 0 0 0 14.988 30h2.023a3.5 3.5 0 0 0 3.41-2.713L20.72 26z"/></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 7.18 15.386a10 10 0 0 1-1.746 2.025c-.343.304-.561.645-.64.986L21.18 24H10.82l-.815-3.532c-.079-.34-.297-.682-.64-.986A9.98 9.98 0 0 1 6 12C6 6.477 10.477 2 16 2m-4.719 24l.297 1.287A3.5 3.5 0 0 0 14.988 30h2.023a3.5 3.5 0 0 0 3.41-2.713L20.72 26z"/></svg> </template>
CSS
.icon-lightbulb-checkmark-32-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%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%207.18%2015.386a10%2010%200%200%201-1.746%202.025c-.343.304-.561.645-.64.986L21.18%2024H10.82l-.815-3.532c-.079-.34-.297-.682-.64-.986A9.98%209.98%200%200%201%206%2012C6%206.477%2010.477%202%2016%202m-4.719%2024l.297%201.287A3.5%203.5%200%200%200%2014.988%2030h2.023a3.5%203.5%200%200%200%203.41-2.713L20.72%2026z%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%207.18%2015.386a10%2010%200%200%201-1.746%202.025c-.343.304-.561.645-.64.986L21.18%2024H10.82l-.815-3.532c-.079-.34-.297-.682-.64-.986A9.98%209.98%200%200%201%206%2012C6%206.477%2010.477%202%2016%202m-4.719%2024l.297%201.287A3.5%203.5%200%200%200%2014.988%2030h2.023a3.5%203.5%200%200%200%203.41-2.713L20.72%2026z%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-filled.svg?color=%231a73e8&size=48