address book icon
address-book-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- address-book-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All address book icons →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-bookPhosphoraddress-bookPrime Iconsaddress-bookTabler Iconsaddress-bookTDesign Iconsaddress-book-outlineTeenyicons
More ui icons from Reicon
Use the address book icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10.567.75h5.866c.952 0 1.713 0 2.327.05c.63.052 1.172.16 1.67.413a4.25 4.25 0 0 1 1.857 1.858c.253.497.361 1.04.413 1.67c.05.613.05 1.374.05 2.326v9.866c0 .952 0 1.713-.05 2.327c-.052.63-.16 1.172-.413 1.67a4.25 4.25 0 0 1-1.857 1.857c-.498.253-1.04.361-1.67.413c-.614.05-1.375.05-2.327.05h-5.866c-.952 0-1.713 0-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.253-.498-.361-1.04-.413-1.67c-.05-.614-.05-1.375-.05-2.327V7.067c0-.952 0-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857C7.068.96 7.61.852 8.24.8C8.853.75 9.614.75 10.566.75M13.5 6.5a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5m0 7c-2.079 0-3.98 1.417-4.484 3.375a.5.5 0 0 0 .484.625h8a.5.5 0 0 0 .484-.625C17.48 14.917 15.58 13.5 13.5 13.5" clip-rule="evenodd"/><path d="M2.75 5a.75.75 0 0 0-1.5 0v2.5a.75.75 0 0 0 1.5 0zM2 10a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0v-2.5A.75.75 0 0 1 2 10m0 5.75a.75.75 0 0 1 .75.75V19a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 .75-.75"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconAddressBookFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M10.567.75h5.866c.952 0 1.713 0 2.327.05c.63.052 1.172.16 1.67.413a4.25 4.25 0 0 1 1.857 1.858c.253.497.361 1.04.413 1.67c.05.613.05 1.374.05 2.326v9.866c0 .952 0 1.713-.05 2.327c-.052.63-.16 1.172-.413 1.67a4.25 4.25 0 0 1-1.857 1.857c-.498.253-1.04.361-1.67.413c-.614.05-1.375.05-2.327.05h-5.866c-.952 0-1.713 0-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.253-.498-.361-1.04-.413-1.67c-.05-.614-.05-1.375-.05-2.327V7.067c0-.952 0-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857C7.068.96 7.61.852 8.24.8C8.853.75 9.614.75 10.566.75M13.5 6.5a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5m0 7c-2.079 0-3.98 1.417-4.484 3.375a.5.5 0 0 0 .484.625h8a.5.5 0 0 0 .484-.625C17.48 14.917 15.58 13.5 13.5 13.5" clipRule="evenodd"/><path d="M2.75 5a.75.75 0 0 0-1.5 0v2.5a.75.75 0 0 0 1.5 0zM2 10a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0v-2.5A.75.75 0 0 1 2 10m0 5.75a.75.75 0 0 1 .75.75V19a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 .75-.75"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10.567.75h5.866c.952 0 1.713 0 2.327.05c.63.052 1.172.16 1.67.413a4.25 4.25 0 0 1 1.857 1.858c.253.497.361 1.04.413 1.67c.05.613.05 1.374.05 2.326v9.866c0 .952 0 1.713-.05 2.327c-.052.63-.16 1.172-.413 1.67a4.25 4.25 0 0 1-1.857 1.857c-.498.253-1.04.361-1.67.413c-.614.05-1.375.05-2.327.05h-5.866c-.952 0-1.713 0-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.253-.498-.361-1.04-.413-1.67c-.05-.614-.05-1.375-.05-2.327V7.067c0-.952 0-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857C7.068.96 7.61.852 8.24.8C8.853.75 9.614.75 10.566.75M13.5 6.5a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5m0 7c-2.079 0-3.98 1.417-4.484 3.375a.5.5 0 0 0 .484.625h8a.5.5 0 0 0 .484-.625C17.48 14.917 15.58 13.5 13.5 13.5" clip-rule="evenodd"/><path d="M2.75 5a.75.75 0 0 0-1.5 0v2.5a.75.75 0 0 0 1.5 0zM2 10a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0v-2.5A.75.75 0 0 1 2 10m0 5.75a.75.75 0 0 1 .75.75V19a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 .75-.75"/></g></svg> </template>
CSS
.icon-address-book-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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.567.75h5.866c.952%200%201.713%200%202.327.05c.63.052%201.172.16%201.67.413a4.25%204.25%200%200%201%201.857%201.858c.253.497.361%201.04.413%201.67c.05.613.05%201.374.05%202.326v9.866c0%20.952%200%201.713-.05%202.327c-.052.63-.16%201.172-.413%201.67a4.25%204.25%200%200%201-1.857%201.857c-.498.253-1.04.361-1.67.413c-.614.05-1.375.05-2.327.05h-5.866c-.952%200-1.713%200-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25%204.25%200%200%201-1.857-1.857c-.253-.498-.361-1.04-.413-1.67c-.05-.614-.05-1.375-.05-2.327V7.067c0-.952%200-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25%204.25%200%200%201%201.858-1.857C7.068.96%207.61.852%208.24.8C8.853.75%209.614.75%2010.566.75M13.5%206.5a2.75%202.75%200%201%200%200%205.5a2.75%202.75%200%200%200%200-5.5m0%207c-2.079%200-3.98%201.417-4.484%203.375a.5.5%200%200%200%20.484.625h8a.5.5%200%200%200%20.484-.625C17.48%2014.917%2015.58%2013.5%2013.5%2013.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M2.75%205a.75.75%200%200%200-1.5%200v2.5a.75.75%200%200%200%201.5%200zM2%2010a.75.75%200%200%201%20.75.75v2.5a.75.75%200%200%201-1.5%200v-2.5A.75.75%200%200%201%202%2010m0%205.75a.75.75%200%200%201%20.75.75V19a.75.75%200%200%201-1.5%200v-2.5a.75.75%200%200%201%20.75-.75%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.567.75h5.866c.952%200%201.713%200%202.327.05c.63.052%201.172.16%201.67.413a4.25%204.25%200%200%201%201.857%201.858c.253.497.361%201.04.413%201.67c.05.613.05%201.374.05%202.326v9.866c0%20.952%200%201.713-.05%202.327c-.052.63-.16%201.172-.413%201.67a4.25%204.25%200%200%201-1.857%201.857c-.498.253-1.04.361-1.67.413c-.614.05-1.375.05-2.327.05h-5.866c-.952%200-1.713%200-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25%204.25%200%200%201-1.857-1.857c-.253-.498-.361-1.04-.413-1.67c-.05-.614-.05-1.375-.05-2.327V7.067c0-.952%200-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25%204.25%200%200%201%201.858-1.857C7.068.96%207.61.852%208.24.8C8.853.75%209.614.75%2010.566.75M13.5%206.5a2.75%202.75%200%201%200%200%205.5a2.75%202.75%200%200%200%200-5.5m0%207c-2.079%200-3.98%201.417-4.484%203.375a.5.5%200%200%200%20.484.625h8a.5.5%200%200%200%20.484-.625C17.48%2014.917%2015.58%2013.5%2013.5%2013.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M2.75%205a.75.75%200%200%200-1.5%200v2.5a.75.75%200%200%200%201.5%200zM2%2010a.75.75%200%200%201%20.75.75v2.5a.75.75%200%200%201-1.5%200v-2.5A.75.75%200%200%201%202%2010m0%205.75a.75.75%200%200%201%20.75.75V19a.75.75%200%200%201-1.5%200v-2.5a.75.75%200%200%201%20.75-.75%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/address-book-filled.svg?color=%231a73e8&size=48