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

Name
person-link-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the person link icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 4c-5.523 0-10 4.477-10 10s4.477 10 10 10s10-4.477 10-10S29.523 4 24 4m-7.5 10a7.5 7.5 0 1 1 15 0a7.5 7.5 0 0 1-15 0m-4.25 14A4.25 4.25 0 0 0 8 32.249V33c0 3.755 1.942 6.567 4.92 8.38c2.728 1.66 6.33 2.5 10.215 2.608a8.4 8.4 0 0 1-.967-2.547c-3.165-.208-5.92-.962-7.948-2.196c-2.36-1.437-3.72-3.5-3.72-6.245v-.751a1.75 1.75 0 0 1 1.75-1.749h23.5a1.75 1.75 0 0 1 1.582 1h2.602A4.25 4.25 0 0 0 35.75 28zM24 39.75a6.25 6.25 0 0 1 6.25-6.25h1.5a1.25 1.25 0 1 1 0 2.5h-1.5a3.75 3.75 0 1 0 0 7.5h1.5a1.25 1.25 0 1 1 0 2.5h-1.5A6.25 6.25 0 0 1 24 39.75m22 0a6.25 6.25 0 0 0-6.25-6.25h-1.5a1.25 1.25 0 1 0 0 2.5h1.5a3.75 3.75 0 1 1 0 7.5h-1.5a1.25 1.25 0 1 0 0 2.5h1.5A6.25 6.25 0 0 0 46 39.75m-17 0c0-.69.56-1.25 1.25-1.25h9.5a1.25 1.25 0 1 1 0 2.5h-9.5c-.69 0-1.25-.56-1.25-1.25"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonLink48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 4c-5.523 0-10 4.477-10 10s4.477 10 10 10s10-4.477 10-10S29.523 4 24 4m-7.5 10a7.5 7.5 0 1 1 15 0a7.5 7.5 0 0 1-15 0m-4.25 14A4.25 4.25 0 0 0 8 32.249V33c0 3.755 1.942 6.567 4.92 8.38c2.728 1.66 6.33 2.5 10.215 2.608a8.4 8.4 0 0 1-.967-2.547c-3.165-.208-5.92-.962-7.948-2.196c-2.36-1.437-3.72-3.5-3.72-6.245v-.751a1.75 1.75 0 0 1 1.75-1.749h23.5a1.75 1.75 0 0 1 1.582 1h2.602A4.25 4.25 0 0 0 35.75 28zM24 39.75a6.25 6.25 0 0 1 6.25-6.25h1.5a1.25 1.25 0 1 1 0 2.5h-1.5a3.75 3.75 0 1 0 0 7.5h1.5a1.25 1.25 0 1 1 0 2.5h-1.5A6.25 6.25 0 0 1 24 39.75m22 0a6.25 6.25 0 0 0-6.25-6.25h-1.5a1.25 1.25 0 1 0 0 2.5h1.5a3.75 3.75 0 1 1 0 7.5h-1.5a1.25 1.25 0 1 0 0 2.5h1.5A6.25 6.25 0 0 0 46 39.75m-17 0c0-.69.56-1.25 1.25-1.25h9.5a1.25 1.25 0 1 1 0 2.5h-9.5c-.69 0-1.25-.56-1.25-1.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 4c-5.523 0-10 4.477-10 10s4.477 10 10 10s10-4.477 10-10S29.523 4 24 4m-7.5 10a7.5 7.5 0 1 1 15 0a7.5 7.5 0 0 1-15 0m-4.25 14A4.25 4.25 0 0 0 8 32.249V33c0 3.755 1.942 6.567 4.92 8.38c2.728 1.66 6.33 2.5 10.215 2.608a8.4 8.4 0 0 1-.967-2.547c-3.165-.208-5.92-.962-7.948-2.196c-2.36-1.437-3.72-3.5-3.72-6.245v-.751a1.75 1.75 0 0 1 1.75-1.749h23.5a1.75 1.75 0 0 1 1.582 1h2.602A4.25 4.25 0 0 0 35.75 28zM24 39.75a6.25 6.25 0 0 1 6.25-6.25h1.5a1.25 1.25 0 1 1 0 2.5h-1.5a3.75 3.75 0 1 0 0 7.5h1.5a1.25 1.25 0 1 1 0 2.5h-1.5A6.25 6.25 0 0 1 24 39.75m22 0a6.25 6.25 0 0 0-6.25-6.25h-1.5a1.25 1.25 0 1 0 0 2.5h1.5a3.75 3.75 0 1 1 0 7.5h-1.5a1.25 1.25 0 1 0 0 2.5h1.5A6.25 6.25 0 0 0 46 39.75m-17 0c0-.69.56-1.25 1.25-1.25h9.5a1.25 1.25 0 1 1 0 2.5h-9.5c-.69 0-1.25-.56-1.25-1.25"/></svg>
</template>

