contact card group icon

contact-card-group-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
contact-card-group-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M18.75 4A3.25 3.25 0 0 1 22 7.25v9.505a3.25 3.25 0 0 1-3.25 3.25H5.25A3.25 3.25 0 0 1 2 16.755V7.25a3.25 3.25 0 0 1 3.066-3.245L5.25 4zm0 1.5H5.25l-.144.006A1.75 1.75 0 0 0 3.5 7.25v9.505c0 .966.784 1.75 1.75 1.75h13.5a1.75 1.75 0 0 0 1.75-1.75V7.25a1.75 1.75 0 0 0-1.75-1.75m-9.497 7a.75.75 0 0 1 .75.75v.582c0 1.272-.969 1.918-2.502 1.918S5 15.104 5 13.831v-.581a.75.75 0 0 1 .75-.75zm1.58-.001l1.417.001a.75.75 0 0 1 .75.75v.333c0 .963-.765 1.417-1.875 1.417q-.174 0-.337-.015a2.9 2.9 0 0 0 .206-.9l.009-.253v-.582c0-.269-.061-.524-.17-.751m4.417.001h3a.75.75 0 0 1 .102 1.493L18.25 14h-3a.75.75 0 0 1-.102-1.493zh3zm-7.75-4a1.5 1.5 0 1 1 0 3.001a1.5 1.5 0 0 1 0-3.001m3.87.502a1.248 1.248 0 1 1 0 2.496a1.248 1.248 0 0 1 0-2.496m3.88.498h3a.75.75 0 0 1 .102 1.493L18.25 11h-3a.75.75 0 0 1-.102-1.493zh3z"/></svg>

React

import type { SVGProps } from "react";

export function FluentContactCardGroup24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.75 4A3.25 3.25 0 0 1 22 7.25v9.505a3.25 3.25 0 0 1-3.25 3.25H5.25A3.25 3.25 0 0 1 2 16.755V7.25a3.25 3.25 0 0 1 3.066-3.245L5.25 4zm0 1.5H5.25l-.144.006A1.75 1.75 0 0 0 3.5 7.25v9.505c0 .966.784 1.75 1.75 1.75h13.5a1.75 1.75 0 0 0 1.75-1.75V7.25a1.75 1.75 0 0 0-1.75-1.75m-9.497 7a.75.75 0 0 1 .75.75v.582c0 1.272-.969 1.918-2.502 1.918S5 15.104 5 13.831v-.581a.75.75 0 0 1 .75-.75zm1.58-.001l1.417.001a.75.75 0 0 1 .75.75v.333c0 .963-.765 1.417-1.875 1.417q-.174 0-.337-.015a2.9 2.9 0 0 0 .206-.9l.009-.253v-.582c0-.269-.061-.524-.17-.751m4.417.001h3a.75.75 0 0 1 .102 1.493L18.25 14h-3a.75.75 0 0 1-.102-1.493zh3zm-7.75-4a1.5 1.5 0 1 1 0 3.001a1.5 1.5 0 0 1 0-3.001m3.87.502a1.248 1.248 0 1 1 0 2.496a1.248 1.248 0 0 1 0-2.496m3.88.498h3a.75.75 0 0 1 .102 1.493L18.25 11h-3a.75.75 0 0 1-.102-1.493zh3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.75 4A3.25 3.25 0 0 1 22 7.25v9.505a3.25 3.25 0 0 1-3.25 3.25H5.25A3.25 3.25 0 0 1 2 16.755V7.25a3.25 3.25 0 0 1 3.066-3.245L5.25 4zm0 1.5H5.25l-.144.006A1.75 1.75 0 0 0 3.5 7.25v9.505c0 .966.784 1.75 1.75 1.75h13.5a1.75 1.75 0 0 0 1.75-1.75V7.25a1.75 1.75 0 0 0-1.75-1.75m-9.497 7a.75.75 0 0 1 .75.75v.582c0 1.272-.969 1.918-2.502 1.918S5 15.104 5 13.831v-.581a.75.75 0 0 1 .75-.75zm1.58-.001l1.417.001a.75.75 0 0 1 .75.75v.333c0 .963-.765 1.417-1.875 1.417q-.174 0-.337-.015a2.9 2.9 0 0 0 .206-.9l.009-.253v-.582c0-.269-.061-.524-.17-.751m4.417.001h3a.75.75 0 0 1 .102 1.493L18.25 14h-3a.75.75 0 0 1-.102-1.493zh3zm-7.75-4a1.5 1.5 0 1 1 0 3.001a1.5 1.5 0 0 1 0-3.001m3.87.502a1.248 1.248 0 1 1 0 2.496a1.248 1.248 0 0 1 0-2.496m3.88.498h3a.75.75 0 0 1 .102 1.493L18.25 11h-3a.75.75 0 0 1-.102-1.493zh3z"/></svg>
</template>

