diamond-link-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
diamond-link-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the diamond link icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.383 4.36a5.536 5.536 0 0 1 2.959 9.121l-.196.206l-.728.728a2 2 0 0 1-2.829.001l-4.999-5a2 2 0 0 1 0-2.829l.728-.728a5.6 5.6 0 0 1 1.028-.81a6.6 6.6 0 0 0-.06 1.963l-.635.636a.5.5 0 0 0 0 .707l4.999 5a.5.5 0 0 0 .707 0l.728-.729l.144-.151a4.035 4.035 0 0 0-2.453-6.7c.076-.505.276-.994.607-1.415M6.59 1.586a2 2 0 0 1 2.83 0l4.998 4.998c.78.781.78 2.048 0 2.83l-.731.73a5.6 5.6 0 0 1-1.03.81a6.6 6.6 0 0 0 .06-1.963l.64-.638a.5.5 0 0 0 0-.707l-4.998-5a.5.5 0 0 0-.708 0l-.731.731a4.035 4.035 0 0 0 2.308 6.85a3 3 0 0 1-.608 1.416a5.535 5.535 0 0 1-2.76-9.325l-.001-.001z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDiamondLink16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.383 4.36a5.536 5.536 0 0 1 2.959 9.121l-.196.206l-.728.728a2 2 0 0 1-2.829.001l-4.999-5a2 2 0 0 1 0-2.829l.728-.728a5.6 5.6 0 0 1 1.028-.81a6.6 6.6 0 0 0-.06 1.963l-.635.636a.5.5 0 0 0 0 .707l4.999 5a.5.5 0 0 0 .707 0l.728-.729l.144-.151a4.035 4.035 0 0 0-2.453-6.7c.076-.505.276-.994.607-1.415M6.59 1.586a2 2 0 0 1 2.83 0l4.998 4.998c.78.781.78 2.048 0 2.83l-.731.73a5.6 5.6 0 0 1-1.03.81a6.6 6.6 0 0 0 .06-1.963l.64-.638a.5.5 0 0 0 0-.707l-4.998-5a.5.5 0 0 0-.708 0l-.731.731a4.035 4.035 0 0 0 2.308 6.85a3 3 0 0 1-.608 1.416a5.535 5.535 0 0 1-2.76-9.325l-.001-.001z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.383 4.36a5.536 5.536 0 0 1 2.959 9.121l-.196.206l-.728.728a2 2 0 0 1-2.829.001l-4.999-5a2 2 0 0 1 0-2.829l.728-.728a5.6 5.6 0 0 1 1.028-.81a6.6 6.6 0 0 0-.06 1.963l-.635.636a.5.5 0 0 0 0 .707l4.999 5a.5.5 0 0 0 .707 0l.728-.729l.144-.151a4.035 4.035 0 0 0-2.453-6.7c.076-.505.276-.994.607-1.415M6.59 1.586a2 2 0 0 1 2.83 0l4.998 4.998c.78.781.78 2.048 0 2.83l-.731.73a5.6 5.6 0 0 1-1.03.81a6.6 6.6 0 0 0 .06-1.963l.64-.638a.5.5 0 0 0 0-.707l-4.998-5a.5.5 0 0 0-.708 0l-.731.731a4.035 4.035 0 0 0 2.308 6.85a3 3 0 0 1-.608 1.416a5.535 5.535 0 0 1-2.76-9.325l-.001-.001z"/></svg>
</template>

CSS

.icon-diamond-link-16-filled {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.383%204.36a5.536%205.536%200%200%201%202.959%209.121l-.196.206l-.728.728a2%202%200%200%201-2.829.001l-4.999-5a2%202%200%200%201%200-2.829l.728-.728a5.6%205.6%200%200%201%201.028-.81a6.6%206.6%200%200%200-.06%201.963l-.635.636a.5.5%200%200%200%200%20.707l4.999%205a.5.5%200%200%200%20.707%200l.728-.729l.144-.151a4.035%204.035%200%200%200-2.453-6.7c.076-.505.276-.994.607-1.415M6.59%201.586a2%202%200%200%201%202.83%200l4.998%204.998c.78.781.78%202.048%200%202.83l-.731.73a5.6%205.6%200%200%201-1.03.81a6.6%206.6%200%200%200%20.06-1.963l.64-.638a.5.5%200%200%200%200-.707l-4.998-5a.5.5%200%200%200-.708%200l-.731.731a4.035%204.035%200%200%200%202.308%206.85a3%203%200%200%201-.608%201.416a5.535%205.535%200%200%201-2.76-9.325l-.001-.001z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.383%204.36a5.536%205.536%200%200%201%202.959%209.121l-.196.206l-.728.728a2%202%200%200%201-2.829.001l-4.999-5a2%202%200%200%201%200-2.829l.728-.728a5.6%205.6%200%200%201%201.028-.81a6.6%206.6%200%200%200-.06%201.963l-.635.636a.5.5%200%200%200%200%20.707l4.999%205a.5.5%200%200%200%20.707%200l.728-.729l.144-.151a4.035%204.035%200%200%200-2.453-6.7c.076-.505.276-.994.607-1.415M6.59%201.586a2%202%200%200%201%202.83%200l4.998%204.998c.78.781.78%202.048%200%202.83l-.731.73a5.6%205.6%200%200%201-1.03.81a6.6%206.6%200%200%200%20.06-1.963l.64-.638a.5.5%200%200%200%200-.707l-4.998-5a.5.5%200%200%200-.708%200l-.731.731a4.035%204.035%200%200%200%202.308%206.85a3%203%200%200%201-.608%201.416a5.535%205.535%200%200%201-2.76-9.325l-.001-.001z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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