md link icon

md-link from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-link
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the md link icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M74.6 256c0-38.3 31.1-69.4 69.4-69.4h88V144h-88c-61.8 0-112 50.2-112 112s50.2 112 112 112h88v-42.6h-88c-38.3 0-69.4-31.1-69.4-69.4zm85.4 22h192v-44H160v44zm208-134h-88v42.6h88c38.3 0 69.4 31.1 69.4 69.4s-31.1 69.4-69.4 69.4h-88V368h88c61.8 0 112-50.2 112-112s-50.2-112-112-112z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdLink(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M74.6 256c0-38.3 31.1-69.4 69.4-69.4h88V144h-88c-61.8 0-112 50.2-112 112s50.2 112 112 112h88v-42.6h-88c-38.3 0-69.4-31.1-69.4-69.4zm85.4 22h192v-44H160v44zm208-134h-88v42.6h88c38.3 0 69.4 31.1 69.4 69.4s-31.1 69.4-69.4 69.4h-88V368h88c61.8 0 112-50.2 112-112s-50.2-112-112-112z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M74.6 256c0-38.3 31.1-69.4 69.4-69.4h88V144h-88c-61.8 0-112 50.2-112 112s50.2 112 112 112h88v-42.6h-88c-38.3 0-69.4-31.1-69.4-69.4zm85.4 22h192v-44H160v44zm208-134h-88v42.6h88c38.3 0 69.4 31.1 69.4 69.4s-31.1 69.4-69.4 69.4h-88V368h88c61.8 0 112-50.2 112-112s-50.2-112-112-112z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-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%20512%20512%22%3E%3Cpath%20d%3D%22M74.6%20256c0-38.3%2031.1-69.4%2069.4-69.4h88V144h-88c-61.8%200-112%2050.2-112%20112s50.2%20112%20112%20112h88v-42.6h-88c-38.3%200-69.4-31.1-69.4-69.4zm85.4%2022h192v-44H160v44zm208-134h-88v42.6h88c38.3%200%2069.4%2031.1%2069.4%2069.4s-31.1%2069.4-69.4%2069.4h-88V368h88c61.8%200%20112-50.2%20112-112s-50.2-112-112-112z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M74.6%20256c0-38.3%2031.1-69.4%2069.4-69.4h88V144h-88c-61.8%200-112%2050.2-112%20112s50.2%20112%20112%20112h88v-42.6h-88c-38.3%200-69.4-31.1-69.4-69.4zm85.4%2022h192v-44H160v44zm208-134h-88v42.6h88c38.3%200%2069.4%2031.1%2069.4%2069.4s-31.1%2069.4-69.4%2069.4h-88V368h88c61.8%200%20112-50.2%20112-112s-50.2-112-112-112z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/md-link.svg?color=%231a73e8&size=48