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

Name
lightbulb-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

12 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the lightbulb icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M12 18.5c0-6.627 5.373-12 12-12s12 5.373 12 12c0 3.504-1.5 6.657-3.898 8.852c-.715.655-1.334 1.519-1.604 2.572L29.325 34.5h-10.65l-1.173-4.576c-.27-1.053-.89-1.917-1.604-2.572A11.97 11.97 0 0 1 12 18.5M19.316 37h9.368l-.72 2.809a2.25 2.25 0 0 1-2.18 1.691h-3.568a2.25 2.25 0 0 1-2.18-1.691zM24 4C15.992 4 9.5 10.492 9.5 18.5c0 4.235 1.817 8.047 4.71 10.696c.448.41.748.873.87 1.349l2.535 9.885a4.75 4.75 0 0 0 4.6 3.57h3.57a4.75 4.75 0 0 0 4.6-3.57l2.535-9.885c.122-.476.422-.938.87-1.35A14.47 14.47 0 0 0 38.5 18.5C38.5 10.492 32.008 4 24 4"/></svg>

React

import type { SVGProps } from "react";

export function FluentLightbulb48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M12 18.5c0-6.627 5.373-12 12-12s12 5.373 12 12c0 3.504-1.5 6.657-3.898 8.852c-.715.655-1.334 1.519-1.604 2.572L29.325 34.5h-10.65l-1.173-4.576c-.27-1.053-.89-1.917-1.604-2.572A11.97 11.97 0 0 1 12 18.5M19.316 37h9.368l-.72 2.809a2.25 2.25 0 0 1-2.18 1.691h-3.568a2.25 2.25 0 0 1-2.18-1.691zM24 4C15.992 4 9.5 10.492 9.5 18.5c0 4.235 1.817 8.047 4.71 10.696c.448.41.748.873.87 1.349l2.535 9.885a4.75 4.75 0 0 0 4.6 3.57h3.57a4.75 4.75 0 0 0 4.6-3.57l2.535-9.885c.122-.476.422-.938.87-1.35A14.47 14.47 0 0 0 38.5 18.5C38.5 10.492 32.008 4 24 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M12 18.5c0-6.627 5.373-12 12-12s12 5.373 12 12c0 3.504-1.5 6.657-3.898 8.852c-.715.655-1.334 1.519-1.604 2.572L29.325 34.5h-10.65l-1.173-4.576c-.27-1.053-.89-1.917-1.604-2.572A11.97 11.97 0 0 1 12 18.5M19.316 37h9.368l-.72 2.809a2.25 2.25 0 0 1-2.18 1.691h-3.568a2.25 2.25 0 0 1-2.18-1.691zM24 4C15.992 4 9.5 10.492 9.5 18.5c0 4.235 1.817 8.047 4.71 10.696c.448.41.748.873.87 1.349l2.535 9.885a4.75 4.75 0 0 0 4.6 3.57h3.57a4.75 4.75 0 0 0 4.6-3.57l2.535-9.885c.122-.476.422-.938.87-1.35A14.47 14.47 0 0 0 38.5 18.5C38.5 10.492 32.008 4 24 4"/></svg>
</template>

CSS

.icon-lightbulb-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2018.5c0-6.627%205.373-12%2012-12s12%205.373%2012%2012c0%203.504-1.5%206.657-3.898%208.852c-.715.655-1.334%201.519-1.604%202.572L29.325%2034.5h-10.65l-1.173-4.576c-.27-1.053-.89-1.917-1.604-2.572A11.97%2011.97%200%200%201%2012%2018.5M19.316%2037h9.368l-.72%202.809a2.25%202.25%200%200%201-2.18%201.691h-3.568a2.25%202.25%200%200%201-2.18-1.691zM24%204C15.992%204%209.5%2010.492%209.5%2018.5c0%204.235%201.817%208.047%204.71%2010.696c.448.41.748.873.87%201.349l2.535%209.885a4.75%204.75%200%200%200%204.6%203.57h3.57a4.75%204.75%200%200%200%204.6-3.57l2.535-9.885c.122-.476.422-.938.87-1.35A14.47%2014.47%200%200%200%2038.5%2018.5C38.5%2010.492%2032.008%204%2024%204%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2018.5c0-6.627%205.373-12%2012-12s12%205.373%2012%2012c0%203.504-1.5%206.657-3.898%208.852c-.715.655-1.334%201.519-1.604%202.572L29.325%2034.5h-10.65l-1.173-4.576c-.27-1.053-.89-1.917-1.604-2.572A11.97%2011.97%200%200%201%2012%2018.5M19.316%2037h9.368l-.72%202.809a2.25%202.25%200%200%201-2.18%201.691h-3.568a2.25%202.25%200%200%201-2.18-1.691zM24%204C15.992%204%209.5%2010.492%209.5%2018.5c0%204.235%201.817%208.047%204.71%2010.696c.448.41.748.873.87%201.349l2.535%209.885a4.75%204.75%200%200%200%204.6%203.57h3.57a4.75%204.75%200%200%200%204.6-3.57l2.535-9.885c.122-.476.422-.938.87-1.35A14.47%2014.47%200%200%200%2038.5%2018.5C38.5%2010.492%2032.008%204%2024%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/lightbulb-48-regular.svg?color=%231a73e8&size=48