bug-sharp from Keyline Icons by Keyline Icons · Sharp · MIT Free for personal and commercial use.

Name
bug-sharp
Set
Keyline Icons
Style
Sharp
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Use the bug icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M6.8 9.4C6.59 9.925 6.5 10.45 6.5 10.9L6.5 14.6C6.5 17.68 8.975 20.2 12 20.2C15.025 20.2 17.5 17.68 17.5 14.6L17.5 10.9C17.5 10.45 17.41 9.925 17.2 9.4C15.902 7.877 14.001 7 12 7C9.999 7 8.098 7.877 6.8 9.4ZM15 7.694L15 5.695C15 4.972 14.683 4.316 14.168 3.832C13.622 3.319 12.852 3 12 3C11.148 3 10.378 3.319 9.832 3.832C9.317 4.316 9 4.972 9 5.695L9 7.694M7.7071 1.7071L9.832 3.832M16.2929 1.7071L14.168 3.832M20 3.6L20 5.57C20 7.485 18.796 9.055 17.2 9.4M4 3.6L4 5.57C4 7.485 5.204 9.055 6.8 9.4M22 13.4L17.5 13.4M2 13.4L6.5 13.4M20.5 23L20.5 21.03C20.5 19.215 18.931 17.727 16.85 17.4M3.5 23L3.5 21.03C3.5 19.215 5.07 17.727 7.15 17.4M12 16.6L12 11"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsBugSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M6.8 9.4C6.59 9.925 6.5 10.45 6.5 10.9L6.5 14.6C6.5 17.68 8.975 20.2 12 20.2C15.025 20.2 17.5 17.68 17.5 14.6L17.5 10.9C17.5 10.45 17.41 9.925 17.2 9.4C15.902 7.877 14.001 7 12 7C9.999 7 8.098 7.877 6.8 9.4ZM15 7.694L15 5.695C15 4.972 14.683 4.316 14.168 3.832C13.622 3.319 12.852 3 12 3C11.148 3 10.378 3.319 9.832 3.832C9.317 4.316 9 4.972 9 5.695L9 7.694M7.7071 1.7071L9.832 3.832M16.2929 1.7071L14.168 3.832M20 3.6L20 5.57C20 7.485 18.796 9.055 17.2 9.4M4 3.6L4 5.57C4 7.485 5.204 9.055 6.8 9.4M22 13.4L17.5 13.4M2 13.4L6.5 13.4M20.5 23L20.5 21.03C20.5 19.215 18.931 17.727 16.85 17.4M3.5 23L3.5 21.03C3.5 19.215 5.07 17.727 7.15 17.4M12 16.6L12 11"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M6.8 9.4C6.59 9.925 6.5 10.45 6.5 10.9L6.5 14.6C6.5 17.68 8.975 20.2 12 20.2C15.025 20.2 17.5 17.68 17.5 14.6L17.5 10.9C17.5 10.45 17.41 9.925 17.2 9.4C15.902 7.877 14.001 7 12 7C9.999 7 8.098 7.877 6.8 9.4ZM15 7.694L15 5.695C15 4.972 14.683 4.316 14.168 3.832C13.622 3.319 12.852 3 12 3C11.148 3 10.378 3.319 9.832 3.832C9.317 4.316 9 4.972 9 5.695L9 7.694M7.7071 1.7071L9.832 3.832M16.2929 1.7071L14.168 3.832M20 3.6L20 5.57C20 7.485 18.796 9.055 17.2 9.4M4 3.6L4 5.57C4 7.485 5.204 9.055 6.8 9.4M22 13.4L17.5 13.4M2 13.4L6.5 13.4M20.5 23L20.5 21.03C20.5 19.215 18.931 17.727 16.85 17.4M3.5 23L3.5 21.03C3.5 19.215 5.07 17.727 7.15 17.4M12 16.6L12 11"/></svg>
</template>

CSS

.icon-bug-sharp {
  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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M6.8%209.4C6.59%209.925%206.5%2010.45%206.5%2010.9L6.5%2014.6C6.5%2017.68%208.975%2020.2%2012%2020.2C15.025%2020.2%2017.5%2017.68%2017.5%2014.6L17.5%2010.9C17.5%2010.45%2017.41%209.925%2017.2%209.4C15.902%207.877%2014.001%207%2012%207C9.999%207%208.098%207.877%206.8%209.4ZM15%207.694L15%205.695C15%204.972%2014.683%204.316%2014.168%203.832C13.622%203.319%2012.852%203%2012%203C11.148%203%2010.378%203.319%209.832%203.832C9.317%204.316%209%204.972%209%205.695L9%207.694M7.7071%201.7071L9.832%203.832M16.2929%201.7071L14.168%203.832M20%203.6L20%205.57C20%207.485%2018.796%209.055%2017.2%209.4M4%203.6L4%205.57C4%207.485%205.204%209.055%206.8%209.4M22%2013.4L17.5%2013.4M2%2013.4L6.5%2013.4M20.5%2023L20.5%2021.03C20.5%2019.215%2018.931%2017.727%2016.85%2017.4M3.5%2023L3.5%2021.03C3.5%2019.215%205.07%2017.727%207.15%2017.4M12%2016.6L12%2011%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M6.8%209.4C6.59%209.925%206.5%2010.45%206.5%2010.9L6.5%2014.6C6.5%2017.68%208.975%2020.2%2012%2020.2C15.025%2020.2%2017.5%2017.68%2017.5%2014.6L17.5%2010.9C17.5%2010.45%2017.41%209.925%2017.2%209.4C15.902%207.877%2014.001%207%2012%207C9.999%207%208.098%207.877%206.8%209.4ZM15%207.694L15%205.695C15%204.972%2014.683%204.316%2014.168%203.832C13.622%203.319%2012.852%203%2012%203C11.148%203%2010.378%203.319%209.832%203.832C9.317%204.316%209%204.972%209%205.695L9%207.694M7.7071%201.7071L9.832%203.832M16.2929%201.7071L14.168%203.832M20%203.6L20%205.57C20%207.485%2018.796%209.055%2017.2%209.4M4%203.6L4%205.57C4%207.485%205.204%209.055%206.8%209.4M22%2013.4L17.5%2013.4M2%2013.4L6.5%2013.4M20.5%2023L20.5%2021.03C20.5%2019.215%2018.931%2017.727%2016.85%2017.4M3.5%2023L3.5%2021.03C3.5%2019.215%205.07%2017.727%207.15%2017.4M12%2016.6L12%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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