book open lightbulb icon
book-open-lightbulb-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- book-open-lightbulb-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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-regularbook-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.768 0 1.47.289 2 .764A3 3 0 0 1 14 4h6a2 2 0 0 1 2 2v6a5 5 0 0 0-2-.9V6h-6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h.418c.324.74.82 1.385 1.438 1.886l.024.114H14c-.768 0-1.47-.289-2-.764A3 3 0 0 1 10 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zm9 8a4 4 0 0 1 2.236 7.316L21.1 20h-4.2l-.136-.684A4 4 0 0 1 19 12M4 18h6a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H4z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBookOpenLightbulb24Filled(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.768 0 1.47.289 2 .764A3 3 0 0 1 14 4h6a2 2 0 0 1 2 2v6a5 5 0 0 0-2-.9V6h-6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h.418c.324.74.82 1.385 1.438 1.886l.024.114H14c-.768 0-1.47-.289-2-.764A3 3 0 0 1 10 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zm9 8a4 4 0 0 1 2.236 7.316L21.1 20h-4.2l-.136-.684A4 4 0 0 1 19 12M4 18h6a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H4z"/></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.768 0 1.47.289 2 .764A3 3 0 0 1 14 4h6a2 2 0 0 1 2 2v6a5 5 0 0 0-2-.9V6h-6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h.418c.324.74.82 1.385 1.438 1.886l.024.114H14c-.768 0-1.47-.289-2-.764A3 3 0 0 1 10 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zm9 8a4 4 0 0 1 2.236 7.316L21.1 20h-4.2l-.136-.684A4 4 0 0 1 19 12M4 18h6a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H4z"/></svg> </template>
CSS
.icon-book-open-lightbulb-24-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%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.768%200%201.47.289%202%20.764A3%203%200%200%201%2014%204h6a2%202%200%200%201%202%202v6a5%205%200%200%200-2-.9V6h-6a1%201%200%200%200-1%201v10a1%201%200%200%200%201%201h.418c.324.74.82%201.385%201.438%201.886l.024.114H14c-.768%200-1.47-.289-2-.764A3%203%200%200%201%2010%2020H4a2%202%200%200%201-2-2V6a2%202%200%200%201%202-2zm9%208a4%204%200%200%201%202.236%207.316L21.1%2020h-4.2l-.136-.684A4%204%200%200%201%2019%2012M4%2018h6a1%201%200%200%200%201-1V7a1%201%200%200%200-1-1H4z%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.768%200%201.47.289%202%20.764A3%203%200%200%201%2014%204h6a2%202%200%200%201%202%202v6a5%205%200%200%200-2-.9V6h-6a1%201%200%200%200-1%201v10a1%201%200%200%200%201%201h.418c.324.74.82%201.385%201.438%201.886l.024.114H14c-.768%200-1.47-.289-2-.764A3%203%200%200%201%2010%2020H4a2%202%200%200%201-2-2V6a2%202%200%200%201%202-2zm9%208a4%204%200%200%201%202.236%207.316L21.1%2020h-4.2l-.136-.684A4%204%200%200%201%2019%2012M4%2018h6a1%201%200%200%200%201-1V7a1%201%200%200%200-1-1H4z%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-filled.svg?color=%231a73e8&size=48