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

Name
book-database-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

7 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the book database icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v4.126A9 9 0 0 0 14.5 8c-1.38 0-2.678.309-3.668.858c-.906.504-1.742 1.333-1.825 2.457L9 11.31V16H5a1 1 0 0 0 1 1h3.051c.077.37.236.703.449 1H6a2 2 0 0 1-2-2zm2.75 0a.75.75 0 0 0-.75.75v.5c0 .414.336.75.75.75h6.5a.75.75 0 0 0 .75-.75v-.5a.75.75 0 0 0-.75-.75zM17 9.42a6.5 6.5 0 0 0-1.12-.3A8 8 0 0 0 14.5 9c-2.485 0-4.5 1.12-4.5 2.5s2.015 2.5 4.5 2.5s4.5-1.12 4.5-2.5c0-.867-.794-1.63-2-2.08m1.168 4.722c-.99.55-2.288.858-3.668.858s-2.678-.309-3.668-.858a4.6 4.6 0 0 1-.832-.588v2.945c0 1.381 2.015 2.5 4.5 2.5S19 17.88 19 16.5l.001-2.946a4.5 4.5 0 0 1-.833.589"/></svg>

React

import type { SVGProps } from "react";

export function FluentBookDatabase20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v4.126A9 9 0 0 0 14.5 8c-1.38 0-2.678.309-3.668.858c-.906.504-1.742 1.333-1.825 2.457L9 11.31V16H5a1 1 0 0 0 1 1h3.051c.077.37.236.703.449 1H6a2 2 0 0 1-2-2zm2.75 0a.75.75 0 0 0-.75.75v.5c0 .414.336.75.75.75h6.5a.75.75 0 0 0 .75-.75v-.5a.75.75 0 0 0-.75-.75zM17 9.42a6.5 6.5 0 0 0-1.12-.3A8 8 0 0 0 14.5 9c-2.485 0-4.5 1.12-4.5 2.5s2.015 2.5 4.5 2.5s4.5-1.12 4.5-2.5c0-.867-.794-1.63-2-2.08m1.168 4.722c-.99.55-2.288.858-3.668.858s-2.678-.309-3.668-.858a4.6 4.6 0 0 1-.832-.588v2.945c0 1.381 2.015 2.5 4.5 2.5S19 17.88 19 16.5l.001-2.946a4.5 4.5 0 0 1-.833.589"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v4.126A9 9 0 0 0 14.5 8c-1.38 0-2.678.309-3.668.858c-.906.504-1.742 1.333-1.825 2.457L9 11.31V16H5a1 1 0 0 0 1 1h3.051c.077.37.236.703.449 1H6a2 2 0 0 1-2-2zm2.75 0a.75.75 0 0 0-.75.75v.5c0 .414.336.75.75.75h6.5a.75.75 0 0 0 .75-.75v-.5a.75.75 0 0 0-.75-.75zM17 9.42a6.5 6.5 0 0 0-1.12-.3A8 8 0 0 0 14.5 9c-2.485 0-4.5 1.12-4.5 2.5s2.015 2.5 4.5 2.5s4.5-1.12 4.5-2.5c0-.867-.794-1.63-2-2.08m1.168 4.722c-.99.55-2.288.858-3.668.858s-2.678-.309-3.668-.858a4.6 4.6 0 0 1-.832-.588v2.945c0 1.381 2.015 2.5 4.5 2.5S19 17.88 19 16.5l.001-2.946a4.5 4.5 0 0 1-.833.589"/></svg>
</template>

CSS

.icon-book-database-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%204a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v4.126A9%209%200%200%200%2014.5%208c-1.38%200-2.678.309-3.668.858c-.906.504-1.742%201.333-1.825%202.457L9%2011.31V16H5a1%201%200%200%200%201%201h3.051c.077.37.236.703.449%201H6a2%202%200%200%201-2-2zm2.75%200a.75.75%200%200%200-.75.75v.5c0%20.414.336.75.75.75h6.5a.75.75%200%200%200%20.75-.75v-.5a.75.75%200%200%200-.75-.75zM17%209.42a6.5%206.5%200%200%200-1.12-.3A8%208%200%200%200%2014.5%209c-2.485%200-4.5%201.12-4.5%202.5s2.015%202.5%204.5%202.5s4.5-1.12%204.5-2.5c0-.867-.794-1.63-2-2.08m1.168%204.722c-.99.55-2.288.858-3.668.858s-2.678-.309-3.668-.858a4.6%204.6%200%200%201-.832-.588v2.945c0%201.381%202.015%202.5%204.5%202.5S19%2017.88%2019%2016.5l.001-2.946a4.5%204.5%200%200%201-.833.589%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%204a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v4.126A9%209%200%200%200%2014.5%208c-1.38%200-2.678.309-3.668.858c-.906.504-1.742%201.333-1.825%202.457L9%2011.31V16H5a1%201%200%200%200%201%201h3.051c.077.37.236.703.449%201H6a2%202%200%200%201-2-2zm2.75%200a.75.75%200%200%200-.75.75v.5c0%20.414.336.75.75.75h6.5a.75.75%200%200%200%20.75-.75v-.5a.75.75%200%200%200-.75-.75zM17%209.42a6.5%206.5%200%200%200-1.12-.3A8%208%200%200%200%2014.5%209c-2.485%200-4.5%201.12-4.5%202.5s2.015%202.5%204.5%202.5s4.5-1.12%204.5-2.5c0-.867-.794-1.63-2-2.08m1.168%204.722c-.99.55-2.288.858-3.668.858s-2.678-.309-3.668-.858a4.6%204.6%200%200%201-.832-.588v2.945c0%201.381%202.015%202.5%204.5%202.5S19%2017.88%2019%2016.5l.001-2.946a4.5%204.5%200%200%201-.833.589%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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