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

Name
library-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M3 5.5A2.5 2.5 0 0 1 5.5 3h2A2.5 2.5 0 0 1 10 5.5v21A2.5 2.5 0 0 1 7.5 29h-2A2.5 2.5 0 0 1 3 26.5zm9 0A2.5 2.5 0 0 1 14.5 3h2A2.5 2.5 0 0 1 19 5.5v21a2.5 2.5 0 0 1-2.5 2.5h-2a2.5 2.5 0 0 1-2.5-2.5zm9.8 2.105c-1.295.358-2.064 1.733-1.717 3.07l4.27 16.466c.348 1.338 1.678 2.131 2.973 1.773l1.875-.52c1.294-.357 2.063-1.732 1.716-3.07L26.647 8.86c-.348-1.338-1.678-2.131-2.973-1.773z"/></svg>

React

import type { SVGProps } from "react";

export function FluentLibrary32Filled(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="M3 5.5A2.5 2.5 0 0 1 5.5 3h2A2.5 2.5 0 0 1 10 5.5v21A2.5 2.5 0 0 1 7.5 29h-2A2.5 2.5 0 0 1 3 26.5zm9 0A2.5 2.5 0 0 1 14.5 3h2A2.5 2.5 0 0 1 19 5.5v21a2.5 2.5 0 0 1-2.5 2.5h-2a2.5 2.5 0 0 1-2.5-2.5zm9.8 2.105c-1.295.358-2.064 1.733-1.717 3.07l4.27 16.466c.348 1.338 1.678 2.131 2.973 1.773l1.875-.52c1.294-.357 2.063-1.732 1.716-3.07L26.647 8.86c-.348-1.338-1.678-2.131-2.973-1.773z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3 5.5A2.5 2.5 0 0 1 5.5 3h2A2.5 2.5 0 0 1 10 5.5v21A2.5 2.5 0 0 1 7.5 29h-2A2.5 2.5 0 0 1 3 26.5zm9 0A2.5 2.5 0 0 1 14.5 3h2A2.5 2.5 0 0 1 19 5.5v21a2.5 2.5 0 0 1-2.5 2.5h-2a2.5 2.5 0 0 1-2.5-2.5zm9.8 2.105c-1.295.358-2.064 1.733-1.717 3.07l4.27 16.466c.348 1.338 1.678 2.131 2.973 1.773l1.875-.52c1.294-.357 2.063-1.732 1.716-3.07L26.647 8.86c-.348-1.338-1.678-2.131-2.973-1.773z"/></svg>
</template>

CSS

.icon-library-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%205.5A2.5%202.5%200%200%201%205.5%203h2A2.5%202.5%200%200%201%2010%205.5v21A2.5%202.5%200%200%201%207.5%2029h-2A2.5%202.5%200%200%201%203%2026.5zm9%200A2.5%202.5%200%200%201%2014.5%203h2A2.5%202.5%200%200%201%2019%205.5v21a2.5%202.5%200%200%201-2.5%202.5h-2a2.5%202.5%200%200%201-2.5-2.5zm9.8%202.105c-1.295.358-2.064%201.733-1.717%203.07l4.27%2016.466c.348%201.338%201.678%202.131%202.973%201.773l1.875-.52c1.294-.357%202.063-1.732%201.716-3.07L26.647%208.86c-.348-1.338-1.678-2.131-2.973-1.773z%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%22M3%205.5A2.5%202.5%200%200%201%205.5%203h2A2.5%202.5%200%200%201%2010%205.5v21A2.5%202.5%200%200%201%207.5%2029h-2A2.5%202.5%200%200%201%203%2026.5zm9%200A2.5%202.5%200%200%201%2014.5%203h2A2.5%202.5%200%200%201%2019%205.5v21a2.5%202.5%200%200%201-2.5%202.5h-2a2.5%202.5%200%200%201-2.5-2.5zm9.8%202.105c-1.295.358-2.064%201.733-1.717%203.07l4.27%2016.466c.348%201.338%201.678%202.131%202.973%201.773l1.875-.52c1.294-.357%202.063-1.732%201.716-3.07L26.647%208.86c-.348-1.338-1.678-2.131-2.973-1.773z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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