book open lightbulb icon
book-open-lightbulb-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- book-open-lightbulb-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
11 other variants in Fluent UI System Icons
book-open-lightbulb-16-filledbook-open-lightbulb-16-regularbook-open-lightbulb-20-filledbook-open-lightbulb-20-regularbook-open-lightbulb-24-filledbook-open-lightbulb-28-filledbook-open-lightbulb-28-regularbook-open-lightbulb-32-filledbook-open-lightbulb-32-regularbook-open-lightbulb-48-filledbook-open-lightbulb-48-regular
The same icon in other sets
Related icons in Fluent UI System Icons
book-add-20-filledbook-arrow-clockwise-20-filledbook-clock-20-filledbook-coins-20-filledbook-compass-20-filledbook-contacts-16-filledbook-database-16-filledbook-default-20-filledbook-dismiss-16-filledbook-exclamation-mark-20-filledbook-globe-20-filledbook-information-20-filledbook-letter-20-filledbook-number-16-filledbook-open-16-filledbook-open-globe-20-filledbook-open-microphone-20-filledbook-pulse-20-filledbook-question-mark-20-filledbook-question-mark-rtl-20-filledbook-search-20-filledbook-star-20-filledbook-template-20-filledbook-theta-20-filled
Use the book open lightbulb icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.9 21l-.159.794A1.5 1.5 0 0 1 19.271 23h-.541a1.5 1.5 0 0 1-1.471-1.206l-.16-.794zM10 4c.788 0 1.499.331 2 .862A2.74 2.74 0 0 1 14 4h6.25c.966 0 1.75.784 1.75 1.75V12a5 5 0 0 0-1.5-.771V5.75a.25.25 0 0 0-.25-.25H14c-.69 0-1.25.56-1.25 1.25v10.5c0 .69.56 1.25 1.25 1.25h.672a5 5 0 0 0 1.184 1.386l.024.114H14a2.74 2.74 0 0 1-2-.862A2.74 2.74 0 0 1 10 20H3.75A1.75 1.75 0 0 1 2 18.25V5.75C2 4.784 2.784 4 3.75 4zm9 8a4 4 0 0 1 2.236 7.316L21.1 20h-4.2l-.136-.684A4 4 0 0 1 19 12M3.75 5.5a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25H10c.69 0 1.25-.56 1.25-1.25V6.75c0-.69-.56-1.25-1.25-1.25z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBookOpenLightbulb24Regular(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="m20.9 21l-.159.794A1.5 1.5 0 0 1 19.271 23h-.541a1.5 1.5 0 0 1-1.471-1.206l-.16-.794zM10 4c.788 0 1.499.331 2 .862A2.74 2.74 0 0 1 14 4h6.25c.966 0 1.75.784 1.75 1.75V12a5 5 0 0 0-1.5-.771V5.75a.25.25 0 0 0-.25-.25H14c-.69 0-1.25.56-1.25 1.25v10.5c0 .69.56 1.25 1.25 1.25h.672a5 5 0 0 0 1.184 1.386l.024.114H14a2.74 2.74 0 0 1-2-.862A2.74 2.74 0 0 1 10 20H3.75A1.75 1.75 0 0 1 2 18.25V5.75C2 4.784 2.784 4 3.75 4zm9 8a4 4 0 0 1 2.236 7.316L21.1 20h-4.2l-.136-.684A4 4 0 0 1 19 12M3.75 5.5a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25H10c.69 0 1.25-.56 1.25-1.25V6.75c0-.69-.56-1.25-1.25-1.25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.9 21l-.159.794A1.5 1.5 0 0 1 19.271 23h-.541a1.5 1.5 0 0 1-1.471-1.206l-.16-.794zM10 4c.788 0 1.499.331 2 .862A2.74 2.74 0 0 1 14 4h6.25c.966 0 1.75.784 1.75 1.75V12a5 5 0 0 0-1.5-.771V5.75a.25.25 0 0 0-.25-.25H14c-.69 0-1.25.56-1.25 1.25v10.5c0 .69.56 1.25 1.25 1.25h.672a5 5 0 0 0 1.184 1.386l.024.114H14a2.74 2.74 0 0 1-2-.862A2.74 2.74 0 0 1 10 20H3.75A1.75 1.75 0 0 1 2 18.25V5.75C2 4.784 2.784 4 3.75 4zm9 8a4 4 0 0 1 2.236 7.316L21.1 20h-4.2l-.136-.684A4 4 0 0 1 19 12M3.75 5.5a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25H10c.69 0 1.25-.56 1.25-1.25V6.75c0-.69-.56-1.25-1.25-1.25z"/></svg> </template>
CSS
.icon-book-open-lightbulb-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%22m20.9%2021l-.159.794A1.5%201.5%200%200%201%2019.271%2023h-.541a1.5%201.5%200%200%201-1.471-1.206l-.16-.794zM10%204c.788%200%201.499.331%202%20.862A2.74%202.74%200%200%201%2014%204h6.25c.966%200%201.75.784%201.75%201.75V12a5%205%200%200%200-1.5-.771V5.75a.25.25%200%200%200-.25-.25H14c-.69%200-1.25.56-1.25%201.25v10.5c0%20.69.56%201.25%201.25%201.25h.672a5%205%200%200%200%201.184%201.386l.024.114H14a2.74%202.74%200%200%201-2-.862A2.74%202.74%200%200%201%2010%2020H3.75A1.75%201.75%200%200%201%202%2018.25V5.75C2%204.784%202.784%204%203.75%204zm9%208a4%204%200%200%201%202.236%207.316L21.1%2020h-4.2l-.136-.684A4%204%200%200%201%2019%2012M3.75%205.5a.25.25%200%200%200-.25.25v12.5c0%20.138.112.25.25.25H10c.69%200%201.25-.56%201.25-1.25V6.75c0-.69-.56-1.25-1.25-1.25z%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%22m20.9%2021l-.159.794A1.5%201.5%200%200%201%2019.271%2023h-.541a1.5%201.5%200%200%201-1.471-1.206l-.16-.794zM10%204c.788%200%201.499.331%202%20.862A2.74%202.74%200%200%201%2014%204h6.25c.966%200%201.75.784%201.75%201.75V12a5%205%200%200%200-1.5-.771V5.75a.25.25%200%200%200-.25-.25H14c-.69%200-1.25.56-1.25%201.25v10.5c0%20.69.56%201.25%201.25%201.25h.672a5%205%200%200%200%201.184%201.386l.024.114H14a2.74%202.74%200%200%201-2-.862A2.74%202.74%200%200%201%2010%2020H3.75A1.75%201.75%200%200%201%202%2018.25V5.75C2%204.784%202.784%204%203.75%204zm9%208a4%204%200%200%201%202.236%207.316L21.1%2020h-4.2l-.136-.684A4%204%200%200%201%2019%2012M3.75%205.5a.25.25%200%200%200-.25.25v12.5c0%20.138.112.25.25.25H10c.69%200%201.25-.56%201.25-1.25V6.75c0-.69-.56-1.25-1.25-1.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/book-open-lightbulb-24-regular.svg?color=%231a73e8&size=48