book open lightbulb icon
book-open-lightbulb-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- book-open-lightbulb-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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-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 32 32"><path fill="currentColor" d="M27.821 29.393A2 2 0 0 1 25.861 31h-.721a2 2 0 0 1-1.961-1.607L23 28.5h5zM12.5 4c1.414 0 2.675.652 3.5 1.67A4.5 4.5 0 0 1 19.5 4H28a2 2 0 0 1 2 2v10.139a7 7 0 0 0-2-1.178V6h-8.5A2.5 2.5 0 0 0 17 8.5v15a2.5 2.5 0 0 0 2.5 2.5h.646q.462.548 1.022.992l.002.008l.2 1H19.5a4.5 4.5 0 0 1-3.5-1.67A4.5 4.5 0 0 1 12.5 28H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zm13 12a5.5 5.5 0 0 1 2.975 10.124L28.3 27h-5.6l-.176-.876A5.5 5.5 0 0 1 25.5 16M4 26h8.5a2.5 2.5 0 0 0 2.5-2.5v-15A2.5 2.5 0 0 0 12.5 6H4z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBookOpenLightbulb32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.821 29.393A2 2 0 0 1 25.861 31h-.721a2 2 0 0 1-1.961-1.607L23 28.5h5zM12.5 4c1.414 0 2.675.652 3.5 1.67A4.5 4.5 0 0 1 19.5 4H28a2 2 0 0 1 2 2v10.139a7 7 0 0 0-2-1.178V6h-8.5A2.5 2.5 0 0 0 17 8.5v15a2.5 2.5 0 0 0 2.5 2.5h.646q.462.548 1.022.992l.002.008l.2 1H19.5a4.5 4.5 0 0 1-3.5-1.67A4.5 4.5 0 0 1 12.5 28H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zm13 12a5.5 5.5 0 0 1 2.975 10.124L28.3 27h-5.6l-.176-.876A5.5 5.5 0 0 1 25.5 16M4 26h8.5a2.5 2.5 0 0 0 2.5-2.5v-15A2.5 2.5 0 0 0 12.5 6H4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.821 29.393A2 2 0 0 1 25.861 31h-.721a2 2 0 0 1-1.961-1.607L23 28.5h5zM12.5 4c1.414 0 2.675.652 3.5 1.67A4.5 4.5 0 0 1 19.5 4H28a2 2 0 0 1 2 2v10.139a7 7 0 0 0-2-1.178V6h-8.5A2.5 2.5 0 0 0 17 8.5v15a2.5 2.5 0 0 0 2.5 2.5h.646q.462.548 1.022.992l.002.008l.2 1H19.5a4.5 4.5 0 0 1-3.5-1.67A4.5 4.5 0 0 1 12.5 28H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zm13 12a5.5 5.5 0 0 1 2.975 10.124L28.3 27h-5.6l-.176-.876A5.5 5.5 0 0 1 25.5 16M4 26h8.5a2.5 2.5 0 0 0 2.5-2.5v-15A2.5 2.5 0 0 0 12.5 6H4z"/></svg> </template>
CSS
.icon-book-open-lightbulb-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.821%2029.393A2%202%200%200%201%2025.861%2031h-.721a2%202%200%200%201-1.961-1.607L23%2028.5h5zM12.5%204c1.414%200%202.675.652%203.5%201.67A4.5%204.5%200%200%201%2019.5%204H28a2%202%200%200%201%202%202v10.139a7%207%200%200%200-2-1.178V6h-8.5A2.5%202.5%200%200%200%2017%208.5v15a2.5%202.5%200%200%200%202.5%202.5h.646q.462.548%201.022.992l.002.008l.2%201H19.5a4.5%204.5%200%200%201-3.5-1.67A4.5%204.5%200%200%201%2012.5%2028H4a2%202%200%200%201-2-2V6a2%202%200%200%201%202-2zm13%2012a5.5%205.5%200%200%201%202.975%2010.124L28.3%2027h-5.6l-.176-.876A5.5%205.5%200%200%201%2025.5%2016M4%2026h8.5a2.5%202.5%200%200%200%202.5-2.5v-15A2.5%202.5%200%200%200%2012.5%206H4z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.821%2029.393A2%202%200%200%201%2025.861%2031h-.721a2%202%200%200%201-1.961-1.607L23%2028.5h5zM12.5%204c1.414%200%202.675.652%203.5%201.67A4.5%204.5%200%200%201%2019.5%204H28a2%202%200%200%201%202%202v10.139a7%207%200%200%200-2-1.178V6h-8.5A2.5%202.5%200%200%200%2017%208.5v15a2.5%202.5%200%200%200%202.5%202.5h.646q.462.548%201.022.992l.002.008l.2%201H19.5a4.5%204.5%200%200%201-3.5-1.67A4.5%204.5%200%200%201%2012.5%2028H4a2%202%200%200%201-2-2V6a2%202%200%200%201%202-2zm13%2012a5.5%205.5%200%200%201%202.975%2010.124L28.3%2027h-5.6l-.176-.876A5.5%205.5%200%200%201%2025.5%2016M4%2026h8.5a2.5%202.5%200%200%200%202.5-2.5v-15A2.5%202.5%200%200%200%2012.5%206H4z%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-32-regular.svg?color=%231a73e8&size=48