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

Name
bug-sharp-two-tone
Set
Keyline Icons
Style
Sharp Two Tone
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"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M5.8715 9.0286C5.6143 9.6717 5.5 10.3228 5.5 10.9L5.5 14.6C5.5 18.2152 8.4058 21.2 12 21.2C15.5942 21.2 18.5 18.2152 18.5 14.6L18.5 10.9C18.5 10.3228 18.3857 9.6717 18.1285 9.0286C18.0881 8.9277 18.0316 8.8341 17.9611 8.7514C16.473 7.0053 14.2937 6 12 6C9.7063 6 7.527 7.0053 6.0389 8.7514C5.9684 8.8341 5.9119 8.9277 5.8715 9.0286ZM16 7.694L16 5.695C16 4.668 15.5476 3.7562 14.8528 3.1033C14.8528 3.1033 14.8528 3.1032 14.8527 3.1032C14.1174 2.4123 13.1011 2 12 2C10.8989 2 9.8826 2.4123 9.1473 3.1032C9.1472 3.1032 9.1472 3.1033 9.1472 3.1033C8.4524 3.7562 8 4.668 8 5.695L8 7.694L10 7.694L10 5.695C10 5.276 10.1816 4.8758 10.5168 4.5607L10.5167 4.5608C10.8734 4.2257 11.3971 4 12 4C12.6029 4 13.1266 4.2257 13.4833 4.5608L13.4832 4.5607C13.8184 4.8758 14 5.276 14 5.695L14 7.694L16 7.694Z" stroke="none"/><path 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"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsBugSharpTwoTone(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" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M5.8715 9.0286C5.6143 9.6717 5.5 10.3228 5.5 10.9L5.5 14.6C5.5 18.2152 8.4058 21.2 12 21.2C15.5942 21.2 18.5 18.2152 18.5 14.6L18.5 10.9C18.5 10.3228 18.3857 9.6717 18.1285 9.0286C18.0881 8.9277 18.0316 8.8341 17.9611 8.7514C16.473 7.0053 14.2937 6 12 6C9.7063 6 7.527 7.0053 6.0389 8.7514C5.9684 8.8341 5.9119 8.9277 5.8715 9.0286ZM16 7.694L16 5.695C16 4.668 15.5476 3.7562 14.8528 3.1033C14.8528 3.1033 14.8528 3.1032 14.8527 3.1032C14.1174 2.4123 13.1011 2 12 2C10.8989 2 9.8826 2.4123 9.1473 3.1032C9.1472 3.1032 9.1472 3.1033 9.1472 3.1033C8.4524 3.7562 8 4.668 8 5.695L8 7.694L10 7.694L10 5.695C10 5.276 10.1816 4.8758 10.5168 4.5607L10.5167 4.5608C10.8734 4.2257 11.3971 4 12 4C12.6029 4 13.1266 4.2257 13.4833 4.5608L13.4832 4.5607C13.8184 4.8758 14 5.276 14 5.695L14 7.694L16 7.694Z" stroke="none"/><path 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"/></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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M5.8715 9.0286C5.6143 9.6717 5.5 10.3228 5.5 10.9L5.5 14.6C5.5 18.2152 8.4058 21.2 12 21.2C15.5942 21.2 18.5 18.2152 18.5 14.6L18.5 10.9C18.5 10.3228 18.3857 9.6717 18.1285 9.0286C18.0881 8.9277 18.0316 8.8341 17.9611 8.7514C16.473 7.0053 14.2937 6 12 6C9.7063 6 7.527 7.0053 6.0389 8.7514C5.9684 8.8341 5.9119 8.9277 5.8715 9.0286ZM16 7.694L16 5.695C16 4.668 15.5476 3.7562 14.8528 3.1033C14.8528 3.1033 14.8528 3.1032 14.8527 3.1032C14.1174 2.4123 13.1011 2 12 2C10.8989 2 9.8826 2.4123 9.1473 3.1032C9.1472 3.1032 9.1472 3.1033 9.1472 3.1033C8.4524 3.7562 8 4.668 8 5.695L8 7.694L10 7.694L10 5.695C10 5.276 10.1816 4.8758 10.5168 4.5607L10.5167 4.5608C10.8734 4.2257 11.3971 4 12 4C12.6029 4 13.1266 4.2257 13.4833 4.5608L13.4832 4.5607C13.8184 4.8758 14 5.276 14 5.695L14 7.694L16 7.694Z" stroke="none"/><path 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"/></g></svg>
</template>

CSS

.icon-bug-sharp-two-tone {
  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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M5.8715%209.0286C5.6143%209.6717%205.5%2010.3228%205.5%2010.9L5.5%2014.6C5.5%2018.2152%208.4058%2021.2%2012%2021.2C15.5942%2021.2%2018.5%2018.2152%2018.5%2014.6L18.5%2010.9C18.5%2010.3228%2018.3857%209.6717%2018.1285%209.0286C18.0881%208.9277%2018.0316%208.8341%2017.9611%208.7514C16.473%207.0053%2014.2937%206%2012%206C9.7063%206%207.527%207.0053%206.0389%208.7514C5.9684%208.8341%205.9119%208.9277%205.8715%209.0286ZM16%207.694L16%205.695C16%204.668%2015.5476%203.7562%2014.8528%203.1033C14.8528%203.1033%2014.8528%203.1032%2014.8527%203.1032C14.1174%202.4123%2013.1011%202%2012%202C10.8989%202%209.8826%202.4123%209.1473%203.1032C9.1472%203.1032%209.1472%203.1033%209.1472%203.1033C8.4524%203.7562%208%204.668%208%205.695L8%207.694L10%207.694L10%205.695C10%205.276%2010.1816%204.8758%2010.5168%204.5607L10.5167%204.5608C10.8734%204.2257%2011.3971%204%2012%204C12.6029%204%2013.1266%204.2257%2013.4833%204.5608L13.4832%204.5607C13.8184%204.8758%2014%205.276%2014%205.695L14%207.694L16%207.694Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%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%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M5.8715%209.0286C5.6143%209.6717%205.5%2010.3228%205.5%2010.9L5.5%2014.6C5.5%2018.2152%208.4058%2021.2%2012%2021.2C15.5942%2021.2%2018.5%2018.2152%2018.5%2014.6L18.5%2010.9C18.5%2010.3228%2018.3857%209.6717%2018.1285%209.0286C18.0881%208.9277%2018.0316%208.8341%2017.9611%208.7514C16.473%207.0053%2014.2937%206%2012%206C9.7063%206%207.527%207.0053%206.0389%208.7514C5.9684%208.8341%205.9119%208.9277%205.8715%209.0286ZM16%207.694L16%205.695C16%204.668%2015.5476%203.7562%2014.8528%203.1033C14.8528%203.1033%2014.8528%203.1032%2014.8527%203.1032C14.1174%202.4123%2013.1011%202%2012%202C10.8989%202%209.8826%202.4123%209.1473%203.1032C9.1472%203.1032%209.1472%203.1033%209.1472%203.1033C8.4524%203.7562%208%204.668%208%205.695L8%207.694L10%207.694L10%205.695C10%205.276%2010.1816%204.8758%2010.5168%204.5607L10.5167%204.5608C10.8734%204.2257%2011.3971%204%2012%204C12.6029%204%2013.1266%204.2257%2013.4833%204.5608L13.4832%204.5607C13.8184%204.8758%2014%205.276%2014%205.695L14%207.694L16%207.694Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%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%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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