usb bugs icon
usb-bugs from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- usb-bugs
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the usb bugs 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="1.5"><path d="M13.5 7.5v-2c0-1.404 0-2.107-.337-2.611a2 2 0 0 0-.552-.552C12.107 2 11.404 2 10 2s-2.107 0-2.611.337a2 2 0 0 0-.552.552C6.5 3.393 6.5 4.096 6.5 5.5v2m3-3h1m7.182 10.278A2.7 2.7 0 0 1 19 13.953m-7.682.825A2.7 2.7 0 0 0 10 13.953m7.682 5.27a2.7 2.7 0 0 0 1.318.824m-7.682-.825a2.7 2.7 0 0 1-1.318.825M17.682 17H19m-7.682 0H10m4.5 4c-1.757 0-3.182-1.393-3.182-3.111V16.11c0-1.718 1.425-3.111 3.182-3.111s3.182 1.393 3.182 3.111v1.778c0 1.718-1.425 3.111-3.182 3.111"/><path d="M14.996 10.501c-.018-1.24-.11-1.943-.582-2.415C13.828 7.5 12.886 7.5 11 7.5H9c-1.886 0-2.828 0-3.414.586S5 9.616 5 11.502v5.502c0 .93 0 1.395.077 1.782A4 4 0 0 0 8.22 21.93c.214.043.452.061.78.07"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsUsbBugs(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="1.5"><path d="M13.5 7.5v-2c0-1.404 0-2.107-.337-2.611a2 2 0 0 0-.552-.552C12.107 2 11.404 2 10 2s-2.107 0-2.611.337a2 2 0 0 0-.552.552C6.5 3.393 6.5 4.096 6.5 5.5v2m3-3h1m7.182 10.278A2.7 2.7 0 0 1 19 13.953m-7.682.825A2.7 2.7 0 0 0 10 13.953m7.682 5.27a2.7 2.7 0 0 0 1.318.824m-7.682-.825a2.7 2.7 0 0 1-1.318.825M17.682 17H19m-7.682 0H10m4.5 4c-1.757 0-3.182-1.393-3.182-3.111V16.11c0-1.718 1.425-3.111 3.182-3.111s3.182 1.393 3.182 3.111v1.778c0 1.718-1.425 3.111-3.182 3.111"/><path d="M14.996 10.501c-.018-1.24-.11-1.943-.582-2.415C13.828 7.5 12.886 7.5 11 7.5H9c-1.886 0-2.828 0-3.414.586S5 9.616 5 11.502v5.502c0 .93 0 1.395.077 1.782A4 4 0 0 0 8.22 21.93c.214.043.452.061.78.07"/></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="1.5"><path d="M13.5 7.5v-2c0-1.404 0-2.107-.337-2.611a2 2 0 0 0-.552-.552C12.107 2 11.404 2 10 2s-2.107 0-2.611.337a2 2 0 0 0-.552.552C6.5 3.393 6.5 4.096 6.5 5.5v2m3-3h1m7.182 10.278A2.7 2.7 0 0 1 19 13.953m-7.682.825A2.7 2.7 0 0 0 10 13.953m7.682 5.27a2.7 2.7 0 0 0 1.318.824m-7.682-.825a2.7 2.7 0 0 1-1.318.825M17.682 17H19m-7.682 0H10m4.5 4c-1.757 0-3.182-1.393-3.182-3.111V16.11c0-1.718 1.425-3.111 3.182-3.111s3.182 1.393 3.182 3.111v1.778c0 1.718-1.425 3.111-3.182 3.111"/><path d="M14.996 10.501c-.018-1.24-.11-1.943-.582-2.415C13.828 7.5 12.886 7.5 11 7.5H9c-1.886 0-2.828 0-3.414.586S5 9.616 5 11.502v5.502c0 .93 0 1.395.077 1.782A4 4 0 0 0 8.22 21.93c.214.043.452.061.78.07"/></g></svg> </template>
CSS
.icon-usb-bugs {
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%221.5%22%3E%3Cpath%20d%3D%22M13.5%207.5v-2c0-1.404%200-2.107-.337-2.611a2%202%200%200%200-.552-.552C12.107%202%2011.404%202%2010%202s-2.107%200-2.611.337a2%202%200%200%200-.552.552C6.5%203.393%206.5%204.096%206.5%205.5v2m3-3h1m7.182%2010.278A2.7%202.7%200%200%201%2019%2013.953m-7.682.825A2.7%202.7%200%200%200%2010%2013.953m7.682%205.27a2.7%202.7%200%200%200%201.318.824m-7.682-.825a2.7%202.7%200%200%201-1.318.825M17.682%2017H19m-7.682%200H10m4.5%204c-1.757%200-3.182-1.393-3.182-3.111V16.11c0-1.718%201.425-3.111%203.182-3.111s3.182%201.393%203.182%203.111v1.778c0%201.718-1.425%203.111-3.182%203.111%22%2F%3E%3Cpath%20d%3D%22M14.996%2010.501c-.018-1.24-.11-1.943-.582-2.415C13.828%207.5%2012.886%207.5%2011%207.5H9c-1.886%200-2.828%200-3.414.586S5%209.616%205%2011.502v5.502c0%20.93%200%201.395.077%201.782A4%204%200%200%200%208.22%2021.93c.214.043.452.061.78.07%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%221.5%22%3E%3Cpath%20d%3D%22M13.5%207.5v-2c0-1.404%200-2.107-.337-2.611a2%202%200%200%200-.552-.552C12.107%202%2011.404%202%2010%202s-2.107%200-2.611.337a2%202%200%200%200-.552.552C6.5%203.393%206.5%204.096%206.5%205.5v2m3-3h1m7.182%2010.278A2.7%202.7%200%200%201%2019%2013.953m-7.682.825A2.7%202.7%200%200%200%2010%2013.953m7.682%205.27a2.7%202.7%200%200%200%201.318.824m-7.682-.825a2.7%202.7%200%200%201-1.318.825M17.682%2017H19m-7.682%200H10m4.5%204c-1.757%200-3.182-1.393-3.182-3.111V16.11c0-1.718%201.425-3.111%203.182-3.111s3.182%201.393%203.182%203.111v1.778c0%201.718-1.425%203.111-3.182%203.111%22%2F%3E%3Cpath%20d%3D%22M14.996%2010.501c-.018-1.24-.11-1.943-.582-2.415C13.828%207.5%2012.886%207.5%2011%207.5H9c-1.886%200-2.828%200-3.414.586S5%209.616%205%2011.502v5.502c0%20.93%200%201.395.077%201.782A4%204%200%200%200%208.22%2021.93c.214.043.452.061.78.07%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/usb-bugs.svg?color=%231a73e8&size=48