lightbulb checkmark icon
lightbulb-checkmark-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- lightbulb-checkmark-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M19 5.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.146-1.854a.5.5 0 0 0-.708 0L13.5 6.293l-.646-.647a.5.5 0 0 0-.708.708l1 1a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0 0-.708m-1.847 7.331q-.489.735-1.21 1.417a.6.6 0 0 0-.146.213l-.026.081l-.936 3.917c-.184.771-.865 1.33-1.67 1.39L9.124 18c-.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 2q.128 0 .253.005q-.385.467-.661 1.01c-2.444.19-4.39 2.067-4.577 4.399l-.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 14h4.569l.387-1.615l.051-.15c.086-.215.218-.409.386-.568a8 8 0 0 0 .672-.714c.4.053.82.061 1.226.024M7.955 15l.319 1.334l.026.096c.097.3.376.522.712.563l.113.007l1.82-.003a.86.86 0 0 0 .74-.525l.031-.1l.329-1.372z"/></svg>
React
import type { SVGProps } from "react";
export function FluentLightbulbCheckmark20Regular(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="M19 5.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.146-1.854a.5.5 0 0 0-.708 0L13.5 6.293l-.646-.647a.5.5 0 0 0-.708.708l1 1a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0 0-.708m-1.847 7.331q-.489.735-1.21 1.417a.6.6 0 0 0-.146.213l-.026.081l-.936 3.917c-.184.771-.865 1.33-1.67 1.39L9.124 18c-.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 2q.128 0 .253.005q-.385.467-.661 1.01c-2.444.19-4.39 2.067-4.577 4.399l-.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 14h4.569l.387-1.615l.051-.15c.086-.215.218-.409.386-.568a8 8 0 0 0 .672-.714c.4.053.82.061 1.226.024M7.955 15l.319 1.334l.026.096c.097.3.376.522.712.563l.113.007l1.82-.003a.86.86 0 0 0 .74-.525l.031-.1l.329-1.372z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M19 5.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.146-1.854a.5.5 0 0 0-.708 0L13.5 6.293l-.646-.647a.5.5 0 0 0-.708.708l1 1a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0 0-.708m-1.847 7.331q-.489.735-1.21 1.417a.6.6 0 0 0-.146.213l-.026.081l-.936 3.917c-.184.771-.865 1.33-1.67 1.39L9.124 18c-.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 2q.128 0 .253.005q-.385.467-.661 1.01c-2.444.19-4.39 2.067-4.577 4.399l-.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 14h4.569l.387-1.615l.051-.15c.086-.215.218-.409.386-.568a8 8 0 0 0 .672-.714c.4.053.82.061 1.226.024M7.955 15l.319 1.334l.026.096c.097.3.376.522.712.563l.113.007l1.82-.003a.86.86 0 0 0 .74-.525l.031-.1l.329-1.372z"/></svg> </template>
CSS
.icon-lightbulb-checkmark-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%22M19%205.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2.146-1.854a.5.5%200%200%200-.708%200L13.5%206.293l-.646-.647a.5.5%200%200%200-.708.708l1%201a.5.5%200%200%200%20.708%200l3-3a.5.5%200%200%200%200-.708m-1.847%207.331q-.489.735-1.21%201.417a.6.6%200%200%200-.146.213l-.026.081l-.936%203.917c-.184.771-.865%201.33-1.67%201.39L9.124%2018c-.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%202q.128%200%20.253.005q-.385.467-.661%201.01c-2.444.19-4.39%202.067-4.577%204.399l-.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%2014h4.569l.387-1.615l.051-.15c.086-.215.218-.409.386-.568a8%208%200%200%200%20.672-.714c.4.053.82.061%201.226.024M7.955%2015l.319%201.334l.026.096c.097.3.376.522.712.563l.113.007l1.82-.003a.86.86%200%200%200%20.74-.525l.031-.1l.329-1.372z%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%22M19%205.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2.146-1.854a.5.5%200%200%200-.708%200L13.5%206.293l-.646-.647a.5.5%200%200%200-.708.708l1%201a.5.5%200%200%200%20.708%200l3-3a.5.5%200%200%200%200-.708m-1.847%207.331q-.489.735-1.21%201.417a.6.6%200%200%200-.146.213l-.026.081l-.936%203.917c-.184.771-.865%201.33-1.67%201.39L9.124%2018c-.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%202q.128%200%20.253.005q-.385.467-.661%201.01c-2.444.19-4.39%202.067-4.577%204.399l-.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%2014h4.569l.387-1.615l.051-.15c.086-.215.218-.409.386-.568a8%208%200%200%200%20.672-.714c.4.053.82.061%201.226.024M7.955%2015l.319%201.334l.026.096c.097.3.376.522.712.563l.113.007l1.82-.003a.86.86%200%200%200%20.74-.525l.031-.1l.329-1.372z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/lightbulb-checkmark-20-regular.svg?color=%231a73e8&size=48