contacts icon
contacts-twotone from Ant Design Icons by HeskeyBaozi · TwoTone · MIT Free for personal and commercial use.
- Name
- contacts-twotone
- Set
- Ant Design Icons
- Style
- TwoTone
- Viewbox
- 1024×1024
- License
- MIT
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" fill-opacity=".15" d="M460.3 526a51.7 52 0 1 0 103.4 0a51.7 52 0 1 0-103.4 0"/><path fill="currentColor" fill-opacity=".15" d="M768 352c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H548v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H328v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H136v496h752V296H768zM661 736h-43.8c-4.2 0-7.6-3.3-7.9-7.5c-3.8-50.5-46-90.5-97.2-90.5s-93.4 39.9-97.2 90.5c-.3 4.2-3.7 7.5-7.9 7.5h-43.9a8 8 0 0 1-8-8.4c2.8-53.3 31.9-99.6 74.6-126.1c-18.1-20-29.1-46.4-29.1-75.5c0-61.9 49.9-112 111.4-112s111.4 50.1 111.4 112c0 29.1-11 55.6-29.1 75.5c42.7 26.4 71.9 72.8 74.7 126.1a8 8 0 0 1-8 8.4"/><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 52"/><path fill="currentColor" d="M928 224H768v-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 AntDesignContactsTwotone(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" fillOpacity=".15" d="M460.3 526a51.7 52 0 1 0 103.4 0a51.7 52 0 1 0-103.4 0"/><path fill="currentColor" fillOpacity=".15" d="M768 352c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H548v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H328v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H136v496h752V296H768zM661 736h-43.8c-4.2 0-7.6-3.3-7.9-7.5c-3.8-50.5-46-90.5-97.2-90.5s-93.4 39.9-97.2 90.5c-.3 4.2-3.7 7.5-7.9 7.5h-43.9a8 8 0 0 1-8-8.4c2.8-53.3 31.9-99.6 74.6-126.1c-18.1-20-29.1-46.4-29.1-75.5c0-61.9 49.9-112 111.4-112s111.4 50.1 111.4 112c0 29.1-11 55.6-29.1 75.5c42.7 26.4 71.9 72.8 74.7 126.1a8 8 0 0 1-8 8.4"/><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 52"/><path fill="currentColor" d="M928 224H768v-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" fill-opacity=".15" d="M460.3 526a51.7 52 0 1 0 103.4 0a51.7 52 0 1 0-103.4 0"/><path fill="currentColor" fill-opacity=".15" d="M768 352c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H548v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H328v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H136v496h752V296H768zM661 736h-43.8c-4.2 0-7.6-3.3-7.9-7.5c-3.8-50.5-46-90.5-97.2-90.5s-93.4 39.9-97.2 90.5c-.3 4.2-3.7 7.5-7.9 7.5h-43.9a8 8 0 0 1-8-8.4c2.8-53.3 31.9-99.6 74.6-126.1c-18.1-20-29.1-46.4-29.1-75.5c0-61.9 49.9-112 111.4-112s111.4 50.1 111.4 112c0 29.1-11 55.6-29.1 75.5c42.7 26.4 71.9 72.8 74.7 126.1a8 8 0 0 1-8 8.4"/><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 52"/><path fill="currentColor" d="M928 224H768v-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-twotone {
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%20fill-opacity%3D%22.15%22%20d%3D%22M460.3%20526a51.7%2052%200%201%200%20103.4%200a51.7%2052%200%201%200-103.4%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M768%20352c0%204.4-3.6%208-8%208h-56c-4.4%200-8-3.6-8-8v-56H548v56c0%204.4-3.6%208-8%208h-56c-4.4%200-8-3.6-8-8v-56H328v56c0%204.4-3.6%208-8%208h-56c-4.4%200-8-3.6-8-8v-56H136v496h752V296H768zM661%20736h-43.8c-4.2%200-7.6-3.3-7.9-7.5c-3.8-50.5-46-90.5-97.2-90.5s-93.4%2039.9-97.2%2090.5c-.3%204.2-3.7%207.5-7.9%207.5h-43.9a8%208%200%200%201-8-8.4c2.8-53.3%2031.9-99.6%2074.6-126.1c-18.1-20-29.1-46.4-29.1-75.5c0-61.9%2049.9-112%20111.4-112s111.4%2050.1%20111.4%20112c0%2029.1-11%2055.6-29.1%2075.5c42.7%2026.4%2071.9%2072.8%2074.7%20126.1a8%208%200%200%201-8%208.4%22%2F%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%2052%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M928%20224H768v-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%20fill-opacity%3D%22.15%22%20d%3D%22M460.3%20526a51.7%2052%200%201%200%20103.4%200a51.7%2052%200%201%200-103.4%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M768%20352c0%204.4-3.6%208-8%208h-56c-4.4%200-8-3.6-8-8v-56H548v56c0%204.4-3.6%208-8%208h-56c-4.4%200-8-3.6-8-8v-56H328v56c0%204.4-3.6%208-8%208h-56c-4.4%200-8-3.6-8-8v-56H136v496h752V296H768zM661%20736h-43.8c-4.2%200-7.6-3.3-7.9-7.5c-3.8-50.5-46-90.5-97.2-90.5s-93.4%2039.9-97.2%2090.5c-.3%204.2-3.7%207.5-7.9%207.5h-43.9a8%208%200%200%201-8-8.4c2.8-53.3%2031.9-99.6%2074.6-126.1c-18.1-20-29.1-46.4-29.1-75.5c0-61.9%2049.9-112%20111.4-112s111.4%2050.1%20111.4%20112c0%2029.1-11%2055.6-29.1%2075.5c42.7%2026.4%2071.9%2072.8%2074.7%20126.1a8%208%200%200%201-8%208.4%22%2F%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%2052%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M928%20224H768v-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-twotone.svg?color=%231a73e8&size=48