contact card link icon
contact-card-link-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- contact-card-link-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the contact card link icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1 4.75C1 3.784 1.784 3 2.75 3h10.5c.966 0 1.75.784 1.75 1.75v4.587a3.5 3.5 0 0 0-1-.302V4.75a.75.75 0 0 0-.75-.75H2.75a.75.75 0 0 0-.75.75v6.5c0 .414.336.75.75.75h3.285a3.5 3.5 0 0 0 0 1H2.75A1.75 1.75 0 0 1 1 11.25zm5.43 6.068a3.5 3.5 0 0 1 1.046-1.174a1.7 1.7 0 0 0 .047-.394a.86.86 0 0 0-.858-.858H3.858A.86.86 0 0 0 3 9.25a1.67 1.67 0 0 0 1.265 1.62l.053.014c.62.155 1.267.155 1.886 0l.054-.013q.088-.023.172-.053M9.5 6a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zM5.261 7.714a1.357 1.357 0 1 0 0-2.714a1.357 1.357 0 0 0 0 2.714M9.5 10a2.5 2.5 0 0 0 0 5h.5a.5.5 0 0 0 0-1h-.5a1.5 1.5 0 0 1 0-3h.5a.5.5 0 0 0 0-1zm3.5 0a.5.5 0 0 0 0 1h.5a1.5 1.5 0 0 1 0 3H13a.5.5 0 0 0 0 1h.5a2.5 2.5 0 0 0 0-5zm-4 2.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentContactCardLink16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1 4.75C1 3.784 1.784 3 2.75 3h10.5c.966 0 1.75.784 1.75 1.75v4.587a3.5 3.5 0 0 0-1-.302V4.75a.75.75 0 0 0-.75-.75H2.75a.75.75 0 0 0-.75.75v6.5c0 .414.336.75.75.75h3.285a3.5 3.5 0 0 0 0 1H2.75A1.75 1.75 0 0 1 1 11.25zm5.43 6.068a3.5 3.5 0 0 1 1.046-1.174a1.7 1.7 0 0 0 .047-.394a.86.86 0 0 0-.858-.858H3.858A.86.86 0 0 0 3 9.25a1.67 1.67 0 0 0 1.265 1.62l.053.014c.62.155 1.267.155 1.886 0l.054-.013q.088-.023.172-.053M9.5 6a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zM5.261 7.714a1.357 1.357 0 1 0 0-2.714a1.357 1.357 0 0 0 0 2.714M9.5 10a2.5 2.5 0 0 0 0 5h.5a.5.5 0 0 0 0-1h-.5a1.5 1.5 0 0 1 0-3h.5a.5.5 0 0 0 0-1zm3.5 0a.5.5 0 0 0 0 1h.5a1.5 1.5 0 0 1 0 3H13a.5.5 0 0 0 0 1h.5a2.5 2.5 0 0 0 0-5zm-4 2.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1 4.75C1 3.784 1.784 3 2.75 3h10.5c.966 0 1.75.784 1.75 1.75v4.587a3.5 3.5 0 0 0-1-.302V4.75a.75.75 0 0 0-.75-.75H2.75a.75.75 0 0 0-.75.75v6.5c0 .414.336.75.75.75h3.285a3.5 3.5 0 0 0 0 1H2.75A1.75 1.75 0 0 1 1 11.25zm5.43 6.068a3.5 3.5 0 0 1 1.046-1.174a1.7 1.7 0 0 0 .047-.394a.86.86 0 0 0-.858-.858H3.858A.86.86 0 0 0 3 9.25a1.67 1.67 0 0 0 1.265 1.62l.053.014c.62.155 1.267.155 1.886 0l.054-.013q.088-.023.172-.053M9.5 6a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zM5.261 7.714a1.357 1.357 0 1 0 0-2.714a1.357 1.357 0 0 0 0 2.714M9.5 10a2.5 2.5 0 0 0 0 5h.5a.5.5 0 0 0 0-1h-.5a1.5 1.5 0 0 1 0-3h.5a.5.5 0 0 0 0-1zm3.5 0a.5.5 0 0 0 0 1h.5a1.5 1.5 0 0 1 0 3H13a.5.5 0 0 0 0 1h.5a2.5 2.5 0 0 0 0-5zm-4 2.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5"/></svg> </template>
CSS
.icon-contact-card-link-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%204.75C1%203.784%201.784%203%202.75%203h10.5c.966%200%201.75.784%201.75%201.75v4.587a3.5%203.5%200%200%200-1-.302V4.75a.75.75%200%200%200-.75-.75H2.75a.75.75%200%200%200-.75.75v6.5c0%20.414.336.75.75.75h3.285a3.5%203.5%200%200%200%200%201H2.75A1.75%201.75%200%200%201%201%2011.25zm5.43%206.068a3.5%203.5%200%200%201%201.046-1.174a1.7%201.7%200%200%200%20.047-.394a.86.86%200%200%200-.858-.858H3.858A.86.86%200%200%200%203%209.25a1.67%201.67%200%200%200%201.265%201.62l.053.014c.62.155%201.267.155%201.886%200l.054-.013q.088-.023.172-.053M9.5%206a.5.5%200%200%200%200%201h3a.5.5%200%200%200%200-1zM5.261%207.714a1.357%201.357%200%201%200%200-2.714a1.357%201.357%200%200%200%200%202.714M9.5%2010a2.5%202.5%200%200%200%200%205h.5a.5.5%200%200%200%200-1h-.5a1.5%201.5%200%200%201%200-3h.5a.5.5%200%200%200%200-1zm3.5%200a.5.5%200%200%200%200%201h.5a1.5%201.5%200%200%201%200%203H13a.5.5%200%200%200%200%201h.5a2.5%202.5%200%200%200%200-5zm-4%202.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%200%201h-4a.5.5%200%200%201-.5-.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%204.75C1%203.784%201.784%203%202.75%203h10.5c.966%200%201.75.784%201.75%201.75v4.587a3.5%203.5%200%200%200-1-.302V4.75a.75.75%200%200%200-.75-.75H2.75a.75.75%200%200%200-.75.75v6.5c0%20.414.336.75.75.75h3.285a3.5%203.5%200%200%200%200%201H2.75A1.75%201.75%200%200%201%201%2011.25zm5.43%206.068a3.5%203.5%200%200%201%201.046-1.174a1.7%201.7%200%200%200%20.047-.394a.86.86%200%200%200-.858-.858H3.858A.86.86%200%200%200%203%209.25a1.67%201.67%200%200%200%201.265%201.62l.053.014c.62.155%201.267.155%201.886%200l.054-.013q.088-.023.172-.053M9.5%206a.5.5%200%200%200%200%201h3a.5.5%200%200%200%200-1zM5.261%207.714a1.357%201.357%200%201%200%200-2.714a1.357%201.357%200%200%200%200%202.714M9.5%2010a2.5%202.5%200%200%200%200%205h.5a.5.5%200%200%200%200-1h-.5a1.5%201.5%200%200%201%200-3h.5a.5.5%200%200%200%200-1zm3.5%200a.5.5%200%200%200%200%201h.5a1.5%201.5%200%200%201%200%203H13a.5.5%200%200%200%200%201h.5a2.5%202.5%200%200%200%200-5zm-4%202.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%200%201h-4a.5.5%200%200%201-.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/contact-card-link-16-regular.svg?color=%231a73e8&size=48