contact book icon

contact-book-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
contact-book-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Use the contact book icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.833 2H9.676A5.885 5.885 0 0 0 3.8 7.66H3a.75.75 0 0 0 0 1.5h.79v5.69h-.76a.75.75 0 0 0 0 1.5h.8A5.88 5.88 0 0 0 9.706 22h6.157a5.886 5.886 0 0 0 5.887-5.89V7.89A5.9 5.9 0 0 0 15.833 2m-2.679 3.93a3.097 3.097 0 0 1 3.038 3.708a3.1 3.1 0 0 1-4.23 2.253a3.1 3.1 0 0 1-.995-5.057a3.1 3.1 0 0 1 2.187-.904m3.499 11.57a.75.75 0 0 1-.75-.75c0-1.21-1.51-2.25-2.749-2.25s-2.738 1-2.738 2.25a.75.75 0 0 1-1.5 0c0-2.15 2.24-3.75 4.238-3.75c2 0 4.248 1.6 4.248 3.75a.76.76 0 0 1-.75.75"/><path fill="currentColor" d="M14.754 9.02a1.6 1.6 0 1 1-3.2.02a1.6 1.6 0 0 1 3.2-.02"/></svg>

React

import type { SVGProps } from "react";

export function MageContactBookFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.833 2H9.676A5.885 5.885 0 0 0 3.8 7.66H3a.75.75 0 0 0 0 1.5h.79v5.69h-.76a.75.75 0 0 0 0 1.5h.8A5.88 5.88 0 0 0 9.706 22h6.157a5.886 5.886 0 0 0 5.887-5.89V7.89A5.9 5.9 0 0 0 15.833 2m-2.679 3.93a3.097 3.097 0 0 1 3.038 3.708a3.1 3.1 0 0 1-4.23 2.253a3.1 3.1 0 0 1-.995-5.057a3.1 3.1 0 0 1 2.187-.904m3.499 11.57a.75.75 0 0 1-.75-.75c0-1.21-1.51-2.25-2.749-2.25s-2.738 1-2.738 2.25a.75.75 0 0 1-1.5 0c0-2.15 2.24-3.75 4.238-3.75c2 0 4.248 1.6 4.248 3.75a.76.76 0 0 1-.75.75"/><path fill="currentColor" d="M14.754 9.02a1.6 1.6 0 1 1-3.2.02a1.6 1.6 0 0 1 3.2-.02"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.833 2H9.676A5.885 5.885 0 0 0 3.8 7.66H3a.75.75 0 0 0 0 1.5h.79v5.69h-.76a.75.75 0 0 0 0 1.5h.8A5.88 5.88 0 0 0 9.706 22h6.157a5.886 5.886 0 0 0 5.887-5.89V7.89A5.9 5.9 0 0 0 15.833 2m-2.679 3.93a3.097 3.097 0 0 1 3.038 3.708a3.1 3.1 0 0 1-4.23 2.253a3.1 3.1 0 0 1-.995-5.057a3.1 3.1 0 0 1 2.187-.904m3.499 11.57a.75.75 0 0 1-.75-.75c0-1.21-1.51-2.25-2.749-2.25s-2.738 1-2.738 2.25a.75.75 0 0 1-1.5 0c0-2.15 2.24-3.75 4.238-3.75c2 0 4.248 1.6 4.248 3.75a.76.76 0 0 1-.75.75"/><path fill="currentColor" d="M14.754 9.02a1.6 1.6 0 1 1-3.2.02a1.6 1.6 0 0 1 3.2-.02"/></svg>
</template>

CSS

.icon-contact-book-fill {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.833%202H9.676A5.885%205.885%200%200%200%203.8%207.66H3a.75.75%200%200%200%200%201.5h.79v5.69h-.76a.75.75%200%200%200%200%201.5h.8A5.88%205.88%200%200%200%209.706%2022h6.157a5.886%205.886%200%200%200%205.887-5.89V7.89A5.9%205.9%200%200%200%2015.833%202m-2.679%203.93a3.097%203.097%200%200%201%203.038%203.708a3.1%203.1%200%200%201-4.23%202.253a3.1%203.1%200%200%201-.995-5.057a3.1%203.1%200%200%201%202.187-.904m3.499%2011.57a.75.75%200%200%201-.75-.75c0-1.21-1.51-2.25-2.749-2.25s-2.738%201-2.738%202.25a.75.75%200%200%201-1.5%200c0-2.15%202.24-3.75%204.238-3.75c2%200%204.248%201.6%204.248%203.75a.76.76%200%200%201-.75.75%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.754%209.02a1.6%201.6%200%201%201-3.2.02a1.6%201.6%200%200%201%203.2-.02%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.833%202H9.676A5.885%205.885%200%200%200%203.8%207.66H3a.75.75%200%200%200%200%201.5h.79v5.69h-.76a.75.75%200%200%200%200%201.5h.8A5.88%205.88%200%200%200%209.706%2022h6.157a5.886%205.886%200%200%200%205.887-5.89V7.89A5.9%205.9%200%200%200%2015.833%202m-2.679%203.93a3.097%203.097%200%200%201%203.038%203.708a3.1%203.1%200%200%201-4.23%202.253a3.1%203.1%200%200%201-.995-5.057a3.1%203.1%200%200%201%202.187-.904m3.499%2011.57a.75.75%200%200%201-.75-.75c0-1.21-1.51-2.25-2.749-2.25s-2.738%201-2.738%202.25a.75.75%200%200%201-1.5%200c0-2.15%202.24-3.75%204.238-3.75c2%200%204.248%201.6%204.248%203.75a.76.76%200%200%201-.75.75%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.754%209.02a1.6%201.6%200%201%201-3.2.02a1.6%201.6%200%200%201%203.2-.02%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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