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

Name
link-off-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06L15.94 17H15a1 1 0 0 1-.736-1.676L11.94 13H7a1 1 0 0 1-.116-1.993L7 11h2.94l-2-2H7a3 3 0 0 0-.177 5.995L7 15h2a1 1 0 0 1 .116 1.993L9 17H7a5 5 0 0 1-.968-9.907L2.22 3.28a.75.75 0 0 1 0-1.06M17 7a5 5 0 0 1 2.508 9.326l-1.503-1.503a2.998 2.998 0 0 0-.828-5.818L17 9h-2a1 1 0 0 1-.116-1.993L15 7zm0 4a1 1 0 0 1 .116 1.993L17 13h-.818l-2-2z"/></svg>

React

import type { SVGProps } from "react";

export function FluentLinkOff24Filled(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="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06L15.94 17H15a1 1 0 0 1-.736-1.676L11.94 13H7a1 1 0 0 1-.116-1.993L7 11h2.94l-2-2H7a3 3 0 0 0-.177 5.995L7 15h2a1 1 0 0 1 .116 1.993L9 17H7a5 5 0 0 1-.968-9.907L2.22 3.28a.75.75 0 0 1 0-1.06M17 7a5 5 0 0 1 2.508 9.326l-1.503-1.503a2.998 2.998 0 0 0-.828-5.818L17 9h-2a1 1 0 0 1-.116-1.993L15 7zm0 4a1 1 0 0 1 .116 1.993L17 13h-.818l-2-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06L15.94 17H15a1 1 0 0 1-.736-1.676L11.94 13H7a1 1 0 0 1-.116-1.993L7 11h2.94l-2-2H7a3 3 0 0 0-.177 5.995L7 15h2a1 1 0 0 1 .116 1.993L9 17H7a5 5 0 0 1-.968-9.907L2.22 3.28a.75.75 0 0 1 0-1.06M17 7a5 5 0 0 1 2.508 9.326l-1.503-1.503a2.998 2.998 0 0 0-.828-5.818L17 9h-2a1 1 0 0 1-.116-1.993L15 7zm0 4a1 1 0 0 1 .116 1.993L17 13h-.818l-2-2z"/></svg>
</template>

CSS

.icon-link-off-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%22M2.22%202.22a.75.75%200%200%201%201.06%200l18.5%2018.5a.75.75%200%200%201-1.06%201.06L15.94%2017H15a1%201%200%200%201-.736-1.676L11.94%2013H7a1%201%200%200%201-.116-1.993L7%2011h2.94l-2-2H7a3%203%200%200%200-.177%205.995L7%2015h2a1%201%200%200%201%20.116%201.993L9%2017H7a5%205%200%200%201-.968-9.907L2.22%203.28a.75.75%200%200%201%200-1.06M17%207a5%205%200%200%201%202.508%209.326l-1.503-1.503a2.998%202.998%200%200%200-.828-5.818L17%209h-2a1%201%200%200%201-.116-1.993L15%207zm0%204a1%201%200%200%201%20.116%201.993L17%2013h-.818l-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.22%202.22a.75.75%200%200%201%201.06%200l18.5%2018.5a.75.75%200%200%201-1.06%201.06L15.94%2017H15a1%201%200%200%201-.736-1.676L11.94%2013H7a1%201%200%200%201-.116-1.993L7%2011h2.94l-2-2H7a3%203%200%200%200-.177%205.995L7%2015h2a1%201%200%200%201%20.116%201.993L9%2017H7a5%205%200%200%201-.968-9.907L2.22%203.28a.75.75%200%200%201%200-1.06M17%207a5%205%200%200%201%202.508%209.326l-1.503-1.503a2.998%202.998%200%200%200-.828-5.818L17%209h-2a1%201%200%200%201-.116-1.993L15%207zm0%204a1%201%200%200%201%20.116%201.993L17%2013h-.818l-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-24-filled.svg?color=%231a73e8&size=48