diamond link icon
diamond-link-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- diamond-link-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- 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="M11.459 7.465a9.55 9.55 0 0 1 6.281 2.794c3.743 3.743 3.743 9.811 0 13.555l-1.086 1.088a3.75 3.75 0 0 1-5.304.001l-8.251-8.25a3.75 3.75 0 0 1-.004-5.3l1.09-1.093v-.001A9.6 9.6 0 0 1 6.76 8.422a10.6 10.6 0 0 0-.309 2.516q-.446.33-.851.736l-1.088 1.09a1.75 1.75 0 0 0 0 2.474l8.252 8.251a1.75 1.75 0 0 0 2.475 0l1.086-1.089a7.585 7.585 0 0 0-5.7-12.94a6.6 6.6 0 0 1 .834-1.995m-.106-4.37a3.75 3.75 0 0 1 5.3.005l8.25 8.25a3.75 3.75 0 0 1 0 5.304l-1.091 1.09a9.6 9.6 0 0 1-2.577 1.837c.204-.826.308-1.672.31-2.517q.447-.33.852-.734l1.092-1.09a1.75 1.75 0 0 0 0-2.475l-8.25-8.251a1.75 1.75 0 0 0-2.474-.002L11.67 5.604a7.586 7.586 0 0 0 5.7 12.939a6.5 6.5 0 0 1-.833 1.994a9.55 9.55 0 0 1-6.28-2.793c-3.743-3.743-3.743-9.812 0-13.556z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDiamondLink28Filled(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="M11.459 7.465a9.55 9.55 0 0 1 6.281 2.794c3.743 3.743 3.743 9.811 0 13.555l-1.086 1.088a3.75 3.75 0 0 1-5.304.001l-8.251-8.25a3.75 3.75 0 0 1-.004-5.3l1.09-1.093v-.001A9.6 9.6 0 0 1 6.76 8.422a10.6 10.6 0 0 0-.309 2.516q-.446.33-.851.736l-1.088 1.09a1.75 1.75 0 0 0 0 2.474l8.252 8.251a1.75 1.75 0 0 0 2.475 0l1.086-1.089a7.585 7.585 0 0 0-5.7-12.94a6.6 6.6 0 0 1 .834-1.995m-.106-4.37a3.75 3.75 0 0 1 5.3.005l8.25 8.25a3.75 3.75 0 0 1 0 5.304l-1.091 1.09a9.6 9.6 0 0 1-2.577 1.837c.204-.826.308-1.672.31-2.517q.447-.33.852-.734l1.092-1.09a1.75 1.75 0 0 0 0-2.475l-8.25-8.251a1.75 1.75 0 0 0-2.474-.002L11.67 5.604a7.586 7.586 0 0 0 5.7 12.939a6.5 6.5 0 0 1-.833 1.994a9.55 9.55 0 0 1-6.28-2.793c-3.743-3.743-3.743-9.812 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="M11.459 7.465a9.55 9.55 0 0 1 6.281 2.794c3.743 3.743 3.743 9.811 0 13.555l-1.086 1.088a3.75 3.75 0 0 1-5.304.001l-8.251-8.25a3.75 3.75 0 0 1-.004-5.3l1.09-1.093v-.001A9.6 9.6 0 0 1 6.76 8.422a10.6 10.6 0 0 0-.309 2.516q-.446.33-.851.736l-1.088 1.09a1.75 1.75 0 0 0 0 2.474l8.252 8.251a1.75 1.75 0 0 0 2.475 0l1.086-1.089a7.585 7.585 0 0 0-5.7-12.94a6.6 6.6 0 0 1 .834-1.995m-.106-4.37a3.75 3.75 0 0 1 5.3.005l8.25 8.25a3.75 3.75 0 0 1 0 5.304l-1.091 1.09a9.6 9.6 0 0 1-2.577 1.837c.204-.826.308-1.672.31-2.517q.447-.33.852-.734l1.092-1.09a1.75 1.75 0 0 0 0-2.475l-8.25-8.251a1.75 1.75 0 0 0-2.474-.002L11.67 5.604a7.586 7.586 0 0 0 5.7 12.939a6.5 6.5 0 0 1-.833 1.994a9.55 9.55 0 0 1-6.28-2.793c-3.743-3.743-3.743-9.812 0-13.556z"/></svg> </template>
CSS
.icon-diamond-link-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.459%207.465a9.55%209.55%200%200%201%206.281%202.794c3.743%203.743%203.743%209.811%200%2013.555l-1.086%201.088a3.75%203.75%200%200%201-5.304.001l-8.251-8.25a3.75%203.75%200%200%201-.004-5.3l1.09-1.093v-.001A9.6%209.6%200%200%201%206.76%208.422a10.6%2010.6%200%200%200-.309%202.516q-.446.33-.851.736l-1.088%201.09a1.75%201.75%200%200%200%200%202.474l8.252%208.251a1.75%201.75%200%200%200%202.475%200l1.086-1.089a7.585%207.585%200%200%200-5.7-12.94a6.6%206.6%200%200%201%20.834-1.995m-.106-4.37a3.75%203.75%200%200%201%205.3.005l8.25%208.25a3.75%203.75%200%200%201%200%205.304l-1.091%201.09a9.6%209.6%200%200%201-2.577%201.837c.204-.826.308-1.672.31-2.517q.447-.33.852-.734l1.092-1.09a1.75%201.75%200%200%200%200-2.475l-8.25-8.251a1.75%201.75%200%200%200-2.474-.002L11.67%205.604a7.586%207.586%200%200%200%205.7%2012.939a6.5%206.5%200%200%201-.833%201.994a9.55%209.55%200%200%201-6.28-2.793c-3.743-3.743-3.743-9.812%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%22M11.459%207.465a9.55%209.55%200%200%201%206.281%202.794c3.743%203.743%203.743%209.811%200%2013.555l-1.086%201.088a3.75%203.75%200%200%201-5.304.001l-8.251-8.25a3.75%203.75%200%200%201-.004-5.3l1.09-1.093v-.001A9.6%209.6%200%200%201%206.76%208.422a10.6%2010.6%200%200%200-.309%202.516q-.446.33-.851.736l-1.088%201.09a1.75%201.75%200%200%200%200%202.474l8.252%208.251a1.75%201.75%200%200%200%202.475%200l1.086-1.089a7.585%207.585%200%200%200-5.7-12.94a6.6%206.6%200%200%201%20.834-1.995m-.106-4.37a3.75%203.75%200%200%201%205.3.005l8.25%208.25a3.75%203.75%200%200%201%200%205.304l-1.091%201.09a9.6%209.6%200%200%201-2.577%201.837c.204-.826.308-1.672.31-2.517q.447-.33.852-.734l1.092-1.09a1.75%201.75%200%200%200%200-2.475l-8.25-8.251a1.75%201.75%200%200%200-2.474-.002L11.67%205.604a7.586%207.586%200%200%200%205.7%2012.939a6.5%206.5%200%200%201-.833%201.994a9.55%209.55%200%200%201-6.28-2.793c-3.743-3.743-3.743-9.812%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-filled.svg?color=%231a73e8&size=48