diamond link icon
diamond-link-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- diamond-link-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M19.167 13.234a15.92 15.92 0 0 1 10.92 4.675c6.24 6.239 6.24 16.354.002 22.593l-1.671 1.67a6.25 6.25 0 0 1-8.839 0L5.826 28.42a6.25 6.25 0 0 1 0-8.837l1.671-1.674a16 16 0 0 1 4.155-2.999a18 18 0 0 0-.406 3.13a13.6 13.6 0 0 0-1.981 1.637L7.594 21.35a3.75 3.75 0 0 0 0 5.302l13.753 13.753a3.75 3.75 0 0 0 5.303 0l1.671-1.672l.242-.249c5.019-5.279 4.937-13.627-.243-18.807a13.44 13.44 0 0 0-10.176-3.93a11.4 11.4 0 0 1 1.023-2.513m.418-7.407a6.25 6.25 0 0 1 8.837.001l13.753 13.753a6.25 6.25 0 0 1 0 8.839l-1.67 1.67a16 16 0 0 1-4.154 2.997a18 18 0 0 0 .405-3.13a13.5 13.5 0 0 0 1.981-1.635l1.67-1.67a3.75 3.75 0 0 0 0-5.303L26.654 7.597a3.75 3.75 0 0 0-5.302-.001l-1.671 1.67c-5.262 5.262-5.262 13.793 0 19.055a13.44 13.44 0 0 0 10.18 3.931c-.238.866-.58 1.71-1.024 2.512a15.92 15.92 0 0 1-10.924-4.675c-6.238-6.239-6.238-16.353 0-22.592z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDiamondLink48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M19.167 13.234a15.92 15.92 0 0 1 10.92 4.675c6.24 6.239 6.24 16.354.002 22.593l-1.671 1.67a6.25 6.25 0 0 1-8.839 0L5.826 28.42a6.25 6.25 0 0 1 0-8.837l1.671-1.674a16 16 0 0 1 4.155-2.999a18 18 0 0 0-.406 3.13a13.6 13.6 0 0 0-1.981 1.637L7.594 21.35a3.75 3.75 0 0 0 0 5.302l13.753 13.753a3.75 3.75 0 0 0 5.303 0l1.671-1.672l.242-.249c5.019-5.279 4.937-13.627-.243-18.807a13.44 13.44 0 0 0-10.176-3.93a11.4 11.4 0 0 1 1.023-2.513m.418-7.407a6.25 6.25 0 0 1 8.837.001l13.753 13.753a6.25 6.25 0 0 1 0 8.839l-1.67 1.67a16 16 0 0 1-4.154 2.997a18 18 0 0 0 .405-3.13a13.5 13.5 0 0 0 1.981-1.635l1.67-1.67a3.75 3.75 0 0 0 0-5.303L26.654 7.597a3.75 3.75 0 0 0-5.302-.001l-1.671 1.67c-5.262 5.262-5.262 13.793 0 19.055a13.44 13.44 0 0 0 10.18 3.931c-.238.866-.58 1.71-1.024 2.512a15.92 15.92 0 0 1-10.924-4.675c-6.238-6.239-6.238-16.353 0-22.592z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M19.167 13.234a15.92 15.92 0 0 1 10.92 4.675c6.24 6.239 6.24 16.354.002 22.593l-1.671 1.67a6.25 6.25 0 0 1-8.839 0L5.826 28.42a6.25 6.25 0 0 1 0-8.837l1.671-1.674a16 16 0 0 1 4.155-2.999a18 18 0 0 0-.406 3.13a13.6 13.6 0 0 0-1.981 1.637L7.594 21.35a3.75 3.75 0 0 0 0 5.302l13.753 13.753a3.75 3.75 0 0 0 5.303 0l1.671-1.672l.242-.249c5.019-5.279 4.937-13.627-.243-18.807a13.44 13.44 0 0 0-10.176-3.93a11.4 11.4 0 0 1 1.023-2.513m.418-7.407a6.25 6.25 0 0 1 8.837.001l13.753 13.753a6.25 6.25 0 0 1 0 8.839l-1.67 1.67a16 16 0 0 1-4.154 2.997a18 18 0 0 0 .405-3.13a13.5 13.5 0 0 0 1.981-1.635l1.67-1.67a3.75 3.75 0 0 0 0-5.303L26.654 7.597a3.75 3.75 0 0 0-5.302-.001l-1.671 1.67c-5.262 5.262-5.262 13.793 0 19.055a13.44 13.44 0 0 0 10.18 3.931c-.238.866-.58 1.71-1.024 2.512a15.92 15.92 0 0 1-10.924-4.675c-6.238-6.239-6.238-16.353 0-22.592z"/></svg> </template>
CSS
.icon-diamond-link-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.167%2013.234a15.92%2015.92%200%200%201%2010.92%204.675c6.24%206.239%206.24%2016.354.002%2022.593l-1.671%201.67a6.25%206.25%200%200%201-8.839%200L5.826%2028.42a6.25%206.25%200%200%201%200-8.837l1.671-1.674a16%2016%200%200%201%204.155-2.999a18%2018%200%200%200-.406%203.13a13.6%2013.6%200%200%200-1.981%201.637L7.594%2021.35a3.75%203.75%200%200%200%200%205.302l13.753%2013.753a3.75%203.75%200%200%200%205.303%200l1.671-1.672l.242-.249c5.019-5.279%204.937-13.627-.243-18.807a13.44%2013.44%200%200%200-10.176-3.93a11.4%2011.4%200%200%201%201.023-2.513m.418-7.407a6.25%206.25%200%200%201%208.837.001l13.753%2013.753a6.25%206.25%200%200%201%200%208.839l-1.67%201.67a16%2016%200%200%201-4.154%202.997a18%2018%200%200%200%20.405-3.13a13.5%2013.5%200%200%200%201.981-1.635l1.67-1.67a3.75%203.75%200%200%200%200-5.303L26.654%207.597a3.75%203.75%200%200%200-5.302-.001l-1.671%201.67c-5.262%205.262-5.262%2013.793%200%2019.055a13.44%2013.44%200%200%200%2010.18%203.931c-.238.866-.58%201.71-1.024%202.512a15.92%2015.92%200%200%201-10.924-4.675c-6.238-6.239-6.238-16.353%200-22.592z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.167%2013.234a15.92%2015.92%200%200%201%2010.92%204.675c6.24%206.239%206.24%2016.354.002%2022.593l-1.671%201.67a6.25%206.25%200%200%201-8.839%200L5.826%2028.42a6.25%206.25%200%200%201%200-8.837l1.671-1.674a16%2016%200%200%201%204.155-2.999a18%2018%200%200%200-.406%203.13a13.6%2013.6%200%200%200-1.981%201.637L7.594%2021.35a3.75%203.75%200%200%200%200%205.302l13.753%2013.753a3.75%203.75%200%200%200%205.303%200l1.671-1.672l.242-.249c5.019-5.279%204.937-13.627-.243-18.807a13.44%2013.44%200%200%200-10.176-3.93a11.4%2011.4%200%200%201%201.023-2.513m.418-7.407a6.25%206.25%200%200%201%208.837.001l13.753%2013.753a6.25%206.25%200%200%201%200%208.839l-1.67%201.67a16%2016%200%200%201-4.154%202.997a18%2018%200%200%200%20.405-3.13a13.5%2013.5%200%200%200%201.981-1.635l1.67-1.67a3.75%203.75%200%200%200%200-5.303L26.654%207.597a3.75%203.75%200%200%200-5.302-.001l-1.671%201.67c-5.262%205.262-5.262%2013.793%200%2019.055a13.44%2013.44%200%200%200%2010.18%203.931c-.238.866-.58%201.71-1.024%202.512a15.92%2015.92%200%200%201-10.924-4.675c-6.238-6.239-6.238-16.353%200-22.592z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/diamond-link-48-regular.svg?color=%231a73e8&size=48