link icon
link-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- link-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
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-12-filledFluent UI System Iconslink-20Fluent UI System Color IconslinkFluent EmojilinkFluent Emoji FlatlinkFluent Emoji High Contrastlinkcss.gglinkHeroIconslinkHuge IconslinkHumbleiconslinkIconParklinkIconPark Outline
Related icons in MingCute Icon
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="M9.879 11.291c-.872-.872-.646-1.677.417-2.41a5.5 5.5 0 0 1 7.007.643l3.182 3.182a5.5 5.5 0 0 1-7.778 7.778l-1.06-1.06a1.5 1.5 0 0 1 2.12-2.122l1.061 1.06a2.5 2.5 0 0 0 3.536-3.535l-3.182-3.182a2.5 2.5 0 0 0-2.681-.56c-1.145.448-1.75 1.079-2.622.206M3.515 3.513a5.5 5.5 0 0 1 7.778 0l1.06 1.06a1.5 1.5 0 1 1-2.12 2.122l-1.061-1.06A2.5 2.5 0 1 0 5.636 9.17l3.182 3.182a2.5 2.5 0 0 0 2.681.56c1.145-.448 1.75-1.078 2.622-.206s.646 1.677-.418 2.41a5.5 5.5 0 0 1-7.006-.643l-3.182-3.182a5.5 5.5 0 0 1 0-7.778"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteLinkFill(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="M9.879 11.291c-.872-.872-.646-1.677.417-2.41a5.5 5.5 0 0 1 7.007.643l3.182 3.182a5.5 5.5 0 0 1-7.778 7.778l-1.06-1.06a1.5 1.5 0 0 1 2.12-2.122l1.061 1.06a2.5 2.5 0 0 0 3.536-3.535l-3.182-3.182a2.5 2.5 0 0 0-2.681-.56c-1.145.448-1.75 1.079-2.622.206M3.515 3.513a5.5 5.5 0 0 1 7.778 0l1.06 1.06a1.5 1.5 0 1 1-2.12 2.122l-1.061-1.06A2.5 2.5 0 1 0 5.636 9.17l3.182 3.182a2.5 2.5 0 0 0 2.681.56c1.145-.448 1.75-1.078 2.622-.206s.646 1.677-.418 2.41a5.5 5.5 0 0 1-7.006-.643l-3.182-3.182a5.5 5.5 0 0 1 0-7.778"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.879 11.291c-.872-.872-.646-1.677.417-2.41a5.5 5.5 0 0 1 7.007.643l3.182 3.182a5.5 5.5 0 0 1-7.778 7.778l-1.06-1.06a1.5 1.5 0 0 1 2.12-2.122l1.061 1.06a2.5 2.5 0 0 0 3.536-3.535l-3.182-3.182a2.5 2.5 0 0 0-2.681-.56c-1.145.448-1.75 1.079-2.622.206M3.515 3.513a5.5 5.5 0 0 1 7.778 0l1.06 1.06a1.5 1.5 0 1 1-2.12 2.122l-1.061-1.06A2.5 2.5 0 1 0 5.636 9.17l3.182 3.182a2.5 2.5 0 0 0 2.681.56c1.145-.448 1.75-1.078 2.622-.206s.646 1.677-.418 2.41a5.5 5.5 0 0 1-7.006-.643l-3.182-3.182a5.5 5.5 0 0 1 0-7.778"/></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%22M9.879%2011.291c-.872-.872-.646-1.677.417-2.41a5.5%205.5%200%200%201%207.007.643l3.182%203.182a5.5%205.5%200%200%201-7.778%207.778l-1.06-1.06a1.5%201.5%200%200%201%202.12-2.122l1.061%201.06a2.5%202.5%200%200%200%203.536-3.535l-3.182-3.182a2.5%202.5%200%200%200-2.681-.56c-1.145.448-1.75%201.079-2.622.206M3.515%203.513a5.5%205.5%200%200%201%207.778%200l1.06%201.06a1.5%201.5%200%201%201-2.12%202.122l-1.061-1.06A2.5%202.5%200%201%200%205.636%209.17l3.182%203.182a2.5%202.5%200%200%200%202.681.56c1.145-.448%201.75-1.078%202.622-.206s.646%201.677-.418%202.41a5.5%205.5%200%200%201-7.006-.643l-3.182-3.182a5.5%205.5%200%200%201%200-7.778%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%22M9.879%2011.291c-.872-.872-.646-1.677.417-2.41a5.5%205.5%200%200%201%207.007.643l3.182%203.182a5.5%205.5%200%200%201-7.778%207.778l-1.06-1.06a1.5%201.5%200%200%201%202.12-2.122l1.061%201.06a2.5%202.5%200%200%200%203.536-3.535l-3.182-3.182a2.5%202.5%200%200%200-2.681-.56c-1.145.448-1.75%201.079-2.622.206M3.515%203.513a5.5%205.5%200%200%201%207.778%200l1.06%201.06a1.5%201.5%200%201%201-2.12%202.122l-1.061-1.06A2.5%202.5%200%201%200%205.636%209.17l3.182%203.182a2.5%202.5%200%200%200%202.681.56c1.145-.448%201.75-1.078%202.622-.206s.646%201.677-.418%202.41a5.5%205.5%200%200%201-7.006-.643l-3.182-3.182a5.5%205.5%200%200%201%200-7.778%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/link-fill.svg?color=%231a73e8&size=48