signal slash icon

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

Name
signal-slash-16-solid
Set
HeroIcons
Style
Solid 16x16
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M3.28 2.22a.75.75 0 0 0-1.06 1.06l4.782 4.783a1 1 0 0 0 .935.935l4.783 4.782a.75.75 0 1 0 1.06-1.06L8.998 7.937a1 1 0 0 0-.935-.935zm-.23 10.73a7 7 0 0 1-1.33-8.047L2.86 6.04a5.5 5.5 0 0 0 1.25 5.849a.75.75 0 1 1-1.06 1.06m2.21-2.209a3.87 3.87 0 0 1-1.082-3.38L5.87 9.052c.112.226.262.439.45.627a.75.75 0 1 1-1.06 1.061m7.69-7.69a7 7 0 0 1 1.33 8.048l-1.14-1.139a5.5 5.5 0 0 0-1.25-5.848a.75.75 0 0 1 1.06-1.06M10.74 5.26a3.87 3.87 0 0 1 1.082 3.38L10.13 6.948a2.4 2.4 0 0 0-.45-.627a.75.75 0 0 1 1.06-1.061"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsSignalSlash16Solid(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.06l4.782 4.783a1 1 0 0 0 .935.935l4.783 4.782a.75.75 0 1 0 1.06-1.06L8.998 7.937a1 1 0 0 0-.935-.935zm-.23 10.73a7 7 0 0 1-1.33-8.047L2.86 6.04a5.5 5.5 0 0 0 1.25 5.849a.75.75 0 1 1-1.06 1.06m2.21-2.209a3.87 3.87 0 0 1-1.082-3.38L5.87 9.052c.112.226.262.439.45.627a.75.75 0 1 1-1.06 1.061m7.69-7.69a7 7 0 0 1 1.33 8.048l-1.14-1.139a5.5 5.5 0 0 0-1.25-5.848a.75.75 0 0 1 1.06-1.06M10.74 5.26a3.87 3.87 0 0 1 1.082 3.38L10.13 6.948a2.4 2.4 0 0 0-.45-.627a.75.75 0 0 1 1.06-1.061"/></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.06l4.782 4.783a1 1 0 0 0 .935.935l4.783 4.782a.75.75 0 1 0 1.06-1.06L8.998 7.937a1 1 0 0 0-.935-.935zm-.23 10.73a7 7 0 0 1-1.33-8.047L2.86 6.04a5.5 5.5 0 0 0 1.25 5.849a.75.75 0 1 1-1.06 1.06m2.21-2.209a3.87 3.87 0 0 1-1.082-3.38L5.87 9.052c.112.226.262.439.45.627a.75.75 0 1 1-1.06 1.061m7.69-7.69a7 7 0 0 1 1.33 8.048l-1.14-1.139a5.5 5.5 0 0 0-1.25-5.848a.75.75 0 0 1 1.06-1.06M10.74 5.26a3.87 3.87 0 0 1 1.082 3.38L10.13 6.948a2.4 2.4 0 0 0-.45-.627a.75.75 0 0 1 1.06-1.061"/></svg>
</template>

CSS

.icon-signal-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.06l4.782%204.783a1%201%200%200%200%20.935.935l4.783%204.782a.75.75%200%201%200%201.06-1.06L8.998%207.937a1%201%200%200%200-.935-.935zm-.23%2010.73a7%207%200%200%201-1.33-8.047L2.86%206.04a5.5%205.5%200%200%200%201.25%205.849a.75.75%200%201%201-1.06%201.06m2.21-2.209a3.87%203.87%200%200%201-1.082-3.38L5.87%209.052c.112.226.262.439.45.627a.75.75%200%201%201-1.06%201.061m7.69-7.69a7%207%200%200%201%201.33%208.048l-1.14-1.139a5.5%205.5%200%200%200-1.25-5.848a.75.75%200%200%201%201.06-1.06M10.74%205.26a3.87%203.87%200%200%201%201.082%203.38L10.13%206.948a2.4%202.4%200%200%200-.45-.627a.75.75%200%200%201%201.06-1.061%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.06l4.782%204.783a1%201%200%200%200%20.935.935l4.783%204.782a.75.75%200%201%200%201.06-1.06L8.998%207.937a1%201%200%200%200-.935-.935zm-.23%2010.73a7%207%200%200%201-1.33-8.047L2.86%206.04a5.5%205.5%200%200%200%201.25%205.849a.75.75%200%201%201-1.06%201.06m2.21-2.209a3.87%203.87%200%200%201-1.082-3.38L5.87%209.052c.112.226.262.439.45.627a.75.75%200%201%201-1.06%201.061m7.69-7.69a7%207%200%200%201%201.33%208.048l-1.14-1.139a5.5%205.5%200%200%200-1.25-5.848a.75.75%200%200%201%201.06-1.06M10.74%205.26a3.87%203.87%200%200%201%201.082%203.38L10.13%206.948a2.4%202.4%200%200%200-.45-.627a.75.75%200%200%201%201.06-1.061%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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