lightbulb checkmark icon
lightbulb-checkmark-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- lightbulb-checkmark-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M23 6.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-2.146-2.354a.5.5 0 0 0-.708 0L16.5 7.793l-1.646-1.647a.5.5 0 0 0-.708.708l2 2a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 0-.708M17.5 13q.36 0 .71-.038q-.658 1.11-1.725 2.13a.25.25 0 0 0-.071.125l-.528 2.283H8.114l-.526-2.283a.25.25 0 0 0-.071-.125c-1.83-1.747-2.767-3.704-2.767-5.84a7.25 7.25 0 0 1 8.02-7.21A6.5 6.5 0 0 0 17.5 13m-1.962 6l-.29 1.258a2.25 2.25 0 0 1-2.02 1.736l-.173.006h-2.111a2.25 2.25 0 0 1-2.147-1.576l-.046-.168L8.461 19z"/></svg>
React
import type { SVGProps } from "react";
export function FluentLightbulbCheckmark24Filled(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="M23 6.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-2.146-2.354a.5.5 0 0 0-.708 0L16.5 7.793l-1.646-1.647a.5.5 0 0 0-.708.708l2 2a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 0-.708M17.5 13q.36 0 .71-.038q-.658 1.11-1.725 2.13a.25.25 0 0 0-.071.125l-.528 2.283H8.114l-.526-2.283a.25.25 0 0 0-.071-.125c-1.83-1.747-2.767-3.704-2.767-5.84a7.25 7.25 0 0 1 8.02-7.21A6.5 6.5 0 0 0 17.5 13m-1.962 6l-.29 1.258a2.25 2.25 0 0 1-2.02 1.736l-.173.006h-2.111a2.25 2.25 0 0 1-2.147-1.576l-.046-.168L8.461 19z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 6.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-2.146-2.354a.5.5 0 0 0-.708 0L16.5 7.793l-1.646-1.647a.5.5 0 0 0-.708.708l2 2a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 0-.708M17.5 13q.36 0 .71-.038q-.658 1.11-1.725 2.13a.25.25 0 0 0-.071.125l-.528 2.283H8.114l-.526-2.283a.25.25 0 0 0-.071-.125c-1.83-1.747-2.767-3.704-2.767-5.84a7.25 7.25 0 0 1 8.02-7.21A6.5 6.5 0 0 0 17.5 13m-1.962 6l-.29 1.258a2.25 2.25 0 0 1-2.02 1.736l-.173.006h-2.111a2.25 2.25 0 0 1-2.147-1.576l-.046-.168L8.461 19z"/></svg> </template>
CSS
.icon-lightbulb-checkmark-24-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%22M23%206.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-2.146-2.354a.5.5%200%200%200-.708%200L16.5%207.793l-1.646-1.647a.5.5%200%200%200-.708.708l2%202a.5.5%200%200%200%20.708%200l4-4a.5.5%200%200%200%200-.708M17.5%2013q.36%200%20.71-.038q-.658%201.11-1.725%202.13a.25.25%200%200%200-.071.125l-.528%202.283H8.114l-.526-2.283a.25.25%200%200%200-.071-.125c-1.83-1.747-2.767-3.704-2.767-5.84a7.25%207.25%200%200%201%208.02-7.21A6.5%206.5%200%200%200%2017.5%2013m-1.962%206l-.29%201.258a2.25%202.25%200%200%201-2.02%201.736l-.173.006h-2.111a2.25%202.25%200%200%201-2.147-1.576l-.046-.168L8.461%2019z%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%22M23%206.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-2.146-2.354a.5.5%200%200%200-.708%200L16.5%207.793l-1.646-1.647a.5.5%200%200%200-.708.708l2%202a.5.5%200%200%200%20.708%200l4-4a.5.5%200%200%200%200-.708M17.5%2013q.36%200%20.71-.038q-.658%201.11-1.725%202.13a.25.25%200%200%200-.071.125l-.528%202.283H8.114l-.526-2.283a.25.25%200%200%200-.071-.125c-1.83-1.747-2.767-3.704-2.767-5.84a7.25%207.25%200%200%201%208.02-7.21A6.5%206.5%200%200%200%2017.5%2013m-1.962%206l-.29%201.258a2.25%202.25%200%200%201-2.02%201.736l-.173.006h-2.111a2.25%202.25%200%200%201-2.147-1.576l-.046-.168L8.461%2019z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/lightbulb-checkmark-24-filled.svg?color=%231a73e8&size=48