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

Name
diamond-link-32-regular
Set
Fluent UI System Icons
Style
32 Regular
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="M12.993 8.412a11.18 11.18 0 0 1 7.326 3.269c4.245 4.245 4.378 11.045.399 15.449l-.398.419l-1.136 1.135a4.5 4.5 0 0 1-6.364 0L3.318 19.18a4.5 4.5 0 0 1-.003-6.362l1.137-1.137a11.2 11.2 0 0 1 2.736-2.014c-.182.836-.28 1.687-.292 2.54q-.54.399-1.029.888L4.73 14.232a2.5 2.5 0 0 0 .002 3.535l9.502 9.503c.977.976 2.56.976 3.536 0l1.136-1.135c3.6-3.6 3.6-9.439 0-13.04a9.2 9.2 0 0 0-6.754-2.696c.184-.69.464-1.36.841-1.987m-.172-5.097a4.5 4.5 0 0 1 6.362.002l9.503 9.502a4.5 4.5 0 0 1 0 6.364l-1.138 1.14a11.2 11.2 0 0 1-2.737 2.011c.182-.836.28-1.686.293-2.538q.54-.4 1.03-.888l1.137-1.14a2.5 2.5 0 0 0 0-3.535l-9.501-9.5a2.5 2.5 0 0 0-3.535-.002l-1.14 1.138a9.22 9.22 0 0 0 0 13.04a9.2 9.2 0 0 0 6.755 2.694a7.7 7.7 0 0 1-.841 1.988a11.18 11.18 0 0 1-7.327-3.269C7.3 15.941 7.3 8.837 11.682 4.455z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDiamondLink32Regular(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="M12.993 8.412a11.18 11.18 0 0 1 7.326 3.269c4.245 4.245 4.378 11.045.399 15.449l-.398.419l-1.136 1.135a4.5 4.5 0 0 1-6.364 0L3.318 19.18a4.5 4.5 0 0 1-.003-6.362l1.137-1.137a11.2 11.2 0 0 1 2.736-2.014c-.182.836-.28 1.687-.292 2.54q-.54.399-1.029.888L4.73 14.232a2.5 2.5 0 0 0 .002 3.535l9.502 9.503c.977.976 2.56.976 3.536 0l1.136-1.135c3.6-3.6 3.6-9.439 0-13.04a9.2 9.2 0 0 0-6.754-2.696c.184-.69.464-1.36.841-1.987m-.172-5.097a4.5 4.5 0 0 1 6.362.002l9.503 9.502a4.5 4.5 0 0 1 0 6.364l-1.138 1.14a11.2 11.2 0 0 1-2.737 2.011c.182-.836.28-1.686.293-2.538q.54-.4 1.03-.888l1.137-1.14a2.5 2.5 0 0 0 0-3.535l-9.501-9.5a2.5 2.5 0 0 0-3.535-.002l-1.14 1.138a9.22 9.22 0 0 0 0 13.04a9.2 9.2 0 0 0 6.755 2.694a7.7 7.7 0 0 1-.841 1.988a11.18 11.18 0 0 1-7.327-3.269C7.3 15.941 7.3 8.837 11.682 4.455z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.993 8.412a11.18 11.18 0 0 1 7.326 3.269c4.245 4.245 4.378 11.045.399 15.449l-.398.419l-1.136 1.135a4.5 4.5 0 0 1-6.364 0L3.318 19.18a4.5 4.5 0 0 1-.003-6.362l1.137-1.137a11.2 11.2 0 0 1 2.736-2.014c-.182.836-.28 1.687-.292 2.54q-.54.399-1.029.888L4.73 14.232a2.5 2.5 0 0 0 .002 3.535l9.502 9.503c.977.976 2.56.976 3.536 0l1.136-1.135c3.6-3.6 3.6-9.439 0-13.04a9.2 9.2 0 0 0-6.754-2.696c.184-.69.464-1.36.841-1.987m-.172-5.097a4.5 4.5 0 0 1 6.362.002l9.503 9.502a4.5 4.5 0 0 1 0 6.364l-1.138 1.14a11.2 11.2 0 0 1-2.737 2.011c.182-.836.28-1.686.293-2.538q.54-.4 1.03-.888l1.137-1.14a2.5 2.5 0 0 0 0-3.535l-9.501-9.5a2.5 2.5 0 0 0-3.535-.002l-1.14 1.138a9.22 9.22 0 0 0 0 13.04a9.2 9.2 0 0 0 6.755 2.694a7.7 7.7 0 0 1-.841 1.988a11.18 11.18 0 0 1-7.327-3.269C7.3 15.941 7.3 8.837 11.682 4.455z"/></svg>
</template>

