link-off-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
link-off-28-filled
Set
Fluent UI System Icons
Style
28 Filled
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 20H17a1 1 0 0 1-.116-1.993l.058-.004L13.94 15H8a1 1 0 0 1-.116-1.993L8 13h3.94l-3-3H8a4 4 0 0 0-.2 7.995L8 18h3a1 1 0 0 1 .116 1.993L11 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.55-1.549a4 4 0 0 0-.844-7.856L20 10h-3a1 1 0 0 1-.116-1.993L17 8zm0 5a1 1 0 0 1 .116 1.993L20 15h-1.817l-2-2z"/></svg>

React

import type { SVGProps } from "react";

export function FluentLinkOff28Filled(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 20H17a1 1 0 0 1-.116-1.993l.058-.004L13.94 15H8a1 1 0 0 1-.116-1.993L8 13h3.94l-3-3H8a4 4 0 0 0-.2 7.995L8 18h3a1 1 0 0 1 .116 1.993L11 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.55-1.549a4 4 0 0 0-.844-7.856L20 10h-3a1 1 0 0 1-.116-1.993L17 8zm0 5a1 1 0 0 1 .116 1.993L20 15h-1.817l-2-2z"/></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 20H17a1 1 0 0 1-.116-1.993l.058-.004L13.94 15H8a1 1 0 0 1-.116-1.993L8 13h3.94l-3-3H8a4 4 0 0 0-.2 7.995L8 18h3a1 1 0 0 1 .116 1.993L11 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.55-1.549a4 4 0 0 0-.844-7.856L20 10h-3a1 1 0 0 1-.116-1.993L17 8zm0 5a1 1 0 0 1 .116 1.993L20 15h-1.817l-2-2z"/></svg>
</template>

CSS

.icon-link-off-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%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%2020H17a1%201%200%200%201-.116-1.993l.058-.004L13.94%2015H8a1%201%200%200%201-.116-1.993L8%2013h3.94l-3-3H8a4%204%200%200%200-.2%207.995L8%2018h3a1%201%200%200%201%20.116%201.993L11%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.55-1.549a4%204%200%200%200-.844-7.856L20%2010h-3a1%201%200%200%201-.116-1.993L17%208zm0%205a1%201%200%200%201%20.116%201.993L20%2015h-1.817l-2-2z%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%2020H17a1%201%200%200%201-.116-1.993l.058-.004L13.94%2015H8a1%201%200%200%201-.116-1.993L8%2013h3.94l-3-3H8a4%204%200%200%200-.2%207.995L8%2018h3a1%201%200%200%201%20.116%201.993L11%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.55-1.549a4%204%200%200%200-.844-7.856L20%2010h-3a1%201%200%200%201-.116-1.993L17%208zm0%205a1%201%200%200%201%20.116%201.993L20%2015h-1.817l-2-2z%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-filled.svg?color=%231a73e8&size=48