bug slash icon

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

Name
bug-slash-filled
Set
Reicon
Style
Filled
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="currentColor"><path d="M16.827 7.173A3.8 3.8 0 0 0 16 6.82V6c0-2.204-1.795-4-4-4S8 3.796 8 6v.824c-.96.274-1.75.922-2.216 1.785A2.67 2.67 0 0 1 3.667 6a1 1 0 0 0-2 0a4.67 4.67 0 0 0 3.666 4.553V12h-3a1 1 0 0 0 0 2h3v.667c0 1.153.311 2.226.831 3.169zM12 4c1.103 0 2 .897 2 2v.667h-4V6c0-1.103.897-2 2-2m-1 17.232v-3.99l-2.828 2.827A6.66 6.66 0 0 0 11 21.232M18.667 14h3a1 1 0 0 0 0-2h-3v-1.667c0-.236-.027-.465-.07-.688L13 15.243v5.99a6.67 6.67 0 0 0 5.063-3.858A2.664 2.664 0 0 1 20.333 20a1 1 0 0 0 2 0a4.67 4.67 0 0 0-3.736-4.572c.03-.252.07-.5.07-.761z"/><path d="M2.667 22.333a1 1 0 0 1-.707-1.708L20.627 1.96a1 1 0 1 1 1.414 1.415L3.373 22.04a1 1 0 0 1-.706.293"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBugSlashFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.827 7.173A3.8 3.8 0 0 0 16 6.82V6c0-2.204-1.795-4-4-4S8 3.796 8 6v.824c-.96.274-1.75.922-2.216 1.785A2.67 2.67 0 0 1 3.667 6a1 1 0 0 0-2 0a4.67 4.67 0 0 0 3.666 4.553V12h-3a1 1 0 0 0 0 2h3v.667c0 1.153.311 2.226.831 3.169zM12 4c1.103 0 2 .897 2 2v.667h-4V6c0-1.103.897-2 2-2m-1 17.232v-3.99l-2.828 2.827A6.66 6.66 0 0 0 11 21.232M18.667 14h3a1 1 0 0 0 0-2h-3v-1.667c0-.236-.027-.465-.07-.688L13 15.243v5.99a6.67 6.67 0 0 0 5.063-3.858A2.664 2.664 0 0 1 20.333 20a1 1 0 0 0 2 0a4.67 4.67 0 0 0-3.736-4.572c.03-.252.07-.5.07-.761z"/><path d="M2.667 22.333a1 1 0 0 1-.707-1.708L20.627 1.96a1 1 0 1 1 1.414 1.415L3.373 22.04a1 1 0 0 1-.706.293"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.827 7.173A3.8 3.8 0 0 0 16 6.82V6c0-2.204-1.795-4-4-4S8 3.796 8 6v.824c-.96.274-1.75.922-2.216 1.785A2.67 2.67 0 0 1 3.667 6a1 1 0 0 0-2 0a4.67 4.67 0 0 0 3.666 4.553V12h-3a1 1 0 0 0 0 2h3v.667c0 1.153.311 2.226.831 3.169zM12 4c1.103 0 2 .897 2 2v.667h-4V6c0-1.103.897-2 2-2m-1 17.232v-3.99l-2.828 2.827A6.66 6.66 0 0 0 11 21.232M18.667 14h3a1 1 0 0 0 0-2h-3v-1.667c0-.236-.027-.465-.07-.688L13 15.243v5.99a6.67 6.67 0 0 0 5.063-3.858A2.664 2.664 0 0 1 20.333 20a1 1 0 0 0 2 0a4.67 4.67 0 0 0-3.736-4.572c.03-.252.07-.5.07-.761z"/><path d="M2.667 22.333a1 1 0 0 1-.707-1.708L20.627 1.96a1 1 0 1 1 1.414 1.415L3.373 22.04a1 1 0 0 1-.706.293"/></g></svg>
</template>

CSS

.icon-bug-slash-filled {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M16.827%207.173A3.8%203.8%200%200%200%2016%206.82V6c0-2.204-1.795-4-4-4S8%203.796%208%206v.824c-.96.274-1.75.922-2.216%201.785A2.67%202.67%200%200%201%203.667%206a1%201%200%200%200-2%200a4.67%204.67%200%200%200%203.666%204.553V12h-3a1%201%200%200%200%200%202h3v.667c0%201.153.311%202.226.831%203.169zM12%204c1.103%200%202%20.897%202%202v.667h-4V6c0-1.103.897-2%202-2m-1%2017.232v-3.99l-2.828%202.827A6.66%206.66%200%200%200%2011%2021.232M18.667%2014h3a1%201%200%200%200%200-2h-3v-1.667c0-.236-.027-.465-.07-.688L13%2015.243v5.99a6.67%206.67%200%200%200%205.063-3.858A2.664%202.664%200%200%201%2020.333%2020a1%201%200%200%200%202%200a4.67%204.67%200%200%200-3.736-4.572c.03-.252.07-.5.07-.761z%22%2F%3E%3Cpath%20d%3D%22M2.667%2022.333a1%201%200%200%201-.707-1.708L20.627%201.96a1%201%200%201%201%201.414%201.415L3.373%2022.04a1%201%200%200%201-.706.293%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%22currentColor%22%3E%3Cpath%20d%3D%22M16.827%207.173A3.8%203.8%200%200%200%2016%206.82V6c0-2.204-1.795-4-4-4S8%203.796%208%206v.824c-.96.274-1.75.922-2.216%201.785A2.67%202.67%200%200%201%203.667%206a1%201%200%200%200-2%200a4.67%204.67%200%200%200%203.666%204.553V12h-3a1%201%200%200%200%200%202h3v.667c0%201.153.311%202.226.831%203.169zM12%204c1.103%200%202%20.897%202%202v.667h-4V6c0-1.103.897-2%202-2m-1%2017.232v-3.99l-2.828%202.827A6.66%206.66%200%200%200%2011%2021.232M18.667%2014h3a1%201%200%200%200%200-2h-3v-1.667c0-.236-.027-.465-.07-.688L13%2015.243v5.99a6.67%206.67%200%200%200%205.063-3.858A2.664%202.664%200%200%201%2020.333%2020a1%201%200%200%200%202%200a4.67%204.67%200%200%200-3.736-4.572c.03-.252.07-.5.07-.761z%22%2F%3E%3Cpath%20d%3D%22M2.667%2022.333a1%201%200%200%201-.707-1.708L20.627%201.96a1%201%200%201%201%201.414%201.415L3.373%2022.04a1%201%200%200%201-.706.293%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-filled.svg?color=%231a73e8&size=48