contact card group icon
contact-card-group-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- contact-card-group-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the contact card group icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.5 4A2.5 2.5 0 0 0 2 6.5v7A2.5 2.5 0 0 0 4.5 16h11a2.5 2.5 0 0 0 2.5-2.5v-7A2.5 2.5 0 0 0 15.5 4zM12 8.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5m.5 2.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1M4 10.75a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 .75.75v.75q.001.001-.004.065a1.44 1.44 0 0 1-.496.92c-.325.282-.863.515-1.75.515C4 13 4 11.5 4 11.5zM6.25 9a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5m4.25-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1.065 3.977a2.3 2.3 0 0 0 .063-.41l.002-.028v-.789c0-.268-.06-.523-.168-.75H10a1 1 0 0 1 1 1a1.5 1.5 0 0 1-1.5 1.5h-.262c.098-.192.16-.373.197-.523"/></svg>
React
import type { SVGProps } from "react";
export function FluentContactCardGroup20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.5 4A2.5 2.5 0 0 0 2 6.5v7A2.5 2.5 0 0 0 4.5 16h11a2.5 2.5 0 0 0 2.5-2.5v-7A2.5 2.5 0 0 0 15.5 4zM12 8.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5m.5 2.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1M4 10.75a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 .75.75v.75q.001.001-.004.065a1.44 1.44 0 0 1-.496.92c-.325.282-.863.515-1.75.515C4 13 4 11.5 4 11.5zM6.25 9a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5m4.25-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1.065 3.977a2.3 2.3 0 0 0 .063-.41l.002-.028v-.789c0-.268-.06-.523-.168-.75H10a1 1 0 0 1 1 1a1.5 1.5 0 0 1-1.5 1.5h-.262c.098-.192.16-.373.197-.523"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.5 4A2.5 2.5 0 0 0 2 6.5v7A2.5 2.5 0 0 0 4.5 16h11a2.5 2.5 0 0 0 2.5-2.5v-7A2.5 2.5 0 0 0 15.5 4zM12 8.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5m.5 2.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1M4 10.75a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 .75.75v.75q.001.001-.004.065a1.44 1.44 0 0 1-.496.92c-.325.282-.863.515-1.75.515C4 13 4 11.5 4 11.5zM6.25 9a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5m4.25-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1.065 3.977a2.3 2.3 0 0 0 .063-.41l.002-.028v-.789c0-.268-.06-.523-.168-.75H10a1 1 0 0 1 1 1a1.5 1.5 0 0 1-1.5 1.5h-.262c.098-.192.16-.373.197-.523"/></svg> </template>
CSS
.icon-contact-card-group-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.5%204A2.5%202.5%200%200%200%202%206.5v7A2.5%202.5%200%200%200%204.5%2016h11a2.5%202.5%200%200%200%202.5-2.5v-7A2.5%202.5%200%200%200%2015.5%204zM12%208.5a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%200%201h-3a.5.5%200%200%201-.5-.5m.5%202.5h3a.5.5%200%200%201%200%201h-3a.5.5%200%200%201%200-1M4%2010.75a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%20.75.75v.75q.001.001-.004.065a1.44%201.44%200%200%201-.496.92c-.325.282-.863.515-1.75.515C4%2013%204%2011.5%204%2011.5zM6.25%209a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5m4.25-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1.065%203.977a2.3%202.3%200%200%200%20.063-.41l.002-.028v-.789c0-.268-.06-.523-.168-.75H10a1%201%200%200%201%201%201a1.5%201.5%200%200%201-1.5%201.5h-.262c.098-.192.16-.373.197-.523%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.5%204A2.5%202.5%200%200%200%202%206.5v7A2.5%202.5%200%200%200%204.5%2016h11a2.5%202.5%200%200%200%202.5-2.5v-7A2.5%202.5%200%200%200%2015.5%204zM12%208.5a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%200%201h-3a.5.5%200%200%201-.5-.5m.5%202.5h3a.5.5%200%200%201%200%201h-3a.5.5%200%200%201%200-1M4%2010.75a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%20.75.75v.75q.001.001-.004.065a1.44%201.44%200%200%201-.496.92c-.325.282-.863.515-1.75.515C4%2013%204%2011.5%204%2011.5zM6.25%209a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5m4.25-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1.065%203.977a2.3%202.3%200%200%200%20.063-.41l.002-.028v-.789c0-.268-.06-.523-.168-.75H10a1%201%200%200%201%201%201a1.5%201.5%200%200%201-1.5%201.5h-.262c.098-.192.16-.373.197-.523%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/contact-card-group-20-filled.svg?color=%231a73e8&size=48