signal slash icon

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

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

3 other variants in HeroIcons

Use the signal slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l6.783 6.782a1 1 0 0 1 .935.935l6.782 6.783a.75.75 0 1 1-1.06 1.06l-6.783-6.782a1 1 0 0 1-.935-.935L2.22 3.28a.75.75 0 0 1 0-1.06m1.416 14.144a9.004 9.004 0 0 1-1.39-10.936L3.349 6.53a7.5 7.5 0 0 0 1.348 8.773a.75.75 0 0 1-1.061 1.061m2.828-2.828a5 5 0 0 1-1.213-5.103l1.262 1.262a3.5 3.5 0 0 0 1.012 2.78a.75.75 0 0 1-1.06 1.06m9.899-9.899a9.004 9.004 0 0 1 1.39 10.937l-1.103-1.104a7.5 7.5 0 0 0-1.348-8.772a.75.75 0 1 1 1.061-1.061m-2.828 2.828a5 5 0 0 1 1.213 5.103l-1.262-1.262a3.5 3.5 0 0 0-1.012-2.78a.75.75 0 0 1 1.06-1.06"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsSignalSlash20Solid(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" d="M2.22 2.22a.75.75 0 0 1 1.06 0l6.783 6.782a1 1 0 0 1 .935.935l6.782 6.783a.75.75 0 1 1-1.06 1.06l-6.783-6.782a1 1 0 0 1-.935-.935L2.22 3.28a.75.75 0 0 1 0-1.06m1.416 14.144a9.004 9.004 0 0 1-1.39-10.936L3.349 6.53a7.5 7.5 0 0 0 1.348 8.773a.75.75 0 0 1-1.061 1.061m2.828-2.828a5 5 0 0 1-1.213-5.103l1.262 1.262a3.5 3.5 0 0 0 1.012 2.78a.75.75 0 0 1-1.06 1.06m9.899-9.899a9.004 9.004 0 0 1 1.39 10.937l-1.103-1.104a7.5 7.5 0 0 0-1.348-8.772a.75.75 0 1 1 1.061-1.061m-2.828 2.828a5 5 0 0 1 1.213 5.103l-1.262-1.262a3.5 3.5 0 0 0-1.012-2.78a.75.75 0 0 1 1.06-1.06"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l6.783 6.782a1 1 0 0 1 .935.935l6.782 6.783a.75.75 0 1 1-1.06 1.06l-6.783-6.782a1 1 0 0 1-.935-.935L2.22 3.28a.75.75 0 0 1 0-1.06m1.416 14.144a9.004 9.004 0 0 1-1.39-10.936L3.349 6.53a7.5 7.5 0 0 0 1.348 8.773a.75.75 0 0 1-1.061 1.061m2.828-2.828a5 5 0 0 1-1.213-5.103l1.262 1.262a3.5 3.5 0 0 0 1.012 2.78a.75.75 0 0 1-1.06 1.06m9.899-9.899a9.004 9.004 0 0 1 1.39 10.937l-1.103-1.104a7.5 7.5 0 0 0-1.348-8.772a.75.75 0 1 1 1.061-1.061m-2.828 2.828a5 5 0 0 1 1.213 5.103l-1.262-1.262a3.5 3.5 0 0 0-1.012-2.78a.75.75 0 0 1 1.06-1.06"/></svg>
</template>

CSS

.icon-signal-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%20d%3D%22M2.22%202.22a.75.75%200%200%201%201.06%200l6.783%206.782a1%201%200%200%201%20.935.935l6.782%206.783a.75.75%200%201%201-1.06%201.06l-6.783-6.782a1%201%200%200%201-.935-.935L2.22%203.28a.75.75%200%200%201%200-1.06m1.416%2014.144a9.004%209.004%200%200%201-1.39-10.936L3.349%206.53a7.5%207.5%200%200%200%201.348%208.773a.75.75%200%200%201-1.061%201.061m2.828-2.828a5%205%200%200%201-1.213-5.103l1.262%201.262a3.5%203.5%200%200%200%201.012%202.78a.75.75%200%200%201-1.06%201.06m9.899-9.899a9.004%209.004%200%200%201%201.39%2010.937l-1.103-1.104a7.5%207.5%200%200%200-1.348-8.772a.75.75%200%201%201%201.061-1.061m-2.828%202.828a5%205%200%200%201%201.213%205.103l-1.262-1.262a3.5%203.5%200%200%200-1.012-2.78a.75.75%200%200%201%201.06-1.06%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%20d%3D%22M2.22%202.22a.75.75%200%200%201%201.06%200l6.783%206.782a1%201%200%200%201%20.935.935l6.782%206.783a.75.75%200%201%201-1.06%201.06l-6.783-6.782a1%201%200%200%201-.935-.935L2.22%203.28a.75.75%200%200%201%200-1.06m1.416%2014.144a9.004%209.004%200%200%201-1.39-10.936L3.349%206.53a7.5%207.5%200%200%200%201.348%208.773a.75.75%200%200%201-1.061%201.061m2.828-2.828a5%205%200%200%201-1.213-5.103l1.262%201.262a3.5%203.5%200%200%200%201.012%202.78a.75.75%200%200%201-1.06%201.06m9.899-9.899a9.004%209.004%200%200%201%201.39%2010.937l-1.103-1.104a7.5%207.5%200%200%200-1.348-8.772a.75.75%200%201%201%201.061-1.061m-2.828%202.828a5%205%200%200%201%201.213%205.103l-1.262-1.262a3.5%203.5%200%200%200-1.012-2.78a.75.75%200%200%201%201.06-1.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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