diamond link icon
diamond-link-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- diamond-link-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M10.872 7.54a9.56 9.56 0 0 1 6.781 2.807a9.585 9.585 0 0 1 0 13.555l-1.002 1a3.75 3.75 0 0 1-5.301 0l-8.252-8.251a3.75 3.75 0 0 1 0-5.303l1-1a9.6 9.6 0 0 1 2.725-1.912c-.144.61-.234 1.232-.268 1.856a8 8 0 0 0-1.396 1.116l-1 1a2.25 2.25 0 0 0 0 3.182l8.251 8.251a2.25 2.25 0 0 0 3.18.001l1.003-1.002a8.084 8.084 0 0 0-6.32-13.776a7 7 0 0 1 .6-1.524m.477-4.443a3.75 3.75 0 0 1 5.302.001l8.251 8.251a3.75 3.75 0 0 1 .002 5.303l-1.003 1.004a9.6 9.6 0 0 1-2.727 1.911c.144-.611.234-1.233.268-1.857a8 8 0 0 0 1.399-1.115l1.002-1.004a2.25 2.25 0 0 0-.001-3.18L15.59 4.159a2.25 2.25 0 0 0-3.182 0L11.407 5.16a8.086 8.086 0 0 0 0 11.434a8.07 8.07 0 0 0 6.316 2.343a7 7 0 0 1-.598 1.524a9.55 9.55 0 0 1-6.778-2.806c-3.743-3.743-3.743-9.813 0-13.556z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDiamondLink28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10.872 7.54a9.56 9.56 0 0 1 6.781 2.807a9.585 9.585 0 0 1 0 13.555l-1.002 1a3.75 3.75 0 0 1-5.301 0l-8.252-8.251a3.75 3.75 0 0 1 0-5.303l1-1a9.6 9.6 0 0 1 2.725-1.912c-.144.61-.234 1.232-.268 1.856a8 8 0 0 0-1.396 1.116l-1 1a2.25 2.25 0 0 0 0 3.182l8.251 8.251a2.25 2.25 0 0 0 3.18.001l1.003-1.002a8.084 8.084 0 0 0-6.32-13.776a7 7 0 0 1 .6-1.524m.477-4.443a3.75 3.75 0 0 1 5.302.001l8.251 8.251a3.75 3.75 0 0 1 .002 5.303l-1.003 1.004a9.6 9.6 0 0 1-2.727 1.911c.144-.611.234-1.233.268-1.857a8 8 0 0 0 1.399-1.115l1.002-1.004a2.25 2.25 0 0 0-.001-3.18L15.59 4.159a2.25 2.25 0 0 0-3.182 0L11.407 5.16a8.086 8.086 0 0 0 0 11.434a8.07 8.07 0 0 0 6.316 2.343a7 7 0 0 1-.598 1.524a9.55 9.55 0 0 1-6.778-2.806c-3.743-3.743-3.743-9.813 0-13.556z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10.872 7.54a9.56 9.56 0 0 1 6.781 2.807a9.585 9.585 0 0 1 0 13.555l-1.002 1a3.75 3.75 0 0 1-5.301 0l-8.252-8.251a3.75 3.75 0 0 1 0-5.303l1-1a9.6 9.6 0 0 1 2.725-1.912c-.144.61-.234 1.232-.268 1.856a8 8 0 0 0-1.396 1.116l-1 1a2.25 2.25 0 0 0 0 3.182l8.251 8.251a2.25 2.25 0 0 0 3.18.001l1.003-1.002a8.084 8.084 0 0 0-6.32-13.776a7 7 0 0 1 .6-1.524m.477-4.443a3.75 3.75 0 0 1 5.302.001l8.251 8.251a3.75 3.75 0 0 1 .002 5.303l-1.003 1.004a9.6 9.6 0 0 1-2.727 1.911c.144-.611.234-1.233.268-1.857a8 8 0 0 0 1.399-1.115l1.002-1.004a2.25 2.25 0 0 0-.001-3.18L15.59 4.159a2.25 2.25 0 0 0-3.182 0L11.407 5.16a8.086 8.086 0 0 0 0 11.434a8.07 8.07 0 0 0 6.316 2.343a7 7 0 0 1-.598 1.524a9.55 9.55 0 0 1-6.778-2.806c-3.743-3.743-3.743-9.813 0-13.556z"/></svg> </template>
CSS
.icon-diamond-link-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.872%207.54a9.56%209.56%200%200%201%206.781%202.807a9.585%209.585%200%200%201%200%2013.555l-1.002%201a3.75%203.75%200%200%201-5.301%200l-8.252-8.251a3.75%203.75%200%200%201%200-5.303l1-1a9.6%209.6%200%200%201%202.725-1.912c-.144.61-.234%201.232-.268%201.856a8%208%200%200%200-1.396%201.116l-1%201a2.25%202.25%200%200%200%200%203.182l8.251%208.251a2.25%202.25%200%200%200%203.18.001l1.003-1.002a8.084%208.084%200%200%200-6.32-13.776a7%207%200%200%201%20.6-1.524m.477-4.443a3.75%203.75%200%200%201%205.302.001l8.251%208.251a3.75%203.75%200%200%201%20.002%205.303l-1.003%201.004a9.6%209.6%200%200%201-2.727%201.911c.144-.611.234-1.233.268-1.857a8%208%200%200%200%201.399-1.115l1.002-1.004a2.25%202.25%200%200%200-.001-3.18L15.59%204.159a2.25%202.25%200%200%200-3.182%200L11.407%205.16a8.086%208.086%200%200%200%200%2011.434a8.07%208.07%200%200%200%206.316%202.343a7%207%200%200%201-.598%201.524a9.55%209.55%200%200%201-6.778-2.806c-3.743-3.743-3.743-9.813%200-13.556z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.872%207.54a9.56%209.56%200%200%201%206.781%202.807a9.585%209.585%200%200%201%200%2013.555l-1.002%201a3.75%203.75%200%200%201-5.301%200l-8.252-8.251a3.75%203.75%200%200%201%200-5.303l1-1a9.6%209.6%200%200%201%202.725-1.912c-.144.61-.234%201.232-.268%201.856a8%208%200%200%200-1.396%201.116l-1%201a2.25%202.25%200%200%200%200%203.182l8.251%208.251a2.25%202.25%200%200%200%203.18.001l1.003-1.002a8.084%208.084%200%200%200-6.32-13.776a7%207%200%200%201%20.6-1.524m.477-4.443a3.75%203.75%200%200%201%205.302.001l8.251%208.251a3.75%203.75%200%200%201%20.002%205.303l-1.003%201.004a9.6%209.6%200%200%201-2.727%201.911c.144-.611.234-1.233.268-1.857a8%208%200%200%200%201.399-1.115l1.002-1.004a2.25%202.25%200%200%200-.001-3.18L15.59%204.159a2.25%202.25%200%200%200-3.182%200L11.407%205.16a8.086%208.086%200%200%200%200%2011.434a8.07%208.07%200%200%200%206.316%202.343a7%207%200%200%201-.598%201.524a9.55%209.55%200%200%201-6.778-2.806c-3.743-3.743-3.743-9.813%200-13.556z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/diamond-link-28-regular.svg?color=%231a73e8&size=48