address card icon
address-card from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- address-card
- Set
- Reicon
- Style
- Outline
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All address card icons →More ui icons from Reicon
Use the address card icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.5 10a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75m2.25 3.25a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5zm-7.3 1.1c-1.168 0-2.208.807-2.474 1.837a.75.75 0 0 1-1.452-.374c.445-1.73 2.112-2.963 3.926-2.963s3.481 1.233 3.926 2.963a.75.75 0 0 1-1.452.374c-.265-1.03-1.306-1.837-2.474-1.837"/><path fill-rule="evenodd" d="M8.45 7.25a2.55 2.55 0 1 0 0 5.1a2.55 2.55 0 0 0 0-5.1M7.4 9.8a1.05 1.05 0 1 1 2.1 0a1.05 1.05 0 0 1-2.1 0" clip-rule="evenodd"/><path fill-rule="evenodd" d="M7.067 3.25h9.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.326v4.865c0 .953 0 1.714-.05 2.328c-.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.05H7.067c-.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.96 17.932.852 17.39.8 16.76c-.05-.614-.05-1.375-.05-2.327V9.567c0-.952 0-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857c.497-.253 1.04-.361 1.67-.413c.613-.05 1.374-.05 2.326-.05M4.862 4.795c-.537.044-.86.127-1.11.255A2.75 2.75 0 0 0 2.55 6.252c-.128.25-.21.573-.255 1.11c-.044.546-.045 1.246-.045 2.238v4.8c0 .992 0 1.692.045 2.238c.044.537.127.86.255 1.11a2.75 2.75 0 0 0 1.202 1.202c.25.128.573.21 1.11.255c.546.044 1.246.045 2.238.045h9.8c.992 0 1.692 0 2.238-.045c.537-.044.86-.127 1.11-.255a2.75 2.75 0 0 0 1.202-1.201c.128-.252.21-.574.255-1.111c.044-.546.045-1.246.045-2.238V9.6c0-.992 0-1.692-.045-2.238c-.044-.537-.127-.86-.255-1.11a2.75 2.75 0 0 0-1.2-1.202c-.252-.128-.574-.21-1.111-.255c-.546-.044-1.246-.045-2.238-.045H7.1c-.992 0-1.692 0-2.238.045" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconAddressCard(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 d="M13.5 10a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75m2.25 3.25a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5zm-7.3 1.1c-1.168 0-2.208.807-2.474 1.837a.75.75 0 0 1-1.452-.374c.445-1.73 2.112-2.963 3.926-2.963s3.481 1.233 3.926 2.963a.75.75 0 0 1-1.452.374c-.265-1.03-1.306-1.837-2.474-1.837"/><path fillRule="evenodd" d="M8.45 7.25a2.55 2.55 0 1 0 0 5.1a2.55 2.55 0 0 0 0-5.1M7.4 9.8a1.05 1.05 0 1 1 2.1 0a1.05 1.05 0 0 1-2.1 0" clipRule="evenodd"/><path fillRule="evenodd" d="M7.067 3.25h9.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.326v4.865c0 .953 0 1.714-.05 2.328c-.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.05H7.067c-.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.96 17.932.852 17.39.8 16.76c-.05-.614-.05-1.375-.05-2.327V9.567c0-.952 0-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857c.497-.253 1.04-.361 1.67-.413c.613-.05 1.374-.05 2.326-.05M4.862 4.795c-.537.044-.86.127-1.11.255A2.75 2.75 0 0 0 2.55 6.252c-.128.25-.21.573-.255 1.11c-.044.546-.045 1.246-.045 2.238v4.8c0 .992 0 1.692.045 2.238c.044.537.127.86.255 1.11a2.75 2.75 0 0 0 1.202 1.202c.25.128.573.21 1.11.255c.546.044 1.246.045 2.238.045h9.8c.992 0 1.692 0 2.238-.045c.537-.044.86-.127 1.11-.255a2.75 2.75 0 0 0 1.202-1.201c.128-.252.21-.574.255-1.111c.044-.546.045-1.246.045-2.238V9.6c0-.992 0-1.692-.045-2.238c-.044-.537-.127-.86-.255-1.11a2.75 2.75 0 0 0-1.2-1.202c-.252-.128-.574-.21-1.111-.255c-.546-.044-1.246-.045-2.238-.045H7.1c-.992 0-1.692 0-2.238.045" clipRule="evenodd"/></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 d="M13.5 10a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75m2.25 3.25a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5zm-7.3 1.1c-1.168 0-2.208.807-2.474 1.837a.75.75 0 0 1-1.452-.374c.445-1.73 2.112-2.963 3.926-2.963s3.481 1.233 3.926 2.963a.75.75 0 0 1-1.452.374c-.265-1.03-1.306-1.837-2.474-1.837"/><path fill-rule="evenodd" d="M8.45 7.25a2.55 2.55 0 1 0 0 5.1a2.55 2.55 0 0 0 0-5.1M7.4 9.8a1.05 1.05 0 1 1 2.1 0a1.05 1.05 0 0 1-2.1 0" clip-rule="evenodd"/><path fill-rule="evenodd" d="M7.067 3.25h9.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.326v4.865c0 .953 0 1.714-.05 2.328c-.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.05H7.067c-.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.96 17.932.852 17.39.8 16.76c-.05-.614-.05-1.375-.05-2.327V9.567c0-.952 0-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857c.497-.253 1.04-.361 1.67-.413c.613-.05 1.374-.05 2.326-.05M4.862 4.795c-.537.044-.86.127-1.11.255A2.75 2.75 0 0 0 2.55 6.252c-.128.25-.21.573-.255 1.11c-.044.546-.045 1.246-.045 2.238v4.8c0 .992 0 1.692.045 2.238c.044.537.127.86.255 1.11a2.75 2.75 0 0 0 1.202 1.202c.25.128.573.21 1.11.255c.546.044 1.246.045 2.238.045h9.8c.992 0 1.692 0 2.238-.045c.537-.044.86-.127 1.11-.255a2.75 2.75 0 0 0 1.202-1.201c.128-.252.21-.574.255-1.111c.044-.546.045-1.246.045-2.238V9.6c0-.992 0-1.692-.045-2.238c-.044-.537-.127-.86-.255-1.11a2.75 2.75 0 0 0-1.2-1.202c-.252-.128-.574-.21-1.111-.255c-.546-.044-1.246-.045-2.238-.045H7.1c-.992 0-1.692 0-2.238.045" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-address-card {
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%20d%3D%22M13.5%2010a.75.75%200%200%201%20.75-.75h4.5a.75.75%200%200%201%200%201.5h-4.5a.75.75%200%200%201-.75-.75m2.25%203.25a.75.75%200%200%200%200%201.5h3a.75.75%200%200%200%200-1.5zm-7.3%201.1c-1.168%200-2.208.807-2.474%201.837a.75.75%200%200%201-1.452-.374c.445-1.73%202.112-2.963%203.926-2.963s3.481%201.233%203.926%202.963a.75.75%200%200%201-1.452.374c-.265-1.03-1.306-1.837-2.474-1.837%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.45%207.25a2.55%202.55%200%201%200%200%205.1a2.55%202.55%200%200%200%200-5.1M7.4%209.8a1.05%201.05%200%201%201%202.1%200a1.05%201.05%200%200%201-2.1%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.067%203.25h9.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.326v4.865c0%20.953%200%201.714-.05%202.328c-.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.05H7.067c-.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.96%2017.932.852%2017.39.8%2016.76c-.05-.614-.05-1.375-.05-2.327V9.567c0-.952%200-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25%204.25%200%200%201%201.858-1.857c.497-.253%201.04-.361%201.67-.413c.613-.05%201.374-.05%202.326-.05M4.862%204.795c-.537.044-.86.127-1.11.255A2.75%202.75%200%200%200%202.55%206.252c-.128.25-.21.573-.255%201.11c-.044.546-.045%201.246-.045%202.238v4.8c0%20.992%200%201.692.045%202.238c.044.537.127.86.255%201.11a2.75%202.75%200%200%200%201.202%201.202c.25.128.573.21%201.11.255c.546.044%201.246.045%202.238.045h9.8c.992%200%201.692%200%202.238-.045c.537-.044.86-.127%201.11-.255a2.75%202.75%200%200%200%201.202-1.201c.128-.252.21-.574.255-1.111c.044-.546.045-1.246.045-2.238V9.6c0-.992%200-1.692-.045-2.238c-.044-.537-.127-.86-.255-1.11a2.75%202.75%200%200%200-1.2-1.202c-.252-.128-.574-.21-1.111-.255c-.546-.044-1.246-.045-2.238-.045H7.1c-.992%200-1.692%200-2.238.045%22%20clip-rule%3D%22evenodd%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%20d%3D%22M13.5%2010a.75.75%200%200%201%20.75-.75h4.5a.75.75%200%200%201%200%201.5h-4.5a.75.75%200%200%201-.75-.75m2.25%203.25a.75.75%200%200%200%200%201.5h3a.75.75%200%200%200%200-1.5zm-7.3%201.1c-1.168%200-2.208.807-2.474%201.837a.75.75%200%200%201-1.452-.374c.445-1.73%202.112-2.963%203.926-2.963s3.481%201.233%203.926%202.963a.75.75%200%200%201-1.452.374c-.265-1.03-1.306-1.837-2.474-1.837%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.45%207.25a2.55%202.55%200%201%200%200%205.1a2.55%202.55%200%200%200%200-5.1M7.4%209.8a1.05%201.05%200%201%201%202.1%200a1.05%201.05%200%200%201-2.1%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.067%203.25h9.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.326v4.865c0%20.953%200%201.714-.05%202.328c-.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.05H7.067c-.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.96%2017.932.852%2017.39.8%2016.76c-.05-.614-.05-1.375-.05-2.327V9.567c0-.952%200-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25%204.25%200%200%201%201.858-1.857c.497-.253%201.04-.361%201.67-.413c.613-.05%201.374-.05%202.326-.05M4.862%204.795c-.537.044-.86.127-1.11.255A2.75%202.75%200%200%200%202.55%206.252c-.128.25-.21.573-.255%201.11c-.044.546-.045%201.246-.045%202.238v4.8c0%20.992%200%201.692.045%202.238c.044.537.127.86.255%201.11a2.75%202.75%200%200%200%201.202%201.202c.25.128.573.21%201.11.255c.546.044%201.246.045%202.238.045h9.8c.992%200%201.692%200%202.238-.045c.537-.044.86-.127%201.11-.255a2.75%202.75%200%200%200%201.202-1.201c.128-.252.21-.574.255-1.111c.044-.546.045-1.246.045-2.238V9.6c0-.992%200-1.692-.045-2.238c-.044-.537-.127-.86-.255-1.11a2.75%202.75%200%200%200-1.2-1.202c-.252-.128-.574-.21-1.111-.255c-.546-.044-1.246-.045-2.238-.045H7.1c-.992%200-1.692%200-2.238.045%22%20clip-rule%3D%22evenodd%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-card.svg?color=%231a73e8&size=48