lightbulb checkmark icon

lightbulb-checkmark-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
lightbulb-checkmark-20-filled
Set
Fluent UI System Icons
Style
20 Filled
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.147-1.854a.5.5 0 0 0-.707 0L13.5 6.293l-.647-.647a.5.5 0 1 0-.707.708l1 1a.5.5 0 0 0 .707 0l3-3a.5.5 0 0 0 0-.708M14.5 11q.256 0 .507-.023q-.489.735-1.211 1.417a.6.6 0 0 0-.145.213l-.026.081L13.31 14H6.689l-.313-1.311a.6.6 0 0 0-.171-.295c-1.39-1.312-2.133-2.77-2.2-4.355l-.002-.43C4.107 4.494 6.753 2 10 2q.127 0 .253.005A5.5 5.5 0 0 0 14.5 11m-1.427 4l-.384 1.605c-.184.771-.866 1.33-1.671 1.39L9.125 18c-.819 0-1.535-.516-1.777-1.262l-.037-.133L6.928 15z"/></svg>

React

import type { SVGProps } from "react";

export function FluentLightbulbCheckmark20Filled(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.147-1.854a.5.5 0 0 0-.707 0L13.5 6.293l-.647-.647a.5.5 0 1 0-.707.708l1 1a.5.5 0 0 0 .707 0l3-3a.5.5 0 0 0 0-.708M14.5 11q.256 0 .507-.023q-.489.735-1.211 1.417a.6.6 0 0 0-.145.213l-.026.081L13.31 14H6.689l-.313-1.311a.6.6 0 0 0-.171-.295c-1.39-1.312-2.133-2.77-2.2-4.355l-.002-.43C4.107 4.494 6.753 2 10 2q.127 0 .253.005A5.5 5.5 0 0 0 14.5 11m-1.427 4l-.384 1.605c-.184.771-.866 1.33-1.671 1.39L9.125 18c-.819 0-1.535-.516-1.777-1.262l-.037-.133L6.928 15z"/></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.147-1.854a.5.5 0 0 0-.707 0L13.5 6.293l-.647-.647a.5.5 0 1 0-.707.708l1 1a.5.5 0 0 0 .707 0l3-3a.5.5 0 0 0 0-.708M14.5 11q.256 0 .507-.023q-.489.735-1.211 1.417a.6.6 0 0 0-.145.213l-.026.081L13.31 14H6.689l-.313-1.311a.6.6 0 0 0-.171-.295c-1.39-1.312-2.133-2.77-2.2-4.355l-.002-.43C4.107 4.494 6.753 2 10 2q.127 0 .253.005A5.5 5.5 0 0 0 14.5 11m-1.427 4l-.384 1.605c-.184.771-.866 1.33-1.671 1.39L9.125 18c-.819 0-1.535-.516-1.777-1.262l-.037-.133L6.928 15z"/></svg>
</template>

CSS

.icon-lightbulb-checkmark-20-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%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.147-1.854a.5.5%200%200%200-.707%200L13.5%206.293l-.647-.647a.5.5%200%201%200-.707.708l1%201a.5.5%200%200%200%20.707%200l3-3a.5.5%200%200%200%200-.708M14.5%2011q.256%200%20.507-.023q-.489.735-1.211%201.417a.6.6%200%200%200-.145.213l-.026.081L13.31%2014H6.689l-.313-1.311a.6.6%200%200%200-.171-.295c-1.39-1.312-2.133-2.77-2.2-4.355l-.002-.43C4.107%204.494%206.753%202%2010%202q.127%200%20.253.005A5.5%205.5%200%200%200%2014.5%2011m-1.427%204l-.384%201.605c-.184.771-.866%201.33-1.671%201.39L9.125%2018c-.819%200-1.535-.516-1.777-1.262l-.037-.133L6.928%2015z%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.147-1.854a.5.5%200%200%200-.707%200L13.5%206.293l-.647-.647a.5.5%200%201%200-.707.708l1%201a.5.5%200%200%200%20.707%200l3-3a.5.5%200%200%200%200-.708M14.5%2011q.256%200%20.507-.023q-.489.735-1.211%201.417a.6.6%200%200%200-.145.213l-.026.081L13.31%2014H6.689l-.313-1.311a.6.6%200%200%200-.171-.295c-1.39-1.312-2.133-2.77-2.2-4.355l-.002-.43C4.107%204.494%206.753%202%2010%202q.127%200%20.253.005A5.5%205.5%200%200%200%2014.5%2011m-1.427%204l-.384%201.605c-.184.771-.866%201.33-1.671%201.39L9.125%2018c-.819%200-1.535-.516-1.777-1.262l-.037-.133L6.928%2015z%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-filled.svg?color=%231a73e8&size=48