book-contacts-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.

Name
book-contacts-32-light
Set
Fluent UI System Icons
Style
32 Light
Viewbox
32×32
License
MIT

12 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the book contacts icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23 2a4 4 0 0 1 4 4v18a2 2 0 0 1-2 2H6a3 3 0 0 0 3 3h17.5a.5.5 0 0 1 0 1H9a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4zM9 3a3 3 0 0 0-3 3v19h19a1 1 0 0 0 1-1V6a3 3 0 0 0-3-3zm10.454 12c1.13 0 2.046.915 2.046 2.045v.205c0 1.868-1.571 3.75-5.5 3.75s-5.5-1.875-5.5-3.75v-.205c0-1.13.916-2.045 2.046-2.045zM16 7.5a3 3 0 1 1 0 6a3 3 0 0 1 0-6"/></svg>

React

import type { SVGProps } from "react";

export function FluentBookContacts32Light(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="M23 2a4 4 0 0 1 4 4v18a2 2 0 0 1-2 2H6a3 3 0 0 0 3 3h17.5a.5.5 0 0 1 0 1H9a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4zM9 3a3 3 0 0 0-3 3v19h19a1 1 0 0 0 1-1V6a3 3 0 0 0-3-3zm10.454 12c1.13 0 2.046.915 2.046 2.045v.205c0 1.868-1.571 3.75-5.5 3.75s-5.5-1.875-5.5-3.75v-.205c0-1.13.916-2.045 2.046-2.045zM16 7.5a3 3 0 1 1 0 6a3 3 0 0 1 0-6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23 2a4 4 0 0 1 4 4v18a2 2 0 0 1-2 2H6a3 3 0 0 0 3 3h17.5a.5.5 0 0 1 0 1H9a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4zM9 3a3 3 0 0 0-3 3v19h19a1 1 0 0 0 1-1V6a3 3 0 0 0-3-3zm10.454 12c1.13 0 2.046.915 2.046 2.045v.205c0 1.868-1.571 3.75-5.5 3.75s-5.5-1.875-5.5-3.75v-.205c0-1.13.916-2.045 2.046-2.045zM16 7.5a3 3 0 1 1 0 6a3 3 0 0 1 0-6"/></svg>
</template>

CSS

.icon-book-contacts-32-light {
  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%22M23%202a4%204%200%200%201%204%204v18a2%202%200%200%201-2%202H6a3%203%200%200%200%203%203h17.5a.5.5%200%200%201%200%201H9a4%204%200%200%201-4-4V6a4%204%200%200%201%204-4zM9%203a3%203%200%200%200-3%203v19h19a1%201%200%200%200%201-1V6a3%203%200%200%200-3-3zm10.454%2012c1.13%200%202.046.915%202.046%202.045v.205c0%201.868-1.571%203.75-5.5%203.75s-5.5-1.875-5.5-3.75v-.205c0-1.13.916-2.045%202.046-2.045zM16%207.5a3%203%200%201%201%200%206a3%203%200%200%201%200-6%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%22M23%202a4%204%200%200%201%204%204v18a2%202%200%200%201-2%202H6a3%203%200%200%200%203%203h17.5a.5.5%200%200%201%200%201H9a4%204%200%200%201-4-4V6a4%204%200%200%201%204-4zM9%203a3%203%200%200%200-3%203v19h19a1%201%200%200%200%201-1V6a3%203%200%200%200-3-3zm10.454%2012c1.13%200%202.046.915%202.046%202.045v.205c0%201.868-1.571%203.75-5.5%203.75s-5.5-1.875-5.5-3.75v-.205c0-1.13.916-2.045%202.046-2.045zM16%207.5a3%203%200%201%201%200%206a3%203%200%200%201%200-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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