link logo
link from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- link
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo 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
Use the link logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 3l7.234 4.333V16.1L10.967 21v-1.235L4.784 16.07l-.017-8.685zm.01 14.98l5.157-3.054v-6.42l-5.166-3.092l-5.167 3.132v6.35z"/></svg>
React
import type { SVGProps } from "react";
export function TokenLink(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="m12 3l7.234 4.333V16.1L10.967 21v-1.235L4.784 16.07l-.017-8.685zm.01 14.98l5.157-3.054v-6.42l-5.166-3.092l-5.167 3.132v6.35z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 3l7.234 4.333V16.1L10.967 21v-1.235L4.784 16.07l-.017-8.685zm.01 14.98l5.157-3.054v-6.42l-5.166-3.092l-5.167 3.132v6.35z"/></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%22currentColor%22%20d%3D%22m12%203l7.234%204.333V16.1L10.967%2021v-1.235L4.784%2016.07l-.017-8.685zm.01%2014.98l5.157-3.054v-6.42l-5.166-3.092l-5.167%203.132v6.35z%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%22m12%203l7.234%204.333V16.1L10.967%2021v-1.235L4.784%2016.07l-.017-8.685zm.01%2014.98l5.157-3.054v-6.42l-5.166-3.092l-5.167%203.132v6.35z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/link.svg?color=%231a73e8&size=48