CSS

.icon-contact-card-group-24-regular {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.75%204A3.25%203.25%200%200%201%2022%207.25v9.505a3.25%203.25%200%200%201-3.25%203.25H5.25A3.25%203.25%200%200%201%202%2016.755V7.25a3.25%203.25%200%200%201%203.066-3.245L5.25%204zm0%201.5H5.25l-.144.006A1.75%201.75%200%200%200%203.5%207.25v9.505c0%20.966.784%201.75%201.75%201.75h13.5a1.75%201.75%200%200%200%201.75-1.75V7.25a1.75%201.75%200%200%200-1.75-1.75m-9.497%207a.75.75%200%200%201%20.75.75v.582c0%201.272-.969%201.918-2.502%201.918S5%2015.104%205%2013.831v-.581a.75.75%200%200%201%20.75-.75zm1.58-.001l1.417.001a.75.75%200%200%201%20.75.75v.333c0%20.963-.765%201.417-1.875%201.417q-.174%200-.337-.015a2.9%202.9%200%200%200%20.206-.9l.009-.253v-.582c0-.269-.061-.524-.17-.751m4.417.001h3a.75.75%200%200%201%20.102%201.493L18.25%2014h-3a.75.75%200%200%201-.102-1.493zh3zm-7.75-4a1.5%201.5%200%201%201%200%203.001a1.5%201.5%200%200%201%200-3.001m3.87.502a1.248%201.248%200%201%201%200%202.496a1.248%201.248%200%200%201%200-2.496m3.88.498h3a.75.75%200%200%201%20.102%201.493L18.25%2011h-3a.75.75%200%200%201-.102-1.493zh3z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.75%204A3.25%203.25%200%200%201%2022%207.25v9.505a3.25%203.25%200%200%201-3.25%203.25H5.25A3.25%203.25%200%200%201%202%2016.755V7.25a3.25%203.25%200%200%201%203.066-3.245L5.25%204zm0%201.5H5.25l-.144.006A1.75%201.75%200%200%200%203.5%207.25v9.505c0%20.966.784%201.75%201.75%201.75h13.5a1.75%201.75%200%200%200%201.75-1.75V7.25a1.75%201.75%200%200%200-1.75-1.75m-9.497%207a.75.75%200%200%201%20.75.75v.582c0%201.272-.969%201.918-2.502%201.918S5%2015.104%205%2013.831v-.581a.75.75%200%200%201%20.75-.75zm1.58-.001l1.417.001a.75.75%200%200%201%20.75.75v.333c0%20.963-.765%201.417-1.875%201.417q-.174%200-.337-.015a2.9%202.9%200%200%200%20.206-.9l.009-.253v-.582c0-.269-.061-.524-.17-.751m4.417.001h3a.75.75%200%200%201%20.102%201.493L18.25%2014h-3a.75.75%200%200%201-.102-1.493zh3zm-7.75-4a1.5%201.5%200%201%201%200%203.001a1.5%201.5%200%200%201%200-3.001m3.87.502a1.248%201.248%200%201%201%200%202.496a1.248%201.248%200%200%201%200-2.496m3.88.498h3a.75.75%200%200%201%20.102%201.493L18.25%2011h-3a.75.75%200%200%201-.102-1.493zh3z%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-24-regular.svg?color=%231a73e8&size=48