bug slash icon

bug-slash from Reicon by REICON · Outline · IT · MIT Free for personal and commercial use.

Name
bug-slash
Set
Reicon
Style
Outline
Category
IT
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More it icons from Reicon

Use the bug slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9 7.667V6a3 3 0 1 1 6 0v1.667m-3 12.666V17"/><path d="M6.892 17.124a5.6 5.6 0 0 1-.559-2.457v-4.334A2.666 2.666 0 0 1 9 7.667h6c.39 0 .763.084 1.097.236m1.57 4.087v2.677A5.667 5.667 0 0 1 12 20.333c-.78 0-1.524-.157-2.2-.443M6.333 13h-4"/><path d="M6.333 9.667A3.666 3.666 0 0 1 2.667 6m15 7h4m-4 3.333A3.666 3.666 0 0 1 21.333 20M2.667 21.333L21.333 2.667"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBugSlash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M9 7.667V6a3 3 0 1 1 6 0v1.667m-3 12.666V17"/><path d="M6.892 17.124a5.6 5.6 0 0 1-.559-2.457v-4.334A2.666 2.666 0 0 1 9 7.667h6c.39 0 .763.084 1.097.236m1.57 4.087v2.677A5.667 5.667 0 0 1 12 20.333c-.78 0-1.524-.157-2.2-.443M6.333 13h-4"/><path d="M6.333 9.667A3.666 3.666 0 0 1 2.667 6m15 7h4m-4 3.333A3.666 3.666 0 0 1 21.333 20M2.667 21.333L21.333 2.667"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9 7.667V6a3 3 0 1 1 6 0v1.667m-3 12.666V17"/><path d="M6.892 17.124a5.6 5.6 0 0 1-.559-2.457v-4.334A2.666 2.666 0 0 1 9 7.667h6c.39 0 .763.084 1.097.236m1.57 4.087v2.677A5.667 5.667 0 0 1 12 20.333c-.78 0-1.524-.157-2.2-.443M6.333 13h-4"/><path d="M6.333 9.667A3.666 3.666 0 0 1 2.667 6m15 7h4m-4 3.333A3.666 3.666 0 0 1 21.333 20M2.667 21.333L21.333 2.667"/></g></svg>
</template>

CSS

.icon-bug-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9%207.667V6a3%203%200%201%201%206%200v1.667m-3%2012.666V17%22%2F%3E%3Cpath%20d%3D%22M6.892%2017.124a5.6%205.6%200%200%201-.559-2.457v-4.334A2.666%202.666%200%200%201%209%207.667h6c.39%200%20.763.084%201.097.236m1.57%204.087v2.677A5.667%205.667%200%200%201%2012%2020.333c-.78%200-1.524-.157-2.2-.443M6.333%2013h-4%22%2F%3E%3Cpath%20d%3D%22M6.333%209.667A3.666%203.666%200%200%201%202.667%206m15%207h4m-4%203.333A3.666%203.666%200%200%201%2021.333%2020M2.667%2021.333L21.333%202.667%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9%207.667V6a3%203%200%201%201%206%200v1.667m-3%2012.666V17%22%2F%3E%3Cpath%20d%3D%22M6.892%2017.124a5.6%205.6%200%200%201-.559-2.457v-4.334A2.666%202.666%200%200%201%209%207.667h6c.39%200%20.763.084%201.097.236m1.57%204.087v2.677A5.667%205.667%200%200%201%2012%2020.333c-.78%200-1.524-.157-2.2-.443M6.333%2013h-4%22%2F%3E%3Cpath%20d%3D%22M6.333%209.667A3.666%203.666%200%200%201%202.667%206m15%207h4m-4%203.333A3.666%203.666%200%200%201%2021.333%2020M2.667%2021.333L21.333%202.667%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Bug Slash outline icon — Reicon · IconsDB