link off icon
link-off-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- link-off-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the link off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l22.5 22.5a.75.75 0 0 1-1.06 1.06L18.94 20H17a.75.75 0 0 1-.102-1.493L17 18.5h.44l-3.75-3.75H8a.75.75 0 0 1-.102-1.493L8 13.25h4.19L8.44 9.5H8a4.5 4.5 0 0 0-.212 8.995L8 18.5h3a.75.75 0 0 1 .102 1.493L11 20H8a6 6 0 0 1-.98-11.92l-4.8-4.8a.75.75 0 0 1 0-1.06M20 8a6 6 0 0 1 2.593 11.41l-1.15-1.15a4.5 4.5 0 0 0-1.231-8.755L20 9.5h-3a.75.75 0 0 1-.102-1.493L17 8zm0 5.25a.75.75 0 0 1 .102 1.493L20 14.75h-2.067l-1.5-1.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentLinkOff28Regular(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="M2.22 2.22a.75.75 0 0 1 1.06 0l22.5 22.5a.75.75 0 0 1-1.06 1.06L18.94 20H17a.75.75 0 0 1-.102-1.493L17 18.5h.44l-3.75-3.75H8a.75.75 0 0 1-.102-1.493L8 13.25h4.19L8.44 9.5H8a4.5 4.5 0 0 0-.212 8.995L8 18.5h3a.75.75 0 0 1 .102 1.493L11 20H8a6 6 0 0 1-.98-11.92l-4.8-4.8a.75.75 0 0 1 0-1.06M20 8a6 6 0 0 1 2.593 11.41l-1.15-1.15a4.5 4.5 0 0 0-1.231-8.755L20 9.5h-3a.75.75 0 0 1-.102-1.493L17 8zm0 5.25a.75.75 0 0 1 .102 1.493L20 14.75h-2.067l-1.5-1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l22.5 22.5a.75.75 0 0 1-1.06 1.06L18.94 20H17a.75.75 0 0 1-.102-1.493L17 18.5h.44l-3.75-3.75H8a.75.75 0 0 1-.102-1.493L8 13.25h4.19L8.44 9.5H8a4.5 4.5 0 0 0-.212 8.995L8 18.5h3a.75.75 0 0 1 .102 1.493L11 20H8a6 6 0 0 1-.98-11.92l-4.8-4.8a.75.75 0 0 1 0-1.06M20 8a6 6 0 0 1 2.593 11.41l-1.15-1.15a4.5 4.5 0 0 0-1.231-8.755L20 9.5h-3a.75.75 0 0 1-.102-1.493L17 8zm0 5.25a.75.75 0 0 1 .102 1.493L20 14.75h-2.067l-1.5-1.5z"/></svg> </template>
CSS
.icon-link-off-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%22M2.22%202.22a.75.75%200%200%201%201.06%200l22.5%2022.5a.75.75%200%200%201-1.06%201.06L18.94%2020H17a.75.75%200%200%201-.102-1.493L17%2018.5h.44l-3.75-3.75H8a.75.75%200%200%201-.102-1.493L8%2013.25h4.19L8.44%209.5H8a4.5%204.5%200%200%200-.212%208.995L8%2018.5h3a.75.75%200%200%201%20.102%201.493L11%2020H8a6%206%200%200%201-.98-11.92l-4.8-4.8a.75.75%200%200%201%200-1.06M20%208a6%206%200%200%201%202.593%2011.41l-1.15-1.15a4.5%204.5%200%200%200-1.231-8.755L20%209.5h-3a.75.75%200%200%201-.102-1.493L17%208zm0%205.25a.75.75%200%200%201%20.102%201.493L20%2014.75h-2.067l-1.5-1.5z%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%22M2.22%202.22a.75.75%200%200%201%201.06%200l22.5%2022.5a.75.75%200%200%201-1.06%201.06L18.94%2020H17a.75.75%200%200%201-.102-1.493L17%2018.5h.44l-3.75-3.75H8a.75.75%200%200%201-.102-1.493L8%2013.25h4.19L8.44%209.5H8a4.5%204.5%200%200%200-.212%208.995L8%2018.5h3a.75.75%200%200%201%20.102%201.493L11%2020H8a6%206%200%200%201-.98-11.92l-4.8-4.8a.75.75%200%200%201%200-1.06M20%208a6%206%200%200%201%202.593%2011.41l-1.15-1.15a4.5%204.5%200%200%200-1.231-8.755L20%209.5h-3a.75.75%200%200%201-.102-1.493L17%208zm0%205.25a.75.75%200%200%201%20.102%201.493L20%2014.75h-2.067l-1.5-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/link-off-28-regular.svg?color=%231a73e8&size=48