book-open-lightbulb-20 from Fluent UI System Color Icons by Microsoft Corporation · 20 · MIT Free for personal and commercial use.

Name
book-open-lightbulb-20
Set
Fluent UI System Color Icons
Style
20
Viewbox
20×20
License
MIT

2 other variants in Fluent UI System Color Icons

The same icon in other sets

Related icons in Fluent UI System Color Icons

Use the book open lightbulb icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGbdM0bcJF)" d="M8 17c.818 0 1.544-.393 2-1l1-6l-1-5.5C9.544 3.893 8.818 3 8 3H3.5A1.5 1.5 0 0 0 2 4.5v11A1.5 1.5 0 0 0 3.5 17z"/><path fill="url(#SVGWoUaYcfa)" d="M3.5 3.5A.5.5 0 0 1 4 3h4.5A1.5 1.5 0 0 1 10 4.5l.5 4.5l-.5 4.5a2 2 0 0 1-2 2H4a.5.5 0 0 1-.5-.5z"/><path fill="url(#SVGMqQvndGT)" d="M16.5 3A1.5 1.5 0 0 1 18 4.5V15h-3v2h-3a2.5 2.5 0 0 1-2-1V4.5C10 4 11 3 12 3z"/><path fill="url(#SVGRHdmv7eN)" d="M16.5 3.5A.5.5 0 0 0 16 3h-4.5A1.5 1.5 0 0 0 10 4.5v9a2 2 0 0 0 2 2h4a.5.5 0 0 0 .5-.5z"/><path fill="url(#SVGVPLyocZt)" d="M16.5 3.5A.5.5 0 0 0 16 3h-4.5A1.5 1.5 0 0 0 10 4.5v9a2 2 0 0 0 2 2h4a.5.5 0 0 0 .5-.5z"/><path fill="url(#SVGYnOpbdqa)" d="m14.6 17l.24 1.196a1 1 0 0 0 .98.804h.36a1 1 0 0 0 .98-.804L17.4 17l-1.534-.5z"/><path fill="url(#SVGYyPw9d8t)" d="m14.6 17l.24 1.196a1 1 0 0 0 .98.804h.36a1 1 0 0 0 .98-.804L17.4 17l-1.534-.5z"/><path fill="url(#SVGF8xEurfG)" d="M19 13a3 3 0 0 1-1.294 2.468L17.6 16l-1.6.5l-1.6-.5l-.107-.532A3 3 0 1 1 19 13"/><path fill="url(#SVGu9eURcaD)" d="M17.4 17h-2.8l-.2-1h3.2z"/><defs><linearGradient id="SVGbdM0bcJF" x1="5.105" x2="7.757" y1="5.619" y2="20.534" gradientUnits="userSpaceOnUse"><stop stop-color="#20ac9d"/><stop offset="1" stop-color="#2052cb"/></linearGradient><linearGradient id="SVGWoUaYcfa" x1="4" x2="18.51" y1="5.5" y2="11.055" gradientUnits="userSpaceOnUse"><stop stop-color="#9deaff"/><stop offset="1" stop-color="#58aafe"/></linearGradient><linearGradient id="SVGMqQvndGT" x1="16.5" x2="13.252" y1="3.5" y2="20.539" gradientUnits="userSpaceOnUse"><stop stop-color="#20ac9d"/><stop offset=".908" stop-color="#2052cb"/></linearGradient><linearGradient id="SVGRHdmv7eN" x1="16.51" x2="5" y1="3.73" y2="8" gradientUnits="userSpaceOnUse"><stop offset=".229" stop-color="#9deaff"/><stop offset=".853" stop-color="#4894fe"/></linearGradient><linearGradient id="SVGYyPw9d8t" x1="16" x2="16" y1="16.5" y2="19" gradientUnits="userSpaceOnUse"><stop stop-color="#d34719"/><stop offset="1" stop-color="#d34719" stop-opacity="0"/></linearGradient><linearGradient id="SVGu9eURcaD" x1="15.747" x2="16.855" y1="16.397" y2="17.816" gradientUnits="userSpaceOnUse"><stop stop-color="#ffc7a3"/><stop offset="1" stop-color="#ff9c70"/></linearGradient><radialGradient id="SVGVPLyocZt" cx="0" cy="0" r="1" gradientTransform="rotate(228.663 11.867 4.27)scale(10.9991 10.8467)" gradientUnits="userSpaceOnUse"><stop offset=".208" stop-color="#2063c3"/><stop offset=".714" stop-color="#8ad6ff" stop-opacity="0"/></radialGradient><radialGradient id="SVGYnOpbdqa" cx="0" cy="0" r="1" gradientTransform="rotate(80.003 1.943 12.834)scale(9.97035 9.78347)" gradientUnits="userSpaceOnUse"><stop stop-color="#ffe06b"/><stop offset=".376" stop-color="#ffa43d"/><stop offset="1" stop-color="#e67505"/></radialGradient><radialGradient id="SVGF8xEurfG" cx="0" cy="0" r="1" gradientTransform="rotate(73.656 -.19 14.732)scale(7.01007 10.8653)" gradientUnits="userSpaceOnUse"><stop stop-color="#ffe06b"/><stop offset=".376" stop-color="#ffa43d"/><stop offset="1" stop-color="#e67505"/></radialGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorBookOpenLightbulb20(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGbdM0bcJF)" d="M8 17c.818 0 1.544-.393 2-1l1-6l-1-5.5C9.544 3.893 8.818 3 8 3H3.5A1.5 1.5 0 0 0 2 4.5v11A1.5 1.5 0 0 0 3.5 17z"/><path fill="url(#SVGWoUaYcfa)" d="M3.5 3.5A.5.5 0 0 1 4 3h4.5A1.5 1.5 0 0 1 10 4.5l.5 4.5l-.5 4.5a2 2 0 0 1-2 2H4a.5.5 0 0 1-.5-.5z"/><path fill="url(#SVGMqQvndGT)" d="M16.5 3A1.5 1.5 0 0 1 18 4.5V15h-3v2h-3a2.5 2.5 0 0 1-2-1V4.5C10 4 11 3 12 3z"/><path fill="url(#SVGRHdmv7eN)" d="M16.5 3.5A.5.5 0 0 0 16 3h-4.5A1.5 1.5 0 0 0 10 4.5v9a2 2 0 0 0 2 2h4a.5.5 0 0 0 .5-.5z"/><path fill="url(#SVGVPLyocZt)" d="M16.5 3.5A.5.5 0 0 0 16 3h-4.5A1.5 1.5 0 0 0 10 4.5v9a2 2 0 0 0 2 2h4a.5.5 0 0 0 .5-.5z"/><path fill="url(#SVGYnOpbdqa)" d="m14.6 17l.24 1.196a1 1 0 0 0 .98.804h.36a1 1 0 0 0 .98-.804L17.4 17l-1.534-.5z"/><path fill="url(#SVGYyPw9d8t)" d="m14.6 17l.24 1.196a1 1 0 0 0 .98.804h.36a1 1 0 0 0 .98-.804L17.4 17l-1.534-.5z"/><path fill="url(#SVGF8xEurfG)" d="M19 13a3 3 0 0 1-1.294 2.468L17.6 16l-1.6.5l-1.6-.5l-.107-.532A3 3 0 1 1 19 13"/><path fill="url(#SVGu9eURcaD)" d="M17.4 17h-2.8l-.2-1h3.2z"/><defs><linearGradient id="SVGbdM0bcJF" x1="5.105" x2="7.757" y1="5.619" y2="20.534" gradientUnits="userSpaceOnUse"><stop stopColor="#20ac9d"/><stop offset="1" stopColor="#2052cb"/></linearGradient><linearGradient id="SVGWoUaYcfa" x1="4" x2="18.51" y1="5.5" y2="11.055" gradientUnits="userSpaceOnUse"><stop stopColor="#9deaff"/><stop offset="1" stopColor="#58aafe"/></linearGradient><linearGradient id="SVGMqQvndGT" x1="16.5" x2="13.252" y1="3.5" y2="20.539" gradientUnits="userSpaceOnUse"><stop stopColor="#20ac9d"/><stop offset=".908" stopColor="#2052cb"/></linearGradient><linearGradient id="SVGRHdmv7eN" x1="16.51" x2="5" y1="3.73" y2="8" gradientUnits="userSpaceOnUse"><stop offset=".229" stopColor="#9deaff"/><stop offset=".853" stopColor="#4894fe"/></linearGradient><linearGradient id="SVGYyPw9d8t" x1="16" x2="16" y1="16.5" y2="19" gradientUnits="userSpaceOnUse"><stop stopColor="#d34719"/><stop offset="1" stopColor="#d34719" stopOpacity="0"/></linearGradient><linearGradient id="SVGu9eURcaD" x1="15.747" x2="16.855" y1="16.397" y2="17.816" gradientUnits="userSpaceOnUse"><stop stopColor="#ffc7a3"/><stop offset="1" stopColor="#ff9c70"/></linearGradient><radialGradient id="SVGVPLyocZt" cx="0" cy="0" r="1" gradientTransform="rotate(228.663 11.867 4.27)scale(10.9991 10.8467)" gradientUnits="userSpaceOnUse"><stop offset=".208" stopColor="#2063c3"/><stop offset=".714" stopColor="#8ad6ff" stopOpacity="0"/></radialGradient><radialGradient id="SVGYnOpbdqa" cx="0" cy="0" r="1" gradientTransform="rotate(80.003 1.943 12.834)scale(9.97035 9.78347)" gradientUnits="userSpaceOnUse"><stop stopColor="#ffe06b"/><stop offset=".376" stopColor="#ffa43d"/><stop offset="1" stopColor="#e67505"/></radialGradient><radialGradient id="SVGF8xEurfG" cx="0" cy="0" r="1" gradientTransform="rotate(73.656 -.19 14.732)scale(7.01007 10.8653)" gradientUnits="userSpaceOnUse"><stop stopColor="#ffe06b"/><stop offset=".376" stopColor="#ffa43d"/><stop offset="1" stopColor="#e67505"/></radialGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGbdM0bcJF)" d="M8 17c.818 0 1.544-.393 2-1l1-6l-1-5.5C9.544 3.893 8.818 3 8 3H3.5A1.5 1.5 0 0 0 2 4.5v11A1.5 1.5 0 0 0 3.5 17z"/><path fill="url(#SVGWoUaYcfa)" d="M3.5 3.5A.5.5 0 0 1 4 3h4.5A1.5 1.5 0 0 1 10 4.5l.5 4.5l-.5 4.5a2 2 0 0 1-2 2H4a.5.5 0 0 1-.5-.5z"/><path fill="url(#SVGMqQvndGT)" d="M16.5 3A1.5 1.5 0 0 1 18 4.5V15h-3v2h-3a2.5 2.5 0 0 1-2-1V4.5C10 4 11 3 12 3z"/><path fill="url(#SVGRHdmv7eN)" d="M16.5 3.5A.5.5 0 0 0 16 3h-4.5A1.5 1.5 0 0 0 10 4.5v9a2 2 0 0 0 2 2h4a.5.5 0 0 0 .5-.5z"/><path fill="url(#SVGVPLyocZt)" d="M16.5 3.5A.5.5 0 0 0 16 3h-4.5A1.5 1.5 0 0 0 10 4.5v9a2 2 0 0 0 2 2h4a.5.5 0 0 0 .5-.5z"/><path fill="url(#SVGYnOpbdqa)" d="m14.6 17l.24 1.196a1 1 0 0 0 .98.804h.36a1 1 0 0 0 .98-.804L17.4 17l-1.534-.5z"/><path fill="url(#SVGYyPw9d8t)" d="m14.6 17l.24 1.196a1 1 0 0 0 .98.804h.36a1 1 0 0 0 .98-.804L17.4 17l-1.534-.5z"/><path fill="url(#SVGF8xEurfG)" d="M19 13a3 3 0 0 1-1.294 2.468L17.6 16l-1.6.5l-1.6-.5l-.107-.532A3 3 0 1 1 19 13"/><path fill="url(#SVGu9eURcaD)" d="M17.4 17h-2.8l-.2-1h3.2z"/><defs><linearGradient id="SVGbdM0bcJF" x1="5.105" x2="7.757" y1="5.619" y2="20.534" gradientUnits="userSpaceOnUse"><stop stop-color="#20ac9d"/><stop offset="1" stop-color="#2052cb"/></linearGradient><linearGradient id="SVGWoUaYcfa" x1="4" x2="18.51" y1="5.5" y2="11.055" gradientUnits="userSpaceOnUse"><stop stop-color="#9deaff"/><stop offset="1" stop-color="#58aafe"/></linearGradient><linearGradient id="SVGMqQvndGT" x1="16.5" x2="13.252" y1="3.5" y2="20.539" gradientUnits="userSpaceOnUse"><stop stop-color="#20ac9d"/><stop offset=".908" stop-color="#2052cb"/></linearGradient><linearGradient id="SVGRHdmv7eN" x1="16.51" x2="5" y1="3.73" y2="8" gradientUnits="userSpaceOnUse"><stop offset=".229" stop-color="#9deaff"/><stop offset=".853" stop-color="#4894fe"/></linearGradient><linearGradient id="SVGYyPw9d8t" x1="16" x2="16" y1="16.5" y2="19" gradientUnits="userSpaceOnUse"><stop stop-color="#d34719"/><stop offset="1" stop-color="#d34719" stop-opacity="0"/></linearGradient><linearGradient id="SVGu9eURcaD" x1="15.747" x2="16.855" y1="16.397" y2="17.816" gradientUnits="userSpaceOnUse"><stop stop-color="#ffc7a3"/><stop offset="1" stop-color="#ff9c70"/></linearGradient><radialGradient id="SVGVPLyocZt" cx="0" cy="0" r="1" gradientTransform="rotate(228.663 11.867 4.27)scale(10.9991 10.8467)" gradientUnits="userSpaceOnUse"><stop offset=".208" stop-color="#2063c3"/><stop offset=".714" stop-color="#8ad6ff" stop-opacity="0"/></radialGradient><radialGradient id="SVGYnOpbdqa" cx="0" cy="0" r="1" gradientTransform="rotate(80.003 1.943 12.834)scale(9.97035 9.78347)" gradientUnits="userSpaceOnUse"><stop stop-color="#ffe06b"/><stop offset=".376" stop-color="#ffa43d"/><stop offset="1" stop-color="#e67505"/></radialGradient><radialGradient id="SVGF8xEurfG" cx="0" cy="0" r="1" gradientTransform="rotate(73.656 -.19 14.732)scale(7.01007 10.8653)" gradientUnits="userSpaceOnUse"><stop stop-color="#ffe06b"/><stop offset=".376" stop-color="#ffa43d"/><stop offset="1" stop-color="#e67505"/></radialGradient></defs></g></svg>
</template>

CSS

.icon-book-open-lightbulb-20 {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGbdM0bcJF)%22%20d%3D%22M8%2017c.818%200%201.544-.393%202-1l1-6l-1-5.5C9.544%203.893%208.818%203%208%203H3.5A1.5%201.5%200%200%200%202%204.5v11A1.5%201.5%200%200%200%203.5%2017z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGWoUaYcfa)%22%20d%3D%22M3.5%203.5A.5.5%200%200%201%204%203h4.5A1.5%201.5%200%200%201%2010%204.5l.5%204.5l-.5%204.5a2%202%200%200%201-2%202H4a.5.5%200%200%201-.5-.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGMqQvndGT)%22%20d%3D%22M16.5%203A1.5%201.5%200%200%201%2018%204.5V15h-3v2h-3a2.5%202.5%200%200%201-2-1V4.5C10%204%2011%203%2012%203z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGRHdmv7eN)%22%20d%3D%22M16.5%203.5A.5.5%200%200%200%2016%203h-4.5A1.5%201.5%200%200%200%2010%204.5v9a2%202%200%200%200%202%202h4a.5.5%200%200%200%20.5-.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGVPLyocZt)%22%20d%3D%22M16.5%203.5A.5.5%200%200%200%2016%203h-4.5A1.5%201.5%200%200%200%2010%204.5v9a2%202%200%200%200%202%202h4a.5.5%200%200%200%20.5-.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGYnOpbdqa)%22%20d%3D%22m14.6%2017l.24%201.196a1%201%200%200%200%20.98.804h.36a1%201%200%200%200%20.98-.804L17.4%2017l-1.534-.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGYyPw9d8t)%22%20d%3D%22m14.6%2017l.24%201.196a1%201%200%200%200%20.98.804h.36a1%201%200%200%200%20.98-.804L17.4%2017l-1.534-.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGF8xEurfG)%22%20d%3D%22M19%2013a3%203%200%200%201-1.294%202.468L17.6%2016l-1.6.5l-1.6-.5l-.107-.532A3%203%200%201%201%2019%2013%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGu9eURcaD)%22%20d%3D%22M17.4%2017h-2.8l-.2-1h3.2z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGbdM0bcJF%22%20x1%3D%225.105%22%20x2%3D%227.757%22%20y1%3D%225.619%22%20y2%3D%2220.534%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2320ac9d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232052cb%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGWoUaYcfa%22%20x1%3D%224%22%20x2%3D%2218.51%22%20y1%3D%225.5%22%20y2%3D%2211.055%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%239deaff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2358aafe%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGMqQvndGT%22%20x1%3D%2216.5%22%20x2%3D%2213.252%22%20y1%3D%223.5%22%20y2%3D%2220.539%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2320ac9d%22%2F%3E%3Cstop%20offset%3D%22.908%22%20stop-color%3D%22%232052cb%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGRHdmv7eN%22%20x1%3D%2216.51%22%20x2%3D%225%22%20y1%3D%223.73%22%20y2%3D%228%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.229%22%20stop-color%3D%22%239deaff%22%2F%3E%3Cstop%20offset%3D%22.853%22%20stop-color%3D%22%234894fe%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGYyPw9d8t%22%20x1%3D%2216%22%20x2%3D%2216%22%20y1%3D%2216.5%22%20y2%3D%2219%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23d34719%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d34719%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGu9eURcaD%22%20x1%3D%2215.747%22%20x2%3D%2216.855%22%20y1%3D%2216.397%22%20y2%3D%2217.816%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffc7a3%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff9c70%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGVPLyocZt%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(228.663%2011.867%204.27)scale(10.9991%2010.8467)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.208%22%20stop-color%3D%22%232063c3%22%2F%3E%3Cstop%20offset%3D%22.714%22%20stop-color%3D%22%238ad6ff%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22SVGYnOpbdqa%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(80.003%201.943%2012.834)scale(9.97035%209.78347)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffe06b%22%2F%3E%3Cstop%20offset%3D%22.376%22%20stop-color%3D%22%23ffa43d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e67505%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22SVGF8xEurfG%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(73.656%20-.19%2014.732)scale(7.01007%2010.8653)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffe06b%22%2F%3E%3Cstop%20offset%3D%22.376%22%20stop-color%3D%22%23ffa43d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e67505%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGbdM0bcJF)%22%20d%3D%22M8%2017c.818%200%201.544-.393%202-1l1-6l-1-5.5C9.544%203.893%208.818%203%208%203H3.5A1.5%201.5%200%200%200%202%204.5v11A1.5%201.5%200%200%200%203.5%2017z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGWoUaYcfa)%22%20d%3D%22M3.5%203.5A.5.5%200%200%201%204%203h4.5A1.5%201.5%200%200%201%2010%204.5l.5%204.5l-.5%204.5a2%202%200%200%201-2%202H4a.5.5%200%200%201-.5-.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGMqQvndGT)%22%20d%3D%22M16.5%203A1.5%201.5%200%200%201%2018%204.5V15h-3v2h-3a2.5%202.5%200%200%201-2-1V4.5C10%204%2011%203%2012%203z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGRHdmv7eN)%22%20d%3D%22M16.5%203.5A.5.5%200%200%200%2016%203h-4.5A1.5%201.5%200%200%200%2010%204.5v9a2%202%200%200%200%202%202h4a.5.5%200%200%200%20.5-.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGVPLyocZt)%22%20d%3D%22M16.5%203.5A.5.5%200%200%200%2016%203h-4.5A1.5%201.5%200%200%200%2010%204.5v9a2%202%200%200%200%202%202h4a.5.5%200%200%200%20.5-.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGYnOpbdqa)%22%20d%3D%22m14.6%2017l.24%201.196a1%201%200%200%200%20.98.804h.36a1%201%200%200%200%20.98-.804L17.4%2017l-1.534-.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGYyPw9d8t)%22%20d%3D%22m14.6%2017l.24%201.196a1%201%200%200%200%20.98.804h.36a1%201%200%200%200%20.98-.804L17.4%2017l-1.534-.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGF8xEurfG)%22%20d%3D%22M19%2013a3%203%200%200%201-1.294%202.468L17.6%2016l-1.6.5l-1.6-.5l-.107-.532A3%203%200%201%201%2019%2013%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGu9eURcaD)%22%20d%3D%22M17.4%2017h-2.8l-.2-1h3.2z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGbdM0bcJF%22%20x1%3D%225.105%22%20x2%3D%227.757%22%20y1%3D%225.619%22%20y2%3D%2220.534%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2320ac9d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232052cb%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGWoUaYcfa%22%20x1%3D%224%22%20x2%3D%2218.51%22%20y1%3D%225.5%22%20y2%3D%2211.055%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%239deaff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2358aafe%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGMqQvndGT%22%20x1%3D%2216.5%22%20x2%3D%2213.252%22%20y1%3D%223.5%22%20y2%3D%2220.539%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2320ac9d%22%2F%3E%3Cstop%20offset%3D%22.908%22%20stop-color%3D%22%232052cb%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGRHdmv7eN%22%20x1%3D%2216.51%22%20x2%3D%225%22%20y1%3D%223.73%22%20y2%3D%228%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.229%22%20stop-color%3D%22%239deaff%22%2F%3E%3Cstop%20offset%3D%22.853%22%20stop-color%3D%22%234894fe%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGYyPw9d8t%22%20x1%3D%2216%22%20x2%3D%2216%22%20y1%3D%2216.5%22%20y2%3D%2219%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23d34719%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d34719%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGu9eURcaD%22%20x1%3D%2215.747%22%20x2%3D%2216.855%22%20y1%3D%2216.397%22%20y2%3D%2217.816%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffc7a3%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff9c70%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGVPLyocZt%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(228.663%2011.867%204.27)scale(10.9991%2010.8467)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.208%22%20stop-color%3D%22%232063c3%22%2F%3E%3Cstop%20offset%3D%22.714%22%20stop-color%3D%22%238ad6ff%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22SVGYnOpbdqa%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(80.003%201.943%2012.834)scale(9.97035%209.78347)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffe06b%22%2F%3E%3Cstop%20offset%3D%22.376%22%20stop-color%3D%22%23ffa43d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e67505%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22SVGF8xEurfG%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(73.656%20-.19%2014.732)scale(7.01007%2010.8653)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffe06b%22%2F%3E%3Cstop%20offset%3D%22.376%22%20stop-color%3D%22%23ffa43d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e67505%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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