contact card group icon
contact-card-group-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- contact-card-group-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M17 12.25a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75m.75 2.75a.75.75 0 1 0 0 1.5h3.5a.75.75 0 0 0 0-1.5zM15 12a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-8 2.5a1 1 0 0 0-1 1v1s0 2 2.75 2s2.75-2 2.75-2v-1a1 1 0 0 0-1-1zm3.5-2.75a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0m3 5.75h-1.215a3 3 0 0 0 .205-.816q.006-.07.008-.116v-.013h.002V15.5c0-.364-.098-.706-.268-1H14.5a1 1 0 0 1 1 1a2 2 0 0 1-2 2M2.004 7.75A3.75 3.75 0 0 1 5.754 4H22.25A3.75 3.75 0 0 1 26 7.75v12.5A3.75 3.75 0 0 1 22.25 24H5.755a3.75 3.75 0 0 1-3.75-3.75zm3.75-2.25a2.25 2.25 0 0 0-2.25 2.25v12.5a2.25 2.25 0 0 0 2.25 2.25H22.25a2.25 2.25 0 0 0 2.25-2.25V7.75a2.25 2.25 0 0 0-2.25-2.25z"/></svg>
React
import type { SVGProps } from "react";
export function FluentContactCardGroup28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M17 12.25a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75m.75 2.75a.75.75 0 1 0 0 1.5h3.5a.75.75 0 0 0 0-1.5zM15 12a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-8 2.5a1 1 0 0 0-1 1v1s0 2 2.75 2s2.75-2 2.75-2v-1a1 1 0 0 0-1-1zm3.5-2.75a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0m3 5.75h-1.215a3 3 0 0 0 .205-.816q.006-.07.008-.116v-.013h.002V15.5c0-.364-.098-.706-.268-1H14.5a1 1 0 0 1 1 1a2 2 0 0 1-2 2M2.004 7.75A3.75 3.75 0 0 1 5.754 4H22.25A3.75 3.75 0 0 1 26 7.75v12.5A3.75 3.75 0 0 1 22.25 24H5.755a3.75 3.75 0 0 1-3.75-3.75zm3.75-2.25a2.25 2.25 0 0 0-2.25 2.25v12.5a2.25 2.25 0 0 0 2.25 2.25H22.25a2.25 2.25 0 0 0 2.25-2.25V7.75a2.25 2.25 0 0 0-2.25-2.25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M17 12.25a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75m.75 2.75a.75.75 0 1 0 0 1.5h3.5a.75.75 0 0 0 0-1.5zM15 12a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-8 2.5a1 1 0 0 0-1 1v1s0 2 2.75 2s2.75-2 2.75-2v-1a1 1 0 0 0-1-1zm3.5-2.75a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0m3 5.75h-1.215a3 3 0 0 0 .205-.816q.006-.07.008-.116v-.013h.002V15.5c0-.364-.098-.706-.268-1H14.5a1 1 0 0 1 1 1a2 2 0 0 1-2 2M2.004 7.75A3.75 3.75 0 0 1 5.754 4H22.25A3.75 3.75 0 0 1 26 7.75v12.5A3.75 3.75 0 0 1 22.25 24H5.755a3.75 3.75 0 0 1-3.75-3.75zm3.75-2.25a2.25 2.25 0 0 0-2.25 2.25v12.5a2.25 2.25 0 0 0 2.25 2.25H22.25a2.25 2.25 0 0 0 2.25-2.25V7.75a2.25 2.25 0 0 0-2.25-2.25z"/></svg> </template>
CSS
.icon-contact-card-group-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2012.25a.75.75%200%200%201%20.75-.75h3.5a.75.75%200%200%201%200%201.5h-3.5a.75.75%200%200%201-.75-.75m.75%202.75a.75.75%200%201%200%200%201.5h3.5a.75.75%200%200%200%200-1.5zM15%2012a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m-8%202.5a1%201%200%200%200-1%201v1s0%202%202.75%202s2.75-2%202.75-2v-1a1%201%200%200%200-1-1zm3.5-2.75a1.75%201.75%200%201%201-3.5%200a1.75%201.75%200%200%201%203.5%200m3%205.75h-1.215a3%203%200%200%200%20.205-.816q.006-.07.008-.116v-.013h.002V15.5c0-.364-.098-.706-.268-1H14.5a1%201%200%200%201%201%201a2%202%200%200%201-2%202M2.004%207.75A3.75%203.75%200%200%201%205.754%204H22.25A3.75%203.75%200%200%201%2026%207.75v12.5A3.75%203.75%200%200%201%2022.25%2024H5.755a3.75%203.75%200%200%201-3.75-3.75zm3.75-2.25a2.25%202.25%200%200%200-2.25%202.25v12.5a2.25%202.25%200%200%200%202.25%202.25H22.25a2.25%202.25%200%200%200%202.25-2.25V7.75a2.25%202.25%200%200%200-2.25-2.25z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2012.25a.75.75%200%200%201%20.75-.75h3.5a.75.75%200%200%201%200%201.5h-3.5a.75.75%200%200%201-.75-.75m.75%202.75a.75.75%200%201%200%200%201.5h3.5a.75.75%200%200%200%200-1.5zM15%2012a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m-8%202.5a1%201%200%200%200-1%201v1s0%202%202.75%202s2.75-2%202.75-2v-1a1%201%200%200%200-1-1zm3.5-2.75a1.75%201.75%200%201%201-3.5%200a1.75%201.75%200%200%201%203.5%200m3%205.75h-1.215a3%203%200%200%200%20.205-.816q.006-.07.008-.116v-.013h.002V15.5c0-.364-.098-.706-.268-1H14.5a1%201%200%200%201%201%201a2%202%200%200%201-2%202M2.004%207.75A3.75%203.75%200%200%201%205.754%204H22.25A3.75%203.75%200%200%201%2026%207.75v12.5A3.75%203.75%200%200%201%2022.25%2024H5.755a3.75%203.75%200%200%201-3.75-3.75zm3.75-2.25a2.25%202.25%200%200%200-2.25%202.25v12.5a2.25%202.25%200%200%200%202.25%202.25H22.25a2.25%202.25%200%200%200%202.25-2.25V7.75a2.25%202.25%200%200%200-2.25-2.25z%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-28-regular.svg?color=%231a73e8&size=48