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

Name
diamond-link-16-regular
Set
Fluent UI System Icons
Style
16 Regular
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="M6.822 4.282a5.536 5.536 0 0 1 3.31 9.415l-.717.718a2 2 0 0 1-2.83.001l-5-5a2 2 0 0 1 0-2.83l.72-.717a5.6 5.6 0 0 1 1.046-.822a6.6 6.6 0 0 0-.103 1.31q-.121.106-.236.22l-.72.717a1 1 0 0 0 0 1.414l5 5.001c.391.39 1.026.39 1.416 0l.717-.72A4.536 4.536 0 0 0 6.38 5.251c.096-.338.243-.666.442-.969m-.235-2.696a2 2 0 0 1 2.829 0l5 4.998a2 2 0 0 1-.002 2.83l-.719.72a5.6 5.6 0 0 1-1.048.82a6.6 6.6 0 0 0 .104-1.31q.12-.103.237-.217l.72-.72a1 1 0 0 0 0-1.415l-5-5a1 1 0 0 0-1.414 0l-.72.72a4.536 4.536 0 0 0 3.045 7.74a3.5 3.5 0 0 1-.442.969a5.536 5.536 0 0 1-3.31-9.415z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDiamondLink16Regular(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="M6.822 4.282a5.536 5.536 0 0 1 3.31 9.415l-.717.718a2 2 0 0 1-2.83.001l-5-5a2 2 0 0 1 0-2.83l.72-.717a5.6 5.6 0 0 1 1.046-.822a6.6 6.6 0 0 0-.103 1.31q-.121.106-.236.22l-.72.717a1 1 0 0 0 0 1.414l5 5.001c.391.39 1.026.39 1.416 0l.717-.72A4.536 4.536 0 0 0 6.38 5.251c.096-.338.243-.666.442-.969m-.235-2.696a2 2 0 0 1 2.829 0l5 4.998a2 2 0 0 1-.002 2.83l-.719.72a5.6 5.6 0 0 1-1.048.82a6.6 6.6 0 0 0 .104-1.31q.12-.103.237-.217l.72-.72a1 1 0 0 0 0-1.415l-5-5a1 1 0 0 0-1.414 0l-.72.72a4.536 4.536 0 0 0 3.045 7.74a3.5 3.5 0 0 1-.442.969a5.536 5.536 0 0 1-3.31-9.415z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.822 4.282a5.536 5.536 0 0 1 3.31 9.415l-.717.718a2 2 0 0 1-2.83.001l-5-5a2 2 0 0 1 0-2.83l.72-.717a5.6 5.6 0 0 1 1.046-.822a6.6 6.6 0 0 0-.103 1.31q-.121.106-.236.22l-.72.717a1 1 0 0 0 0 1.414l5 5.001c.391.39 1.026.39 1.416 0l.717-.72A4.536 4.536 0 0 0 6.38 5.251c.096-.338.243-.666.442-.969m-.235-2.696a2 2 0 0 1 2.829 0l5 4.998a2 2 0 0 1-.002 2.83l-.719.72a5.6 5.6 0 0 1-1.048.82a6.6 6.6 0 0 0 .104-1.31q.12-.103.237-.217l.72-.72a1 1 0 0 0 0-1.415l-5-5a1 1 0 0 0-1.414 0l-.72.72a4.536 4.536 0 0 0 3.045 7.74a3.5 3.5 0 0 1-.442.969a5.536 5.536 0 0 1-3.31-9.415z"/></svg>
</template>

CSS

.icon-diamond-link-16-regular {
  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%22M6.822%204.282a5.536%205.536%200%200%201%203.31%209.415l-.717.718a2%202%200%200%201-2.83.001l-5-5a2%202%200%200%201%200-2.83l.72-.717a5.6%205.6%200%200%201%201.046-.822a6.6%206.6%200%200%200-.103%201.31q-.121.106-.236.22l-.72.717a1%201%200%200%200%200%201.414l5%205.001c.391.39%201.026.39%201.416%200l.717-.72A4.536%204.536%200%200%200%206.38%205.251c.096-.338.243-.666.442-.969m-.235-2.696a2%202%200%200%201%202.829%200l5%204.998a2%202%200%200%201-.002%202.83l-.719.72a5.6%205.6%200%200%201-1.048.82a6.6%206.6%200%200%200%20.104-1.31q.12-.103.237-.217l.72-.72a1%201%200%200%200%200-1.415l-5-5a1%201%200%200%200-1.414%200l-.72.72a4.536%204.536%200%200%200%203.045%207.74a3.5%203.5%200%200%201-.442.969a5.536%205.536%200%200%201-3.31-9.415z%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%22M6.822%204.282a5.536%205.536%200%200%201%203.31%209.415l-.717.718a2%202%200%200%201-2.83.001l-5-5a2%202%200%200%201%200-2.83l.72-.717a5.6%205.6%200%200%201%201.046-.822a6.6%206.6%200%200%200-.103%201.31q-.121.106-.236.22l-.72.717a1%201%200%200%200%200%201.414l5%205.001c.391.39%201.026.39%201.416%200l.717-.72A4.536%204.536%200%200%200%206.38%205.251c.096-.338.243-.666.442-.969m-.235-2.696a2%202%200%200%201%202.829%200l5%204.998a2%202%200%200%201-.002%202.83l-.719.72a5.6%205.6%200%200%201-1.048.82a6.6%206.6%200%200%200%20.104-1.31q.12-.103.237-.217l.72-.72a1%201%200%200%200%200-1.415l-5-5a1%201%200%200%200-1.414%200l-.72.72a4.536%204.536%200%200%200%203.045%207.74a3.5%203.5%200%200%201-.442.969a5.536%205.536%200%200%201-3.31-9.415z%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-regular.svg?color=%231a73e8&size=48