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

Name
diamond-link-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M13.594 8.36a11.17 11.17 0 0 1 6.817 3.23c4.245 4.245 4.378 11.045.398 15.45l-.398.418l-1.229 1.228a4.5 4.5 0 0 1-6.362-.002l-9.503-9.502a4.5 4.5 0 0 1 0-6.362l1.227-1.229a11.2 11.2 0 0 1 2.578-1.927a12.8 12.8 0 0 0-.307 3.23a9 9 0 0 0-.504.464l-1.225 1.227a2 2 0 0 0 0 2.83l9.502 9.501c.78.78 2.047.781 2.828.001l1.226-1.227a8.72 8.72 0 0 0-6.14-14.886a7.2 7.2 0 0 1 1.092-2.443m-.777-5.045a4.5 4.5 0 0 1 6.364.002l9.502 9.502a4.5 4.5 0 0 1 0 6.363l-1.225 1.226a11.2 11.2 0 0 1-2.577 1.924c.24-1.061.341-2.147.305-3.23q.26-.218.504-.461l1.225-1.226c.78-.78.78-2.048 0-2.829l-9.503-9.502a2 2 0 0 0-2.827 0l-1.227 1.224a8.72 8.72 0 0 0 6.14 14.886a7.2 7.2 0 0 1-1.09 2.443a11.17 11.17 0 0 1-6.817-3.23c-4.382-4.381-4.382-11.485 0-15.867z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDiamondLink32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.594 8.36a11.17 11.17 0 0 1 6.817 3.23c4.245 4.245 4.378 11.045.398 15.45l-.398.418l-1.229 1.228a4.5 4.5 0 0 1-6.362-.002l-9.503-9.502a4.5 4.5 0 0 1 0-6.362l1.227-1.229a11.2 11.2 0 0 1 2.578-1.927a12.8 12.8 0 0 0-.307 3.23a9 9 0 0 0-.504.464l-1.225 1.227a2 2 0 0 0 0 2.83l9.502 9.501c.78.78 2.047.781 2.828.001l1.226-1.227a8.72 8.72 0 0 0-6.14-14.886a7.2 7.2 0 0 1 1.092-2.443m-.777-5.045a4.5 4.5 0 0 1 6.364.002l9.502 9.502a4.5 4.5 0 0 1 0 6.363l-1.225 1.226a11.2 11.2 0 0 1-2.577 1.924c.24-1.061.341-2.147.305-3.23q.26-.218.504-.461l1.225-1.226c.78-.78.78-2.048 0-2.829l-9.503-9.502a2 2 0 0 0-2.827 0l-1.227 1.224a8.72 8.72 0 0 0 6.14 14.886a7.2 7.2 0 0 1-1.09 2.443a11.17 11.17 0 0 1-6.817-3.23c-4.382-4.381-4.382-11.485 0-15.867z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.594 8.36a11.17 11.17 0 0 1 6.817 3.23c4.245 4.245 4.378 11.045.398 15.45l-.398.418l-1.229 1.228a4.5 4.5 0 0 1-6.362-.002l-9.503-9.502a4.5 4.5 0 0 1 0-6.362l1.227-1.229a11.2 11.2 0 0 1 2.578-1.927a12.8 12.8 0 0 0-.307 3.23a9 9 0 0 0-.504.464l-1.225 1.227a2 2 0 0 0 0 2.83l9.502 9.501c.78.78 2.047.781 2.828.001l1.226-1.227a8.72 8.72 0 0 0-6.14-14.886a7.2 7.2 0 0 1 1.092-2.443m-.777-5.045a4.5 4.5 0 0 1 6.364.002l9.502 9.502a4.5 4.5 0 0 1 0 6.363l-1.225 1.226a11.2 11.2 0 0 1-2.577 1.924c.24-1.061.341-2.147.305-3.23q.26-.218.504-.461l1.225-1.226c.78-.78.78-2.048 0-2.829l-9.503-9.502a2 2 0 0 0-2.827 0l-1.227 1.224a8.72 8.72 0 0 0 6.14 14.886a7.2 7.2 0 0 1-1.09 2.443a11.17 11.17 0 0 1-6.817-3.23c-4.382-4.381-4.382-11.485 0-15.867z"/></svg>
</template>

CSS

.icon-diamond-link-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.594%208.36a11.17%2011.17%200%200%201%206.817%203.23c4.245%204.245%204.378%2011.045.398%2015.45l-.398.418l-1.229%201.228a4.5%204.5%200%200%201-6.362-.002l-9.503-9.502a4.5%204.5%200%200%201%200-6.362l1.227-1.229a11.2%2011.2%200%200%201%202.578-1.927a12.8%2012.8%200%200%200-.307%203.23a9%209%200%200%200-.504.464l-1.225%201.227a2%202%200%200%200%200%202.83l9.502%209.501c.78.78%202.047.781%202.828.001l1.226-1.227a8.72%208.72%200%200%200-6.14-14.886a7.2%207.2%200%200%201%201.092-2.443m-.777-5.045a4.5%204.5%200%200%201%206.364.002l9.502%209.502a4.5%204.5%200%200%201%200%206.363l-1.225%201.226a11.2%2011.2%200%200%201-2.577%201.924c.24-1.061.341-2.147.305-3.23q.26-.218.504-.461l1.225-1.226c.78-.78.78-2.048%200-2.829l-9.503-9.502a2%202%200%200%200-2.827%200l-1.227%201.224a8.72%208.72%200%200%200%206.14%2014.886a7.2%207.2%200%200%201-1.09%202.443a11.17%2011.17%200%200%201-6.817-3.23c-4.382-4.381-4.382-11.485%200-15.867z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.594%208.36a11.17%2011.17%200%200%201%206.817%203.23c4.245%204.245%204.378%2011.045.398%2015.45l-.398.418l-1.229%201.228a4.5%204.5%200%200%201-6.362-.002l-9.503-9.502a4.5%204.5%200%200%201%200-6.362l1.227-1.229a11.2%2011.2%200%200%201%202.578-1.927a12.8%2012.8%200%200%200-.307%203.23a9%209%200%200%200-.504.464l-1.225%201.227a2%202%200%200%200%200%202.83l9.502%209.501c.78.78%202.047.781%202.828.001l1.226-1.227a8.72%208.72%200%200%200-6.14-14.886a7.2%207.2%200%200%201%201.092-2.443m-.777-5.045a4.5%204.5%200%200%201%206.364.002l9.502%209.502a4.5%204.5%200%200%201%200%206.363l-1.225%201.226a11.2%2011.2%200%200%201-2.577%201.924c.24-1.061.341-2.147.305-3.23q.26-.218.504-.461l1.225-1.226c.78-.78.78-2.048%200-2.829l-9.503-9.502a2%202%200%200%200-2.827%200l-1.227%201.224a8.72%208.72%200%200%200%206.14%2014.886a7.2%207.2%200%200%201-1.09%202.443a11.17%2011.17%200%200%201-6.817-3.23c-4.382-4.381-4.382-11.485%200-15.867z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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