contacts icon
contacts-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- contacts-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- contacts, contacts-outline
2 other variants in Ant Design Icons
The same icon in other sets
Use the contacts icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M594.3 601.5a111.8 111.8 0 0 0 29.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 0 0-74.6 126.1a8 8 0 0 0 8 8.4H407c4.2 0 7.6-3.3 7.9-7.5c3.8-50.6 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H661a8 8 0 0 0 8-8.4c-2.8-53.3-32-99.7-74.7-126.1M512 578c-28.5 0-51.7-23.3-51.7-52s23.2-52 51.7-52s51.7 23.3 51.7 52s-23.2 52-51.7 52m416-354H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32m-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignContactsOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M594.3 601.5a111.8 111.8 0 0 0 29.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 0 0-74.6 126.1a8 8 0 0 0 8 8.4H407c4.2 0 7.6-3.3 7.9-7.5c3.8-50.6 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H661a8 8 0 0 0 8-8.4c-2.8-53.3-32-99.7-74.7-126.1M512 578c-28.5 0-51.7-23.3-51.7-52s23.2-52 51.7-52s51.7 23.3 51.7 52s-23.2 52-51.7 52m416-354H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32m-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M594.3 601.5a111.8 111.8 0 0 0 29.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 0 0-74.6 126.1a8 8 0 0 0 8 8.4H407c4.2 0 7.6-3.3 7.9-7.5c3.8-50.6 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H661a8 8 0 0 0 8-8.4c-2.8-53.3-32-99.7-74.7-126.1M512 578c-28.5 0-51.7-23.3-51.7-52s23.2-52 51.7-52s51.7 23.3 51.7 52s-23.2 52-51.7 52m416-354H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32m-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120z"/></svg> </template>
CSS
.icon-contacts-outlined {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M594.3%20601.5a111.8%20111.8%200%200%200%2029.1-75.5c0-61.9-49.9-112-111.4-112s-111.4%2050.1-111.4%20112c0%2029.1%2011%2055.5%2029.1%2075.5a158.09%20158.09%200%200%200-74.6%20126.1a8%208%200%200%200%208%208.4H407c4.2%200%207.6-3.3%207.9-7.5c3.8-50.6%2046-90.5%2097.2-90.5s93.4%2040%2097.2%2090.5c.3%204.2%203.7%207.5%207.9%207.5H661a8%208%200%200%200%208-8.4c-2.8-53.3-32-99.7-74.7-126.1M512%20578c-28.5%200-51.7-23.3-51.7-52s23.2-52%2051.7-52s51.7%2023.3%2051.7%2052s-23.2%2052-51.7%2052m416-354H768v-56c0-4.4-3.6-8-8-8h-56c-4.4%200-8%203.6-8%208v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4%200-8%203.6-8%208v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4%200-8%203.6-8%208v56H96c-17.7%200-32%2014.3-32%2032v576c0%2017.7%2014.3%2032%2032%2032h832c17.7%200%2032-14.3%2032-32V256c0-17.7-14.3-32-32-32m-40%20568H136V296h120v56c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8v-56h148v56c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8v-56h148v56c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8v-56h120z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M594.3%20601.5a111.8%20111.8%200%200%200%2029.1-75.5c0-61.9-49.9-112-111.4-112s-111.4%2050.1-111.4%20112c0%2029.1%2011%2055.5%2029.1%2075.5a158.09%20158.09%200%200%200-74.6%20126.1a8%208%200%200%200%208%208.4H407c4.2%200%207.6-3.3%207.9-7.5c3.8-50.6%2046-90.5%2097.2-90.5s93.4%2040%2097.2%2090.5c.3%204.2%203.7%207.5%207.9%207.5H661a8%208%200%200%200%208-8.4c-2.8-53.3-32-99.7-74.7-126.1M512%20578c-28.5%200-51.7-23.3-51.7-52s23.2-52%2051.7-52s51.7%2023.3%2051.7%2052s-23.2%2052-51.7%2052m416-354H768v-56c0-4.4-3.6-8-8-8h-56c-4.4%200-8%203.6-8%208v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4%200-8%203.6-8%208v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4%200-8%203.6-8%208v56H96c-17.7%200-32%2014.3-32%2032v576c0%2017.7%2014.3%2032%2032%2032h832c17.7%200%2032-14.3%2032-32V256c0-17.7-14.3-32-32-32m-40%20568H136V296h120v56c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8v-56h148v56c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8v-56h148v56c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8v-56h120z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/contacts-outlined.svg?color=%231a73e8&size=48