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

Name
book-number-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the book number icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5 1h6a2 2 0 0 1 2 2v9.497a.5.5 0 0 1-.5.5H4V13a1 1 0 0 0 1 1h7.5a.5.5 0 0 1 0 1H5a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2m1 4.996h.601L6.38 7H5.5a.5.5 0 0 0 0 1h.658l-.142.639a.5.5 0 0 0 .977.216L7.182 8h.969l-.143.638a.5.5 0 1 0 .976.218L9.175 8H10a.5.5 0 0 0 0-1h-.602l.225-1.004h.877a.5.5 0 0 0 0-1h-.654l.141-.634a.5.5 0 0 0-.976-.218l-.19.852h-.974l.14-.635a.5.5 0 0 0-.976-.216l-.188.85H6a.5.5 0 0 0 0 1M7.403 7h.97l.225-1.004h-.972z"/></svg>

React

import type { SVGProps } from "react";

export function FluentBookNumber16Filled(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="M5 1h6a2 2 0 0 1 2 2v9.497a.5.5 0 0 1-.5.5H4V13a1 1 0 0 0 1 1h7.5a.5.5 0 0 1 0 1H5a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2m1 4.996h.601L6.38 7H5.5a.5.5 0 0 0 0 1h.658l-.142.639a.5.5 0 0 0 .977.216L7.182 8h.969l-.143.638a.5.5 0 1 0 .976.218L9.175 8H10a.5.5 0 0 0 0-1h-.602l.225-1.004h.877a.5.5 0 0 0 0-1h-.654l.141-.634a.5.5 0 0 0-.976-.218l-.19.852h-.974l.14-.635a.5.5 0 0 0-.976-.216l-.188.85H6a.5.5 0 0 0 0 1M7.403 7h.97l.225-1.004h-.972z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5 1h6a2 2 0 0 1 2 2v9.497a.5.5 0 0 1-.5.5H4V13a1 1 0 0 0 1 1h7.5a.5.5 0 0 1 0 1H5a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2m1 4.996h.601L6.38 7H5.5a.5.5 0 0 0 0 1h.658l-.142.639a.5.5 0 0 0 .977.216L7.182 8h.969l-.143.638a.5.5 0 1 0 .976.218L9.175 8H10a.5.5 0 0 0 0-1h-.602l.225-1.004h.877a.5.5 0 0 0 0-1h-.654l.141-.634a.5.5 0 0 0-.976-.218l-.19.852h-.974l.14-.635a.5.5 0 0 0-.976-.216l-.188.85H6a.5.5 0 0 0 0 1M7.403 7h.97l.225-1.004h-.972z"/></svg>
</template>

CSS

.icon-book-number-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%201h6a2%202%200%200%201%202%202v9.497a.5.5%200%200%201-.5.5H4V13a1%201%200%200%200%201%201h7.5a.5.5%200%200%201%200%201H5a2%202%200%200%201-2-2V3a2%202%200%200%201%202-2m1%204.996h.601L6.38%207H5.5a.5.5%200%200%200%200%201h.658l-.142.639a.5.5%200%200%200%20.977.216L7.182%208h.969l-.143.638a.5.5%200%201%200%20.976.218L9.175%208H10a.5.5%200%200%200%200-1h-.602l.225-1.004h.877a.5.5%200%200%200%200-1h-.654l.141-.634a.5.5%200%200%200-.976-.218l-.19.852h-.974l.14-.635a.5.5%200%200%200-.976-.216l-.188.85H6a.5.5%200%200%200%200%201M7.403%207h.97l.225-1.004h-.972z%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%22M5%201h6a2%202%200%200%201%202%202v9.497a.5.5%200%200%201-.5.5H4V13a1%201%200%200%200%201%201h7.5a.5.5%200%200%201%200%201H5a2%202%200%200%201-2-2V3a2%202%200%200%201%202-2m1%204.996h.601L6.38%207H5.5a.5.5%200%200%200%200%201h.658l-.142.639a.5.5%200%200%200%20.977.216L7.182%208h.969l-.143.638a.5.5%200%201%200%20.976.218L9.175%208H10a.5.5%200%200%200%200-1h-.602l.225-1.004h.877a.5.5%200%200%200%200-1h-.654l.141-.634a.5.5%200%200%200-.976-.218l-.19.852h-.974l.14-.635a.5.5%200%200%200-.976-.216l-.188.85H6a.5.5%200%200%200%200%201M7.403%207h.97l.225-1.004h-.972z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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