link person icon
link-person-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- link-person-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the link person icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 5.75A.75.75 0 0 0 9.25 5H7l-.25.006A5 5 0 0 0 7 15h2.25l.11-.008a.75.75 0 0 0-.11-1.492H7l-.206-.006A3.5 3.5 0 0 1 7 6.5h2.25l.11-.008A.75.75 0 0 0 10 5.75M22 10a5 5 0 0 0-5-5h-2.25l-.11.008a.75.75 0 0 0 .11 1.492H17l.206.006a3.5 3.5 0 0 1 2.697 5.45c.385.363.687.813.876 1.318A4.98 4.98 0 0 0 22 10m-5-.75H7l-.102.007A.75.75 0 0 0 7 10.75h10l.102-.007A.75.75 0 0 0 17 9.25m3 5.25a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m2 5.375C22 21.431 20.714 23 17.5 23S13 21.437 13 19.875v-.103c0-.98.794-1.772 1.773-1.772h5.454c.98 0 1.773.793 1.773 1.772z"/></svg>
React
import type { SVGProps } from "react";
export function FluentLinkPerson24Regular(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="M10 5.75A.75.75 0 0 0 9.25 5H7l-.25.006A5 5 0 0 0 7 15h2.25l.11-.008a.75.75 0 0 0-.11-1.492H7l-.206-.006A3.5 3.5 0 0 1 7 6.5h2.25l.11-.008A.75.75 0 0 0 10 5.75M22 10a5 5 0 0 0-5-5h-2.25l-.11.008a.75.75 0 0 0 .11 1.492H17l.206.006a3.5 3.5 0 0 1 2.697 5.45c.385.363.687.813.876 1.318A4.98 4.98 0 0 0 22 10m-5-.75H7l-.102.007A.75.75 0 0 0 7 10.75h10l.102-.007A.75.75 0 0 0 17 9.25m3 5.25a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m2 5.375C22 21.431 20.714 23 17.5 23S13 21.437 13 19.875v-.103c0-.98.794-1.772 1.773-1.772h5.454c.98 0 1.773.793 1.773 1.772z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 5.75A.75.75 0 0 0 9.25 5H7l-.25.006A5 5 0 0 0 7 15h2.25l.11-.008a.75.75 0 0 0-.11-1.492H7l-.206-.006A3.5 3.5 0 0 1 7 6.5h2.25l.11-.008A.75.75 0 0 0 10 5.75M22 10a5 5 0 0 0-5-5h-2.25l-.11.008a.75.75 0 0 0 .11 1.492H17l.206.006a3.5 3.5 0 0 1 2.697 5.45c.385.363.687.813.876 1.318A4.98 4.98 0 0 0 22 10m-5-.75H7l-.102.007A.75.75 0 0 0 7 10.75h10l.102-.007A.75.75 0 0 0 17 9.25m3 5.25a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m2 5.375C22 21.431 20.714 23 17.5 23S13 21.437 13 19.875v-.103c0-.98.794-1.772 1.773-1.772h5.454c.98 0 1.773.793 1.773 1.772z"/></svg> </template>
CSS
.icon-link-person-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%205.75A.75.75%200%200%200%209.25%205H7l-.25.006A5%205%200%200%200%207%2015h2.25l.11-.008a.75.75%200%200%200-.11-1.492H7l-.206-.006A3.5%203.5%200%200%201%207%206.5h2.25l.11-.008A.75.75%200%200%200%2010%205.75M22%2010a5%205%200%200%200-5-5h-2.25l-.11.008a.75.75%200%200%200%20.11%201.492H17l.206.006a3.5%203.5%200%200%201%202.697%205.45c.385.363.687.813.876%201.318A4.98%204.98%200%200%200%2022%2010m-5-.75H7l-.102.007A.75.75%200%200%200%207%2010.75h10l.102-.007A.75.75%200%200%200%2017%209.25m3%205.25a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m2%205.375C22%2021.431%2020.714%2023%2017.5%2023S13%2021.437%2013%2019.875v-.103c0-.98.794-1.772%201.773-1.772h5.454c.98%200%201.773.793%201.773%201.772z%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%22M10%205.75A.75.75%200%200%200%209.25%205H7l-.25.006A5%205%200%200%200%207%2015h2.25l.11-.008a.75.75%200%200%200-.11-1.492H7l-.206-.006A3.5%203.5%200%200%201%207%206.5h2.25l.11-.008A.75.75%200%200%200%2010%205.75M22%2010a5%205%200%200%200-5-5h-2.25l-.11.008a.75.75%200%200%200%20.11%201.492H17l.206.006a3.5%203.5%200%200%201%202.697%205.45c.385.363.687.813.876%201.318A4.98%204.98%200%200%200%2022%2010m-5-.75H7l-.102.007A.75.75%200%200%200%207%2010.75h10l.102-.007A.75.75%200%200%200%2017%209.25m3%205.25a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m2%205.375C22%2021.431%2020.714%2023%2017.5%2023S13%2021.437%2013%2019.875v-.103c0-.98.794-1.772%201.773-1.772h5.454c.98%200%201.773.793%201.773%201.772z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/link-person-24-regular.svg?color=%231a73e8&size=48