link-slash from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
link-slash
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Use the link slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-122-122c4.2-3.4 8.3-7.1 12.1-10.9l71.1-71.1c29.3-29.3 45.8-69.1 45.8-110.6c0-86.4-70-156.5-156.5-156.5c-37.3 0-73.1 13.3-101.3 37.2c20.3 10.1 38.7 23.5 54.5 39.5c14.1-8.3 30.2-12.7 46.8-12.7c51.1 0 92.5 41.4 92.5 92.5c0 24.5-9.7 48-27.1 65.4l-71.1 71.1q-5.85 5.85-12.6 10.5l-47.5-47.5c16.5-.9 29.7-14.4 30.2-31.1v-3.9c0-86.3-69.9-156.9-156.5-156.9c-19.2 0-37.9 3.5-55.5 10.2zM257.9 224h1.7c15.1 0 29.5 3.7 42.1 10.2c1.8 1.2 3.6 2.3 5.5 3.1c26.8 16.3 44.8 45.9 44.8 79.6v1.2zm120.3 256L224 325.8c1.2 84.6 69.6 152.9 154.1 154.1zM171.7 273.5l-45.3-45.3l-48.6 48.6C48.5 306.1 32 345.9 32 387.4c0 86.4 70 156.5 156.5 156.5c37.2 0 73.1-13.3 101.3-37.2c-20.3-10.1-38.8-23.5-54.6-39.5c-14 8.2-30.1 12.6-46.7 12.6c-51.1 0-92.5-41.4-92.5-92.5c0-24.5 9.7-48 27.1-65.4l48.6-48.6z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidLinkSlash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-122-122c4.2-3.4 8.3-7.1 12.1-10.9l71.1-71.1c29.3-29.3 45.8-69.1 45.8-110.6c0-86.4-70-156.5-156.5-156.5c-37.3 0-73.1 13.3-101.3 37.2c20.3 10.1 38.7 23.5 54.5 39.5c14.1-8.3 30.2-12.7 46.8-12.7c51.1 0 92.5 41.4 92.5 92.5c0 24.5-9.7 48-27.1 65.4l-71.1 71.1q-5.85 5.85-12.6 10.5l-47.5-47.5c16.5-.9 29.7-14.4 30.2-31.1v-3.9c0-86.3-69.9-156.9-156.5-156.9c-19.2 0-37.9 3.5-55.5 10.2zM257.9 224h1.7c15.1 0 29.5 3.7 42.1 10.2c1.8 1.2 3.6 2.3 5.5 3.1c26.8 16.3 44.8 45.9 44.8 79.6v1.2zm120.3 256L224 325.8c1.2 84.6 69.6 152.9 154.1 154.1zM171.7 273.5l-45.3-45.3l-48.6 48.6C48.5 306.1 32 345.9 32 387.4c0 86.4 70 156.5 156.5 156.5c37.2 0 73.1-13.3 101.3-37.2c-20.3-10.1-38.8-23.5-54.6-39.5c-14 8.2-30.1 12.6-46.7 12.6c-51.1 0-92.5-41.4-92.5-92.5c0-24.5 9.7-48 27.1-65.4l48.6-48.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-122-122c4.2-3.4 8.3-7.1 12.1-10.9l71.1-71.1c29.3-29.3 45.8-69.1 45.8-110.6c0-86.4-70-156.5-156.5-156.5c-37.3 0-73.1 13.3-101.3 37.2c20.3 10.1 38.7 23.5 54.5 39.5c14.1-8.3 30.2-12.7 46.8-12.7c51.1 0 92.5 41.4 92.5 92.5c0 24.5-9.7 48-27.1 65.4l-71.1 71.1q-5.85 5.85-12.6 10.5l-47.5-47.5c16.5-.9 29.7-14.4 30.2-31.1v-3.9c0-86.3-69.9-156.9-156.5-156.9c-19.2 0-37.9 3.5-55.5 10.2zM257.9 224h1.7c15.1 0 29.5 3.7 42.1 10.2c1.8 1.2 3.6 2.3 5.5 3.1c26.8 16.3 44.8 45.9 44.8 79.6v1.2zm120.3 256L224 325.8c1.2 84.6 69.6 152.9 154.1 154.1zM171.7 273.5l-45.3-45.3l-48.6 48.6C48.5 306.1 32 345.9 32 387.4c0 86.4 70 156.5 156.5 156.5c37.2 0 73.1-13.3 101.3-37.2c-20.3-10.1-38.8-23.5-54.6-39.5c-14 8.2-30.1 12.6-46.7 12.6c-51.1 0-92.5-41.4-92.5-92.5c0-24.5 9.7-48 27.1-65.4l48.6-48.6z"/></svg>
</template>

