diamond link icon
diamond-link-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- diamond-link-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M9.629 6.33a8.376 8.376 0 0 1 5.596 14.29l-.001-.002l-.927.929a3.25 3.25 0 0 1-4.598 0l-7.247-7.25a3.25 3.25 0 0 1 0-4.596l.929-.927a8.4 8.4 0 0 1 2.18-1.57a9.4 9.4 0 0 0-.235 1.885q-.466.33-.885.746l-.928.927a1.75 1.75 0 0 0 0 2.475l7.247 7.25a1.75 1.75 0 0 0 2.475 0l.93-.93A6.876 6.876 0 0 0 9.01 7.829c.134-.52.34-1.025.619-1.499m.07-3.876a3.25 3.25 0 0 1 4.597-.002l7.248 7.25a3.25 3.25 0 0 1-.001 4.597l-.93.928a8.4 8.4 0 0 1-2.17 1.565a9.4 9.4 0 0 0 .233-1.886q.462-.328.877-.74l.93-.928a1.75 1.75 0 0 0 0-2.475l-7.248-7.25a1.75 1.75 0 0 0-2.475 0l-.93.93a6.876 6.876 0 0 0 5.162 11.729a5.8 5.8 0 0 1-.619 1.5A8.375 8.375 0 0 1 8.77 3.382z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDiamondLink24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.629 6.33a8.376 8.376 0 0 1 5.596 14.29l-.001-.002l-.927.929a3.25 3.25 0 0 1-4.598 0l-7.247-7.25a3.25 3.25 0 0 1 0-4.596l.929-.927a8.4 8.4 0 0 1 2.18-1.57a9.4 9.4 0 0 0-.235 1.885q-.466.33-.885.746l-.928.927a1.75 1.75 0 0 0 0 2.475l7.247 7.25a1.75 1.75 0 0 0 2.475 0l.93-.93A6.876 6.876 0 0 0 9.01 7.829c.134-.52.34-1.025.619-1.499m.07-3.876a3.25 3.25 0 0 1 4.597-.002l7.248 7.25a3.25 3.25 0 0 1-.001 4.597l-.93.928a8.4 8.4 0 0 1-2.17 1.565a9.4 9.4 0 0 0 .233-1.886q.462-.328.877-.74l.93-.928a1.75 1.75 0 0 0 0-2.475l-7.248-7.25a1.75 1.75 0 0 0-2.475 0l-.93.93a6.876 6.876 0 0 0 5.162 11.729a5.8 5.8 0 0 1-.619 1.5A8.375 8.375 0 0 1 8.77 3.382z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.629 6.33a8.376 8.376 0 0 1 5.596 14.29l-.001-.002l-.927.929a3.25 3.25 0 0 1-4.598 0l-7.247-7.25a3.25 3.25 0 0 1 0-4.596l.929-.927a8.4 8.4 0 0 1 2.18-1.57a9.4 9.4 0 0 0-.235 1.885q-.466.33-.885.746l-.928.927a1.75 1.75 0 0 0 0 2.475l7.247 7.25a1.75 1.75 0 0 0 2.475 0l.93-.93A6.876 6.876 0 0 0 9.01 7.829c.134-.52.34-1.025.619-1.499m.07-3.876a3.25 3.25 0 0 1 4.597-.002l7.248 7.25a3.25 3.25 0 0 1-.001 4.597l-.93.928a8.4 8.4 0 0 1-2.17 1.565a9.4 9.4 0 0 0 .233-1.886q.462-.328.877-.74l.93-.928a1.75 1.75 0 0 0 0-2.475l-7.248-7.25a1.75 1.75 0 0 0-2.475 0l-.93.93a6.876 6.876 0 0 0 5.162 11.729a5.8 5.8 0 0 1-.619 1.5A8.375 8.375 0 0 1 8.77 3.382z"/></svg> </template>
CSS
.icon-diamond-link-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.629%206.33a8.376%208.376%200%200%201%205.596%2014.29l-.001-.002l-.927.929a3.25%203.25%200%200%201-4.598%200l-7.247-7.25a3.25%203.25%200%200%201%200-4.596l.929-.927a8.4%208.4%200%200%201%202.18-1.57a9.4%209.4%200%200%200-.235%201.885q-.466.33-.885.746l-.928.927a1.75%201.75%200%200%200%200%202.475l7.247%207.25a1.75%201.75%200%200%200%202.475%200l.93-.93A6.876%206.876%200%200%200%209.01%207.829c.134-.52.34-1.025.619-1.499m.07-3.876a3.25%203.25%200%200%201%204.597-.002l7.248%207.25a3.25%203.25%200%200%201-.001%204.597l-.93.928a8.4%208.4%200%200%201-2.17%201.565a9.4%209.4%200%200%200%20.233-1.886q.462-.328.877-.74l.93-.928a1.75%201.75%200%200%200%200-2.475l-7.248-7.25a1.75%201.75%200%200%200-2.475%200l-.93.93a6.876%206.876%200%200%200%205.162%2011.729a5.8%205.8%200%200%201-.619%201.5A8.375%208.375%200%200%201%208.77%203.382z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.629%206.33a8.376%208.376%200%200%201%205.596%2014.29l-.001-.002l-.927.929a3.25%203.25%200%200%201-4.598%200l-7.247-7.25a3.25%203.25%200%200%201%200-4.596l.929-.927a8.4%208.4%200%200%201%202.18-1.57a9.4%209.4%200%200%200-.235%201.885q-.466.33-.885.746l-.928.927a1.75%201.75%200%200%200%200%202.475l7.247%207.25a1.75%201.75%200%200%200%202.475%200l.93-.93A6.876%206.876%200%200%200%209.01%207.829c.134-.52.34-1.025.619-1.499m.07-3.876a3.25%203.25%200%200%201%204.597-.002l7.248%207.25a3.25%203.25%200%200%201-.001%204.597l-.93.928a8.4%208.4%200%200%201-2.17%201.565a9.4%209.4%200%200%200%20.233-1.886q.462-.328.877-.74l.93-.928a1.75%201.75%200%200%200%200-2.475l-7.248-7.25a1.75%201.75%200%200%200-2.475%200l-.93.93a6.876%206.876%200%200%200%205.162%2011.729a5.8%205.8%200%200%201-.619%201.5A8.375%208.375%200%200%201%208.77%203.382z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/diamond-link-24-regular.svg?color=%231a73e8&size=48