lightbulb checkmark icon

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

Name
lightbulb-checkmark-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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-.708m-4.267 10.847a10 10 0 0 0 1.624-2.031a6.6 6.6 0 0 1-1.775-.049q-.39.511-.897 1.008l-.127.133c-.24.277-.41.61-.493.97L14.46 17H9.538l-.455-1.976l-.049-.178a2.25 2.25 0 0 0-.571-.926c-1.406-1.372-2.13-2.828-2.206-4.392l-.007-.277l.004-.22a5.75 5.75 0 0 1 5.474-5.523c.279-.537.63-1.03 1.042-1.466a7.25 7.25 0 0 0-8.016 6.97l-.004.24l.006.298c.082 1.98.98 3.803 2.659 5.443a.75.75 0 0 1 .206.368l1.13 4.895l.045.167A2.25 2.25 0 0 0 10.943 22h2.114l.173-.007a2.25 2.25 0 0 0 2.02-1.736l1.13-4.896l.032-.102a.75.75 0 0 1 .175-.266M14.115 18.5l-.327 1.419l-.03.099a.75.75 0 0 1-.701.482h-2.114l-.103-.007a.75.75 0 0 1-.627-.574l-.329-1.42z"/></svg>

React

import type { SVGProps } from "react";

export function FluentLightbulbCheckmark24Regular(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-.708m-4.267 10.847a10 10 0 0 0 1.624-2.031a6.6 6.6 0 0 1-1.775-.049q-.39.511-.897 1.008l-.127.133c-.24.277-.41.61-.493.97L14.46 17H9.538l-.455-1.976l-.049-.178a2.25 2.25 0 0 0-.571-.926c-1.406-1.372-2.13-2.828-2.206-4.392l-.007-.277l.004-.22a5.75 5.75 0 0 1 5.474-5.523c.279-.537.63-1.03 1.042-1.466a7.25 7.25 0 0 0-8.016 6.97l-.004.24l.006.298c.082 1.98.98 3.803 2.659 5.443a.75.75 0 0 1 .206.368l1.13 4.895l.045.167A2.25 2.25 0 0 0 10.943 22h2.114l.173-.007a2.25 2.25 0 0 0 2.02-1.736l1.13-4.896l.032-.102a.75.75 0 0 1 .175-.266M14.115 18.5l-.327 1.419l-.03.099a.75.75 0 0 1-.701.482h-2.114l-.103-.007a.75.75 0 0 1-.627-.574l-.329-1.42z"/></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-.708m-4.267 10.847a10 10 0 0 0 1.624-2.031a6.6 6.6 0 0 1-1.775-.049q-.39.511-.897 1.008l-.127.133c-.24.277-.41.61-.493.97L14.46 17H9.538l-.455-1.976l-.049-.178a2.25 2.25 0 0 0-.571-.926c-1.406-1.372-2.13-2.828-2.206-4.392l-.007-.277l.004-.22a5.75 5.75 0 0 1 5.474-5.523c.279-.537.63-1.03 1.042-1.466a7.25 7.25 0 0 0-8.016 6.97l-.004.24l.006.298c.082 1.98.98 3.803 2.659 5.443a.75.75 0 0 1 .206.368l1.13 4.895l.045.167A2.25 2.25 0 0 0 10.943 22h2.114l.173-.007a2.25 2.25 0 0 0 2.02-1.736l1.13-4.896l.032-.102a.75.75 0 0 1 .175-.266M14.115 18.5l-.327 1.419l-.03.099a.75.75 0 0 1-.701.482h-2.114l-.103-.007a.75.75 0 0 1-.627-.574l-.329-1.42z"/></svg>
</template>

CSS

.icon-lightbulb-checkmark-24-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%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-.708m-4.267%2010.847a10%2010%200%200%200%201.624-2.031a6.6%206.6%200%200%201-1.775-.049q-.39.511-.897%201.008l-.127.133c-.24.277-.41.61-.493.97L14.46%2017H9.538l-.455-1.976l-.049-.178a2.25%202.25%200%200%200-.571-.926c-1.406-1.372-2.13-2.828-2.206-4.392l-.007-.277l.004-.22a5.75%205.75%200%200%201%205.474-5.523c.279-.537.63-1.03%201.042-1.466a7.25%207.25%200%200%200-8.016%206.97l-.004.24l.006.298c.082%201.98.98%203.803%202.659%205.443a.75.75%200%200%201%20.206.368l1.13%204.895l.045.167A2.25%202.25%200%200%200%2010.943%2022h2.114l.173-.007a2.25%202.25%200%200%200%202.02-1.736l1.13-4.896l.032-.102a.75.75%200%200%201%20.175-.266M14.115%2018.5l-.327%201.419l-.03.099a.75.75%200%200%201-.701.482h-2.114l-.103-.007a.75.75%200%200%201-.627-.574l-.329-1.42z%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-.708m-4.267%2010.847a10%2010%200%200%200%201.624-2.031a6.6%206.6%200%200%201-1.775-.049q-.39.511-.897%201.008l-.127.133c-.24.277-.41.61-.493.97L14.46%2017H9.538l-.455-1.976l-.049-.178a2.25%202.25%200%200%200-.571-.926c-1.406-1.372-2.13-2.828-2.206-4.392l-.007-.277l.004-.22a5.75%205.75%200%200%201%205.474-5.523c.279-.537.63-1.03%201.042-1.466a7.25%207.25%200%200%200-8.016%206.97l-.004.24l.006.298c.082%201.98.98%203.803%202.659%205.443a.75.75%200%200%201%20.206.368l1.13%204.895l.045.167A2.25%202.25%200%200%200%2010.943%2022h2.114l.173-.007a2.25%202.25%200%200%200%202.02-1.736l1.13-4.896l.032-.102a.75.75%200%200%201%20.175-.266M14.115%2018.5l-.327%201.419l-.03.099a.75.75%200%200%201-.701.482h-2.114l-.103-.007a.75.75%200%200%201-.627-.574l-.329-1.42z%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-regular.svg?color=%231a73e8&size=48