link multiple icon
link-multiple-16 from Fluent UI System Color Icons by Microsoft Corporation · 16 · MIT Free for personal and commercial use.
- Name
- link-multiple-16
- Set
- Fluent UI System Color Icons
- Style
- 16
- Viewbox
- 16×16
- License
- MIT
2 other variants in Fluent UI System Color Icons
The same icon in other sets
Use the link multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVG5YhdwdFX)" fill-rule="evenodd" d="M1 6.25A3.25 3.25 0 0 1 4.25 3h4.5a3.25 3.25 0 0 1 0 6.5h-4.5A3.25 3.25 0 0 1 1 6.25M4.25 4.5a1.75 1.75 0 1 0 0 3.5h4.5a1.75 1.75 0 1 0 0-3.5z" clip-rule="evenodd"/><path fill="url(#SVGQFlmnRcj)" fill-rule="evenodd" d="M1 6.25A3.25 3.25 0 0 1 4.25 3h4.5a3.25 3.25 0 0 1 0 6.5h-4.5A3.25 3.25 0 0 1 1 6.25M4.25 4.5a1.75 1.75 0 1 0 0 3.5h4.5a1.75 1.75 0 1 0 0-3.5z" clip-rule="evenodd"/><path fill="url(#SVG8uE7dcNq)" fill-rule="evenodd" d="M1 6.25A3.25 3.25 0 0 1 4.25 3h4.5a3.25 3.25 0 0 1 0 6.5h-4.5A3.25 3.25 0 0 1 1 6.25M4.25 4.5a1.75 1.75 0 1 0 0 3.5h4.5a1.75 1.75 0 1 0 0-3.5z" clip-rule="evenodd"/><path fill="url(#SVGwFOtRbti)" d="M10.482 6.5H7.25a3.25 3.25 0 1 0 0 6.5h4.5a3.25 3.25 0 0 0 .24-6.491A3.2 3.2 0 0 1 11.49 8h.26a1.75 1.75 0 1 1 0 3.5h-4.5A1.75 1.75 0 0 1 7 8.018V8h1.75a1.75 1.75 0 0 0 1.732-1.5"/><path fill="url(#SVGOjgaHeKO)" d="M10.482 6.5H7.25a3.25 3.25 0 1 0 0 6.5h4.5a3.25 3.25 0 0 0 .24-6.491A3.2 3.2 0 0 1 11.49 8h.26a1.75 1.75 0 1 1 0 3.5h-4.5A1.75 1.75 0 0 1 7 8.018V8h1.75a1.75 1.75 0 0 0 1.732-1.5"/><path fill="url(#SVGMKMASdGL)" d="M10.482 6.5H7.25a3.25 3.25 0 1 0 0 6.5h4.5a3.25 3.25 0 0 0 .24-6.491A3.2 3.2 0 0 1 11.49 8h.26a1.75 1.75 0 1 1 0 3.5h-4.5A1.75 1.75 0 0 1 7 8.018V8h1.75a1.75 1.75 0 0 0 1.732-1.5"/><defs><radialGradient id="SVG5YhdwdFX" cx="0" cy="0" r="1" gradientTransform="matrix(9.00003 7.00003 -6.27 8.06142 1.5 3)" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset=".429" stop-color="#367af2"/><stop offset=".942" stop-color="#5750e2"/><stop offset="1" stop-color="#6f47df"/></radialGradient><radialGradient id="SVGQFlmnRcj" cx="0" cy="0" r="1" gradientTransform="matrix(-5 0 0 -5.07351 7.5 10)" gradientUnits="userSpaceOnUse"><stop offset=".269" stop-color="#261d82" stop-opacity="0"/><stop offset=".5" stop-color="#261d82"/><stop offset=".556" stop-color="#261d82"/><stop offset=".866" stop-color="#261d82" stop-opacity="0"/></radialGradient><radialGradient id="SVGOjgaHeKO" cx="0" cy="0" r="1" gradientTransform="matrix(4.5 0 0 4.56616 9 6)" gradientUnits="userSpaceOnUse"><stop offset=".26" stop-color="#2764e7" stop-opacity="0"/><stop offset=".448" stop-color="#2764e7"/><stop offset=".578" stop-color="#2764e7"/><stop offset=".767" stop-color="#2764e7" stop-opacity="0"/></radialGradient><linearGradient id="SVG8uE7dcNq" x1="12" x2="6.365" y1="8" y2="3.579" gradientUnits="userSpaceOnUse"><stop stop-color="#5157e4" stop-opacity="0"/><stop offset=".066" stop-color="#5157e4"/><stop offset=".327" stop-color="#5157e4"/><stop offset=".604" stop-color="#5157e4" stop-opacity="0"/></linearGradient><linearGradient id="SVGwFOtRbti" x1=".464" x2="6.327" y1="3.656" y2="18.573" gradientUnits="userSpaceOnUse"><stop stop-color="#36dff1"/><stop offset="1" stop-color="#2764e7"/></linearGradient><linearGradient id="SVGMKMASdGL" x1="4" x2="9.527" y1="5" y2="7.95" gradientUnits="userSpaceOnUse"><stop stop-color="#31b3ee" stop-opacity=".243"/><stop offset=".208" stop-color="#31b3ee"/><stop offset=".539" stop-color="#31b3ee"/><stop offset=".755" stop-color="#31b3ee" stop-opacity=".902"/><stop offset="1" stop-color="#31b3ee" stop-opacity="0"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorLinkMultiple16(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVG5YhdwdFX)" fillRule="evenodd" d="M1 6.25A3.25 3.25 0 0 1 4.25 3h4.5a3.25 3.25 0 0 1 0 6.5h-4.5A3.25 3.25 0 0 1 1 6.25M4.25 4.5a1.75 1.75 0 1 0 0 3.5h4.5a1.75 1.75 0 1 0 0-3.5z" clipRule="evenodd"/><path fill="url(#SVGQFlmnRcj)" fillRule="evenodd" d="M1 6.25A3.25 3.25 0 0 1 4.25 3h4.5a3.25 3.25 0 0 1 0 6.5h-4.5A3.25 3.25 0 0 1 1 6.25M4.25 4.5a1.75 1.75 0 1 0 0 3.5h4.5a1.75 1.75 0 1 0 0-3.5z" clipRule="evenodd"/><path fill="url(#SVG8uE7dcNq)" fillRule="evenodd" d="M1 6.25A3.25 3.25 0 0 1 4.25 3h4.5a3.25 3.25 0 0 1 0 6.5h-4.5A3.25 3.25 0 0 1 1 6.25M4.25 4.5a1.75 1.75 0 1 0 0 3.5h4.5a1.75 1.75 0 1 0 0-3.5z" clipRule="evenodd"/><path fill="url(#SVGwFOtRbti)" d="M10.482 6.5H7.25a3.25 3.25 0 1 0 0 6.5h4.5a3.25 3.25 0 0 0 .24-6.491A3.2 3.2 0 0 1 11.49 8h.26a1.75 1.75 0 1 1 0 3.5h-4.5A1.75 1.75 0 0 1 7 8.018V8h1.75a1.75 1.75 0 0 0 1.732-1.5"/><path fill="url(#SVGOjgaHeKO)" d="M10.482 6.5H7.25a3.25 3.25 0 1 0 0 6.5h4.5a3.25 3.25 0 0 0 .24-6.491A3.2 3.2 0 0 1 11.49 8h.26a1.75 1.75 0 1 1 0 3.5h-4.5A1.75 1.75 0 0 1 7 8.018V8h1.75a1.75 1.75 0 0 0 1.732-1.5"/><path fill="url(#SVGMKMASdGL)" d="M10.482 6.5H7.25a3.25 3.25 0 1 0 0 6.5h4.5a3.25 3.25 0 0 0 .24-6.491A3.2 3.2 0 0 1 11.49 8h.26a1.75 1.75 0 1 1 0 3.5h-4.5A1.75 1.75 0 0 1 7 8.018V8h1.75a1.75 1.75 0 0 0 1.732-1.5"/><defs><radialGradient id="SVG5YhdwdFX" cx="0" cy="0" r="1" gradientTransform="matrix(9.00003 7.00003 -6.27 8.06142 1.5 3)" gradientUnits="userSpaceOnUse"><stop stopColor="#0fafff"/><stop offset=".429" stopColor="#367af2"/><stop offset=".942" stopColor="#5750e2"/><stop offset="1" stopColor="#6f47df"/></radialGradient><radialGradient id="SVGQFlmnRcj" cx="0" cy="0" r="1" gradientTransform="matrix(-5 0 0 -5.07351 7.5 10)" gradientUnits="userSpaceOnUse"><stop offset=".269" stopColor="#261d82" stopOpacity="0"/><stop offset=".5" stopColor="#261d82"/><stop offset=".556" stopColor="#261d82"/><stop offset=".866" stopColor="#261d82" stopOpacity="0"/></radialGradient><radialGradient id="SVGOjgaHeKO" cx="0" cy="0" r="1" gradientTransform="matrix(4.5 0 0 4.56616 9 6)" gradientUnits="userSpaceOnUse"><stop offset=".26" stopColor="#2764e7" stopOpacity="0"/><stop offset=".448" stopColor="#2764e7"/><stop offset=".578" stopColor="#2764e7"/><stop offset=".767" stopColor="#2764e7" stopOpacity="0"/></radialGradient><linearGradient id="SVG8uE7dcNq" x1="12" x2="6.365" y1="8" y2="3.579" gradientUnits="userSpaceOnUse"><stop stopColor="#5157e4" stopOpacity="0"/><stop offset=".066" stopColor="#5157e4"/><stop offset=".327" stopColor="#5157e4"/><stop offset=".604" stopColor="#5157e4" stopOpacity="0"/></linearGradient><linearGradient id="SVGwFOtRbti" x1=".464" x2="6.327" y1="3.656" y2="18.573" gradientUnits="userSpaceOnUse"><stop stopColor="#36dff1"/><stop offset="1" stopColor="#2764e7"/></linearGradient><linearGradient id="SVGMKMASdGL" x1="4" x2="9.527" y1="5" y2="7.95" gradientUnits="userSpaceOnUse"><stop stopColor="#31b3ee" stopOpacity=".243"/><stop offset=".208" stopColor="#31b3ee"/><stop offset=".539" stopColor="#31b3ee"/><stop offset=".755" stopColor="#31b3ee" stopOpacity=".902"/><stop offset="1" stopColor="#31b3ee" stopOpacity="0"/></linearGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVG5YhdwdFX)" fill-rule="evenodd" d="M1 6.25A3.25 3.25 0 0 1 4.25 3h4.5a3.25 3.25 0 0 1 0 6.5h-4.5A3.25 3.25 0 0 1 1 6.25M4.25 4.5a1.75 1.75 0 1 0 0 3.5h4.5a1.75 1.75 0 1 0 0-3.5z" clip-rule="evenodd"/><path fill="url(#SVGQFlmnRcj)" fill-rule="evenodd" d="M1 6.25A3.25 3.25 0 0 1 4.25 3h4.5a3.25 3.25 0 0 1 0 6.5h-4.5A3.25 3.25 0 0 1 1 6.25M4.25 4.5a1.75 1.75 0 1 0 0 3.5h4.5a1.75 1.75 0 1 0 0-3.5z" clip-rule="evenodd"/><path fill="url(#SVG8uE7dcNq)" fill-rule="evenodd" d="M1 6.25A3.25 3.25 0 0 1 4.25 3h4.5a3.25 3.25 0 0 1 0 6.5h-4.5A3.25 3.25 0 0 1 1 6.25M4.25 4.5a1.75 1.75 0 1 0 0 3.5h4.5a1.75 1.75 0 1 0 0-3.5z" clip-rule="evenodd"/><path fill="url(#SVGwFOtRbti)" d="M10.482 6.5H7.25a3.25 3.25 0 1 0 0 6.5h4.5a3.25 3.25 0 0 0 .24-6.491A3.2 3.2 0 0 1 11.49 8h.26a1.75 1.75 0 1 1 0 3.5h-4.5A1.75 1.75 0 0 1 7 8.018V8h1.75a1.75 1.75 0 0 0 1.732-1.5"/><path fill="url(#SVGOjgaHeKO)" d="M10.482 6.5H7.25a3.25 3.25 0 1 0 0 6.5h4.5a3.25 3.25 0 0 0 .24-6.491A3.2 3.2 0 0 1 11.49 8h.26a1.75 1.75 0 1 1 0 3.5h-4.5A1.75 1.75 0 0 1 7 8.018V8h1.75a1.75 1.75 0 0 0 1.732-1.5"/><path fill="url(#SVGMKMASdGL)" d="M10.482 6.5H7.25a3.25 3.25 0 1 0 0 6.5h4.5a3.25 3.25 0 0 0 .24-6.491A3.2 3.2 0 0 1 11.49 8h.26a1.75 1.75 0 1 1 0 3.5h-4.5A1.75 1.75 0 0 1 7 8.018V8h1.75a1.75 1.75 0 0 0 1.732-1.5"/><defs><radialGradient id="SVG5YhdwdFX" cx="0" cy="0" r="1" gradientTransform="matrix(9.00003 7.00003 -6.27 8.06142 1.5 3)" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset=".429" stop-color="#367af2"/><stop offset=".942" stop-color="#5750e2"/><stop offset="1" stop-color="#6f47df"/></radialGradient><radialGradient id="SVGQFlmnRcj" cx="0" cy="0" r="1" gradientTransform="matrix(-5 0 0 -5.07351 7.5 10)" gradientUnits="userSpaceOnUse"><stop offset=".269" stop-color="#261d82" stop-opacity="0"/><stop offset=".5" stop-color="#261d82"/><stop offset=".556" stop-color="#261d82"/><stop offset=".866" stop-color="#261d82" stop-opacity="0"/></radialGradient><radialGradient id="SVGOjgaHeKO" cx="0" cy="0" r="1" gradientTransform="matrix(4.5 0 0 4.56616 9 6)" gradientUnits="userSpaceOnUse"><stop offset=".26" stop-color="#2764e7" stop-opacity="0"/><stop offset=".448" stop-color="#2764e7"/><stop offset=".578" stop-color="#2764e7"/><stop offset=".767" stop-color="#2764e7" stop-opacity="0"/></radialGradient><linearGradient id="SVG8uE7dcNq" x1="12" x2="6.365" y1="8" y2="3.579" gradientUnits="userSpaceOnUse"><stop stop-color="#5157e4" stop-opacity="0"/><stop offset=".066" stop-color="#5157e4"/><stop offset=".327" stop-color="#5157e4"/><stop offset=".604" stop-color="#5157e4" stop-opacity="0"/></linearGradient><linearGradient id="SVGwFOtRbti" x1=".464" x2="6.327" y1="3.656" y2="18.573" gradientUnits="userSpaceOnUse"><stop stop-color="#36dff1"/><stop offset="1" stop-color="#2764e7"/></linearGradient><linearGradient id="SVGMKMASdGL" x1="4" x2="9.527" y1="5" y2="7.95" gradientUnits="userSpaceOnUse"><stop stop-color="#31b3ee" stop-opacity=".243"/><stop offset=".208" stop-color="#31b3ee"/><stop offset=".539" stop-color="#31b3ee"/><stop offset=".755" stop-color="#31b3ee" stop-opacity=".902"/><stop offset="1" stop-color="#31b3ee" stop-opacity="0"/></linearGradient></defs></g></svg> </template>
CSS
.icon-link-multiple-16 {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG5YhdwdFX)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1%206.25A3.25%203.25%200%200%201%204.25%203h4.5a3.25%203.25%200%200%201%200%206.5h-4.5A3.25%203.25%200%200%201%201%206.25M4.25%204.5a1.75%201.75%200%201%200%200%203.5h4.5a1.75%201.75%200%201%200%200-3.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGQFlmnRcj)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1%206.25A3.25%203.25%200%200%201%204.25%203h4.5a3.25%203.25%200%200%201%200%206.5h-4.5A3.25%203.25%200%200%201%201%206.25M4.25%204.5a1.75%201.75%200%201%200%200%203.5h4.5a1.75%201.75%200%201%200%200-3.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG8uE7dcNq)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1%206.25A3.25%203.25%200%200%201%204.25%203h4.5a3.25%203.25%200%200%201%200%206.5h-4.5A3.25%203.25%200%200%201%201%206.25M4.25%204.5a1.75%201.75%200%201%200%200%203.5h4.5a1.75%201.75%200%201%200%200-3.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGwFOtRbti)%22%20d%3D%22M10.482%206.5H7.25a3.25%203.25%200%201%200%200%206.5h4.5a3.25%203.25%200%200%200%20.24-6.491A3.2%203.2%200%200%201%2011.49%208h.26a1.75%201.75%200%201%201%200%203.5h-4.5A1.75%201.75%200%200%201%207%208.018V8h1.75a1.75%201.75%200%200%200%201.732-1.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGOjgaHeKO)%22%20d%3D%22M10.482%206.5H7.25a3.25%203.25%200%201%200%200%206.5h4.5a3.25%203.25%200%200%200%20.24-6.491A3.2%203.2%200%200%201%2011.49%208h.26a1.75%201.75%200%201%201%200%203.5h-4.5A1.75%201.75%200%200%201%207%208.018V8h1.75a1.75%201.75%200%200%200%201.732-1.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGMKMASdGL)%22%20d%3D%22M10.482%206.5H7.25a3.25%203.25%200%201%200%200%206.5h4.5a3.25%203.25%200%200%200%20.24-6.491A3.2%203.2%200%200%201%2011.49%208h.26a1.75%201.75%200%201%201%200%203.5h-4.5A1.75%201.75%200%200%201%207%208.018V8h1.75a1.75%201.75%200%200%200%201.732-1.5%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVG5YhdwdFX%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(9.00003%207.00003%20-6.27%208.06142%201.5%203)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%22.429%22%20stop-color%3D%22%23367af2%22%2F%3E%3Cstop%20offset%3D%22.942%22%20stop-color%3D%22%235750e2%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236f47df%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22SVGQFlmnRcj%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(-5%200%200%20-5.07351%207.5%2010)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.269%22%20stop-color%3D%22%23261d82%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23261d82%22%2F%3E%3Cstop%20offset%3D%22.556%22%20stop-color%3D%22%23261d82%22%2F%3E%3Cstop%20offset%3D%22.866%22%20stop-color%3D%22%23261d82%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22SVGOjgaHeKO%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(4.5%200%200%204.56616%209%206)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.26%22%20stop-color%3D%22%232764e7%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.448%22%20stop-color%3D%22%232764e7%22%2F%3E%3Cstop%20offset%3D%22.578%22%20stop-color%3D%22%232764e7%22%2F%3E%3Cstop%20offset%3D%22.767%22%20stop-color%3D%22%232764e7%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22SVG8uE7dcNq%22%20x1%3D%2212%22%20x2%3D%226.365%22%20y1%3D%228%22%20y2%3D%223.579%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%235157e4%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.066%22%20stop-color%3D%22%235157e4%22%2F%3E%3Cstop%20offset%3D%22.327%22%20stop-color%3D%22%235157e4%22%2F%3E%3Cstop%20offset%3D%22.604%22%20stop-color%3D%22%235157e4%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGwFOtRbti%22%20x1%3D%22.464%22%20x2%3D%226.327%22%20y1%3D%223.656%22%20y2%3D%2218.573%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2336dff1%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232764e7%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGMKMASdGL%22%20x1%3D%224%22%20x2%3D%229.527%22%20y1%3D%225%22%20y2%3D%227.95%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2331b3ee%22%20stop-opacity%3D%22.243%22%2F%3E%3Cstop%20offset%3D%22.208%22%20stop-color%3D%22%2331b3ee%22%2F%3E%3Cstop%20offset%3D%22.539%22%20stop-color%3D%22%2331b3ee%22%2F%3E%3Cstop%20offset%3D%22.755%22%20stop-color%3D%22%2331b3ee%22%20stop-opacity%3D%22.902%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2331b3ee%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG5YhdwdFX)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1%206.25A3.25%203.25%200%200%201%204.25%203h4.5a3.25%203.25%200%200%201%200%206.5h-4.5A3.25%203.25%200%200%201%201%206.25M4.25%204.5a1.75%201.75%200%201%200%200%203.5h4.5a1.75%201.75%200%201%200%200-3.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGQFlmnRcj)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1%206.25A3.25%203.25%200%200%201%204.25%203h4.5a3.25%203.25%200%200%201%200%206.5h-4.5A3.25%203.25%200%200%201%201%206.25M4.25%204.5a1.75%201.75%200%201%200%200%203.5h4.5a1.75%201.75%200%201%200%200-3.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG8uE7dcNq)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1%206.25A3.25%203.25%200%200%201%204.25%203h4.5a3.25%203.25%200%200%201%200%206.5h-4.5A3.25%203.25%200%200%201%201%206.25M4.25%204.5a1.75%201.75%200%201%200%200%203.5h4.5a1.75%201.75%200%201%200%200-3.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGwFOtRbti)%22%20d%3D%22M10.482%206.5H7.25a3.25%203.25%200%201%200%200%206.5h4.5a3.25%203.25%200%200%200%20.24-6.491A3.2%203.2%200%200%201%2011.49%208h.26a1.75%201.75%200%201%201%200%203.5h-4.5A1.75%201.75%200%200%201%207%208.018V8h1.75a1.75%201.75%200%200%200%201.732-1.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGOjgaHeKO)%22%20d%3D%22M10.482%206.5H7.25a3.25%203.25%200%201%200%200%206.5h4.5a3.25%203.25%200%200%200%20.24-6.491A3.2%203.2%200%200%201%2011.49%208h.26a1.75%201.75%200%201%201%200%203.5h-4.5A1.75%201.75%200%200%201%207%208.018V8h1.75a1.75%201.75%200%200%200%201.732-1.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGMKMASdGL)%22%20d%3D%22M10.482%206.5H7.25a3.25%203.25%200%201%200%200%206.5h4.5a3.25%203.25%200%200%200%20.24-6.491A3.2%203.2%200%200%201%2011.49%208h.26a1.75%201.75%200%201%201%200%203.5h-4.5A1.75%201.75%200%200%201%207%208.018V8h1.75a1.75%201.75%200%200%200%201.732-1.5%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVG5YhdwdFX%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(9.00003%207.00003%20-6.27%208.06142%201.5%203)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%22.429%22%20stop-color%3D%22%23367af2%22%2F%3E%3Cstop%20offset%3D%22.942%22%20stop-color%3D%22%235750e2%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236f47df%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22SVGQFlmnRcj%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(-5%200%200%20-5.07351%207.5%2010)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.269%22%20stop-color%3D%22%23261d82%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23261d82%22%2F%3E%3Cstop%20offset%3D%22.556%22%20stop-color%3D%22%23261d82%22%2F%3E%3Cstop%20offset%3D%22.866%22%20stop-color%3D%22%23261d82%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22SVGOjgaHeKO%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(4.5%200%200%204.56616%209%206)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.26%22%20stop-color%3D%22%232764e7%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.448%22%20stop-color%3D%22%232764e7%22%2F%3E%3Cstop%20offset%3D%22.578%22%20stop-color%3D%22%232764e7%22%2F%3E%3Cstop%20offset%3D%22.767%22%20stop-color%3D%22%232764e7%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22SVG8uE7dcNq%22%20x1%3D%2212%22%20x2%3D%226.365%22%20y1%3D%228%22%20y2%3D%223.579%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%235157e4%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.066%22%20stop-color%3D%22%235157e4%22%2F%3E%3Cstop%20offset%3D%22.327%22%20stop-color%3D%22%235157e4%22%2F%3E%3Cstop%20offset%3D%22.604%22%20stop-color%3D%22%235157e4%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGwFOtRbti%22%20x1%3D%22.464%22%20x2%3D%226.327%22%20y1%3D%223.656%22%20y2%3D%2218.573%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2336dff1%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232764e7%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGMKMASdGL%22%20x1%3D%224%22%20x2%3D%229.527%22%20y1%3D%225%22%20y2%3D%227.95%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2331b3ee%22%20stop-opacity%3D%22.243%22%2F%3E%3Cstop%20offset%3D%22.208%22%20stop-color%3D%22%2331b3ee%22%2F%3E%3Cstop%20offset%3D%22.539%22%20stop-color%3D%22%2331b3ee%22%2F%3E%3Cstop%20offset%3D%22.755%22%20stop-color%3D%22%2331b3ee%22%20stop-opacity%3D%22.902%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2331b3ee%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/link-multiple-16.svg?color=%231a73e8&size=48