bug-slash from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
bug-slash
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Use the bug slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M39 39.1c9.4-9.4 24.6-9.4 33.9 0L273.8 240H376c14.2 0 27.7 2.8 40 8l108.8-81.6c14.1-10.6 34.2-7.7 44.8 6.4s7.7 34.2-6.4 44.8l-97.8 73.3c5.3 8.9 9.3 18.7 11.8 29.1H576c17.7 0 32 14.3 32 32s-14.3 32-32 32h-96v32c0 9.5-.8 18.7-2.4 27.8L601 567.1c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L39 73.1c-9.3-9.4-9.3-24.6 0-34M430.2 532c-23.2 22.1-53 37.2-86.2 42.2V445.8zM296 397.8v176.4c-51.2-7.7-94.5-39.7-117.7-83.9l-63.1 47.3c-14.1 10.6-34.2 7.7-44.8-6.4s-7.7-34.2 6.4-44.8l83.4-62.5c-.1-2.6-.2-5.2-.2-7.9v-32H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h98.8c3.3-13.9 9.3-26.7 17.6-37.8zM387.6 192h-82.4l-72.3-72.3C248.1 86.8 281.4 64 320 64c53 0 96 43 96 96v3.6c0 15.7-12.7 28.4-28.4 28.4"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidBugSlash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M39 39.1c9.4-9.4 24.6-9.4 33.9 0L273.8 240H376c14.2 0 27.7 2.8 40 8l108.8-81.6c14.1-10.6 34.2-7.7 44.8 6.4s7.7 34.2-6.4 44.8l-97.8 73.3c5.3 8.9 9.3 18.7 11.8 29.1H576c17.7 0 32 14.3 32 32s-14.3 32-32 32h-96v32c0 9.5-.8 18.7-2.4 27.8L601 567.1c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L39 73.1c-9.3-9.4-9.3-24.6 0-34M430.2 532c-23.2 22.1-53 37.2-86.2 42.2V445.8zM296 397.8v176.4c-51.2-7.7-94.5-39.7-117.7-83.9l-63.1 47.3c-14.1 10.6-34.2 7.7-44.8-6.4s-7.7-34.2 6.4-44.8l83.4-62.5c-.1-2.6-.2-5.2-.2-7.9v-32H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h98.8c3.3-13.9 9.3-26.7 17.6-37.8zM387.6 192h-82.4l-72.3-72.3C248.1 86.8 281.4 64 320 64c53 0 96 43 96 96v3.6c0 15.7-12.7 28.4-28.4 28.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M39 39.1c9.4-9.4 24.6-9.4 33.9 0L273.8 240H376c14.2 0 27.7 2.8 40 8l108.8-81.6c14.1-10.6 34.2-7.7 44.8 6.4s7.7 34.2-6.4 44.8l-97.8 73.3c5.3 8.9 9.3 18.7 11.8 29.1H576c17.7 0 32 14.3 32 32s-14.3 32-32 32h-96v32c0 9.5-.8 18.7-2.4 27.8L601 567.1c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L39 73.1c-9.3-9.4-9.3-24.6 0-34M430.2 532c-23.2 22.1-53 37.2-86.2 42.2V445.8zM296 397.8v176.4c-51.2-7.7-94.5-39.7-117.7-83.9l-63.1 47.3c-14.1 10.6-34.2 7.7-44.8-6.4s-7.7-34.2 6.4-44.8l83.4-62.5c-.1-2.6-.2-5.2-.2-7.9v-32H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h98.8c3.3-13.9 9.3-26.7 17.6-37.8zM387.6 192h-82.4l-72.3-72.3C248.1 86.8 281.4 64 320 64c53 0 96 43 96 96v3.6c0 15.7-12.7 28.4-28.4 28.4"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M39%2039.1c9.4-9.4%2024.6-9.4%2033.9%200L273.8%20240H376c14.2%200%2027.7%202.8%2040%208l108.8-81.6c14.1-10.6%2034.2-7.7%2044.8%206.4s7.7%2034.2-6.4%2044.8l-97.8%2073.3c5.3%208.9%209.3%2018.7%2011.8%2029.1H576c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-96v32c0%209.5-.8%2018.7-2.4%2027.8L601%20567.1c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200L39%2073.1c-9.3-9.4-9.3-24.6%200-34M430.2%20532c-23.2%2022.1-53%2037.2-86.2%2042.2V445.8zM296%20397.8v176.4c-51.2-7.7-94.5-39.7-117.7-83.9l-63.1%2047.3c-14.1%2010.6-34.2%207.7-44.8-6.4s-7.7-34.2%206.4-44.8l83.4-62.5c-.1-2.6-.2-5.2-.2-7.9v-32H64c-17.7%200-32-14.3-32-32s14.3-32%2032-32h98.8c3.3-13.9%209.3-26.7%2017.6-37.8zM387.6%20192h-82.4l-72.3-72.3C248.1%2086.8%20281.4%2064%20320%2064c53%200%2096%2043%2096%2096v3.6c0%2015.7-12.7%2028.4-28.4%2028.4%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M39%2039.1c9.4-9.4%2024.6-9.4%2033.9%200L273.8%20240H376c14.2%200%2027.7%202.8%2040%208l108.8-81.6c14.1-10.6%2034.2-7.7%2044.8%206.4s7.7%2034.2-6.4%2044.8l-97.8%2073.3c5.3%208.9%209.3%2018.7%2011.8%2029.1H576c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-96v32c0%209.5-.8%2018.7-2.4%2027.8L601%20567.1c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200L39%2073.1c-9.3-9.4-9.3-24.6%200-34M430.2%20532c-23.2%2022.1-53%2037.2-86.2%2042.2V445.8zM296%20397.8v176.4c-51.2-7.7-94.5-39.7-117.7-83.9l-63.1%2047.3c-14.1%2010.6-34.2%207.7-44.8-6.4s-7.7-34.2%206.4-44.8l83.4-62.5c-.1-2.6-.2-5.2-.2-7.9v-32H64c-17.7%200-32-14.3-32-32s14.3-32%2032-32h98.8c3.3-13.9%209.3-26.7%2017.6-37.8zM387.6%20192h-82.4l-72.3-72.3C248.1%2086.8%20281.4%2064%20320%2064c53%200%2096%2043%2096%2096v3.6c0%2015.7-12.7%2028.4-28.4%2028.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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