link slash icon

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

Name
link-slash-16-solid
Set
HeroIcons
Style
Solid 16x16
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M3.28 2.22a.75.75 0 0 0-1.06 1.06l10.5 10.5a.75.75 0 1 0 1.06-1.06l-2.999-3a3.5 3.5 0 0 0-.806-3.695a.75.75 0 0 0-1.06 1.061c.374.374.569.861.584 1.352L7.116 6.055l1.97-1.97a2 2 0 0 1 3.208 2.3a.75.75 0 0 0 1.346.662a3.501 3.501 0 0 0-5.615-4.022l-1.97 1.97zm.425 7.396a.75.75 0 0 0-1.345-.663a3.501 3.501 0 0 0 5.615 4.022l.379-.379a.75.75 0 0 0-1.061-1.06l-.379.378a2 2 0 0 1-3.209-2.298"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsLinkSlash16Solid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.28 2.22a.75.75 0 0 0-1.06 1.06l10.5 10.5a.75.75 0 1 0 1.06-1.06l-2.999-3a3.5 3.5 0 0 0-.806-3.695a.75.75 0 0 0-1.06 1.061c.374.374.569.861.584 1.352L7.116 6.055l1.97-1.97a2 2 0 0 1 3.208 2.3a.75.75 0 0 0 1.346.662a3.501 3.501 0 0 0-5.615-4.022l-1.97 1.97zm.425 7.396a.75.75 0 0 0-1.345-.663a3.501 3.501 0 0 0 5.615 4.022l.379-.379a.75.75 0 0 0-1.061-1.06l-.379.378a2 2 0 0 1-3.209-2.298"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.28 2.22a.75.75 0 0 0-1.06 1.06l10.5 10.5a.75.75 0 1 0 1.06-1.06l-2.999-3a3.5 3.5 0 0 0-.806-3.695a.75.75 0 0 0-1.06 1.061c.374.374.569.861.584 1.352L7.116 6.055l1.97-1.97a2 2 0 0 1 3.208 2.3a.75.75 0 0 0 1.346.662a3.501 3.501 0 0 0-5.615-4.022l-1.97 1.97zm.425 7.396a.75.75 0 0 0-1.345-.663a3.501 3.501 0 0 0 5.615 4.022l.379-.379a.75.75 0 0 0-1.061-1.06l-.379.378a2 2 0 0 1-3.209-2.298"/></svg>
</template>

CSS

.icon-link-slash-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%200%200-1.06%201.06l10.5%2010.5a.75.75%200%201%200%201.06-1.06l-2.999-3a3.5%203.5%200%200%200-.806-3.695a.75.75%200%200%200-1.06%201.061c.374.374.569.861.584%201.352L7.116%206.055l1.97-1.97a2%202%200%200%201%203.208%202.3a.75.75%200%200%200%201.346.662a3.501%203.501%200%200%200-5.615-4.022l-1.97%201.97zm.425%207.396a.75.75%200%200%200-1.345-.663a3.501%203.501%200%200%200%205.615%204.022l.379-.379a.75.75%200%200%200-1.061-1.06l-.379.378a2%202%200%200%201-3.209-2.298%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%200%200-1.06%201.06l10.5%2010.5a.75.75%200%201%200%201.06-1.06l-2.999-3a3.5%203.5%200%200%200-.806-3.695a.75.75%200%200%200-1.06%201.061c.374.374.569.861.584%201.352L7.116%206.055l1.97-1.97a2%202%200%200%201%203.208%202.3a.75.75%200%200%200%201.346.662a3.501%203.501%200%200%200-5.615-4.022l-1.97%201.97zm.425%207.396a.75.75%200%200%200-1.345-.663a3.501%203.501%200%200%200%205.615%204.022l.379-.379a.75.75%200%200%200-1.061-1.06l-.379.378a2%202%200%200%201-3.209-2.298%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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