link icon
link-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.
- Name
- link-fill
- Set
- Eva Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
1 other variant in Eva Icons
The same icon in other sets
linkBootstrap IconslinkBoxIcons v2linkCarbonlinkEmoji One (Colored)linkFramework7 IconslinkFont Awesome 6 SolidlinkFeather Iconslink-12-filledFluent UI System IconslinkFluent EmojilinkFluent Emoji FlatlinkFluent Emoji High Contrastlinkcss.gglinkHeroIconslinkHuge IconslinkHumbleiconslinkIconoirlinkIonIconslinkJam IconslinkLine AwesomelinkMaterial Line IconslinkLucidelinkMage IconslinkMajesticonslinkMaterial Symbols
Related icons in Eva Icons
Use the link icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 12a1 1 0 0 0 1 1h6a1 1 0 0 0 0-2H9a1 1 0 0 0-1 1"/><path fill="currentColor" d="M9 16H7.21A4.13 4.13 0 0 1 3 12.37A4 4 0 0 1 7 8h2a1 1 0 0 0 0-2H7.21a6.15 6.15 0 0 0-6.16 5.21A6 6 0 0 0 7 18h2a1 1 0 0 0 0-2m14-4.76A6.16 6.16 0 0 0 16.76 6h-1.51C14.44 6 14 6.45 14 7a1 1 0 0 0 1 1h1.79A4.13 4.13 0 0 1 21 11.63A4 4 0 0 1 17 16h-2a1 1 0 0 0 0 2h2a6 6 0 0 0 6-6.76"/></svg>
React
import type { SVGProps } from "react";
export function EvaLinkFill(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="M8 12a1 1 0 0 0 1 1h6a1 1 0 0 0 0-2H9a1 1 0 0 0-1 1"/><path fill="currentColor" d="M9 16H7.21A4.13 4.13 0 0 1 3 12.37A4 4 0 0 1 7 8h2a1 1 0 0 0 0-2H7.21a6.15 6.15 0 0 0-6.16 5.21A6 6 0 0 0 7 18h2a1 1 0 0 0 0-2m14-4.76A6.16 6.16 0 0 0 16.76 6h-1.51C14.44 6 14 6.45 14 7a1 1 0 0 0 1 1h1.79A4.13 4.13 0 0 1 21 11.63A4 4 0 0 1 17 16h-2a1 1 0 0 0 0 2h2a6 6 0 0 0 6-6.76"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 12a1 1 0 0 0 1 1h6a1 1 0 0 0 0-2H9a1 1 0 0 0-1 1"/><path fill="currentColor" d="M9 16H7.21A4.13 4.13 0 0 1 3 12.37A4 4 0 0 1 7 8h2a1 1 0 0 0 0-2H7.21a6.15 6.15 0 0 0-6.16 5.21A6 6 0 0 0 7 18h2a1 1 0 0 0 0-2m14-4.76A6.16 6.16 0 0 0 16.76 6h-1.51C14.44 6 14 6.45 14 7a1 1 0 0 0 1 1h1.79A4.13 4.13 0 0 1 21 11.63A4 4 0 0 1 17 16h-2a1 1 0 0 0 0 2h2a6 6 0 0 0 6-6.76"/></svg> </template>
CSS
.icon-link-fill {
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%22M8%2012a1%201%200%200%200%201%201h6a1%201%200%200%200%200-2H9a1%201%200%200%200-1%201%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2016H7.21A4.13%204.13%200%200%201%203%2012.37A4%204%200%200%201%207%208h2a1%201%200%200%200%200-2H7.21a6.15%206.15%200%200%200-6.16%205.21A6%206%200%200%200%207%2018h2a1%201%200%200%200%200-2m14-4.76A6.16%206.16%200%200%200%2016.76%206h-1.51C14.44%206%2014%206.45%2014%207a1%201%200%200%200%201%201h1.79A4.13%204.13%200%200%201%2021%2011.63A4%204%200%200%201%2017%2016h-2a1%201%200%200%200%200%202h2a6%206%200%200%200%206-6.76%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%22M8%2012a1%201%200%200%200%201%201h6a1%201%200%200%200%200-2H9a1%201%200%200%200-1%201%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2016H7.21A4.13%204.13%200%200%201%203%2012.37A4%204%200%200%201%207%208h2a1%201%200%200%200%200-2H7.21a6.15%206.15%200%200%200-6.16%205.21A6%206%200%200%200%207%2018h2a1%201%200%200%200%200-2m14-4.76A6.16%206.16%200%200%200%2016.76%206h-1.51C14.44%206%2014%206.45%2014%207a1%201%200%200%200%201%201h1.79A4.13%204.13%200%200%201%2021%2011.63A4%204%200%200%201%2017%2016h-2a1%201%200%200%200%200%202h2a6%206%200%200%200%206-6.76%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/link-fill.svg?color=%231a73e8&size=48