link slash icon

link-slash-20-solid from HeroIcons by Refactoring UI Inc · Solid 20x20 · MIT Free for personal and commercial use.

Name
link-slash-20-solid
Set
HeroIcons
Style
Solid 20x20
Viewbox
20×20
License
MIT

3 other variants in HeroIcons

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 20 20"><path fill="currentColor" fill-rule="evenodd" d="M2.22 2.22a.75.75 0 0 1 1.06 0l4.46 4.46q.192-.268.432-.508l3-3a4 4 0 0 1 5.657 5.656l-1.225 1.225a.75.75 0 1 1-1.06-1.06l1.224-1.225a2.5 2.5 0 0 0-3.536-3.536l-3 3a2.5 2.5 0 0 0-.406.533l2.59 2.59a2.5 2.5 0 0 0-.79-1.254a.75.75 0 1 1 .977-1.138q.117.1.226.209a4 4 0 0 1 1.08 3.677l4.871 4.87a.75.75 0 1 1-1.06 1.061l-5.177-5.177l-.006-.005l-4.134-4.134l-.005-.006L2.22 3.28a.75.75 0 0 1 0-1.06m3.237 7.727a.75.75 0 0 1 0 1.06l-1.225 1.225a2.5 2.5 0 0 0 3.536 3.536l1.879-1.879a.75.75 0 1 1 1.06 1.06L8.83 16.83a4 4 0 0 1-5.657-5.657l1.224-1.225a.75.75 0 0 1 1.06 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsLinkSlash20Solid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" fillRule="evenodd" d="M2.22 2.22a.75.75 0 0 1 1.06 0l4.46 4.46q.192-.268.432-.508l3-3a4 4 0 0 1 5.657 5.656l-1.225 1.225a.75.75 0 1 1-1.06-1.06l1.224-1.225a2.5 2.5 0 0 0-3.536-3.536l-3 3a2.5 2.5 0 0 0-.406.533l2.59 2.59a2.5 2.5 0 0 0-.79-1.254a.75.75 0 1 1 .977-1.138q.117.1.226.209a4 4 0 0 1 1.08 3.677l4.871 4.87a.75.75 0 1 1-1.06 1.061l-5.177-5.177l-.006-.005l-4.134-4.134l-.005-.006L2.22 3.28a.75.75 0 0 1 0-1.06m3.237 7.727a.75.75 0 0 1 0 1.06l-1.225 1.225a2.5 2.5 0 0 0 3.536 3.536l1.879-1.879a.75.75 0 1 1 1.06 1.06L8.83 16.83a4 4 0 0 1-5.657-5.657l1.224-1.225a.75.75 0 0 1 1.06 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" fill-rule="evenodd" d="M2.22 2.22a.75.75 0 0 1 1.06 0l4.46 4.46q.192-.268.432-.508l3-3a4 4 0 0 1 5.657 5.656l-1.225 1.225a.75.75 0 1 1-1.06-1.06l1.224-1.225a2.5 2.5 0 0 0-3.536-3.536l-3 3a2.5 2.5 0 0 0-.406.533l2.59 2.59a2.5 2.5 0 0 0-.79-1.254a.75.75 0 1 1 .977-1.138q.117.1.226.209a4 4 0 0 1 1.08 3.677l4.871 4.87a.75.75 0 1 1-1.06 1.061l-5.177-5.177l-.006-.005l-4.134-4.134l-.005-.006L2.22 3.28a.75.75 0 0 1 0-1.06m3.237 7.727a.75.75 0 0 1 0 1.06l-1.225 1.225a2.5 2.5 0 0 0 3.536 3.536l1.879-1.879a.75.75 0 1 1 1.06 1.06L8.83 16.83a4 4 0 0 1-5.657-5.657l1.224-1.225a.75.75 0 0 1 1.06 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-link-slash-20-solid {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.22%202.22a.75.75%200%200%201%201.06%200l4.46%204.46q.192-.268.432-.508l3-3a4%204%200%200%201%205.657%205.656l-1.225%201.225a.75.75%200%201%201-1.06-1.06l1.224-1.225a2.5%202.5%200%200%200-3.536-3.536l-3%203a2.5%202.5%200%200%200-.406.533l2.59%202.59a2.5%202.5%200%200%200-.79-1.254a.75.75%200%201%201%20.977-1.138q.117.1.226.209a4%204%200%200%201%201.08%203.677l4.871%204.87a.75.75%200%201%201-1.06%201.061l-5.177-5.177l-.006-.005l-4.134-4.134l-.005-.006L2.22%203.28a.75.75%200%200%201%200-1.06m3.237%207.727a.75.75%200%200%201%200%201.06l-1.225%201.225a2.5%202.5%200%200%200%203.536%203.536l1.879-1.879a.75.75%200%201%201%201.06%201.06L8.83%2016.83a4%204%200%200%201-5.657-5.657l1.224-1.225a.75.75%200%200%201%201.06%200%22%20clip-rule%3D%22evenodd%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.22%202.22a.75.75%200%200%201%201.06%200l4.46%204.46q.192-.268.432-.508l3-3a4%204%200%200%201%205.657%205.656l-1.225%201.225a.75.75%200%201%201-1.06-1.06l1.224-1.225a2.5%202.5%200%200%200-3.536-3.536l-3%203a2.5%202.5%200%200%200-.406.533l2.59%202.59a2.5%202.5%200%200%200-.79-1.254a.75.75%200%201%201%20.977-1.138q.117.1.226.209a4%204%200%200%201%201.08%203.677l4.871%204.87a.75.75%200%201%201-1.06%201.061l-5.177-5.177l-.006-.005l-4.134-4.134l-.005-.006L2.22%203.28a.75.75%200%200%201%200-1.06m3.237%207.727a.75.75%200%200%201%200%201.06l-1.225%201.225a2.5%202.5%200%200%200%203.536%203.536l1.879-1.879a.75.75%200%201%201%201.06%201.06L8.83%2016.83a4%204%200%200%201-5.657-5.657l1.224-1.225a.75.75%200%200%201%201.06%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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