CSS

.icon-person-link-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%204c-5.523%200-10%204.477-10%2010s4.477%2010%2010%2010s10-4.477%2010-10S29.523%204%2024%204m-7.5%2010a7.5%207.5%200%201%201%2015%200a7.5%207.5%200%200%201-15%200m-4.25%2014A4.25%204.25%200%200%200%208%2032.249V33c0%203.755%201.942%206.567%204.92%208.38c2.728%201.66%206.33%202.5%2010.215%202.608a8.4%208.4%200%200%201-.967-2.547c-3.165-.208-5.92-.962-7.948-2.196c-2.36-1.437-3.72-3.5-3.72-6.245v-.751a1.75%201.75%200%200%201%201.75-1.749h23.5a1.75%201.75%200%200%201%201.582%201h2.602A4.25%204.25%200%200%200%2035.75%2028zM24%2039.75a6.25%206.25%200%200%201%206.25-6.25h1.5a1.25%201.25%200%201%201%200%202.5h-1.5a3.75%203.75%200%201%200%200%207.5h1.5a1.25%201.25%200%201%201%200%202.5h-1.5A6.25%206.25%200%200%201%2024%2039.75m22%200a6.25%206.25%200%200%200-6.25-6.25h-1.5a1.25%201.25%200%201%200%200%202.5h1.5a3.75%203.75%200%201%201%200%207.5h-1.5a1.25%201.25%200%201%200%200%202.5h1.5A6.25%206.25%200%200%200%2046%2039.75m-17%200c0-.69.56-1.25%201.25-1.25h9.5a1.25%201.25%200%201%201%200%202.5h-9.5c-.69%200-1.25-.56-1.25-1.25%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%204c-5.523%200-10%204.477-10%2010s4.477%2010%2010%2010s10-4.477%2010-10S29.523%204%2024%204m-7.5%2010a7.5%207.5%200%201%201%2015%200a7.5%207.5%200%200%201-15%200m-4.25%2014A4.25%204.25%200%200%200%208%2032.249V33c0%203.755%201.942%206.567%204.92%208.38c2.728%201.66%206.33%202.5%2010.215%202.608a8.4%208.4%200%200%201-.967-2.547c-3.165-.208-5.92-.962-7.948-2.196c-2.36-1.437-3.72-3.5-3.72-6.245v-.751a1.75%201.75%200%200%201%201.75-1.749h23.5a1.75%201.75%200%200%201%201.582%201h2.602A4.25%204.25%200%200%200%2035.75%2028zM24%2039.75a6.25%206.25%200%200%201%206.25-6.25h1.5a1.25%201.25%200%201%201%200%202.5h-1.5a3.75%203.75%200%201%200%200%207.5h1.5a1.25%201.25%200%201%201%200%202.5h-1.5A6.25%206.25%200%200%201%2024%2039.75m22%200a6.25%206.25%200%200%200-6.25-6.25h-1.5a1.25%201.25%200%201%200%200%202.5h1.5a3.75%203.75%200%201%201%200%207.5h-1.5a1.25%201.25%200%201%200%200%202.5h1.5A6.25%206.25%200%200%200%2046%2039.75m-17%200c0-.69.56-1.25%201.25-1.25h9.5a1.25%201.25%200%201%201%200%202.5h-9.5c-.69%200-1.25-.56-1.25-1.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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