book open lightbulb icon
book-open-lightbulb-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- book-open-lightbulb-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- 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-filled
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.602 0 3.037.718 4 1.85A5.24 5.24 0 0 1 28 8h13.25A2.75 2.75 0 0 1 44 10.75v12.11a10 10 0 0 0-2.5-1.79V10.75a.25.25 0 0 0-.25-.25H28a2.75 2.75 0 0 0-2.75 2.75v21.5A2.75 2.75 0 0 0 28 37.5h2.39q.16.142.326.277L31.16 40H28a5.24 5.24 0 0 1-4-1.85A5.24 5.24 0 0 1 20 40H6.75A2.75 2.75 0 0 1 4 37.25v-26.5A2.75 2.75 0 0 1 6.75 8zm17 14a8 8 0 0 1 4.473 14.633L41.199 38h-8.4l-.273-1.367A8 8 0 0 1 37 22M6.75 10.5a.25.25 0 0 0-.25.25v26.5c0 .138.112.25.25.25H20a2.75 2.75 0 0 0 2.75-2.75v-21.5A2.75 2.75 0 0 0 20 10.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBookOpenLightbulb48Regular(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.602 0 3.037.718 4 1.85A5.24 5.24 0 0 1 28 8h13.25A2.75 2.75 0 0 1 44 10.75v12.11a10 10 0 0 0-2.5-1.79V10.75a.25.25 0 0 0-.25-.25H28a2.75 2.75 0 0 0-2.75 2.75v21.5A2.75 2.75 0 0 0 28 37.5h2.39q.16.142.326.277L31.16 40H28a5.24 5.24 0 0 1-4-1.85A5.24 5.24 0 0 1 20 40H6.75A2.75 2.75 0 0 1 4 37.25v-26.5A2.75 2.75 0 0 1 6.75 8zm17 14a8 8 0 0 1 4.473 14.633L41.199 38h-8.4l-.273-1.367A8 8 0 0 1 37 22M6.75 10.5a.25.25 0 0 0-.25.25v26.5c0 .138.112.25.25.25H20a2.75 2.75 0 0 0 2.75-2.75v-21.5A2.75 2.75 0 0 0 20 10.5z"/></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.602 0 3.037.718 4 1.85A5.24 5.24 0 0 1 28 8h13.25A2.75 2.75 0 0 1 44 10.75v12.11a10 10 0 0 0-2.5-1.79V10.75a.25.25 0 0 0-.25-.25H28a2.75 2.75 0 0 0-2.75 2.75v21.5A2.75 2.75 0 0 0 28 37.5h2.39q.16.142.326.277L31.16 40H28a5.24 5.24 0 0 1-4-1.85A5.24 5.24 0 0 1 20 40H6.75A2.75 2.75 0 0 1 4 37.25v-26.5A2.75 2.75 0 0 1 6.75 8zm17 14a8 8 0 0 1 4.473 14.633L41.199 38h-8.4l-.273-1.367A8 8 0 0 1 37 22M6.75 10.5a.25.25 0 0 0-.25.25v26.5c0 .138.112.25.25.25H20a2.75 2.75 0 0 0 2.75-2.75v-21.5A2.75 2.75 0 0 0 20 10.5z"/></svg> </template>
CSS
.icon-book-open-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%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.602%200%203.037.718%204%201.85A5.24%205.24%200%200%201%2028%208h13.25A2.75%202.75%200%200%201%2044%2010.75v12.11a10%2010%200%200%200-2.5-1.79V10.75a.25.25%200%200%200-.25-.25H28a2.75%202.75%200%200%200-2.75%202.75v21.5A2.75%202.75%200%200%200%2028%2037.5h2.39q.16.142.326.277L31.16%2040H28a5.24%205.24%200%200%201-4-1.85A5.24%205.24%200%200%201%2020%2040H6.75A2.75%202.75%200%200%201%204%2037.25v-26.5A2.75%202.75%200%200%201%206.75%208zm17%2014a8%208%200%200%201%204.473%2014.633L41.199%2038h-8.4l-.273-1.367A8%208%200%200%201%2037%2022M6.75%2010.5a.25.25%200%200%200-.25.25v26.5c0%20.138.112.25.25.25H20a2.75%202.75%200%200%200%202.75-2.75v-21.5A2.75%202.75%200%200%200%2020%2010.5z%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.602%200%203.037.718%204%201.85A5.24%205.24%200%200%201%2028%208h13.25A2.75%202.75%200%200%201%2044%2010.75v12.11a10%2010%200%200%200-2.5-1.79V10.75a.25.25%200%200%200-.25-.25H28a2.75%202.75%200%200%200-2.75%202.75v21.5A2.75%202.75%200%200%200%2028%2037.5h2.39q.16.142.326.277L31.16%2040H28a5.24%205.24%200%200%201-4-1.85A5.24%205.24%200%200%201%2020%2040H6.75A2.75%202.75%200%200%201%204%2037.25v-26.5A2.75%202.75%200%200%201%206.75%208zm17%2014a8%208%200%200%201%204.473%2014.633L41.199%2038h-8.4l-.273-1.367A8%208%200%200%201%2037%2022M6.75%2010.5a.25.25%200%200%200-.25.25v26.5c0%20.138.112.25.25.25H20a2.75%202.75%200%200%200%202.75-2.75v-21.5A2.75%202.75%200%200%200%2020%2010.5z%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-regular.svg?color=%231a73e8&size=48