link multiple icon
link-multiple-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- link-multiple-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the link multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12 6.5A3.5 3.5 0 0 0 8.5 3h-4l-.192.005a3.5 3.5 0 0 0-1.305 6.66a4.6 4.6 0 0 1 .093-1.096A2.5 2.5 0 0 1 4.5 4h4l.164.006A2.5 2.5 0 0 1 8.5 9l-1.002.005l-.09.008a.5.5 0 0 0 .094.992l1-.005l.192-.005A3.5 3.5 0 0 0 12 6.5m2 3c0-.86-.435-1.62-1.096-2.07a4.5 4.5 0 0 0 .093-1.095a3.5 3.5 0 0 1-1.303 6.66l-.192.005l-1 .005l-.07-.005H7.5a3.5 3.5 0 0 1-.192-6.995L7.5 6h1a.5.5 0 0 1 .09.992L8.5 7h-1a2.5 2.5 0 0 0-.164 4.995L7.5 12H11v.002l.5-.002A2.5 2.5 0 0 0 14 9.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentLinkMultiple16Regular(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="M12 6.5A3.5 3.5 0 0 0 8.5 3h-4l-.192.005a3.5 3.5 0 0 0-1.305 6.66a4.6 4.6 0 0 1 .093-1.096A2.5 2.5 0 0 1 4.5 4h4l.164.006A2.5 2.5 0 0 1 8.5 9l-1.002.005l-.09.008a.5.5 0 0 0 .094.992l1-.005l.192-.005A3.5 3.5 0 0 0 12 6.5m2 3c0-.86-.435-1.62-1.096-2.07a4.5 4.5 0 0 0 .093-1.095a3.5 3.5 0 0 1-1.303 6.66l-.192.005l-1 .005l-.07-.005H7.5a3.5 3.5 0 0 1-.192-6.995L7.5 6h1a.5.5 0 0 1 .09.992L8.5 7h-1a2.5 2.5 0 0 0-.164 4.995L7.5 12H11v.002l.5-.002A2.5 2.5 0 0 0 14 9.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="M12 6.5A3.5 3.5 0 0 0 8.5 3h-4l-.192.005a3.5 3.5 0 0 0-1.305 6.66a4.6 4.6 0 0 1 .093-1.096A2.5 2.5 0 0 1 4.5 4h4l.164.006A2.5 2.5 0 0 1 8.5 9l-1.002.005l-.09.008a.5.5 0 0 0 .094.992l1-.005l.192-.005A3.5 3.5 0 0 0 12 6.5m2 3c0-.86-.435-1.62-1.096-2.07a4.5 4.5 0 0 0 .093-1.095a3.5 3.5 0 0 1-1.303 6.66l-.192.005l-1 .005l-.07-.005H7.5a3.5 3.5 0 0 1-.192-6.995L7.5 6h1a.5.5 0 0 1 .09.992L8.5 7h-1a2.5 2.5 0 0 0-.164 4.995L7.5 12H11v.002l.5-.002A2.5 2.5 0 0 0 14 9.5"/></svg> </template>
CSS
.icon-link-multiple-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%22M12%206.5A3.5%203.5%200%200%200%208.5%203h-4l-.192.005a3.5%203.5%200%200%200-1.305%206.66a4.6%204.6%200%200%201%20.093-1.096A2.5%202.5%200%200%201%204.5%204h4l.164.006A2.5%202.5%200%200%201%208.5%209l-1.002.005l-.09.008a.5.5%200%200%200%20.094.992l1-.005l.192-.005A3.5%203.5%200%200%200%2012%206.5m2%203c0-.86-.435-1.62-1.096-2.07a4.5%204.5%200%200%200%20.093-1.095a3.5%203.5%200%200%201-1.303%206.66l-.192.005l-1%20.005l-.07-.005H7.5a3.5%203.5%200%200%201-.192-6.995L7.5%206h1a.5.5%200%200%201%20.09.992L8.5%207h-1a2.5%202.5%200%200%200-.164%204.995L7.5%2012H11v.002l.5-.002A2.5%202.5%200%200%200%2014%209.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%22M12%206.5A3.5%203.5%200%200%200%208.5%203h-4l-.192.005a3.5%203.5%200%200%200-1.305%206.66a4.6%204.6%200%200%201%20.093-1.096A2.5%202.5%200%200%201%204.5%204h4l.164.006A2.5%202.5%200%200%201%208.5%209l-1.002.005l-.09.008a.5.5%200%200%200%20.094.992l1-.005l.192-.005A3.5%203.5%200%200%200%2012%206.5m2%203c0-.86-.435-1.62-1.096-2.07a4.5%204.5%200%200%200%20.093-1.095a3.5%203.5%200%200%201-1.303%206.66l-.192.005l-1%20.005l-.07-.005H7.5a3.5%203.5%200%200%201-.192-6.995L7.5%206h1a.5.5%200%200%201%20.09.992L8.5%207h-1a2.5%202.5%200%200%200-.164%204.995L7.5%2012H11v.002l.5-.002A2.5%202.5%200%200%200%2014%209.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/link-multiple-16-regular.svg?color=%231a73e8&size=48