book open lightbulb icon
book-open-lightbulb-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- book-open-lightbulb-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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-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 28 28"><path fill="currentColor" d="M23.791 24.794A1.5 1.5 0 0 1 22.321 26h-.641a1.5 1.5 0 0 1-1.471-1.206l-.16-.794h3.901zM11.5 4c1.005 0 1.904.456 2.5 1.173A3.24 3.24 0 0 1 16.5 4h7.75c.966 0 1.75.784 1.75 1.75v7.778a6 6 0 0 0-1.5-.983V5.75a.25.25 0 0 0-.25-.25H16.5a1.75 1.75 0 0 0-1.75 1.75v13.5c0 .966.784 1.75 1.75 1.75h1.542q.378.333.808.602l.18.898H16.5a3.24 3.24 0 0 1-2.5-1.173A3.24 3.24 0 0 1 11.5 24H3.75A1.75 1.75 0 0 1 2 22.25V5.75C2 4.784 2.784 4 3.75 4zM22 13a5 5 0 0 1 2.258 9.46l-.109.54h-4.3l-.108-.54A5 5 0 0 1 22 13M3.75 5.5a.25.25 0 0 0-.25.25v16.5c0 .138.112.25.25.25h7.75a1.75 1.75 0 0 0 1.75-1.75V7.25A1.75 1.75 0 0 0 11.5 5.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBookOpenLightbulb28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M23.791 24.794A1.5 1.5 0 0 1 22.321 26h-.641a1.5 1.5 0 0 1-1.471-1.206l-.16-.794h3.901zM11.5 4c1.005 0 1.904.456 2.5 1.173A3.24 3.24 0 0 1 16.5 4h7.75c.966 0 1.75.784 1.75 1.75v7.778a6 6 0 0 0-1.5-.983V5.75a.25.25 0 0 0-.25-.25H16.5a1.75 1.75 0 0 0-1.75 1.75v13.5c0 .966.784 1.75 1.75 1.75h1.542q.378.333.808.602l.18.898H16.5a3.24 3.24 0 0 1-2.5-1.173A3.24 3.24 0 0 1 11.5 24H3.75A1.75 1.75 0 0 1 2 22.25V5.75C2 4.784 2.784 4 3.75 4zM22 13a5 5 0 0 1 2.258 9.46l-.109.54h-4.3l-.108-.54A5 5 0 0 1 22 13M3.75 5.5a.25.25 0 0 0-.25.25v16.5c0 .138.112.25.25.25h7.75a1.75 1.75 0 0 0 1.75-1.75V7.25A1.75 1.75 0 0 0 11.5 5.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M23.791 24.794A1.5 1.5 0 0 1 22.321 26h-.641a1.5 1.5 0 0 1-1.471-1.206l-.16-.794h3.901zM11.5 4c1.005 0 1.904.456 2.5 1.173A3.24 3.24 0 0 1 16.5 4h7.75c.966 0 1.75.784 1.75 1.75v7.778a6 6 0 0 0-1.5-.983V5.75a.25.25 0 0 0-.25-.25H16.5a1.75 1.75 0 0 0-1.75 1.75v13.5c0 .966.784 1.75 1.75 1.75h1.542q.378.333.808.602l.18.898H16.5a3.24 3.24 0 0 1-2.5-1.173A3.24 3.24 0 0 1 11.5 24H3.75A1.75 1.75 0 0 1 2 22.25V5.75C2 4.784 2.784 4 3.75 4zM22 13a5 5 0 0 1 2.258 9.46l-.109.54h-4.3l-.108-.54A5 5 0 0 1 22 13M3.75 5.5a.25.25 0 0 0-.25.25v16.5c0 .138.112.25.25.25h7.75a1.75 1.75 0 0 0 1.75-1.75V7.25A1.75 1.75 0 0 0 11.5 5.5z"/></svg> </template>
CSS
.icon-book-open-lightbulb-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.791%2024.794A1.5%201.5%200%200%201%2022.321%2026h-.641a1.5%201.5%200%200%201-1.471-1.206l-.16-.794h3.901zM11.5%204c1.005%200%201.904.456%202.5%201.173A3.24%203.24%200%200%201%2016.5%204h7.75c.966%200%201.75.784%201.75%201.75v7.778a6%206%200%200%200-1.5-.983V5.75a.25.25%200%200%200-.25-.25H16.5a1.75%201.75%200%200%200-1.75%201.75v13.5c0%20.966.784%201.75%201.75%201.75h1.542q.378.333.808.602l.18.898H16.5a3.24%203.24%200%200%201-2.5-1.173A3.24%203.24%200%200%201%2011.5%2024H3.75A1.75%201.75%200%200%201%202%2022.25V5.75C2%204.784%202.784%204%203.75%204zM22%2013a5%205%200%200%201%202.258%209.46l-.109.54h-4.3l-.108-.54A5%205%200%200%201%2022%2013M3.75%205.5a.25.25%200%200%200-.25.25v16.5c0%20.138.112.25.25.25h7.75a1.75%201.75%200%200%200%201.75-1.75V7.25A1.75%201.75%200%200%200%2011.5%205.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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.791%2024.794A1.5%201.5%200%200%201%2022.321%2026h-.641a1.5%201.5%200%200%201-1.471-1.206l-.16-.794h3.901zM11.5%204c1.005%200%201.904.456%202.5%201.173A3.24%203.24%200%200%201%2016.5%204h7.75c.966%200%201.75.784%201.75%201.75v7.778a6%206%200%200%200-1.5-.983V5.75a.25.25%200%200%200-.25-.25H16.5a1.75%201.75%200%200%200-1.75%201.75v13.5c0%20.966.784%201.75%201.75%201.75h1.542q.378.333.808.602l.18.898H16.5a3.24%203.24%200%200%201-2.5-1.173A3.24%203.24%200%200%201%2011.5%2024H3.75A1.75%201.75%200%200%201%202%2022.25V5.75C2%204.784%202.784%204%203.75%204zM22%2013a5%205%200%200%201%202.258%209.46l-.109.54h-4.3l-.108-.54A5%205%200%200%201%2022%2013M3.75%205.5a.25.25%200%200%200-.25.25v16.5c0%20.138.112.25.25.25h7.75a1.75%201.75%200%200%200%201.75-1.75V7.25A1.75%201.75%200%200%200%2011.5%205.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-28-regular.svg?color=%231a73e8&size=48