link icon
link from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- link
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
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 TDesign 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="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M11.676 6.99L14 4.667A3.771 3.771 0 1 1 19.333 10l-2.323 2.324m-10.02-.647L4.666 14A3.771 3.771 0 1 0 10 19.334l2.323-2.324M13.998 10l-4 4"/></svg>
React
import type { SVGProps } from "react";
export function TdesignLink(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M11.676 6.99L14 4.667A3.771 3.771 0 1 1 19.333 10l-2.323 2.324m-10.02-.647L4.666 14A3.771 3.771 0 1 0 10 19.334l2.323-2.324M13.998 10l-4 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M11.676 6.99L14 4.667A3.771 3.771 0 1 1 19.333 10l-2.323 2.324m-10.02-.647L4.666 14A3.771 3.771 0 1 0 10 19.334l2.323-2.324M13.998 10l-4 4"/></svg> </template>
CSS
.icon-link {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M11.676%206.99L14%204.667A3.771%203.771%200%201%201%2019.333%2010l-2.323%202.324m-10.02-.647L4.666%2014A3.771%203.771%200%201%200%2010%2019.334l2.323-2.324M13.998%2010l-4%204%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M11.676%206.99L14%204.667A3.771%203.771%200%201%201%2019.333%2010l-2.323%202.324m-10.02-.647L4.666%2014A3.771%203.771%200%201%200%2010%2019.334l2.323-2.324M13.998%2010l-4%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/link.svg?color=%231a73e8&size=48