people link icon
people-link-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- people-link-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
people-add-16-filledpeople-audience-20-filledpeople-call-16-filledpeople-chat-16-filledpeople-checkmark-16-filledpeople-communication-16-filledpeople-community-12-filledpeople-community-add-20-filledpeople-edit-16-filledpeople-error-16-filledpeople-eye-16-filledpeople-game-controller-20-filledpeople-interwoven-16-filledpeople-list-16-filledpeople-lock-16-filledpeople-money-20-filledpeople-prohibited-16-filledpeople-queue-20-filledpeople-search-20-filledpeople-settings-20-filledpeople-star-16-filledpeople-subtract-20-filledpeople-swap-16-filledpeople-sync-16-filled
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 14a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m14-3.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0M2 18.25A2.25 2.25 0 0 1 4.25 16h10.084a4.74 4.74 0 0 0-1.834 3.75c0 1.327.544 2.527 1.422 3.389c-1.064.515-2.496.861-4.422.861C2 24 2 18.75 2 18.75zm15.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 FluentPeopleLink28Filled(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 14a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m14-3.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0M2 18.25A2.25 2.25 0 0 1 4.25 16h10.084a4.74 4.74 0 0 0-1.834 3.75c0 1.327.544 2.527 1.422 3.389c-1.064.515-2.496.861-4.422.861C2 24 2 18.75 2 18.75zm15.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 14a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m14-3.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0M2 18.25A2.25 2.25 0 0 1 4.25 16h10.084a4.74 4.74 0 0 0-1.834 3.75c0 1.327.544 2.527 1.422 3.389c-1.064.515-2.496.861-4.422.861C2 24 2 18.75 2 18.75zm15.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-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%2014a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m14-3.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200M2%2018.25A2.25%202.25%200%200%201%204.25%2016h10.084a4.74%204.74%200%200%200-1.834%203.75c0%201.327.544%202.527%201.422%203.389c-1.064.515-2.496.861-4.422.861C2%2024%202%2018.75%202%2018.75zm15.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%2014a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m14-3.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200M2%2018.25A2.25%202.25%200%200%201%204.25%2016h10.084a4.74%204.74%200%200%200-1.834%203.75c0%201.327.544%202.527%201.422%203.389c-1.064.515-2.496.861-4.422.861C2%2024%202%2018.75%202%2018.75zm15.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-filled.svg?color=%231a73e8&size=48