bug from Unicons by Iconscout · Line · Cloud And Web · Apache-2.0 Free for personal and commercial use.

Name
bug
Set
Unicons
Style
Line
Category
Cloud And Web
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More cloud and web icons from Unicons

Use the bug icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 14h2a1 1 0 0 0 0-2h-2v-1a5.2 5.2 0 0 0-.21-1.36A5 5 0 0 0 22 5a1 1 0 0 0-2 0a3 3 0 0 1-2.14 2.87A5 5 0 0 0 16 6.4a2.6 2.6 0 0 0 0-.4a4 4 0 0 0-8 0a2.6 2.6 0 0 0 0 .4a5 5 0 0 0-1.9 1.47A3 3 0 0 1 4 5a1 1 0 0 0-2 0a5 5 0 0 0 3.21 4.64A5.2 5.2 0 0 0 5 11v1H3a1 1 0 0 0 0 2h2v1a7 7 0 0 0 .14 1.38A5 5 0 0 0 2 21a1 1 0 0 0 2 0a3 3 0 0 1 1.81-2.74a7 7 0 0 0 12.38 0A3 3 0 0 1 20 21a1 1 0 0 0 2 0a5 5 0 0 0-3.14-4.62A7 7 0 0 0 19 15Zm-8 5.9A5 5 0 0 1 7 15v-4a3 3 0 0 1 3-3h1ZM10 6a2 2 0 0 1 4 0Zm7 9a5 5 0 0 1-4 4.9V8h1a3 3 0 0 1 3 3Z"/></svg>

React

import type { SVGProps } from "react";

export function UilBug(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 14h2a1 1 0 0 0 0-2h-2v-1a5.2 5.2 0 0 0-.21-1.36A5 5 0 0 0 22 5a1 1 0 0 0-2 0a3 3 0 0 1-2.14 2.87A5 5 0 0 0 16 6.4a2.6 2.6 0 0 0 0-.4a4 4 0 0 0-8 0a2.6 2.6 0 0 0 0 .4a5 5 0 0 0-1.9 1.47A3 3 0 0 1 4 5a1 1 0 0 0-2 0a5 5 0 0 0 3.21 4.64A5.2 5.2 0 0 0 5 11v1H3a1 1 0 0 0 0 2h2v1a7 7 0 0 0 .14 1.38A5 5 0 0 0 2 21a1 1 0 0 0 2 0a3 3 0 0 1 1.81-2.74a7 7 0 0 0 12.38 0A3 3 0 0 1 20 21a1 1 0 0 0 2 0a5 5 0 0 0-3.14-4.62A7 7 0 0 0 19 15Zm-8 5.9A5 5 0 0 1 7 15v-4a3 3 0 0 1 3-3h1ZM10 6a2 2 0 0 1 4 0Zm7 9a5 5 0 0 1-4 4.9V8h1a3 3 0 0 1 3 3Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 14h2a1 1 0 0 0 0-2h-2v-1a5.2 5.2 0 0 0-.21-1.36A5 5 0 0 0 22 5a1 1 0 0 0-2 0a3 3 0 0 1-2.14 2.87A5 5 0 0 0 16 6.4a2.6 2.6 0 0 0 0-.4a4 4 0 0 0-8 0a2.6 2.6 0 0 0 0 .4a5 5 0 0 0-1.9 1.47A3 3 0 0 1 4 5a1 1 0 0 0-2 0a5 5 0 0 0 3.21 4.64A5.2 5.2 0 0 0 5 11v1H3a1 1 0 0 0 0 2h2v1a7 7 0 0 0 .14 1.38A5 5 0 0 0 2 21a1 1 0 0 0 2 0a3 3 0 0 1 1.81-2.74a7 7 0 0 0 12.38 0A3 3 0 0 1 20 21a1 1 0 0 0 2 0a5 5 0 0 0-3.14-4.62A7 7 0 0 0 19 15Zm-8 5.9A5 5 0 0 1 7 15v-4a3 3 0 0 1 3-3h1ZM10 6a2 2 0 0 1 4 0Zm7 9a5 5 0 0 1-4 4.9V8h1a3 3 0 0 1 3 3Z"/></svg>
</template>

CSS

.icon-bug {
  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%22currentColor%22%20d%3D%22M19%2014h2a1%201%200%200%200%200-2h-2v-1a5.2%205.2%200%200%200-.21-1.36A5%205%200%200%200%2022%205a1%201%200%200%200-2%200a3%203%200%200%201-2.14%202.87A5%205%200%200%200%2016%206.4a2.6%202.6%200%200%200%200-.4a4%204%200%200%200-8%200a2.6%202.6%200%200%200%200%20.4a5%205%200%200%200-1.9%201.47A3%203%200%200%201%204%205a1%201%200%200%200-2%200a5%205%200%200%200%203.21%204.64A5.2%205.2%200%200%200%205%2011v1H3a1%201%200%200%200%200%202h2v1a7%207%200%200%200%20.14%201.38A5%205%200%200%200%202%2021a1%201%200%200%200%202%200a3%203%200%200%201%201.81-2.74a7%207%200%200%200%2012.38%200A3%203%200%200%201%2020%2021a1%201%200%200%200%202%200a5%205%200%200%200-3.14-4.62A7%207%200%200%200%2019%2015Zm-8%205.9A5%205%200%200%201%207%2015v-4a3%203%200%200%201%203-3h1ZM10%206a2%202%200%200%201%204%200Zm7%209a5%205%200%200%201-4%204.9V8h1a3%203%200%200%201%203%203Z%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%22currentColor%22%20d%3D%22M19%2014h2a1%201%200%200%200%200-2h-2v-1a5.2%205.2%200%200%200-.21-1.36A5%205%200%200%200%2022%205a1%201%200%200%200-2%200a3%203%200%200%201-2.14%202.87A5%205%200%200%200%2016%206.4a2.6%202.6%200%200%200%200-.4a4%204%200%200%200-8%200a2.6%202.6%200%200%200%200%20.4a5%205%200%200%200-1.9%201.47A3%203%200%200%201%204%205a1%201%200%200%200-2%200a5%205%200%200%200%203.21%204.64A5.2%205.2%200%200%200%205%2011v1H3a1%201%200%200%200%200%202h2v1a7%207%200%200%200%20.14%201.38A5%205%200%200%200%202%2021a1%201%200%200%200%202%200a3%203%200%200%201%201.81-2.74a7%207%200%200%200%2012.38%200A3%203%200%200%201%2020%2021a1%201%200%200%200%202%200a5%205%200%200%200-3.14-4.62A7%207%200%200%200%2019%2015Zm-8%205.9A5%205%200%200%201%207%2015v-4a3%203%200%200%201%203-3h1ZM10%206a2%202%200%200%201%204%200Zm7%209a5%205%200%200%201-4%204.9V8h1a3%203%200%200%201%203%203Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Bug line icon — Unicons · IconsDB