link icon
link-12-regular from Fluent UI System Icons by Microsoft Corporation · 12 Regular · MIT Free for personal and commercial use.
- Name
- link-12-regular
- Set
- Fluent UI System Icons
- Style
- 12 Regular
- Viewbox
- 12×12
- License
- MIT
14 other variants in Fluent UI System Icons
The same icon in other sets
link-outlinedAnt Design IconslinkBootstrap IconslinkBoxIcons v2linkCarbonlinkCodiconslinkEmoji One (Colored)linkElement Pluslink-fillEva IconslinkFramework7 IconslinkFont Awesome 6 SolidlinkFont Awesome SolidlinkFeather Iconslink-outlineFlowbite Iconslink-20Fluent UI System Color IconslinkFluent EmojilinkFluent Emoji FlatlinkFluent Emoji High Contrastlinkcss.gglinkHeroIconslinkHuge IconslinkHumbleiconslinkIconParklinkIconPark OutlinelinkIconoir
Related icons in Fluent UI System Icons
Use the link icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M2 5.4A2.4 2.4 0 0 1 4.4 3h.1a.5.5 0 0 1 0 1h-.1A1.4 1.4 0 0 0 3 5.4v.2A1.4 1.4 0 0 0 4.4 7h.1a.5.5 0 0 1 0 1h-.1A2.4 2.4 0 0 1 2 5.6zm8 0A2.4 2.4 0 0 0 7.6 3h-.1a.5.5 0 0 0 0 1h.1A1.4 1.4 0 0 1 9 5.4v.2A1.4 1.4 0 0 1 7.6 7h-.1a.5.5 0 0 0 0 1h.1A2.4 2.4 0 0 0 10 5.6zM4.5 5a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1z"/></svg>
React
import type { SVGProps } from "react";
export function FluentLink12Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M2 5.4A2.4 2.4 0 0 1 4.4 3h.1a.5.5 0 0 1 0 1h-.1A1.4 1.4 0 0 0 3 5.4v.2A1.4 1.4 0 0 0 4.4 7h.1a.5.5 0 0 1 0 1h-.1A2.4 2.4 0 0 1 2 5.6zm8 0A2.4 2.4 0 0 0 7.6 3h-.1a.5.5 0 0 0 0 1h.1A1.4 1.4 0 0 1 9 5.4v.2A1.4 1.4 0 0 1 7.6 7h-.1a.5.5 0 0 0 0 1h.1A2.4 2.4 0 0 0 10 5.6zM4.5 5a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M2 5.4A2.4 2.4 0 0 1 4.4 3h.1a.5.5 0 0 1 0 1h-.1A1.4 1.4 0 0 0 3 5.4v.2A1.4 1.4 0 0 0 4.4 7h.1a.5.5 0 0 1 0 1h-.1A2.4 2.4 0 0 1 2 5.6zm8 0A2.4 2.4 0 0 0 7.6 3h-.1a.5.5 0 0 0 0 1h.1A1.4 1.4 0 0 1 9 5.4v.2A1.4 1.4 0 0 1 7.6 7h-.1a.5.5 0 0 0 0 1h.1A2.4 2.4 0 0 0 10 5.6zM4.5 5a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1z"/></svg> </template>
CSS
.icon-link-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%205.4A2.4%202.4%200%200%201%204.4%203h.1a.5.5%200%200%201%200%201h-.1A1.4%201.4%200%200%200%203%205.4v.2A1.4%201.4%200%200%200%204.4%207h.1a.5.5%200%200%201%200%201h-.1A2.4%202.4%200%200%201%202%205.6zm8%200A2.4%202.4%200%200%200%207.6%203h-.1a.5.5%200%200%200%200%201h.1A1.4%201.4%200%200%201%209%205.4v.2A1.4%201.4%200%200%201%207.6%207h-.1a.5.5%200%200%200%200%201h.1A2.4%202.4%200%200%200%2010%205.6zM4.5%205a.5.5%200%200%200%200%201h3a.5.5%200%200%200%200-1z%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%205.4A2.4%202.4%200%200%201%204.4%203h.1a.5.5%200%200%201%200%201h-.1A1.4%201.4%200%200%200%203%205.4v.2A1.4%201.4%200%200%200%204.4%207h.1a.5.5%200%200%201%200%201h-.1A2.4%202.4%200%200%201%202%205.6zm8%200A2.4%202.4%200%200%200%207.6%203h-.1a.5.5%200%200%200%200%201h.1A1.4%201.4%200%200%201%209%205.4v.2A1.4%201.4%200%200%201%207.6%207h-.1a.5.5%200%200%200%200%201h.1A2.4%202.4%200%200%200%2010%205.6zM4.5%205a.5.5%200%200%200%200%201h3a.5.5%200%200%200%200-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/link-12-regular.svg?color=%231a73e8&size=48