CSS

.icon-diamond-link-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.993%208.412a11.18%2011.18%200%200%201%207.326%203.269c4.245%204.245%204.378%2011.045.399%2015.449l-.398.419l-1.136%201.135a4.5%204.5%200%200%201-6.364%200L3.318%2019.18a4.5%204.5%200%200%201-.003-6.362l1.137-1.137a11.2%2011.2%200%200%201%202.736-2.014c-.182.836-.28%201.687-.292%202.54q-.54.399-1.029.888L4.73%2014.232a2.5%202.5%200%200%200%20.002%203.535l9.502%209.503c.977.976%202.56.976%203.536%200l1.136-1.135c3.6-3.6%203.6-9.439%200-13.04a9.2%209.2%200%200%200-6.754-2.696c.184-.69.464-1.36.841-1.987m-.172-5.097a4.5%204.5%200%200%201%206.362.002l9.503%209.502a4.5%204.5%200%200%201%200%206.364l-1.138%201.14a11.2%2011.2%200%200%201-2.737%202.011c.182-.836.28-1.686.293-2.538q.54-.4%201.03-.888l1.137-1.14a2.5%202.5%200%200%200%200-3.535l-9.501-9.5a2.5%202.5%200%200%200-3.535-.002l-1.14%201.138a9.22%209.22%200%200%200%200%2013.04a9.2%209.2%200%200%200%206.755%202.694a7.7%207.7%200%200%201-.841%201.988a11.18%2011.18%200%200%201-7.327-3.269C7.3%2015.941%207.3%208.837%2011.682%204.455z%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%22M12.993%208.412a11.18%2011.18%200%200%201%207.326%203.269c4.245%204.245%204.378%2011.045.399%2015.449l-.398.419l-1.136%201.135a4.5%204.5%200%200%201-6.364%200L3.318%2019.18a4.5%204.5%200%200%201-.003-6.362l1.137-1.137a11.2%2011.2%200%200%201%202.736-2.014c-.182.836-.28%201.687-.292%202.54q-.54.399-1.029.888L4.73%2014.232a2.5%202.5%200%200%200%20.002%203.535l9.502%209.503c.977.976%202.56.976%203.536%200l1.136-1.135c3.6-3.6%203.6-9.439%200-13.04a9.2%209.2%200%200%200-6.754-2.696c.184-.69.464-1.36.841-1.987m-.172-5.097a4.5%204.5%200%200%201%206.362.002l9.503%209.502a4.5%204.5%200%200%201%200%206.364l-1.138%201.14a11.2%2011.2%200%200%201-2.737%202.011c.182-.836.28-1.686.293-2.538q.54-.4%201.03-.888l1.137-1.14a2.5%202.5%200%200%200%200-3.535l-9.501-9.5a2.5%202.5%200%200%200-3.535-.002l-1.14%201.138a9.22%209.22%200%200%200%200%2013.04a9.2%209.2%200%200%200%206.755%202.694a7.7%207.7%200%200%201-.841%201.988a11.18%2011.18%200%200%201-7.327-3.269C7.3%2015.941%207.3%208.837%2011.682%204.455z%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-regular.svg?color=%231a73e8&size=48