address book icon

address-book from Line Awesome by Icons8 · Line · Users & People · Apache-2.0 Free for personal and commercial use.

Name
address-book
Set
Line Awesome
Style
Line
Category
Users & People
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More users & people icons from Line Awesome

Use the address book icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 4v5H5v2h3V6h16v20H8v-3H6v5h20V4zm10 6c-2.2 0-4 1.8-4 4c0 1.113.477 2.117 1.219 2.844A5.04 5.04 0 0 0 11 21h2a3 3 0 0 1 6 0h2a5.04 5.04 0 0 0-2.219-4.156C19.523 16.117 20 15.114 20 14c0-2.2-1.8-4-4-4M6 12v2H5v2h3v-4zm10 0c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2M6 17v2H5v2h3v-4z"/></svg>

React

import type { SVGProps } from "react";

export function LaAddressBook(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="M6 4v5H5v2h3V6h16v20H8v-3H6v5h20V4zm10 6c-2.2 0-4 1.8-4 4c0 1.113.477 2.117 1.219 2.844A5.04 5.04 0 0 0 11 21h2a3 3 0 0 1 6 0h2a5.04 5.04 0 0 0-2.219-4.156C19.523 16.117 20 15.114 20 14c0-2.2-1.8-4-4-4M6 12v2H5v2h3v-4zm10 0c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2M6 17v2H5v2h3v-4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 4v5H5v2h3V6h16v20H8v-3H6v5h20V4zm10 6c-2.2 0-4 1.8-4 4c0 1.113.477 2.117 1.219 2.844A5.04 5.04 0 0 0 11 21h2a3 3 0 0 1 6 0h2a5.04 5.04 0 0 0-2.219-4.156C19.523 16.117 20 15.114 20 14c0-2.2-1.8-4-4-4M6 12v2H5v2h3v-4zm10 0c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2M6 17v2H5v2h3v-4z"/></svg>
</template>

CSS

.icon-address-book {
  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%22M6%204v5H5v2h3V6h16v20H8v-3H6v5h20V4zm10%206c-2.2%200-4%201.8-4%204c0%201.113.477%202.117%201.219%202.844A5.04%205.04%200%200%200%2011%2021h2a3%203%200%200%201%206%200h2a5.04%205.04%200%200%200-2.219-4.156C19.523%2016.117%2020%2015.114%2020%2014c0-2.2-1.8-4-4-4M6%2012v2H5v2h3v-4zm10%200c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2M6%2017v2H5v2h3v-4z%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%22M6%204v5H5v2h3V6h16v20H8v-3H6v5h20V4zm10%206c-2.2%200-4%201.8-4%204c0%201.113.477%202.117%201.219%202.844A5.04%205.04%200%200%200%2011%2021h2a3%203%200%200%201%206%200h2a5.04%205.04%200%200%200-2.219-4.156C19.523%2016.117%2020%2015.114%2020%2014c0-2.2-1.8-4-4-4M6%2012v2H5v2h3v-4zm10%200c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2M6%2017v2H5v2h3v-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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