link-sharp-duotone from Keyline Icons by Keyline Icons · Sharp Duotone · MIT Free for personal and commercial use.

Name
link-sharp-duotone
Set
Keyline Icons
Style
Sharp Duotone
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Related icons in Keyline Icons

Use the link icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path stroke-opacity=".4" d="M8.4812 18.1454L8.1883 18.4383C7.5084 19.1181 6.5864 19.5 5.625 19.5C4.6636 19.5 3.7416 19.1181 3.0617 18.4383C2.3819 17.7584 2 16.8364 2 15.875C2 14.9136 2.3819 13.9916 3.0617 13.3117L8.1867 8.1867C8.8666 7.5069 9.7886 7.125 10.75 7.125C11.7114 7.125 12.6334 7.5069 13.3133 8.1867C13.9931 8.8666 14.375 9.7886 14.375 10.75C14.375 11.7114 13.9931 12.6334 13.3133 13.3133L13.0204 13.6062"/><path d="M15.5188 5.8546L15.8117 5.5617C16.4916 4.8819 17.4136 4.5 18.375 4.5C19.3364 4.5 20.2584 4.8819 20.9383 5.5617C21.6181 6.2416 22 7.1636 22 8.125C22 9.0864 21.6181 10.0084 20.9383 10.6883L15.8133 15.8133C15.1334 16.4931 14.2114 16.875 13.25 16.875C12.2886 16.875 11.3666 16.4931 10.6867 15.8133C10.0069 15.1334 9.625 14.2114 9.625 13.25C9.625 12.2886 10.0069 11.3666 10.6867 10.6867L10.9796 10.3938"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsLinkSharpDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2"><path strokeOpacity=".4" d="M8.4812 18.1454L8.1883 18.4383C7.5084 19.1181 6.5864 19.5 5.625 19.5C4.6636 19.5 3.7416 19.1181 3.0617 18.4383C2.3819 17.7584 2 16.8364 2 15.875C2 14.9136 2.3819 13.9916 3.0617 13.3117L8.1867 8.1867C8.8666 7.5069 9.7886 7.125 10.75 7.125C11.7114 7.125 12.6334 7.5069 13.3133 8.1867C13.9931 8.8666 14.375 9.7886 14.375 10.75C14.375 11.7114 13.9931 12.6334 13.3133 13.3133L13.0204 13.6062"/><path d="M15.5188 5.8546L15.8117 5.5617C16.4916 4.8819 17.4136 4.5 18.375 4.5C19.3364 4.5 20.2584 4.8819 20.9383 5.5617C21.6181 6.2416 22 7.1636 22 8.125C22 9.0864 21.6181 10.0084 20.9383 10.6883L15.8133 15.8133C15.1334 16.4931 14.2114 16.875 13.25 16.875C12.2886 16.875 11.3666 16.4931 10.6867 15.8133C10.0069 15.1334 9.625 14.2114 9.625 13.25C9.625 12.2886 10.0069 11.3666 10.6867 10.6867L10.9796 10.3938"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path stroke-opacity=".4" d="M8.4812 18.1454L8.1883 18.4383C7.5084 19.1181 6.5864 19.5 5.625 19.5C4.6636 19.5 3.7416 19.1181 3.0617 18.4383C2.3819 17.7584 2 16.8364 2 15.875C2 14.9136 2.3819 13.9916 3.0617 13.3117L8.1867 8.1867C8.8666 7.5069 9.7886 7.125 10.75 7.125C11.7114 7.125 12.6334 7.5069 13.3133 8.1867C13.9931 8.8666 14.375 9.7886 14.375 10.75C14.375 11.7114 13.9931 12.6334 13.3133 13.3133L13.0204 13.6062"/><path d="M15.5188 5.8546L15.8117 5.5617C16.4916 4.8819 17.4136 4.5 18.375 4.5C19.3364 4.5 20.2584 4.8819 20.9383 5.5617C21.6181 6.2416 22 7.1636 22 8.125C22 9.0864 21.6181 10.0084 20.9383 10.6883L15.8133 15.8133C15.1334 16.4931 14.2114 16.875 13.25 16.875C12.2886 16.875 11.3666 16.4931 10.6867 15.8133C10.0069 15.1334 9.625 14.2114 9.625 13.25C9.625 12.2886 10.0069 11.3666 10.6867 10.6867L10.9796 10.3938"/></g></svg>
</template>

CSS

.icon-link-sharp-duotone {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M8.4812%2018.1454L8.1883%2018.4383C7.5084%2019.1181%206.5864%2019.5%205.625%2019.5C4.6636%2019.5%203.7416%2019.1181%203.0617%2018.4383C2.3819%2017.7584%202%2016.8364%202%2015.875C2%2014.9136%202.3819%2013.9916%203.0617%2013.3117L8.1867%208.1867C8.8666%207.5069%209.7886%207.125%2010.75%207.125C11.7114%207.125%2012.6334%207.5069%2013.3133%208.1867C13.9931%208.8666%2014.375%209.7886%2014.375%2010.75C14.375%2011.7114%2013.9931%2012.6334%2013.3133%2013.3133L13.0204%2013.6062%22%2F%3E%3Cpath%20d%3D%22M15.5188%205.8546L15.8117%205.5617C16.4916%204.8819%2017.4136%204.5%2018.375%204.5C19.3364%204.5%2020.2584%204.8819%2020.9383%205.5617C21.6181%206.2416%2022%207.1636%2022%208.125C22%209.0864%2021.6181%2010.0084%2020.9383%2010.6883L15.8133%2015.8133C15.1334%2016.4931%2014.2114%2016.875%2013.25%2016.875C12.2886%2016.875%2011.3666%2016.4931%2010.6867%2015.8133C10.0069%2015.1334%209.625%2014.2114%209.625%2013.25C9.625%2012.2886%2010.0069%2011.3666%2010.6867%2010.6867L10.9796%2010.3938%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M8.4812%2018.1454L8.1883%2018.4383C7.5084%2019.1181%206.5864%2019.5%205.625%2019.5C4.6636%2019.5%203.7416%2019.1181%203.0617%2018.4383C2.3819%2017.7584%202%2016.8364%202%2015.875C2%2014.9136%202.3819%2013.9916%203.0617%2013.3117L8.1867%208.1867C8.8666%207.5069%209.7886%207.125%2010.75%207.125C11.7114%207.125%2012.6334%207.5069%2013.3133%208.1867C13.9931%208.8666%2014.375%209.7886%2014.375%2010.75C14.375%2011.7114%2013.9931%2012.6334%2013.3133%2013.3133L13.0204%2013.6062%22%2F%3E%3Cpath%20d%3D%22M15.5188%205.8546L15.8117%205.5617C16.4916%204.8819%2017.4136%204.5%2018.375%204.5C19.3364%204.5%2020.2584%204.8819%2020.9383%205.5617C21.6181%206.2416%2022%207.1636%2022%208.125C22%209.0864%2021.6181%2010.0084%2020.9383%2010.6883L15.8133%2015.8133C15.1334%2016.4931%2014.2114%2016.875%2013.25%2016.875C12.2886%2016.875%2011.3666%2016.4931%2010.6867%2015.8133C10.0069%2015.1334%209.625%2014.2114%209.625%2013.25C9.625%2012.2886%2010.0069%2011.3666%2010.6867%2010.6867L10.9796%2010.3938%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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