link from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
link
Set
Noto Emoji
Style
Default
Category
Objects
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More objects icons from Noto Emoji

Use the link emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#84b0c1" d="M23.91 104.02c-6.5-6.63-6.5-17.21 0-23.84l18.74-18.74c2.04-2.04 4.72-3.57 7.52-4.33s5.74-.76 8.41-.13c2.8.76 5.48 2.17 7.65 4.21l.25.25c6.63 6.63 6.63 17.21 0 23.84l-18.74 18.74c-6.62 6.63-17.33 6.63-23.83 0m53.03-53.03c-12.36-12.36-32.63-12.36-45 0L13.33 69.73c-12.36 12.36-12.36 32.63 0 45s32.63 12.36 45 0l18.74-18.74c12.23-12.37 12.23-32.63-.13-45"/><path fill="#2f7889" d="M66.86 48.48c3.36-1.69 6.57-.51 6.57-.51c-6.94-5.13-14.51-6.59-21.03-6.18c-.04.05-.07.1-.11.16c-2.86 4.39-3.5 10.19-1.72 15.07c2.68-.66 5.46-.64 8-.03c1.04.28 1.83.55 3.39 1.28c.01-.01-.54-7.05 4.9-9.79m-20.1 9.98c.13-.97.19-1.95.25-2.93c.28-4.22 1-8.42 2.14-12.49c.08-.29.16-.6.24-.91c-3.09.49-6.12 1.43-8.97 2.83c-4.44 5.73-2.98 13.15 2.23 16.49c1.19-1.19 2.59-2.2 4.11-2.99"/><path fill="#84b0c1" d="M104.09 23.98c6.5 6.63 6.5 17.21 0 23.84L85.35 66.56c-2.04 2.04-4.72 3.57-7.52 4.33s-5.74.76-8.41.13c-2.8-.76-5.48-2.17-7.65-4.21l-.25-.25c-6.63-6.63-6.63-17.21 0-23.84l18.74-18.74c6.62-6.63 17.33-6.63 23.83 0M51.06 77.01c12.36 12.36 32.63 12.36 45 0l18.61-18.74c12.36-12.36 12.36-32.63 0-45s-32.63-12.36-45 0L50.94 32.01c-12.24 12.37-12.24 32.63.12 45"/><path fill="#a8e3f0" d="M50.45 39.42c.04-.03.08-.07.12-.1c.53-.46 1.12-.9 1.81-1.02s1.5.19 1.74.85c.18.49.02 1.03-.15 1.52c-2.63 7.95-4.74 18.04-2.18 26.27c.25.8.49 1.83-.18 2.33c-.39.3-.97.25-1.4.02c-4.7-2.54-5.52-9.42-5.74-14.14c-.26-5.96 1.39-11.7 5.98-15.73"/><path fill="#2f7889" d="M71.32 71.34c-.64-.08-1.32-.21-1.32-.21s-.1 4.27-3.51 7.81c-3.78 3.92-7.55 3.82-7.55 3.82c1.99 1.15 5.96 2.34 7.4 2.68l.15-.15c3.83-3.84 5.43-9 4.83-13.95m19.44-10.19l-5.33 5.33c1.33 5.94.97 12.18-1.09 17.94c2.59-.92 5.08-2.19 7.4-3.8c3.83-6.56 2.99-14.31-.98-19.47"/><path fill="#a8e3f0" d="M79.89 70.01c-.63-1.59-1.86-3.2-3.4-3.05c-.96.09-2.45.99-2.35 3.74c.07 2.13.88 4.21-.28 7c-1.7 4.08-1.31 5.18-.9 5.83c.45.71 1.28 1.03 2.05 1.02c2.03-.01 3.71-1.87 4.63-3.91c1.49-3.26 1.58-7.29.25-10.63m-30.64 38.17c.64-.53 2.3-2.3 3.07-1.18c-.28 3.08-2.65 5.59-5.25 7.27c-3.2 2.07-6.99 3.29-10.8 3.18c-3.16-.09-8.4-1.37-10.24-4.3c-1.5-2.38 1.67-2.79 3.43-2.13c6.27 2.39 13.36 2.44 19.79-2.84"/></svg>

React

import type { SVGProps } from "react";

