people-link-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
people-link-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the people link icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9.5 5a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m-3 4.5a3 3 0 1 1 6 0a3 3 0 0 1-6 0M20 7a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m-2 3.5a2 2 0 1 1 4 0a2 2 0 0 1-4 0M2 18.25A2.25 2.25 0 0 1 4.25 16h10.084c-.52.405-.953.916-1.268 1.5H4.25a.75.75 0 0 0-.75.75v.513l.009.1c.01.094.03.235.074.408a3.6 3.6 0 0 0 .61 1.279c.674.897 2.115 1.95 5.307 1.95c1.543 0 2.677-.246 3.513-.601c.233.46.54.877.904 1.236c-1.08.524-2.517.865-4.417.865c-3.558 0-5.492-1.197-6.506-2.55a5.1 5.1 0 0 1-.866-1.815a4.5 4.5 0 0 1-.125-.797L2 18.781zm15.25-.75a2.25 2.25 0 0 0 0 4.5h.5a.75.75 0 0 1 0 1.5h-.5a3.75 3.75 0 1 1 0-7.5h.5a.75.75 0 0 1 0 1.5zm-.75 2.25a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75M22.75 22a2.25 2.25 0 0 0 0-4.5h-.5a.75.75 0 0 1 0-1.5h.5a3.75 3.75 0 1 1 0 7.5h-.5a.75.75 0 0 1 0-1.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleLink28Regular(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="M9.5 5a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m-3 4.5a3 3 0 1 1 6 0a3 3 0 0 1-6 0M20 7a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m-2 3.5a2 2 0 1 1 4 0a2 2 0 0 1-4 0M2 18.25A2.25 2.25 0 0 1 4.25 16h10.084c-.52.405-.953.916-1.268 1.5H4.25a.75.75 0 0 0-.75.75v.513l.009.1c.01.094.03.235.074.408a3.6 3.6 0 0 0 .61 1.279c.674.897 2.115 1.95 5.307 1.95c1.543 0 2.677-.246 3.513-.601c.233.46.54.877.904 1.236c-1.08.524-2.517.865-4.417.865c-3.558 0-5.492-1.197-6.506-2.55a5.1 5.1 0 0 1-.866-1.815a4.5 4.5 0 0 1-.125-.797L2 18.781zm15.25-.75a2.25 2.25 0 0 0 0 4.5h.5a.75.75 0 0 1 0 1.5h-.5a3.75 3.75 0 1 1 0-7.5h.5a.75.75 0 0 1 0 1.5zm-.75 2.25a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75M22.75 22a2.25 2.25 0 0 0 0-4.5h-.5a.75.75 0 0 1 0-1.5h.5a3.75 3.75 0 1 1 0 7.5h-.5a.75.75 0 0 1 0-1.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9.5 5a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m-3 4.5a3 3 0 1 1 6 0a3 3 0 0 1-6 0M20 7a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m-2 3.5a2 2 0 1 1 4 0a2 2 0 0 1-4 0M2 18.25A2.25 2.25 0 0 1 4.25 16h10.084c-.52.405-.953.916-1.268 1.5H4.25a.75.75 0 0 0-.75.75v.513l.009.1c.01.094.03.235.074.408a3.6 3.6 0 0 0 .61 1.279c.674.897 2.115 1.95 5.307 1.95c1.543 0 2.677-.246 3.513-.601c.233.46.54.877.904 1.236c-1.08.524-2.517.865-4.417.865c-3.558 0-5.492-1.197-6.506-2.55a5.1 5.1 0 0 1-.866-1.815a4.5 4.5 0 0 1-.125-.797L2 18.781zm15.25-.75a2.25 2.25 0 0 0 0 4.5h.5a.75.75 0 0 1 0 1.5h-.5a3.75 3.75 0 1 1 0-7.5h.5a.75.75 0 0 1 0 1.5zm-.75 2.25a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75M22.75 22a2.25 2.25 0 0 0 0-4.5h-.5a.75.75 0 0 1 0-1.5h.5a3.75 3.75 0 1 1 0 7.5h-.5a.75.75 0 0 1 0-1.5z"/></svg>
</template>

CSS

.icon-people-link-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%22M9.5%205a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9m-3%204.5a3%203%200%201%201%206%200a3%203%200%200%201-6%200M20%207a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7m-2%203.5a2%202%200%201%201%204%200a2%202%200%200%201-4%200M2%2018.25A2.25%202.25%200%200%201%204.25%2016h10.084c-.52.405-.953.916-1.268%201.5H4.25a.75.75%200%200%200-.75.75v.513l.009.1c.01.094.03.235.074.408a3.6%203.6%200%200%200%20.61%201.279c.674.897%202.115%201.95%205.307%201.95c1.543%200%202.677-.246%203.513-.601c.233.46.54.877.904%201.236c-1.08.524-2.517.865-4.417.865c-3.558%200-5.492-1.197-6.506-2.55a5.1%205.1%200%200%201-.866-1.815a4.5%204.5%200%200%201-.125-.797L2%2018.781zm15.25-.75a2.25%202.25%200%200%200%200%204.5h.5a.75.75%200%200%201%200%201.5h-.5a3.75%203.75%200%201%201%200-7.5h.5a.75.75%200%200%201%200%201.5zm-.75%202.25a.75.75%200%200%201%20.75-.75h5.5a.75.75%200%200%201%200%201.5h-5.5a.75.75%200%200%201-.75-.75M22.75%2022a2.25%202.25%200%200%200%200-4.5h-.5a.75.75%200%200%201%200-1.5h.5a3.75%203.75%200%201%201%200%207.5h-.5a.75.75%200%200%201%200-1.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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%205a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9m-3%204.5a3%203%200%201%201%206%200a3%203%200%200%201-6%200M20%207a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7m-2%203.5a2%202%200%201%201%204%200a2%202%200%200%201-4%200M2%2018.25A2.25%202.25%200%200%201%204.25%2016h10.084c-.52.405-.953.916-1.268%201.5H4.25a.75.75%200%200%200-.75.75v.513l.009.1c.01.094.03.235.074.408a3.6%203.6%200%200%200%20.61%201.279c.674.897%202.115%201.95%205.307%201.95c1.543%200%202.677-.246%203.513-.601c.233.46.54.877.904%201.236c-1.08.524-2.517.865-4.417.865c-3.558%200-5.492-1.197-6.506-2.55a5.1%205.1%200%200%201-.866-1.815a4.5%204.5%200%200%201-.125-.797L2%2018.781zm15.25-.75a2.25%202.25%200%200%200%200%204.5h.5a.75.75%200%200%201%200%201.5h-.5a3.75%203.75%200%201%201%200-7.5h.5a.75.75%200%200%201%200%201.5zm-.75%202.25a.75.75%200%200%201%20.75-.75h5.5a.75.75%200%200%201%200%201.5h-5.5a.75.75%200%200%201-.75-.75M22.75%2022a2.25%202.25%200%200%200%200-4.5h-.5a.75.75%200%200%201%200-1.5h.5a3.75%203.75%200%201%201%200%207.5h-.5a.75.75%200%200%201%200-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/people-link-28-regular.svg?color=%231a73e8&size=48