link from Twitter Emoji by Twitter · Default · Objects · CC-BY-4.0 Attribution required.

Name
link
Set
Twitter Emoji
Style
Default
Category
Objects
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More objects icons from Twitter Emoji

Use the link emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#8899a6" d="m15 9l6-6s6-6 12 0s0 12 0 12l-8 8s-6 6-12 0c-1.125-1.125-1.822-2.62-1.822-2.62l3.353-3.348S14.396 18.396 16 20c0 0 3 3 6 0l8-8s3-3 0-6s-6 0-6 0l-3.729 3.729s-1.854-1.521-5.646-.354z"/><path fill="#8899a6" d="m20.845 27l-6 6s-6 6-12 0s0-12 0-12l8-8s6-6 12 0c1.125 1.125 1.822 2.62 1.822 2.62l-3.354 3.349s.135-1.365-1.469-2.969c0 0-3-3-6 0l-8 8s-3 3 0 6s6 0 6 0l3.729-3.729s1.854 1.521 5.646.354z"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiLink(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#8899a6" d="m15 9l6-6s6-6 12 0s0 12 0 12l-8 8s-6 6-12 0c-1.125-1.125-1.822-2.62-1.822-2.62l3.353-3.348S14.396 18.396 16 20c0 0 3 3 6 0l8-8s3-3 0-6s-6 0-6 0l-3.729 3.729s-1.854-1.521-5.646-.354z"/><path fill="#8899a6" d="m20.845 27l-6 6s-6 6-12 0s0-12 0-12l8-8s6-6 12 0c1.125 1.125 1.822 2.62 1.822 2.62l-3.354 3.349s.135-1.365-1.469-2.969c0 0-3-3-6 0l-8 8s-3 3 0 6s6 0 6 0l3.729-3.729s1.854 1.521 5.646.354z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#8899a6" d="m15 9l6-6s6-6 12 0s0 12 0 12l-8 8s-6 6-12 0c-1.125-1.125-1.822-2.62-1.822-2.62l3.353-3.348S14.396 18.396 16 20c0 0 3 3 6 0l8-8s3-3 0-6s-6 0-6 0l-3.729 3.729s-1.854-1.521-5.646-.354z"/><path fill="#8899a6" d="m20.845 27l-6 6s-6 6-12 0s0-12 0-12l8-8s6-6 12 0c1.125 1.125 1.822 2.62 1.822 2.62l-3.354 3.349s.135-1.365-1.469-2.969c0 0-3-3-6 0l-8 8s-3 3 0 6s6 0 6 0l3.729-3.729s1.854 1.521 5.646.354z"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%238899a6%22%20d%3D%22m15%209l6-6s6-6%2012%200s0%2012%200%2012l-8%208s-6%206-12%200c-1.125-1.125-1.822-2.62-1.822-2.62l3.353-3.348S14.396%2018.396%2016%2020c0%200%203%203%206%200l8-8s3-3%200-6s-6%200-6%200l-3.729%203.729s-1.854-1.521-5.646-.354z%22%2F%3E%3Cpath%20fill%3D%22%238899a6%22%20d%3D%22m20.845%2027l-6%206s-6%206-12%200s0-12%200-12l8-8s6-6%2012%200c1.125%201.125%201.822%202.62%201.822%202.62l-3.354%203.349s.135-1.365-1.469-2.969c0%200-3-3-6%200l-8%208s-3%203%200%206s6%200%206%200l3.729-3.729s1.854%201.521%205.646.354z%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%2036%2036%22%3E%3Cpath%20fill%3D%22%238899a6%22%20d%3D%22m15%209l6-6s6-6%2012%200s0%2012%200%2012l-8%208s-6%206-12%200c-1.125-1.125-1.822-2.62-1.822-2.62l3.353-3.348S14.396%2018.396%2016%2020c0%200%203%203%206%200l8-8s3-3%200-6s-6%200-6%200l-3.729%203.729s-1.854-1.521-5.646-.354z%22%2F%3E%3Cpath%20fill%3D%22%238899a6%22%20d%3D%22m20.845%2027l-6%206s-6%206-12%200s0-12%200-12l8-8s6-6%2012%200c1.125%201.125%201.822%202.62%201.822%202.62l-3.354%203.349s.135-1.365-1.469-2.969c0%200-3-3-6%200l-8%208s-3%203%200%206s6%200%206%200l3.729-3.729s1.854%201.521%205.646.354z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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