diamond link icon
diamond-link-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- diamond-link-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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="M10.23 6.27a8.376 8.376 0 0 1 5.086 14.255l-1.025 1.022a3.25 3.25 0 0 1-4.596 0l-7.248-7.25A3.25 3.25 0 0 1 2.45 9.7l1.022-1.02a8.4 8.4 0 0 1 2.02-1.49a9.4 9.4 0 0 0-.25 2.577q-.183.156-.356.328l-.001.001l-1.022 1.019a1.25 1.25 0 0 0 0 1.768l7.247 7.25c.488.487 1.28.487 1.768 0l1.024-1.022A6.377 6.377 0 0 0 9.36 8.228a5.3 5.3 0 0 1 .87-1.958m-.534-3.816a3.25 3.25 0 0 1 4.6-.001l7.247 7.249a3.25 3.25 0 0 1 .001 4.595l-1.012 1.012v.001a8.4 8.4 0 0 1-2.023 1.492a9.4 9.4 0 0 0 .253-2.58q.181-.155.355-.326l1.012-1.013a1.25 1.25 0 0 0 0-1.767l-7.248-7.25a1.25 1.25 0 0 0-1.768.002l-1.011 1.011a6.377 6.377 0 0 0 4.542 10.883a5.3 5.3 0 0 1-.87 1.957a8.34 8.34 0 0 1-5.086-2.409a8.376 8.376 0 0 1 0-11.845z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDiamondLink24Filled(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="M10.23 6.27a8.376 8.376 0 0 1 5.086 14.255l-1.025 1.022a3.25 3.25 0 0 1-4.596 0l-7.248-7.25A3.25 3.25 0 0 1 2.45 9.7l1.022-1.02a8.4 8.4 0 0 1 2.02-1.49a9.4 9.4 0 0 0-.25 2.577q-.183.156-.356.328l-.001.001l-1.022 1.019a1.25 1.25 0 0 0 0 1.768l7.247 7.25c.488.487 1.28.487 1.768 0l1.024-1.022A6.377 6.377 0 0 0 9.36 8.228a5.3 5.3 0 0 1 .87-1.958m-.534-3.816a3.25 3.25 0 0 1 4.6-.001l7.247 7.249a3.25 3.25 0 0 1 .001 4.595l-1.012 1.012v.001a8.4 8.4 0 0 1-2.023 1.492a9.4 9.4 0 0 0 .253-2.58q.181-.155.355-.326l1.012-1.013a1.25 1.25 0 0 0 0-1.767l-7.248-7.25a1.25 1.25 0 0 0-1.768.002l-1.011 1.011a6.377 6.377 0 0 0 4.542 10.883a5.3 5.3 0 0 1-.87 1.957a8.34 8.34 0 0 1-5.086-2.409a8.376 8.376 0 0 1 0-11.845z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.23 6.27a8.376 8.376 0 0 1 5.086 14.255l-1.025 1.022a3.25 3.25 0 0 1-4.596 0l-7.248-7.25A3.25 3.25 0 0 1 2.45 9.7l1.022-1.02a8.4 8.4 0 0 1 2.02-1.49a9.4 9.4 0 0 0-.25 2.577q-.183.156-.356.328l-.001.001l-1.022 1.019a1.25 1.25 0 0 0 0 1.768l7.247 7.25c.488.487 1.28.487 1.768 0l1.024-1.022A6.377 6.377 0 0 0 9.36 8.228a5.3 5.3 0 0 1 .87-1.958m-.534-3.816a3.25 3.25 0 0 1 4.6-.001l7.247 7.249a3.25 3.25 0 0 1 .001 4.595l-1.012 1.012v.001a8.4 8.4 0 0 1-2.023 1.492a9.4 9.4 0 0 0 .253-2.58q.181-.155.355-.326l1.012-1.013a1.25 1.25 0 0 0 0-1.767l-7.248-7.25a1.25 1.25 0 0 0-1.768.002l-1.011 1.011a6.377 6.377 0 0 0 4.542 10.883a5.3 5.3 0 0 1-.87 1.957a8.34 8.34 0 0 1-5.086-2.409a8.376 8.376 0 0 1 0-11.845z"/></svg> </template>
CSS
.icon-diamond-link-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.23%206.27a8.376%208.376%200%200%201%205.086%2014.255l-1.025%201.022a3.25%203.25%200%200%201-4.596%200l-7.248-7.25A3.25%203.25%200%200%201%202.45%209.7l1.022-1.02a8.4%208.4%200%200%201%202.02-1.49a9.4%209.4%200%200%200-.25%202.577q-.183.156-.356.328l-.001.001l-1.022%201.019a1.25%201.25%200%200%200%200%201.768l7.247%207.25c.488.487%201.28.487%201.768%200l1.024-1.022A6.377%206.377%200%200%200%209.36%208.228a5.3%205.3%200%200%201%20.87-1.958m-.534-3.816a3.25%203.25%200%200%201%204.6-.001l7.247%207.249a3.25%203.25%200%200%201%20.001%204.595l-1.012%201.012v.001a8.4%208.4%200%200%201-2.023%201.492a9.4%209.4%200%200%200%20.253-2.58q.181-.155.355-.326l1.012-1.013a1.25%201.25%200%200%200%200-1.767l-7.248-7.25a1.25%201.25%200%200%200-1.768.002l-1.011%201.011a6.377%206.377%200%200%200%204.542%2010.883a5.3%205.3%200%200%201-.87%201.957a8.34%208.34%200%200%201-5.086-2.409a8.376%208.376%200%200%201%200-11.845z%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%22M10.23%206.27a8.376%208.376%200%200%201%205.086%2014.255l-1.025%201.022a3.25%203.25%200%200%201-4.596%200l-7.248-7.25A3.25%203.25%200%200%201%202.45%209.7l1.022-1.02a8.4%208.4%200%200%201%202.02-1.49a9.4%209.4%200%200%200-.25%202.577q-.183.156-.356.328l-.001.001l-1.022%201.019a1.25%201.25%200%200%200%200%201.768l7.247%207.25c.488.487%201.28.487%201.768%200l1.024-1.022A6.377%206.377%200%200%200%209.36%208.228a5.3%205.3%200%200%201%20.87-1.958m-.534-3.816a3.25%203.25%200%200%201%204.6-.001l7.247%207.249a3.25%203.25%200%200%201%20.001%204.595l-1.012%201.012v.001a8.4%208.4%200%200%201-2.023%201.492a9.4%209.4%200%200%200%20.253-2.58q.181-.155.355-.326l1.012-1.013a1.25%201.25%200%200%200%200-1.767l-7.248-7.25a1.25%201.25%200%200%200-1.768.002l-1.011%201.011a6.377%206.377%200%200%200%204.542%2010.883a5.3%205.3%200%200%201-.87%201.957a8.34%208.34%200%200%201-5.086-2.409a8.376%208.376%200%200%201%200-11.845z%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-filled.svg?color=%231a73e8&size=48