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

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

The same emoji in other sets

More objects icons from Fluent Emoji High Contrast

Use the link emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M27.527 4.318c-3.09-3.09-8.12-3.09-11.21 0l-4 4q-.34.345-.63.72a9.1 9.1 0 0 1 3.84-.131q.387.068.77.17l.009.062l2.421-2.421a4.52 4.52 0 0 1 6.4 0c1.76 1.77 1.77 4.64 0 6.4l-4 4c-.76.76-1.73 1.17-2.72 1.28c-1.31.14-2.68-.27-3.68-1.28a4.5 4.5 0 0 1-1.24-2.417a3.25 3.25 0 0 0-1.886.91l-1.086 1.087a7.9 7.9 0 0 0 1.812 2.82a7.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"/><path d="M19.528 23.538q.35-.356.646-.742a9.25 9.25 0 0 1-3.851.143h-.001a9 9 0 0 1-.83-.186l-2.375 2.375a4.52 4.52 0 0 1-6.4 0a4.52 4.52 0 0 1 0-6.4l4-4c.76-.76 1.73-1.17 2.72-1.28c1.31-.14 2.68.27 3.68 1.28a4.5 4.5 0 0 1 1.242 2.416a3.25 3.25 0 0 0 1.885-.91l1.086-1.087a7.9 7.9 0 0 0-1.812-2.82a7.86 7.86 0 0 0-4.21-2.19a7.9 7.9 0 0 0-4.61.56c-.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 0z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastLink(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M27.527 4.318c-3.09-3.09-8.12-3.09-11.21 0l-4 4q-.34.345-.63.72a9.1 9.1 0 0 1 3.84-.131q.387.068.77.17l.009.062l2.421-2.421a4.52 4.52 0 0 1 6.4 0c1.76 1.77 1.77 4.64 0 6.4l-4 4c-.76.76-1.73 1.17-2.72 1.28c-1.31.14-2.68-.27-3.68-1.28a4.5 4.5 0 0 1-1.24-2.417a3.25 3.25 0 0 0-1.886.91l-1.086 1.087a7.9 7.9 0 0 0 1.812 2.82a7.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"/><path d="M19.528 23.538q.35-.356.646-.742a9.25 9.25 0 0 1-3.851.143h-.001a9 9 0 0 1-.83-.186l-2.375 2.375a4.52 4.52 0 0 1-6.4 0a4.52 4.52 0 0 1 0-6.4l4-4c.76-.76 1.73-1.17 2.72-1.28c1.31-.14 2.68.27 3.68 1.28a4.5 4.5 0 0 1 1.242 2.416a3.25 3.25 0 0 0 1.885-.91l1.086-1.087a7.9 7.9 0 0 0-1.812-2.82a7.86 7.86 0 0 0-4.21-2.19a7.9 7.9 0 0 0-4.61.56c-.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 0z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M27.527 4.318c-3.09-3.09-8.12-3.09-11.21 0l-4 4q-.34.345-.63.72a9.1 9.1 0 0 1 3.84-.131q.387.068.77.17l.009.062l2.421-2.421a4.52 4.52 0 0 1 6.4 0c1.76 1.77 1.77 4.64 0 6.4l-4 4c-.76.76-1.73 1.17-2.72 1.28c-1.31.14-2.68-.27-3.68-1.28a4.5 4.5 0 0 1-1.24-2.417a3.25 3.25 0 0 0-1.886.91l-1.086 1.087a7.9 7.9 0 0 0 1.812 2.82a7.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"/><path d="M19.528 23.538q.35-.356.646-.742a9.25 9.25 0 0 1-3.851.143h-.001a9 9 0 0 1-.83-.186l-2.375 2.375a4.52 4.52 0 0 1-6.4 0a4.52 4.52 0 0 1 0-6.4l4-4c.76-.76 1.73-1.17 2.72-1.28c1.31-.14 2.68.27 3.68 1.28a4.5 4.5 0 0 1 1.242 2.416a3.25 3.25 0 0 0 1.885-.91l1.086-1.087a7.9 7.9 0 0 0-1.812-2.82a7.86 7.86 0 0 0-4.21-2.19a7.9 7.9 0 0 0-4.61.56c-.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 0z"/></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%22currentColor%22%3E%3Cpath%20d%3D%22M27.527%204.318c-3.09-3.09-8.12-3.09-11.21%200l-4%204q-.34.345-.63.72a9.1%209.1%200%200%201%203.84-.131q.387.068.77.17l.009.062l2.421-2.421a4.52%204.52%200%200%201%206.4%200c1.76%201.77%201.77%204.64%200%206.4l-4%204c-.76.76-1.73%201.17-2.72%201.28c-1.31.14-2.68-.27-3.68-1.28a4.5%204.5%200%200%201-1.24-2.417a3.25%203.25%200%200%200-1.886.91l-1.086%201.087a7.9%207.9%200%200%200%201.812%202.82a7.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%3Cpath%20d%3D%22M19.528%2023.538q.35-.356.646-.742a9.25%209.25%200%200%201-3.851.143h-.001a9%209%200%200%201-.83-.186l-2.375%202.375a4.52%204.52%200%200%201-6.4%200a4.52%204.52%200%200%201%200-6.4l4-4c.76-.76%201.73-1.17%202.72-1.28c1.31-.14%202.68.27%203.68%201.28a4.5%204.5%200%200%201%201.242%202.416a3.25%203.25%200%200%200%201.885-.91l1.086-1.087a7.9%207.9%200%200%200-1.812-2.82a7.86%207.86%200%200%200-4.21-2.19a7.9%207.9%200%200%200-4.61.56c-.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%200z%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%22currentColor%22%3E%3Cpath%20d%3D%22M27.527%204.318c-3.09-3.09-8.12-3.09-11.21%200l-4%204q-.34.345-.63.72a9.1%209.1%200%200%201%203.84-.131q.387.068.77.17l.009.062l2.421-2.421a4.52%204.52%200%200%201%206.4%200c1.76%201.77%201.77%204.64%200%206.4l-4%204c-.76.76-1.73%201.17-2.72%201.28c-1.31.14-2.68-.27-3.68-1.28a4.5%204.5%200%200%201-1.24-2.417a3.25%203.25%200%200%200-1.886.91l-1.086%201.087a7.9%207.9%200%200%200%201.812%202.82a7.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%3Cpath%20d%3D%22M19.528%2023.538q.35-.356.646-.742a9.25%209.25%200%200%201-3.851.143h-.001a9%209%200%200%201-.83-.186l-2.375%202.375a4.52%204.52%200%200%201-6.4%200a4.52%204.52%200%200%201%200-6.4l4-4c.76-.76%201.73-1.17%202.72-1.28c1.31-.14%202.68.27%203.68%201.28a4.5%204.5%200%200%201%201.242%202.416a3.25%203.25%200%200%200%201.885-.91l1.086-1.087a7.9%207.9%200%200%200-1.812-2.82a7.86%207.86%200%200%200-4.21-2.19a7.9%207.9%200%200%200-4.61.56c-.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%200z%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-high-contrast/link.svg?color=%231a73e8&size=48