export function NotoLink(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#84b0c1" d="M23.91 104.02c-6.5-6.63-6.5-17.21 0-23.84l18.74-18.74c2.04-2.04 4.72-3.57 7.52-4.33s5.74-.76 8.41-.13c2.8.76 5.48 2.17 7.65 4.21l.25.25c6.63 6.63 6.63 17.21 0 23.84l-18.74 18.74c-6.62 6.63-17.33 6.63-23.83 0m53.03-53.03c-12.36-12.36-32.63-12.36-45 0L13.33 69.73c-12.36 12.36-12.36 32.63 0 45s32.63 12.36 45 0l18.74-18.74c12.23-12.37 12.23-32.63-.13-45"/><path fill="#2f7889" d="M66.86 48.48c3.36-1.69 6.57-.51 6.57-.51c-6.94-5.13-14.51-6.59-21.03-6.18c-.04.05-.07.1-.11.16c-2.86 4.39-3.5 10.19-1.72 15.07c2.68-.66 5.46-.64 8-.03c1.04.28 1.83.55 3.39 1.28c.01-.01-.54-7.05 4.9-9.79m-20.1 9.98c.13-.97.19-1.95.25-2.93c.28-4.22 1-8.42 2.14-12.49c.08-.29.16-.6.24-.91c-3.09.49-6.12 1.43-8.97 2.83c-4.44 5.73-2.98 13.15 2.23 16.49c1.19-1.19 2.59-2.2 4.11-2.99"/><path fill="#84b0c1" d="M104.09 23.98c6.5 6.63 6.5 17.21 0 23.84L85.35 66.56c-2.04 2.04-4.72 3.57-7.52 4.33s-5.74.76-8.41.13c-2.8-.76-5.48-2.17-7.65-4.21l-.25-.25c-6.63-6.63-6.63-17.21 0-23.84l18.74-18.74c6.62-6.63 17.33-6.63 23.83 0M51.06 77.01c12.36 12.36 32.63 12.36 45 0l18.61-18.74c12.36-12.36 12.36-32.63 0-45s-32.63-12.36-45 0L50.94 32.01c-12.24 12.37-12.24 32.63.12 45"/><path fill="#a8e3f0" d="M50.45 39.42c.04-.03.08-.07.12-.1c.53-.46 1.12-.9 1.81-1.02s1.5.19 1.74.85c.18.49.02 1.03-.15 1.52c-2.63 7.95-4.74 18.04-2.18 26.27c.25.8.49 1.83-.18 2.33c-.39.3-.97.25-1.4.02c-4.7-2.54-5.52-9.42-5.74-14.14c-.26-5.96 1.39-11.7 5.98-15.73"/><path fill="#2f7889" d="M71.32 71.34c-.64-.08-1.32-.21-1.32-.21s-.1 4.27-3.51 7.81c-3.78 3.92-7.55 3.82-7.55 3.82c1.99 1.15 5.96 2.34 7.4 2.68l.15-.15c3.83-3.84 5.43-9 4.83-13.95m19.44-10.19l-5.33 5.33c1.33 5.94.97 12.18-1.09 17.94c2.59-.92 5.08-2.19 7.4-3.8c3.83-6.56 2.99-14.31-.98-19.47"/><path fill="#a8e3f0" d="M79.89 70.01c-.63-1.59-1.86-3.2-3.4-3.05c-.96.09-2.45.99-2.35 3.74c.07 2.13.88 4.21-.28 7c-1.7 4.08-1.31 5.18-.9 5.83c.45.71 1.28 1.03 2.05 1.02c2.03-.01 3.71-1.87 4.63-3.91c1.49-3.26 1.58-7.29.25-10.63m-30.64 38.17c.64-.53 2.3-2.3 3.07-1.18c-.28 3.08-2.65 5.59-5.25 7.27c-3.2 2.07-6.99 3.29-10.8 3.18c-3.16-.09-8.4-1.37-10.24-4.3c-1.5-2.38 1.67-2.79 3.43-2.13c6.27 2.39 13.36 2.44 19.79-2.84"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#84b0c1" d="M23.91 104.02c-6.5-6.63-6.5-17.21 0-23.84l18.74-18.74c2.04-2.04 4.72-3.57 7.52-4.33s5.74-.76 8.41-.13c2.8.76 5.48 2.17 7.65 4.21l.25.25c6.63 6.63 6.63 17.21 0 23.84l-18.74 18.74c-6.62 6.63-17.33 6.63-23.83 0m53.03-53.03c-12.36-12.36-32.63-12.36-45 0L13.33 69.73c-12.36 12.36-12.36 32.63 0 45s32.63 12.36 45 0l18.74-18.74c12.23-12.37 12.23-32.63-.13-45"/><path fill="#2f7889" d="M66.86 48.48c3.36-1.69 6.57-.51 6.57-.51c-6.94-5.13-14.51-6.59-21.03-6.18c-.04.05-.07.1-.11.16c-2.86 4.39-3.5 10.19-1.72 15.07c2.68-.66 5.46-.64 8-.03c1.04.28 1.83.55 3.39 1.28c.01-.01-.54-7.05 4.9-9.79m-20.1 9.98c.13-.97.19-1.95.25-2.93c.28-4.22 1-8.42 2.14-12.49c.08-.29.16-.6.24-.91c-3.09.49-6.12 1.43-8.97 2.83c-4.44 5.73-2.98 13.15 2.23 16.49c1.19-1.19 2.59-2.2 4.11-2.99"/><path fill="#84b0c1" d="M104.09 23.98c6.5 6.63 6.5 17.21 0 23.84L85.35 66.56c-2.04 2.04-4.72 3.57-7.52 4.33s-5.74.76-8.41.13c-2.8-.76-5.48-2.17-7.65-4.21l-.25-.25c-6.63-6.63-6.63-17.21 0-23.84l18.74-18.74c6.62-6.63 17.33-6.63 23.83 0M51.06 77.01c12.36 12.36 32.63 12.36 45 0l18.61-18.74c12.36-12.36 12.36-32.63 0-45s-32.63-12.36-45 0L50.94 32.01c-12.24 12.37-12.24 32.63.12 45"/><path fill="#a8e3f0" d="M50.45 39.42c.04-.03.08-.07.12-.1c.53-.46 1.12-.9 1.81-1.02s1.5.19 1.74.85c.18.49.02 1.03-.15 1.52c-2.63 7.95-4.74 18.04-2.18 26.27c.25.8.49 1.83-.18 2.33c-.39.3-.97.25-1.4.02c-4.7-2.54-5.52-9.42-5.74-14.14c-.26-5.96 1.39-11.7 5.98-15.73"/><path fill="#2f7889" d="M71.32 71.34c-.64-.08-1.32-.21-1.32-.21s-.1 4.27-3.51 7.81c-3.78 3.92-7.55 3.82-7.55 3.82c1.99 1.15 5.96 2.34 7.4 2.68l.15-.15c3.83-3.84 5.43-9 4.83-13.95m19.44-10.19l-5.33 5.33c1.33 5.94.97 12.18-1.09 17.94c2.59-.92 5.08-2.19 7.4-3.8c3.83-6.56 2.99-14.31-.98-19.47"/><path fill="#a8e3f0" d="M79.89 70.01c-.63-1.59-1.86-3.2-3.4-3.05c-.96.09-2.45.99-2.35 3.74c.07 2.13.88 4.21-.28 7c-1.7 4.08-1.31 5.18-.9 5.83c.45.71 1.28 1.03 2.05 1.02c2.03-.01 3.71-1.87 4.63-3.91c1.49-3.26 1.58-7.29.25-10.63m-30.64 38.17c.64-.53 2.3-2.3 3.07-1.18c-.28 3.08-2.65 5.59-5.25 7.27c-3.2 2.07-6.99 3.29-10.8 3.18c-3.16-.09-8.4-1.37-10.24-4.3c-1.5-2.38 1.67-2.79 3.43-2.13c6.27 2.39 13.36 2.44 19.79-2.84"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%2384b0c1%22%20d%3D%22M23.91%20104.02c-6.5-6.63-6.5-17.21%200-23.84l18.74-18.74c2.04-2.04%204.72-3.57%207.52-4.33s5.74-.76%208.41-.13c2.8.76%205.48%202.17%207.65%204.21l.25.25c6.63%206.63%206.63%2017.21%200%2023.84l-18.74%2018.74c-6.62%206.63-17.33%206.63-23.83%200m53.03-53.03c-12.36-12.36-32.63-12.36-45%200L13.33%2069.73c-12.36%2012.36-12.36%2032.63%200%2045s32.63%2012.36%2045%200l18.74-18.74c12.23-12.37%2012.23-32.63-.13-45%22%2F%3E%3Cpath%20fill%3D%22%232f7889%22%20d%3D%22M66.86%2048.48c3.36-1.69%206.57-.51%206.57-.51c-6.94-5.13-14.51-6.59-21.03-6.18c-.04.05-.07.1-.11.16c-2.86%204.39-3.5%2010.19-1.72%2015.07c2.68-.66%205.46-.64%208-.03c1.04.28%201.83.55%203.39%201.28c.01-.01-.54-7.05%204.9-9.79m-20.1%209.98c.13-.97.19-1.95.25-2.93c.28-4.22%201-8.42%202.14-12.49c.08-.29.16-.6.24-.91c-3.09.49-6.12%201.43-8.97%202.83c-4.44%205.73-2.98%2013.15%202.23%2016.49c1.19-1.19%202.59-2.2%204.11-2.99%22%2F%3E%3Cpath%20fill%3D%22%2384b0c1%22%20d%3D%22M104.09%2023.98c6.5%206.63%206.5%2017.21%200%2023.84L85.35%2066.56c-2.04%202.04-4.72%203.57-7.52%204.33s-5.74.76-8.41.13c-2.8-.76-5.48-2.17-7.65-4.21l-.25-.25c-6.63-6.63-6.63-17.21%200-23.84l18.74-18.74c6.62-6.63%2017.33-6.63%2023.83%200M51.06%2077.01c12.36%2012.36%2032.63%2012.36%2045%200l18.61-18.74c12.36-12.36%2012.36-32.63%200-45s-32.63-12.36-45%200L50.94%2032.01c-12.24%2012.37-12.24%2032.63.12%2045%22%2F%3E%3Cpath%20fill%3D%22%23a8e3f0%22%20d%3D%22M50.45%2039.42c.04-.03.08-.07.12-.1c.53-.46%201.12-.9%201.81-1.02s1.5.19%201.74.85c.18.49.02%201.03-.15%201.52c-2.63%207.95-4.74%2018.04-2.18%2026.27c.25.8.49%201.83-.18%202.33c-.39.3-.97.25-1.4.02c-4.7-2.54-5.52-9.42-5.74-14.14c-.26-5.96%201.39-11.7%205.98-15.73%22%2F%3E%3Cpath%20fill%3D%22%232f7889%22%20d%3D%22M71.32%2071.34c-.64-.08-1.32-.21-1.32-.21s-.1%204.27-3.51%207.81c-3.78%203.92-7.55%203.82-7.55%203.82c1.99%201.15%205.96%202.34%207.4%202.68l.15-.15c3.83-3.84%205.43-9%204.83-13.95m19.44-10.19l-5.33%205.33c1.33%205.94.97%2012.18-1.09%2017.94c2.59-.92%205.08-2.19%207.4-3.8c3.83-6.56%202.99-14.31-.98-19.47%22%2F%3E%3Cpath%20fill%3D%22%23a8e3f0%22%20d%3D%22M79.89%2070.01c-.63-1.59-1.86-3.2-3.4-3.05c-.96.09-2.45.99-2.35%203.74c.07%202.13.88%204.21-.28%207c-1.7%204.08-1.31%205.18-.9%205.83c.45.71%201.28%201.03%202.05%201.02c2.03-.01%203.71-1.87%204.63-3.91c1.49-3.26%201.58-7.29.25-10.63m-30.64%2038.17c.64-.53%202.3-2.3%203.07-1.18c-.28%203.08-2.65%205.59-5.25%207.27c-3.2%202.07-6.99%203.29-10.8%203.18c-3.16-.09-8.4-1.37-10.24-4.3c-1.5-2.38%201.67-2.79%203.43-2.13c6.27%202.39%2013.36%202.44%2019.79-2.84%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%20128%20128%22%3E%3Cpath%20fill%3D%22%2384b0c1%22%20d%3D%22M23.91%20104.02c-6.5-6.63-6.5-17.21%200-23.84l18.74-18.74c2.04-2.04%204.72-3.57%207.52-4.33s5.74-.76%208.41-.13c2.8.76%205.48%202.17%207.65%204.21l.25.25c6.63%206.63%206.63%2017.21%200%2023.84l-18.74%2018.74c-6.62%206.63-17.33%206.63-23.83%200m53.03-53.03c-12.36-12.36-32.63-12.36-45%200L13.33%2069.73c-12.36%2012.36-12.36%2032.63%200%2045s32.63%2012.36%2045%200l18.74-18.74c12.23-12.37%2012.23-32.63-.13-45%22%2F%3E%3Cpath%20fill%3D%22%232f7889%22%20d%3D%22M66.86%2048.48c3.36-1.69%206.57-.51%206.57-.51c-6.94-5.13-14.51-6.59-21.03-6.18c-.04.05-.07.1-.11.16c-2.86%204.39-3.5%2010.19-1.72%2015.07c2.68-.66%205.46-.64%208-.03c1.04.28%201.83.55%203.39%201.28c.01-.01-.54-7.05%204.9-9.79m-20.1%209.98c.13-.97.19-1.95.25-2.93c.28-4.22%201-8.42%202.14-12.49c.08-.29.16-.6.24-.91c-3.09.49-6.12%201.43-8.97%202.83c-4.44%205.73-2.98%2013.15%202.23%2016.49c1.19-1.19%202.59-2.2%204.11-2.99%22%2F%3E%3Cpath%20fill%3D%22%2384b0c1%22%20d%3D%22M104.09%2023.98c6.5%206.63%206.5%2017.21%200%2023.84L85.35%2066.56c-2.04%202.04-4.72%203.57-7.52%204.33s-5.74.76-8.41.13c-2.8-.76-5.48-2.17-7.65-4.21l-.25-.25c-6.63-6.63-6.63-17.21%200-23.84l18.74-18.74c6.62-6.63%2017.33-6.63%2023.83%200M51.06%2077.01c12.36%2012.36%2032.63%2012.36%2045%200l18.61-18.74c12.36-12.36%2012.36-32.63%200-45s-32.63-12.36-45%200L50.94%2032.01c-12.24%2012.37-12.24%2032.63.12%2045%22%2F%3E%3Cpath%20fill%3D%22%23a8e3f0%22%20d%3D%22M50.45%2039.42c.04-.03.08-.07.12-.1c.53-.46%201.12-.9%201.81-1.02s1.5.19%201.74.85c.18.49.02%201.03-.15%201.52c-2.63%207.95-4.74%2018.04-2.18%2026.27c.25.8.49%201.83-.18%202.33c-.39.3-.97.25-1.4.02c-4.7-2.54-5.52-9.42-5.74-14.14c-.26-5.96%201.39-11.7%205.98-15.73%22%2F%3E%3Cpath%20fill%3D%22%232f7889%22%20d%3D%22M71.32%2071.34c-.64-.08-1.32-.21-1.32-.21s-.1%204.27-3.51%207.81c-3.78%203.92-7.55%203.82-7.55%203.82c1.99%201.15%205.96%202.34%207.4%202.68l.15-.15c3.83-3.84%205.43-9%204.83-13.95m19.44-10.19l-5.33%205.33c1.33%205.94.97%2012.18-1.09%2017.94c2.59-.92%205.08-2.19%207.4-3.8c3.83-6.56%202.99-14.31-.98-19.47%22%2F%3E%3Cpath%20fill%3D%22%23a8e3f0%22%20d%3D%22M79.89%2070.01c-.63-1.59-1.86-3.2-3.4-3.05c-.96.09-2.45.99-2.35%203.74c.07%202.13.88%204.21-.28%207c-1.7%204.08-1.31%205.18-.9%205.83c.45.71%201.28%201.03%202.05%201.02c2.03-.01%203.71-1.87%204.63-3.91c1.49-3.26%201.58-7.29.25-10.63m-30.64%2038.17c.64-.53%202.3-2.3%203.07-1.18c-.28%203.08-2.65%205.59-5.25%207.27c-3.2%202.07-6.99%203.29-10.8%203.18c-3.16-.09-8.4-1.37-10.24-4.3c-1.5-2.38%201.67-2.79%203.43-2.13c6.27%202.39%2013.36%202.44%2019.79-2.84%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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