book open lightbulb icon
book-open-lightbulb-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- book-open-lightbulb-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
book-open-lightbulb-16-filledbook-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-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 16 16"><path fill="currentColor" d="m14.4 13l-.239 1.196a1 1 0 0 1-.98.804h-.362a1 1 0 0 1-.98-.804L11.599 13zM6 2c.818 0 1.544.393 2 1c.456-.607 1.182-1 2-1h3.5A1.5 1.5 0 0 1 15 3.5v2.036a4 4 0 0 0-1-.41V3.5a.5.5 0 0 0-.5-.5H10a1.5 1.5 0 0 0-1.5 1.5v7A1.5 1.5 0 0 0 10 13h.58l.2 1H10a2.5 2.5 0 0 1-2-1c-.456.607-1.182 1-2 1H2.5A1.5 1.5 0 0 1 1 12.5v-9A1.5 1.5 0 0 1 2.5 2zM2.5 3a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5H6a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 6 3zM13 6a3 3 0 0 1 1.706 5.468L14.6 12h-3.2l-.106-.532A3 3 0 0 1 13 6"/></svg>
React
import type { SVGProps } from "react";
export function FluentBookOpenLightbulb16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m14.4 13l-.239 1.196a1 1 0 0 1-.98.804h-.362a1 1 0 0 1-.98-.804L11.599 13zM6 2c.818 0 1.544.393 2 1c.456-.607 1.182-1 2-1h3.5A1.5 1.5 0 0 1 15 3.5v2.036a4 4 0 0 0-1-.41V3.5a.5.5 0 0 0-.5-.5H10a1.5 1.5 0 0 0-1.5 1.5v7A1.5 1.5 0 0 0 10 13h.58l.2 1H10a2.5 2.5 0 0 1-2-1c-.456.607-1.182 1-2 1H2.5A1.5 1.5 0 0 1 1 12.5v-9A1.5 1.5 0 0 1 2.5 2zM2.5 3a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5H6a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 6 3zM13 6a3 3 0 0 1 1.706 5.468L14.6 12h-3.2l-.106-.532A3 3 0 0 1 13 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m14.4 13l-.239 1.196a1 1 0 0 1-.98.804h-.362a1 1 0 0 1-.98-.804L11.599 13zM6 2c.818 0 1.544.393 2 1c.456-.607 1.182-1 2-1h3.5A1.5 1.5 0 0 1 15 3.5v2.036a4 4 0 0 0-1-.41V3.5a.5.5 0 0 0-.5-.5H10a1.5 1.5 0 0 0-1.5 1.5v7A1.5 1.5 0 0 0 10 13h.58l.2 1H10a2.5 2.5 0 0 1-2-1c-.456.607-1.182 1-2 1H2.5A1.5 1.5 0 0 1 1 12.5v-9A1.5 1.5 0 0 1 2.5 2zM2.5 3a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5H6a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 6 3zM13 6a3 3 0 0 1 1.706 5.468L14.6 12h-3.2l-.106-.532A3 3 0 0 1 13 6"/></svg> </template>
CSS
.icon-book-open-lightbulb-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.4%2013l-.239%201.196a1%201%200%200%201-.98.804h-.362a1%201%200%200%201-.98-.804L11.599%2013zM6%202c.818%200%201.544.393%202%201c.456-.607%201.182-1%202-1h3.5A1.5%201.5%200%200%201%2015%203.5v2.036a4%204%200%200%200-1-.41V3.5a.5.5%200%200%200-.5-.5H10a1.5%201.5%200%200%200-1.5%201.5v7A1.5%201.5%200%200%200%2010%2013h.58l.2%201H10a2.5%202.5%200%200%201-2-1c-.456.607-1.182%201-2%201H2.5A1.5%201.5%200%200%201%201%2012.5v-9A1.5%201.5%200%200%201%202.5%202zM2.5%203a.5.5%200%200%200-.5.5v9a.5.5%200%200%200%20.5.5H6a1.5%201.5%200%200%200%201.5-1.5v-7A1.5%201.5%200%200%200%206%203zM13%206a3%203%200%200%201%201.706%205.468L14.6%2012h-3.2l-.106-.532A3%203%200%200%201%2013%206%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.4%2013l-.239%201.196a1%201%200%200%201-.98.804h-.362a1%201%200%200%201-.98-.804L11.599%2013zM6%202c.818%200%201.544.393%202%201c.456-.607%201.182-1%202-1h3.5A1.5%201.5%200%200%201%2015%203.5v2.036a4%204%200%200%200-1-.41V3.5a.5.5%200%200%200-.5-.5H10a1.5%201.5%200%200%200-1.5%201.5v7A1.5%201.5%200%200%200%2010%2013h.58l.2%201H10a2.5%202.5%200%200%201-2-1c-.456.607-1.182%201-2%201H2.5A1.5%201.5%200%200%201%201%2012.5v-9A1.5%201.5%200%200%201%202.5%202zM2.5%203a.5.5%200%200%200-.5.5v9a.5.5%200%200%200%20.5.5H6a1.5%201.5%200%200%200%201.5-1.5v-7A1.5%201.5%200%200%200%206%203zM13%206a3%203%200%200%201%201.706%205.468L14.6%2012h-3.2l-.106-.532A3%203%200%200%201%2013%206%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-16-regular.svg?color=%231a73e8&size=48