library-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
library-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

9 other variants in Fluent UI System Icons

The same icon in other sets

Use the library icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.5 3A1.5 1.5 0 0 1 7 4.5v15A1.5 1.5 0 0 1 5.5 21h-2A1.5 1.5 0 0 1 2 19.5v-15A1.5 1.5 0 0 1 3.5 3zm6 0A1.5 1.5 0 0 1 13 4.5v15a1.5 1.5 0 0 1-1.5 1.5h-2A1.5 1.5 0 0 1 8 19.5v-15A1.5 1.5 0 0 1 9.5 3zm7.281 3.124l3.214 12.519a1.5 1.5 0 0 1-1.08 1.826l-1.876.48a1.5 1.5 0 0 1-1.826-1.08L13.999 7.354a1.5 1.5 0 0 1 1.08-1.826l1.876-.483a1.5 1.5 0 0 1 1.826 1.08"/></svg>

React

import type { SVGProps } from "react";

export function FluentLibrary24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.5 3A1.5 1.5 0 0 1 7 4.5v15A1.5 1.5 0 0 1 5.5 21h-2A1.5 1.5 0 0 1 2 19.5v-15A1.5 1.5 0 0 1 3.5 3zm6 0A1.5 1.5 0 0 1 13 4.5v15a1.5 1.5 0 0 1-1.5 1.5h-2A1.5 1.5 0 0 1 8 19.5v-15A1.5 1.5 0 0 1 9.5 3zm7.281 3.124l3.214 12.519a1.5 1.5 0 0 1-1.08 1.826l-1.876.48a1.5 1.5 0 0 1-1.826-1.08L13.999 7.354a1.5 1.5 0 0 1 1.08-1.826l1.876-.483a1.5 1.5 0 0 1 1.826 1.08"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.5 3A1.5 1.5 0 0 1 7 4.5v15A1.5 1.5 0 0 1 5.5 21h-2A1.5 1.5 0 0 1 2 19.5v-15A1.5 1.5 0 0 1 3.5 3zm6 0A1.5 1.5 0 0 1 13 4.5v15a1.5 1.5 0 0 1-1.5 1.5h-2A1.5 1.5 0 0 1 8 19.5v-15A1.5 1.5 0 0 1 9.5 3zm7.281 3.124l3.214 12.519a1.5 1.5 0 0 1-1.08 1.826l-1.876.48a1.5 1.5 0 0 1-1.826-1.08L13.999 7.354a1.5 1.5 0 0 1 1.08-1.826l1.876-.483a1.5 1.5 0 0 1 1.826 1.08"/></svg>
</template>

CSS

.icon-library-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.5%203A1.5%201.5%200%200%201%207%204.5v15A1.5%201.5%200%200%201%205.5%2021h-2A1.5%201.5%200%200%201%202%2019.5v-15A1.5%201.5%200%200%201%203.5%203zm6%200A1.5%201.5%200%200%201%2013%204.5v15a1.5%201.5%200%200%201-1.5%201.5h-2A1.5%201.5%200%200%201%208%2019.5v-15A1.5%201.5%200%200%201%209.5%203zm7.281%203.124l3.214%2012.519a1.5%201.5%200%200%201-1.08%201.826l-1.876.48a1.5%201.5%200%200%201-1.826-1.08L13.999%207.354a1.5%201.5%200%200%201%201.08-1.826l1.876-.483a1.5%201.5%200%200%201%201.826%201.08%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.5%203A1.5%201.5%200%200%201%207%204.5v15A1.5%201.5%200%200%201%205.5%2021h-2A1.5%201.5%200%200%201%202%2019.5v-15A1.5%201.5%200%200%201%203.5%203zm6%200A1.5%201.5%200%200%201%2013%204.5v15a1.5%201.5%200%200%201-1.5%201.5h-2A1.5%201.5%200%200%201%208%2019.5v-15A1.5%201.5%200%200%201%209.5%203zm7.281%203.124l3.214%2012.519a1.5%201.5%200%200%201-1.08%201.826l-1.876.48a1.5%201.5%200%200%201-1.826-1.08L13.999%207.354a1.5%201.5%200%200%201%201.08-1.826l1.876-.483a1.5%201.5%200%200%201%201.826%201.08%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/library-24-filled.svg?color=%231a73e8&size=48