contact card group icon

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

Name
contact-card-group-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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="M12 8.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5m0 3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5m-8-.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 0 0-2.5a1.25 1.25 0 0 0 0 2.5m4.25-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1.065 3.977a2.5 2.5 0 0 1-.197.523H9.5A1.5 1.5 0 0 0 11 11a1 1 0 0 0-1-1h-.668c.108.227.168.482.168.75v.788l-.002.029l-.008.104c-.009.08-.025.185-.055.306M4.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 4zM3 6.5A1.5 1.5 0 0 1 4.5 5h11A1.5 1.5 0 0 1 17 6.5v7a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 3 13.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentContactCardGroup20Regular(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="M12 8.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5m0 3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5m-8-.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 0 0-2.5a1.25 1.25 0 0 0 0 2.5m4.25-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1.065 3.977a2.5 2.5 0 0 1-.197.523H9.5A1.5 1.5 0 0 0 11 11a1 1 0 0 0-1-1h-.668c.108.227.168.482.168.75v.788l-.002.029l-.008.104c-.009.08-.025.185-.055.306M4.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 4zM3 6.5A1.5 1.5 0 0 1 4.5 5h11A1.5 1.5 0 0 1 17 6.5v7a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 3 13.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12 8.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5m0 3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5m-8-.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 0 0-2.5a1.25 1.25 0 0 0 0 2.5m4.25-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1.065 3.977a2.5 2.5 0 0 1-.197.523H9.5A1.5 1.5 0 0 0 11 11a1 1 0 0 0-1-1h-.668c.108.227.168.482.168.75v.788l-.002.029l-.008.104c-.009.08-.025.185-.055.306M4.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 4zM3 6.5A1.5 1.5 0 0 1 4.5 5h11A1.5 1.5 0 0 1 17 6.5v7a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 3 13.5z"/></svg>
</template>

CSS

.icon-contact-card-group-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%208.5a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%200%201h-3a.5.5%200%200%201-.5-.5m0%203a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%200%201h-3a.5.5%200%200%201-.5-.5m-8-.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%200%200-2.5a1.25%201.25%200%200%200%200%202.5m4.25-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1.065%203.977a2.5%202.5%200%200%201-.197.523H9.5A1.5%201.5%200%200%200%2011%2011a1%201%200%200%200-1-1h-.668c.108.227.168.482.168.75v.788l-.002.029l-.008.104c-.009.08-.025.185-.055.306M4.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%204zM3%206.5A1.5%201.5%200%200%201%204.5%205h11A1.5%201.5%200%200%201%2017%206.5v7a1.5%201.5%200%200%201-1.5%201.5h-11A1.5%201.5%200%200%201%203%2013.5z%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%22M12%208.5a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%200%201h-3a.5.5%200%200%201-.5-.5m0%203a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%200%201h-3a.5.5%200%200%201-.5-.5m-8-.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%200%200-2.5a1.25%201.25%200%200%200%200%202.5m4.25-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1.065%203.977a2.5%202.5%200%200%201-.197.523H9.5A1.5%201.5%200%200%200%2011%2011a1%201%200%200%200-1-1h-.668c.108.227.168.482.168.75v.788l-.002.029l-.008.104c-.009.08-.025.185-.055.306M4.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%204zM3%206.5A1.5%201.5%200%200%201%204.5%205h11A1.5%201.5%200%200%201%2017%206.5v7a1.5%201.5%200%200%201-1.5%201.5h-11A1.5%201.5%200%200%201%203%2013.5z%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-regular.svg?color=%231a73e8&size=48