address book icon
address-book-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- address-book-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
address-bookFont Awesome 6 Regularaddress-bookFont Awesome 6 Solidaddress-bookFont Awesome Regularaddress-bookFont Awesome Solidaddress-book-outlineFlowbite Iconsaddress-bookHuge Iconsaddress-bookIconParkaddress-bookIconPark Outlineaddress-bookIconPark Solidaddress-bookIconPark TwoToneaddress-bookLine Awesomeaddress-bookPrime Iconsaddress-bookTabler Iconsaddress-bookTDesign Iconsaddress-book-outlineTeenyicons
Related icons in Phosphor
Use the address book icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M154.7 142.75a36 36 0 1 0-37.4 0a63.6 63.6 0 0 0-32.5 22.85a4 4 0 0 0 6.4 4.8a56 56 0 0 1 89.6 0a4 4 0 0 0 6.4-4.8a63.65 63.65 0 0 0-32.5-22.85M108 112a28 28 0 1 1 28 28a28 28 0 0 1-28-28m100-84H64a12 12 0 0 0-12 12v28H32a4 4 0 0 0 0 8h20v48H32a4 4 0 0 0 0 8h20v48H32a4 4 0 0 0 0 8h20v28a12 12 0 0 0 12 12h144a12 12 0 0 0 12-12V40a12 12 0 0 0-12-12m4 188a4 4 0 0 1-4 4H64a4 4 0 0 1-4-4V40a4 4 0 0 1 4-4h144a4 4 0 0 1 4 4Z"/></svg>
React
import type { SVGProps } from "react";
export function PhAddressBookThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M154.7 142.75a36 36 0 1 0-37.4 0a63.6 63.6 0 0 0-32.5 22.85a4 4 0 0 0 6.4 4.8a56 56 0 0 1 89.6 0a4 4 0 0 0 6.4-4.8a63.65 63.65 0 0 0-32.5-22.85M108 112a28 28 0 1 1 28 28a28 28 0 0 1-28-28m100-84H64a12 12 0 0 0-12 12v28H32a4 4 0 0 0 0 8h20v48H32a4 4 0 0 0 0 8h20v48H32a4 4 0 0 0 0 8h20v28a12 12 0 0 0 12 12h144a12 12 0 0 0 12-12V40a12 12 0 0 0-12-12m4 188a4 4 0 0 1-4 4H64a4 4 0 0 1-4-4V40a4 4 0 0 1 4-4h144a4 4 0 0 1 4 4Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M154.7 142.75a36 36 0 1 0-37.4 0a63.6 63.6 0 0 0-32.5 22.85a4 4 0 0 0 6.4 4.8a56 56 0 0 1 89.6 0a4 4 0 0 0 6.4-4.8a63.65 63.65 0 0 0-32.5-22.85M108 112a28 28 0 1 1 28 28a28 28 0 0 1-28-28m100-84H64a12 12 0 0 0-12 12v28H32a4 4 0 0 0 0 8h20v48H32a4 4 0 0 0 0 8h20v48H32a4 4 0 0 0 0 8h20v28a12 12 0 0 0 12 12h144a12 12 0 0 0 12-12V40a12 12 0 0 0-12-12m4 188a4 4 0 0 1-4 4H64a4 4 0 0 1-4-4V40a4 4 0 0 1 4-4h144a4 4 0 0 1 4 4Z"/></svg> </template>
CSS
.icon-address-book-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M154.7%20142.75a36%2036%200%201%200-37.4%200a63.6%2063.6%200%200%200-32.5%2022.85a4%204%200%200%200%206.4%204.8a56%2056%200%200%201%2089.6%200a4%204%200%200%200%206.4-4.8a63.65%2063.65%200%200%200-32.5-22.85M108%20112a28%2028%200%201%201%2028%2028a28%2028%200%200%201-28-28m100-84H64a12%2012%200%200%200-12%2012v28H32a4%204%200%200%200%200%208h20v48H32a4%204%200%200%200%200%208h20v48H32a4%204%200%200%200%200%208h20v28a12%2012%200%200%200%2012%2012h144a12%2012%200%200%200%2012-12V40a12%2012%200%200%200-12-12m4%20188a4%204%200%200%201-4%204H64a4%204%200%200%201-4-4V40a4%204%200%200%201%204-4h144a4%204%200%200%201%204%204Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M154.7%20142.75a36%2036%200%201%200-37.4%200a63.6%2063.6%200%200%200-32.5%2022.85a4%204%200%200%200%206.4%204.8a56%2056%200%200%201%2089.6%200a4%204%200%200%200%206.4-4.8a63.65%2063.65%200%200%200-32.5-22.85M108%20112a28%2028%200%201%201%2028%2028a28%2028%200%200%201-28-28m100-84H64a12%2012%200%200%200-12%2012v28H32a4%204%200%200%200%200%208h20v48H32a4%204%200%200%200%200%208h20v48H32a4%204%200%200%200%200%208h20v28a12%2012%200%200%200%2012%2012h144a12%2012%200%200%200%2012-12V40a12%2012%200%200%200-12-12m4%20188a4%204%200%200%201-4%204H64a4%204%200%200%201-4-4V40a4%204%200%200%201%204-4h144a4%204%200%200%201%204%204Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/address-book-thin.svg?color=%231a73e8&size=48