book open lightbulb icon
book-open-lightbulb-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- book-open-lightbulb-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- 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-24-regularbook-open-lightbulb-28-filledbook-open-lightbulb-28-regularbook-open-lightbulb-32-filledbook-open-lightbulb-32-regularbook-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 48 48"><path fill="currentColor" d="M40.402 41.99A2.5 2.5 0 0 1 37.95 44h-1.9a2.5 2.5 0 0 1-2.452-2.01L33.199 40h7.6zM20 8c1.576 0 2.997.663 4 1.725A5.5 5.5 0 0 1 28 8h13a3 3 0 0 1 3 3v11.86a10 10 0 0 0-3-2.026V11H28a2.5 2.5 0 0 0-2.5 2.5v21A2.5 2.5 0 0 0 28 37h1.862q.404.413.854.777L31.16 40H28a5.5 5.5 0 0 1-4-1.725A5.5 5.5 0 0 1 20 40H7a3 3 0 0 1-3-3V11a3 3 0 0 1 3-3zm17 14a8 8 0 0 1 4.473 14.633L41.199 38h-8.4l-.273-1.367A8 8 0 0 1 37 22M7 37h13a2.5 2.5 0 0 0 2.5-2.5v-21A2.5 2.5 0 0 0 20 11H7z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBookOpenLightbulb48Filled(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="M40.402 41.99A2.5 2.5 0 0 1 37.95 44h-1.9a2.5 2.5 0 0 1-2.452-2.01L33.199 40h7.6zM20 8c1.576 0 2.997.663 4 1.725A5.5 5.5 0 0 1 28 8h13a3 3 0 0 1 3 3v11.86a10 10 0 0 0-3-2.026V11H28a2.5 2.5 0 0 0-2.5 2.5v21A2.5 2.5 0 0 0 28 37h1.862q.404.413.854.777L31.16 40H28a5.5 5.5 0 0 1-4-1.725A5.5 5.5 0 0 1 20 40H7a3 3 0 0 1-3-3V11a3 3 0 0 1 3-3zm17 14a8 8 0 0 1 4.473 14.633L41.199 38h-8.4l-.273-1.367A8 8 0 0 1 37 22M7 37h13a2.5 2.5 0 0 0 2.5-2.5v-21A2.5 2.5 0 0 0 20 11H7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M40.402 41.99A2.5 2.5 0 0 1 37.95 44h-1.9a2.5 2.5 0 0 1-2.452-2.01L33.199 40h7.6zM20 8c1.576 0 2.997.663 4 1.725A5.5 5.5 0 0 1 28 8h13a3 3 0 0 1 3 3v11.86a10 10 0 0 0-3-2.026V11H28a2.5 2.5 0 0 0-2.5 2.5v21A2.5 2.5 0 0 0 28 37h1.862q.404.413.854.777L31.16 40H28a5.5 5.5 0 0 1-4-1.725A5.5 5.5 0 0 1 20 40H7a3 3 0 0 1-3-3V11a3 3 0 0 1 3-3zm17 14a8 8 0 0 1 4.473 14.633L41.199 38h-8.4l-.273-1.367A8 8 0 0 1 37 22M7 37h13a2.5 2.5 0 0 0 2.5-2.5v-21A2.5 2.5 0 0 0 20 11H7z"/></svg> </template>
CSS
.icon-book-open-lightbulb-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M40.402%2041.99A2.5%202.5%200%200%201%2037.95%2044h-1.9a2.5%202.5%200%200%201-2.452-2.01L33.199%2040h7.6zM20%208c1.576%200%202.997.663%204%201.725A5.5%205.5%200%200%201%2028%208h13a3%203%200%200%201%203%203v11.86a10%2010%200%200%200-3-2.026V11H28a2.5%202.5%200%200%200-2.5%202.5v21A2.5%202.5%200%200%200%2028%2037h1.862q.404.413.854.777L31.16%2040H28a5.5%205.5%200%200%201-4-1.725A5.5%205.5%200%200%201%2020%2040H7a3%203%200%200%201-3-3V11a3%203%200%200%201%203-3zm17%2014a8%208%200%200%201%204.473%2014.633L41.199%2038h-8.4l-.273-1.367A8%208%200%200%201%2037%2022M7%2037h13a2.5%202.5%200%200%200%202.5-2.5v-21A2.5%202.5%200%200%200%2020%2011H7z%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%22M40.402%2041.99A2.5%202.5%200%200%201%2037.95%2044h-1.9a2.5%202.5%200%200%201-2.452-2.01L33.199%2040h7.6zM20%208c1.576%200%202.997.663%204%201.725A5.5%205.5%200%200%201%2028%208h13a3%203%200%200%201%203%203v11.86a10%2010%200%200%200-3-2.026V11H28a2.5%202.5%200%200%200-2.5%202.5v21A2.5%202.5%200%200%200%2028%2037h1.862q.404.413.854.777L31.16%2040H28a5.5%205.5%200%200%201-4-1.725A5.5%205.5%200%200%201%2020%2040H7a3%203%200%200%201-3-3V11a3%203%200%200%201%203-3zm17%2014a8%208%200%200%201%204.473%2014.633L41.199%2038h-8.4l-.273-1.367A8%208%200%200%201%2037%2022M7%2037h13a2.5%202.5%200%200%200%202.5-2.5v-21A2.5%202.5%200%200%200%2020%2011H7z%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-48-filled.svg?color=%231a73e8&size=48