link from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
link
Set
Fluent Emoji Flat
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji Flat

Use the link emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#9b9b9b" d="M21.148 21.148c-1.62-.43-2.847-.134-4.62.57l-3.41 3.41a4.52 4.52 0 0 1-6.4 0a4.52 4.52 0 0 1 0-6.4l3.41-3.41h.92l2.39-1.87c1.31-.14 2.68.27 3.68 1.28s1.42 2.37 1.28 3.68c.718.783 1.677.95 2.437.19l.872-2.06c-.27-1.54-1-3.02-2.19-4.21a7.86 7.86 0 0 0-4.21-2.19l-2.19-.674l-2.42 1.233c-.86.38-1.67.92-2.38 1.63l-4 4c-3.09 3.09-3.09 8.12 0 11.21s8.12 3.09 11.21 0l4-4a7.9 7.9 0 0 0 1.62-2.39"/><path fill="#bebebe" d="M27.528 4.318c-3.09-3.09-8.12-3.09-11.21 0l-4 4c-.7.71-1.24 1.52-1.62 2.38a8 8 0 0 1 4.62-.57l3.41-3.41a4.52 4.52 0 0 1 6.4 0c1.76 1.77 1.77 4.64 0 6.4l-3.41 3.41l-.59.59c-.76.76-1.73 1.17-2.72 1.28c-1.31.14-2.68-.27-3.68-1.28s-1.42-2.37-1.28-3.68c-1 .11-1.96.52-2.72 1.28l-.59.59c.27 1.54 1 3.02 2.19 4.21a7.86 7.86 0 0 0 4.21 2.19a7.99 7.99 0 0 0 7-2.2l4-4c3.08-3.07 3.08-8.1-.01-11.19"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatLink(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#9b9b9b" d="M21.148 21.148c-1.62-.43-2.847-.134-4.62.57l-3.41 3.41a4.52 4.52 0 0 1-6.4 0a4.52 4.52 0 0 1 0-6.4l3.41-3.41h.92l2.39-1.87c1.31-.14 2.68.27 3.68 1.28s1.42 2.37 1.28 3.68c.718.783 1.677.95 2.437.19l.872-2.06c-.27-1.54-1-3.02-2.19-4.21a7.86 7.86 0 0 0-4.21-2.19l-2.19-.674l-2.42 1.233c-.86.38-1.67.92-2.38 1.63l-4 4c-3.09 3.09-3.09 8.12 0 11.21s8.12 3.09 11.21 0l4-4a7.9 7.9 0 0 0 1.62-2.39"/><path fill="#bebebe" d="M27.528 4.318c-3.09-3.09-8.12-3.09-11.21 0l-4 4c-.7.71-1.24 1.52-1.62 2.38a8 8 0 0 1 4.62-.57l3.41-3.41a4.52 4.52 0 0 1 6.4 0c1.76 1.77 1.77 4.64 0 6.4l-3.41 3.41l-.59.59c-.76.76-1.73 1.17-2.72 1.28c-1.31.14-2.68-.27-3.68-1.28s-1.42-2.37-1.28-3.68c-1 .11-1.96.52-2.72 1.28l-.59.59c.27 1.54 1 3.02 2.19 4.21a7.86 7.86 0 0 0 4.21 2.19a7.99 7.99 0 0 0 7-2.2l4-4c3.08-3.07 3.08-8.1-.01-11.19"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#9b9b9b" d="M21.148 21.148c-1.62-.43-2.847-.134-4.62.57l-3.41 3.41a4.52 4.52 0 0 1-6.4 0a4.52 4.52 0 0 1 0-6.4l3.41-3.41h.92l2.39-1.87c1.31-.14 2.68.27 3.68 1.28s1.42 2.37 1.28 3.68c.718.783 1.677.95 2.437.19l.872-2.06c-.27-1.54-1-3.02-2.19-4.21a7.86 7.86 0 0 0-4.21-2.19l-2.19-.674l-2.42 1.233c-.86.38-1.67.92-2.38 1.63l-4 4c-3.09 3.09-3.09 8.12 0 11.21s8.12 3.09 11.21 0l4-4a7.9 7.9 0 0 0 1.62-2.39"/><path fill="#bebebe" d="M27.528 4.318c-3.09-3.09-8.12-3.09-11.21 0l-4 4c-.7.71-1.24 1.52-1.62 2.38a8 8 0 0 1 4.62-.57l3.41-3.41a4.52 4.52 0 0 1 6.4 0c1.76 1.77 1.77 4.64 0 6.4l-3.41 3.41l-.59.59c-.76.76-1.73 1.17-2.72 1.28c-1.31.14-2.68-.27-3.68-1.28s-1.42-2.37-1.28-3.68c-1 .11-1.96.52-2.72 1.28l-.59.59c.27 1.54 1 3.02 2.19 4.21a7.86 7.86 0 0 0 4.21 2.19a7.99 7.99 0 0 0 7-2.2l4-4c3.08-3.07 3.08-8.1-.01-11.19"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%239b9b9b%22%20d%3D%22M21.148%2021.148c-1.62-.43-2.847-.134-4.62.57l-3.41%203.41a4.52%204.52%200%200%201-6.4%200a4.52%204.52%200%200%201%200-6.4l3.41-3.41h.92l2.39-1.87c1.31-.14%202.68.27%203.68%201.28s1.42%202.37%201.28%203.68c.718.783%201.677.95%202.437.19l.872-2.06c-.27-1.54-1-3.02-2.19-4.21a7.86%207.86%200%200%200-4.21-2.19l-2.19-.674l-2.42%201.233c-.86.38-1.67.92-2.38%201.63l-4%204c-3.09%203.09-3.09%208.12%200%2011.21s8.12%203.09%2011.21%200l4-4a7.9%207.9%200%200%200%201.62-2.39%22%2F%3E%3Cpath%20fill%3D%22%23bebebe%22%20d%3D%22M27.528%204.318c-3.09-3.09-8.12-3.09-11.21%200l-4%204c-.7.71-1.24%201.52-1.62%202.38a8%208%200%200%201%204.62-.57l3.41-3.41a4.52%204.52%200%200%201%206.4%200c1.76%201.77%201.77%204.64%200%206.4l-3.41%203.41l-.59.59c-.76.76-1.73%201.17-2.72%201.28c-1.31.14-2.68-.27-3.68-1.28s-1.42-2.37-1.28-3.68c-1%20.11-1.96.52-2.72%201.28l-.59.59c.27%201.54%201%203.02%202.19%204.21a7.86%207.86%200%200%200%204.21%202.19a7.99%207.99%200%200%200%207-2.2l4-4c3.08-3.07%203.08-8.1-.01-11.19%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%239b9b9b%22%20d%3D%22M21.148%2021.148c-1.62-.43-2.847-.134-4.62.57l-3.41%203.41a4.52%204.52%200%200%201-6.4%200a4.52%204.52%200%200%201%200-6.4l3.41-3.41h.92l2.39-1.87c1.31-.14%202.68.27%203.68%201.28s1.42%202.37%201.28%203.68c.718.783%201.677.95%202.437.19l.872-2.06c-.27-1.54-1-3.02-2.19-4.21a7.86%207.86%200%200%200-4.21-2.19l-2.19-.674l-2.42%201.233c-.86.38-1.67.92-2.38%201.63l-4%204c-3.09%203.09-3.09%208.12%200%2011.21s8.12%203.09%2011.21%200l4-4a7.9%207.9%200%200%200%201.62-2.39%22%2F%3E%3Cpath%20fill%3D%22%23bebebe%22%20d%3D%22M27.528%204.318c-3.09-3.09-8.12-3.09-11.21%200l-4%204c-.7.71-1.24%201.52-1.62%202.38a8%208%200%200%201%204.62-.57l3.41-3.41a4.52%204.52%200%200%201%206.4%200c1.76%201.77%201.77%204.64%200%206.4l-3.41%203.41l-.59.59c-.76.76-1.73%201.17-2.72%201.28c-1.31.14-2.68-.27-3.68-1.28s-1.42-2.37-1.28-3.68c-1%20.11-1.96.52-2.72%201.28l-.59.59c.27%201.54%201%203.02%202.19%204.21a7.86%207.86%200%200%200%204.21%202.19a7.99%207.99%200%200%200%207-2.2l4-4c3.08-3.07%203.08-8.1-.01-11.19%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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