bug icon
bug-two-tone from Keyline Icons by Keyline Icons · Two Tone · MIT Free for personal and commercial use.
- Name
- bug-two-tone
- Set
- Keyline Icons
- Style
- Two Tone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
bugAkar Iconsbug-filledAnt Design IconsbugBootstrap IconsbugBoxIcons v2bugBoxIcons v2 SolidbugCodiconsbugEmoji One (Colored)bugFont Awesome 6 SolidbugFont Awesome Solidbug-outlineFlowbite Iconsbug-16-filledFluent UI System IconsbugFluent EmojibugFluent Emoji FlatbugFluent Emoji High ContrastbugFirefox OS EmojibugIconParkbugIconPark OutlinebugIconPark SolidbugIconPark TwoTonebugIconoirbugIonIconsbugJam IconsbugLine AwesomebugLucide
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-linecap="round" 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.0286ZM10 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.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.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.4ZM9 7.694L9 5.695C9 4.972 9.317 4.316 9.832 3.832C10.378 3.319 11.148 3 12 3C12.852 3 13.622 3.319 14.168 3.832C14.683 4.316 15 4.972 15 5.695L15 7.694M8 2L9.832 3.832M16 2L14.168 3.832M20 4.6L20 5.57C20 7.485 18.796 9.055 17.2 9.4M4 4.6L4 5.57C4 7.485 5.204 9.055 6.8 9.4M21 13.4L17.5 13.4M3 13.4L6.5 13.4M20.5 22L20.5 21.03C20.5 19.215 18.931 17.727 16.85 17.4M3.5 22L3.5 21.03C3.5 19.215 5.07 17.727 7.15 17.4M12 12L12 15.6"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsBugTwoTone(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" strokeLinecap="round" 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.0286ZM10 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.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.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.4ZM9 7.694L9 5.695C9 4.972 9.317 4.316 9.832 3.832C10.378 3.319 11.148 3 12 3C12.852 3 13.622 3.319 14.168 3.832C14.683 4.316 15 4.972 15 5.695L15 7.694M8 2L9.832 3.832M16 2L14.168 3.832M20 4.6L20 5.57C20 7.485 18.796 9.055 17.2 9.4M4 4.6L4 5.57C4 7.485 5.204 9.055 6.8 9.4M21 13.4L17.5 13.4M3 13.4L6.5 13.4M20.5 22L20.5 21.03C20.5 19.215 18.931 17.727 16.85 17.4M3.5 22L3.5 21.03C3.5 19.215 5.07 17.727 7.15 17.4M12 12L12 15.6"/></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-linecap="round" 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.0286ZM10 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.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.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.4ZM9 7.694L9 5.695C9 4.972 9.317 4.316 9.832 3.832C10.378 3.319 11.148 3 12 3C12.852 3 13.622 3.319 14.168 3.832C14.683 4.316 15 4.972 15 5.695L15 7.694M8 2L9.832 3.832M16 2L14.168 3.832M20 4.6L20 5.57C20 7.485 18.796 9.055 17.2 9.4M4 4.6L4 5.57C4 7.485 5.204 9.055 6.8 9.4M21 13.4L17.5 13.4M3 13.4L6.5 13.4M20.5 22L20.5 21.03C20.5 19.215 18.931 17.727 16.85 17.4M3.5 22L3.5 21.03C3.5 19.215 5.07 17.727 7.15 17.4M12 12L12 15.6"/></g></svg> </template>
CSS
.icon-bug-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-linecap%3D%22round%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.0286ZM10%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.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.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.4ZM9%207.694L9%205.695C9%204.972%209.317%204.316%209.832%203.832C10.378%203.319%2011.148%203%2012%203C12.852%203%2013.622%203.319%2014.168%203.832C14.683%204.316%2015%204.972%2015%205.695L15%207.694M8%202L9.832%203.832M16%202L14.168%203.832M20%204.6L20%205.57C20%207.485%2018.796%209.055%2017.2%209.4M4%204.6L4%205.57C4%207.485%205.204%209.055%206.8%209.4M21%2013.4L17.5%2013.4M3%2013.4L6.5%2013.4M20.5%2022L20.5%2021.03C20.5%2019.215%2018.931%2017.727%2016.85%2017.4M3.5%2022L3.5%2021.03C3.5%2019.215%205.07%2017.727%207.15%2017.4M12%2012L12%2015.6%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-linecap%3D%22round%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.0286ZM10%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.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.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.4ZM9%207.694L9%205.695C9%204.972%209.317%204.316%209.832%203.832C10.378%203.319%2011.148%203%2012%203C12.852%203%2013.622%203.319%2014.168%203.832C14.683%204.316%2015%204.972%2015%205.695L15%207.694M8%202L9.832%203.832M16%202L14.168%203.832M20%204.6L20%205.57C20%207.485%2018.796%209.055%2017.2%209.4M4%204.6L4%205.57C4%207.485%205.204%209.055%206.8%209.4M21%2013.4L17.5%2013.4M3%2013.4L6.5%2013.4M20.5%2022L20.5%2021.03C20.5%2019.215%2018.931%2017.727%2016.85%2017.4M3.5%2022L3.5%2021.03C3.5%2019.215%205.07%2017.727%207.15%2017.4M12%2012L12%2015.6%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-two-tone.svg?color=%231a73e8&size=48