book open lightbulb icon

book-open-lightbulb-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
book-open-lightbulb-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

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 4c.98 0 1.865.402 2.5 1.05A3.5 3.5 0 0 1 16.5 4H24a2 2 0 0 1 2 2v7.528a6 6 0 0 0-2-1.186V6h-7.5A1.5 1.5 0 0 0 15 7.5v13a1.5 1.5 0 0 0 1.5 1.5h1.036c.383.426.824.799 1.314 1.102l.18.898H16.5a3.5 3.5 0 0 1-2.5-1.05A3.5 3.5 0 0 1 11.5 24H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zM22 13a5 5 0 0 1 2.258 9.46l-.109.54h-4.3l-.108-.54A5 5 0 0 1 22 13M4 22h7.5a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 11.5 6H4z"/></svg>

React

import type { SVGProps } from "react";

export function FluentBookOpenLightbulb28Filled(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 4c.98 0 1.865.402 2.5 1.05A3.5 3.5 0 0 1 16.5 4H24a2 2 0 0 1 2 2v7.528a6 6 0 0 0-2-1.186V6h-7.5A1.5 1.5 0 0 0 15 7.5v13a1.5 1.5 0 0 0 1.5 1.5h1.036c.383.426.824.799 1.314 1.102l.18.898H16.5a3.5 3.5 0 0 1-2.5-1.05A3.5 3.5 0 0 1 11.5 24H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zM22 13a5 5 0 0 1 2.258 9.46l-.109.54h-4.3l-.108-.54A5 5 0 0 1 22 13M4 22h7.5a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 11.5 6H4z"/></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 4c.98 0 1.865.402 2.5 1.05A3.5 3.5 0 0 1 16.5 4H24a2 2 0 0 1 2 2v7.528a6 6 0 0 0-2-1.186V6h-7.5A1.5 1.5 0 0 0 15 7.5v13a1.5 1.5 0 0 0 1.5 1.5h1.036c.383.426.824.799 1.314 1.102l.18.898H16.5a3.5 3.5 0 0 1-2.5-1.05A3.5 3.5 0 0 1 11.5 24H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zM22 13a5 5 0 0 1 2.258 9.46l-.109.54h-4.3l-.108-.54A5 5 0 0 1 22 13M4 22h7.5a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 11.5 6H4z"/></svg>
</template>

CSS

.icon-book-open-lightbulb-28-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%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%204c.98%200%201.865.402%202.5%201.05A3.5%203.5%200%200%201%2016.5%204H24a2%202%200%200%201%202%202v7.528a6%206%200%200%200-2-1.186V6h-7.5A1.5%201.5%200%200%200%2015%207.5v13a1.5%201.5%200%200%200%201.5%201.5h1.036c.383.426.824.799%201.314%201.102l.18.898H16.5a3.5%203.5%200%200%201-2.5-1.05A3.5%203.5%200%200%201%2011.5%2024H4a2%202%200%200%201-2-2V6a2%202%200%200%201%202-2zM22%2013a5%205%200%200%201%202.258%209.46l-.109.54h-4.3l-.108-.54A5%205%200%200%201%2022%2013M4%2022h7.5a1.5%201.5%200%200%200%201.5-1.5v-13A1.5%201.5%200%200%200%2011.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%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%204c.98%200%201.865.402%202.5%201.05A3.5%203.5%200%200%201%2016.5%204H24a2%202%200%200%201%202%202v7.528a6%206%200%200%200-2-1.186V6h-7.5A1.5%201.5%200%200%200%2015%207.5v13a1.5%201.5%200%200%200%201.5%201.5h1.036c.383.426.824.799%201.314%201.102l.18.898H16.5a3.5%203.5%200%200%201-2.5-1.05A3.5%203.5%200%200%201%2011.5%2024H4a2%202%200%200%201-2-2V6a2%202%200%200%201%202-2zM22%2013a5%205%200%200%201%202.258%209.46l-.109.54h-4.3l-.108-.54A5%205%200%200%201%2022%2013M4%2022h7.5a1.5%201.5%200%200%200%201.5-1.5v-13A1.5%201.5%200%200%200%2011.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-28-filled.svg?color=%231a73e8&size=48