CSS

.icon-link-slash {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M73%2039.1c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6-.1%2034l528%20528c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9l-122-122c4.2-3.4%208.3-7.1%2012.1-10.9l71.1-71.1c29.3-29.3%2045.8-69.1%2045.8-110.6c0-86.4-70-156.5-156.5-156.5c-37.3%200-73.1%2013.3-101.3%2037.2c20.3%2010.1%2038.7%2023.5%2054.5%2039.5c14.1-8.3%2030.2-12.7%2046.8-12.7c51.1%200%2092.5%2041.4%2092.5%2092.5c0%2024.5-9.7%2048-27.1%2065.4l-71.1%2071.1q-5.85%205.85-12.6%2010.5l-47.5-47.5c16.5-.9%2029.7-14.4%2030.2-31.1v-3.9c0-86.3-69.9-156.9-156.5-156.9c-19.2%200-37.9%203.5-55.5%2010.2zM257.9%20224h1.7c15.1%200%2029.5%203.7%2042.1%2010.2c1.8%201.2%203.6%202.3%205.5%203.1c26.8%2016.3%2044.8%2045.9%2044.8%2079.6v1.2zm120.3%20256L224%20325.8c1.2%2084.6%2069.6%20152.9%20154.1%20154.1zM171.7%20273.5l-45.3-45.3l-48.6%2048.6C48.5%20306.1%2032%20345.9%2032%20387.4c0%2086.4%2070%20156.5%20156.5%20156.5c37.2%200%2073.1-13.3%20101.3-37.2c-20.3-10.1-38.8-23.5-54.6-39.5c-14%208.2-30.1%2012.6-46.7%2012.6c-51.1%200-92.5-41.4-92.5-92.5c0-24.5%209.7-48%2027.1-65.4l48.6-48.6z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M73%2039.1c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6-.1%2034l528%20528c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9l-122-122c4.2-3.4%208.3-7.1%2012.1-10.9l71.1-71.1c29.3-29.3%2045.8-69.1%2045.8-110.6c0-86.4-70-156.5-156.5-156.5c-37.3%200-73.1%2013.3-101.3%2037.2c20.3%2010.1%2038.7%2023.5%2054.5%2039.5c14.1-8.3%2030.2-12.7%2046.8-12.7c51.1%200%2092.5%2041.4%2092.5%2092.5c0%2024.5-9.7%2048-27.1%2065.4l-71.1%2071.1q-5.85%205.85-12.6%2010.5l-47.5-47.5c16.5-.9%2029.7-14.4%2030.2-31.1v-3.9c0-86.3-69.9-156.9-156.5-156.9c-19.2%200-37.9%203.5-55.5%2010.2zM257.9%20224h1.7c15.1%200%2029.5%203.7%2042.1%2010.2c1.8%201.2%203.6%202.3%205.5%203.1c26.8%2016.3%2044.8%2045.9%2044.8%2079.6v1.2zm120.3%20256L224%20325.8c1.2%2084.6%2069.6%20152.9%20154.1%20154.1zM171.7%20273.5l-45.3-45.3l-48.6%2048.6C48.5%20306.1%2032%20345.9%2032%20387.4c0%2086.4%2070%20156.5%20156.5%20156.5c37.2%200%2073.1-13.3%20101.3-37.2c-20.3-10.1-38.8-23.5-54.6-39.5c-14%208.2-30.1%2012.6-46.7%2012.6c-51.1%200-92.5-41.4-92.5-92.5c0-24.5%209.7-48%2027.1-65.4l48.6-48.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/link-slash.svg?color=%231a73e8&size=48