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

Name
bug-slash
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
640×512
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 512"><path fill="currentColor" d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L477.4 348.9c1.7-9.4 2.6-19 2.6-28.9h64c17.7 0 32-14.3 32-32s-14.3-32-32-32h-64.3c-1.1-14.1-5-27.5-11.1-39.5c.7-.6 1.4-1.2 2.1-1.9l64-64c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-64 64c-.7.7-1.3 1.4-1.9 2.1c-14.3-7.3-30.4-11.4-47.5-11.4H264c-8.3 0-16.3 1-24 2.8zM320 0c-53 0-96 43-96 96v3.6c0 15.7 12.7 28.4 28.4 28.4h135.1c15.7 0 28.4-12.7 28.4-28.4V96c0-53-43-96-96-96zM160.3 256H96c-17.7 0-32 14.3-32 32s14.3 32 32 32h64c0 24.6 5.5 47.8 15.4 68.6q-3.3 1.95-6 4.8l-64 64c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l63.1-63.1c24.5 21.8 55.8 36.2 90.3 39.6V335.5L166.7 227.3c-3.4 9-5.6 18.7-6.4 28.7M336 479.2c36.6-3.6 69.7-19.6 94.8-43.8L336 360.7z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidBugSlash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L477.4 348.9c1.7-9.4 2.6-19 2.6-28.9h64c17.7 0 32-14.3 32-32s-14.3-32-32-32h-64.3c-1.1-14.1-5-27.5-11.1-39.5c.7-.6 1.4-1.2 2.1-1.9l64-64c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-64 64c-.7.7-1.3 1.4-1.9 2.1c-14.3-7.3-30.4-11.4-47.5-11.4H264c-8.3 0-16.3 1-24 2.8zM320 0c-53 0-96 43-96 96v3.6c0 15.7 12.7 28.4 28.4 28.4h135.1c15.7 0 28.4-12.7 28.4-28.4V96c0-53-43-96-96-96zM160.3 256H96c-17.7 0-32 14.3-32 32s14.3 32 32 32h64c0 24.6 5.5 47.8 15.4 68.6q-3.3 1.95-6 4.8l-64 64c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l63.1-63.1c24.5 21.8 55.8 36.2 90.3 39.6V335.5L166.7 227.3c-3.4 9-5.6 18.7-6.4 28.7M336 479.2c36.6-3.6 69.7-19.6 94.8-43.8L336 360.7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L477.4 348.9c1.7-9.4 2.6-19 2.6-28.9h64c17.7 0 32-14.3 32-32s-14.3-32-32-32h-64.3c-1.1-14.1-5-27.5-11.1-39.5c.7-.6 1.4-1.2 2.1-1.9l64-64c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-64 64c-.7.7-1.3 1.4-1.9 2.1c-14.3-7.3-30.4-11.4-47.5-11.4H264c-8.3 0-16.3 1-24 2.8zM320 0c-53 0-96 43-96 96v3.6c0 15.7 12.7 28.4 28.4 28.4h135.1c15.7 0 28.4-12.7 28.4-28.4V96c0-53-43-96-96-96zM160.3 256H96c-17.7 0-32 14.3-32 32s14.3 32 32 32h64c0 24.6 5.5 47.8 15.4 68.6q-3.3 1.95-6 4.8l-64 64c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l63.1-63.1c24.5 21.8 55.8 36.2 90.3 39.6V335.5L166.7 227.3c-3.4 9-5.6 18.7-6.4 28.7M336 479.2c36.6-3.6 69.7-19.6 94.8-43.8L336 360.7z"/></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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M38.8%205.1C28.4-3.1%2013.3-1.2%205.1%209.2s-6.3%2025.5%204.1%2033.7l592%20464c10.4%208.2%2025.5%206.3%2033.7-4.1s6.3-25.5-4.1-33.7L477.4%20348.9c1.7-9.4%202.6-19%202.6-28.9h64c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-64.3c-1.1-14.1-5-27.5-11.1-39.5c.7-.6%201.4-1.2%202.1-1.9l64-64c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200l-64%2064c-.7.7-1.3%201.4-1.9%202.1c-14.3-7.3-30.4-11.4-47.5-11.4H264c-8.3%200-16.3%201-24%202.8zM320%200c-53%200-96%2043-96%2096v3.6c0%2015.7%2012.7%2028.4%2028.4%2028.4h135.1c15.7%200%2028.4-12.7%2028.4-28.4V96c0-53-43-96-96-96zM160.3%20256H96c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h64c0%2024.6%205.5%2047.8%2015.4%2068.6q-3.3%201.95-6%204.8l-64%2064c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l63.1-63.1c24.5%2021.8%2055.8%2036.2%2090.3%2039.6V335.5L166.7%20227.3c-3.4%209-5.6%2018.7-6.4%2028.7M336%20479.2c36.6-3.6%2069.7-19.6%2094.8-43.8L336%20360.7z%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M38.8%205.1C28.4-3.1%2013.3-1.2%205.1%209.2s-6.3%2025.5%204.1%2033.7l592%20464c10.4%208.2%2025.5%206.3%2033.7-4.1s6.3-25.5-4.1-33.7L477.4%20348.9c1.7-9.4%202.6-19%202.6-28.9h64c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-64.3c-1.1-14.1-5-27.5-11.1-39.5c.7-.6%201.4-1.2%202.1-1.9l64-64c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200l-64%2064c-.7.7-1.3%201.4-1.9%202.1c-14.3-7.3-30.4-11.4-47.5-11.4H264c-8.3%200-16.3%201-24%202.8zM320%200c-53%200-96%2043-96%2096v3.6c0%2015.7%2012.7%2028.4%2028.4%2028.4h135.1c15.7%200%2028.4-12.7%2028.4-28.4V96c0-53-43-96-96-96zM160.3%20256H96c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h64c0%2024.6%205.5%2047.8%2015.4%2068.6q-3.3%201.95-6%204.8l-64%2064c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l63.1-63.1c24.5%2021.8%2055.8%2036.2%2090.3%2039.6V335.5L166.7%20227.3c-3.4%209-5.6%2018.7-6.4%2028.7M336%20479.2c36.6-3.6%2069.7-19.6%2094.8-43.8L336%20360.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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