person link icon
person-link-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- person-link-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
person-5-20-filledperson-6-20-filledperson-account-16-filledperson-accounts-20-filledperson-add-16-filledperson-alert-16-filledperson-alert-off-16-filledperson-arrow-back-16-filledperson-arrow-left-16-filledperson-arrow-right-16-filledperson-available-16-filledperson-board-12-filledperson-board-add-16-filledperson-briefcase-16-filledperson-call-16-filledperson-chat-16-filledperson-circle-12-filledperson-circle-off-12-filledperson-clock-16-filledperson-delete-16-filledperson-desktop-20-filledperson-edit-16-filledperson-error-16-filledperson-feedback-16-filled
Use the person link icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.755 14c.78 0 1.467.397 1.87 1h-2.871a4.75 4.75 0 0 0-4.19 6.99A16 16 0 0 1 11 22c-3.42 0-5.944-1.072-7.486-3.236a2.75 2.75 0 0 1-.51-1.596v-.92A2.25 2.25 0 0 1 5.253 14zM11 2.003a5 5 0 1 1 0 10a5 5 0 0 1 0-10M23 19.75A3.75 3.75 0 0 0 19.25 16l-.102.007a.75.75 0 0 0 .102 1.493l.154.005A2.25 2.25 0 0 1 19.25 22l-.003.005l-.102.007a.75.75 0 0 0 .108 1.493V23.5l.2-.005A3.75 3.75 0 0 0 23 19.75m-6.5-3a.75.75 0 0 0-.75-.75l-.2.005a3.75 3.75 0 0 0 .2 7.495l.102-.007A.75.75 0 0 0 15.75 22l-.154-.005a2.25 2.25 0 0 1 .154-4.495l.102-.007a.75.75 0 0 0 .648-.743m3.5 3a.75.75 0 0 0-.75-.75h-3.5l-.102.007a.75.75 0 0 0 .102 1.493h3.5l.102-.007A.75.75 0 0 0 20 19.75"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonLink24Filled(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="M16.755 14c.78 0 1.467.397 1.87 1h-2.871a4.75 4.75 0 0 0-4.19 6.99A16 16 0 0 1 11 22c-3.42 0-5.944-1.072-7.486-3.236a2.75 2.75 0 0 1-.51-1.596v-.92A2.25 2.25 0 0 1 5.253 14zM11 2.003a5 5 0 1 1 0 10a5 5 0 0 1 0-10M23 19.75A3.75 3.75 0 0 0 19.25 16l-.102.007a.75.75 0 0 0 .102 1.493l.154.005A2.25 2.25 0 0 1 19.25 22l-.003.005l-.102.007a.75.75 0 0 0 .108 1.493V23.5l.2-.005A3.75 3.75 0 0 0 23 19.75m-6.5-3a.75.75 0 0 0-.75-.75l-.2.005a3.75 3.75 0 0 0 .2 7.495l.102-.007A.75.75 0 0 0 15.75 22l-.154-.005a2.25 2.25 0 0 1 .154-4.495l.102-.007a.75.75 0 0 0 .648-.743m3.5 3a.75.75 0 0 0-.75-.75h-3.5l-.102.007a.75.75 0 0 0 .102 1.493h3.5l.102-.007A.75.75 0 0 0 20 19.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.755 14c.78 0 1.467.397 1.87 1h-2.871a4.75 4.75 0 0 0-4.19 6.99A16 16 0 0 1 11 22c-3.42 0-5.944-1.072-7.486-3.236a2.75 2.75 0 0 1-.51-1.596v-.92A2.25 2.25 0 0 1 5.253 14zM11 2.003a5 5 0 1 1 0 10a5 5 0 0 1 0-10M23 19.75A3.75 3.75 0 0 0 19.25 16l-.102.007a.75.75 0 0 0 .102 1.493l.154.005A2.25 2.25 0 0 1 19.25 22l-.003.005l-.102.007a.75.75 0 0 0 .108 1.493V23.5l.2-.005A3.75 3.75 0 0 0 23 19.75m-6.5-3a.75.75 0 0 0-.75-.75l-.2.005a3.75 3.75 0 0 0 .2 7.495l.102-.007A.75.75 0 0 0 15.75 22l-.154-.005a2.25 2.25 0 0 1 .154-4.495l.102-.007a.75.75 0 0 0 .648-.743m3.5 3a.75.75 0 0 0-.75-.75h-3.5l-.102.007a.75.75 0 0 0 .102 1.493h3.5l.102-.007A.75.75 0 0 0 20 19.75"/></svg> </template>
CSS
.icon-person-link-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.755%2014c.78%200%201.467.397%201.87%201h-2.871a4.75%204.75%200%200%200-4.19%206.99A16%2016%200%200%201%2011%2022c-3.42%200-5.944-1.072-7.486-3.236a2.75%202.75%200%200%201-.51-1.596v-.92A2.25%202.25%200%200%201%205.253%2014zM11%202.003a5%205%200%201%201%200%2010a5%205%200%200%201%200-10M23%2019.75A3.75%203.75%200%200%200%2019.25%2016l-.102.007a.75.75%200%200%200%20.102%201.493l.154.005A2.25%202.25%200%200%201%2019.25%2022l-.003.005l-.102.007a.75.75%200%200%200%20.108%201.493V23.5l.2-.005A3.75%203.75%200%200%200%2023%2019.75m-6.5-3a.75.75%200%200%200-.75-.75l-.2.005a3.75%203.75%200%200%200%20.2%207.495l.102-.007A.75.75%200%200%200%2015.75%2022l-.154-.005a2.25%202.25%200%200%201%20.154-4.495l.102-.007a.75.75%200%200%200%20.648-.743m3.5%203a.75.75%200%200%200-.75-.75h-3.5l-.102.007a.75.75%200%200%200%20.102%201.493h3.5l.102-.007A.75.75%200%200%200%2020%2019.75%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%22M16.755%2014c.78%200%201.467.397%201.87%201h-2.871a4.75%204.75%200%200%200-4.19%206.99A16%2016%200%200%201%2011%2022c-3.42%200-5.944-1.072-7.486-3.236a2.75%202.75%200%200%201-.51-1.596v-.92A2.25%202.25%200%200%201%205.253%2014zM11%202.003a5%205%200%201%201%200%2010a5%205%200%200%201%200-10M23%2019.75A3.75%203.75%200%200%200%2019.25%2016l-.102.007a.75.75%200%200%200%20.102%201.493l.154.005A2.25%202.25%200%200%201%2019.25%2022l-.003.005l-.102.007a.75.75%200%200%200%20.108%201.493V23.5l.2-.005A3.75%203.75%200%200%200%2023%2019.75m-6.5-3a.75.75%200%200%200-.75-.75l-.2.005a3.75%203.75%200%200%200%20.2%207.495l.102-.007A.75.75%200%200%200%2015.75%2022l-.154-.005a2.25%202.25%200%200%201%20.154-4.495l.102-.007a.75.75%200%200%200%20.648-.743m3.5%203a.75.75%200%200%200-.75-.75h-3.5l-.102.007a.75.75%200%200%200%20.102%201.493h3.5l.102-.007A.75.75%200%200%200%2020%2019.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-link-24-filled.svg?color=%231a73e8&size=48