bug-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
bug-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI 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="currentColor" d="M16.074 2.254a.75.75 0 0 1 .672.82c-.115 1.162-.787 1.885-1.499 2.403c.862.618 1.446 1.457 1.83 2.306q.184-.062.392-.17c.328-.176.654-.42.95-.678a9 9 0 0 0 .977-1.006l.012-.015a.75.75 0 1 1 1.182.924l-.009.01l-.018.024l-.067.081a10 10 0 0 1-1.09 1.112a6.8 6.8 0 0 1-1.23.87c-.195.105-.408.2-.631.275c.23 1.075.224 2.167.212 3.165H20a.75.75 0 0 1 0 1.5h-2.243c.012.998.018 2.09-.212 3.164c.223.076.435.171.632.276c.46.247.88.566 1.23.87a10 10 0 0 1 1.09 1.112l.066.08l.018.024c-.001-.001.002.003 0 0l.008.01a.75.75 0 1 1-1.179.928l-.014-.018l-.05-.061a9 9 0 0 0-.926-.944a5.3 5.3 0 0 0-.951-.678a3 3 0 0 0-.393-.172c-.331.735-.811 1.463-1.497 2.048c-.883.753-2.063 1.236-3.579 1.236s-2.696-.483-3.58-1.236c-.685-.585-1.166-1.313-1.497-2.048a3 3 0 0 0-.392.172a5.3 5.3 0 0 0-.95.677a9 9 0 0 0-.977 1.006l-.012.015a.75.75 0 1 1-1.182-.924l.009-.01l.018-.024l.067-.081a10 10 0 0 1 1.09-1.112a6.8 6.8 0 0 1 1.23-.87a4 4 0 0 1 .63-.275c-.23-1.075-.224-2.167-.21-3.165H4a.75.75 0 0 1 0-1.5h2.24c-.02-.986-.04-2.092.171-3.164a4 4 0 0 1-.633-.278a6.6 6.6 0 0 1-1.212-.872a10 10 0 0 1-1.134-1.196l-.019-.023c-.002-.003.001.002 0 0l-.008-.01a.75.75 0 0 1 1.189-.914c.002.003.01.01.014.018l.05.061a8.6 8.6 0 0 0 .904.942c.291.259.61.5.932.675q.199.106.375.166a5.45 5.45 0 0 1 1.914-2.27c-.72-.527-1.397-1.258-1.528-2.426a.75.75 0 0 1 1.49-.168c.098.875.715 1.284 1.748 1.906l3.044-.038c1.03-.614 1.632-1.005 1.717-1.858a.75.75 0 0 1 .82-.672"/></svg>

React

import type { SVGProps } from "react";

export function MynauiBugSolid(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="M16.074 2.254a.75.75 0 0 1 .672.82c-.115 1.162-.787 1.885-1.499 2.403c.862.618 1.446 1.457 1.83 2.306q.184-.062.392-.17c.328-.176.654-.42.95-.678a9 9 0 0 0 .977-1.006l.012-.015a.75.75 0 1 1 1.182.924l-.009.01l-.018.024l-.067.081a10 10 0 0 1-1.09 1.112a6.8 6.8 0 0 1-1.23.87c-.195.105-.408.2-.631.275c.23 1.075.224 2.167.212 3.165H20a.75.75 0 0 1 0 1.5h-2.243c.012.998.018 2.09-.212 3.164c.223.076.435.171.632.276c.46.247.88.566 1.23.87a10 10 0 0 1 1.09 1.112l.066.08l.018.024c-.001-.001.002.003 0 0l.008.01a.75.75 0 1 1-1.179.928l-.014-.018l-.05-.061a9 9 0 0 0-.926-.944a5.3 5.3 0 0 0-.951-.678a3 3 0 0 0-.393-.172c-.331.735-.811 1.463-1.497 2.048c-.883.753-2.063 1.236-3.579 1.236s-2.696-.483-3.58-1.236c-.685-.585-1.166-1.313-1.497-2.048a3 3 0 0 0-.392.172a5.3 5.3 0 0 0-.95.677a9 9 0 0 0-.977 1.006l-.012.015a.75.75 0 1 1-1.182-.924l.009-.01l.018-.024l.067-.081a10 10 0 0 1 1.09-1.112a6.8 6.8 0 0 1 1.23-.87a4 4 0 0 1 .63-.275c-.23-1.075-.224-2.167-.21-3.165H4a.75.75 0 0 1 0-1.5h2.24c-.02-.986-.04-2.092.171-3.164a4 4 0 0 1-.633-.278a6.6 6.6 0 0 1-1.212-.872a10 10 0 0 1-1.134-1.196l-.019-.023c-.002-.003.001.002 0 0l-.008-.01a.75.75 0 0 1 1.189-.914c.002.003.01.01.014.018l.05.061a8.6 8.6 0 0 0 .904.942c.291.259.61.5.932.675q.199.106.375.166a5.45 5.45 0 0 1 1.914-2.27c-.72-.527-1.397-1.258-1.528-2.426a.75.75 0 0 1 1.49-.168c.098.875.715 1.284 1.748 1.906l3.044-.038c1.03-.614 1.632-1.005 1.717-1.858a.75.75 0 0 1 .82-.672"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.074 2.254a.75.75 0 0 1 .672.82c-.115 1.162-.787 1.885-1.499 2.403c.862.618 1.446 1.457 1.83 2.306q.184-.062.392-.17c.328-.176.654-.42.95-.678a9 9 0 0 0 .977-1.006l.012-.015a.75.75 0 1 1 1.182.924l-.009.01l-.018.024l-.067.081a10 10 0 0 1-1.09 1.112a6.8 6.8 0 0 1-1.23.87c-.195.105-.408.2-.631.275c.23 1.075.224 2.167.212 3.165H20a.75.75 0 0 1 0 1.5h-2.243c.012.998.018 2.09-.212 3.164c.223.076.435.171.632.276c.46.247.88.566 1.23.87a10 10 0 0 1 1.09 1.112l.066.08l.018.024c-.001-.001.002.003 0 0l.008.01a.75.75 0 1 1-1.179.928l-.014-.018l-.05-.061a9 9 0 0 0-.926-.944a5.3 5.3 0 0 0-.951-.678a3 3 0 0 0-.393-.172c-.331.735-.811 1.463-1.497 2.048c-.883.753-2.063 1.236-3.579 1.236s-2.696-.483-3.58-1.236c-.685-.585-1.166-1.313-1.497-2.048a3 3 0 0 0-.392.172a5.3 5.3 0 0 0-.95.677a9 9 0 0 0-.977 1.006l-.012.015a.75.75 0 1 1-1.182-.924l.009-.01l.018-.024l.067-.081a10 10 0 0 1 1.09-1.112a6.8 6.8 0 0 1 1.23-.87a4 4 0 0 1 .63-.275c-.23-1.075-.224-2.167-.21-3.165H4a.75.75 0 0 1 0-1.5h2.24c-.02-.986-.04-2.092.171-3.164a4 4 0 0 1-.633-.278a6.6 6.6 0 0 1-1.212-.872a10 10 0 0 1-1.134-1.196l-.019-.023c-.002-.003.001.002 0 0l-.008-.01a.75.75 0 0 1 1.189-.914c.002.003.01.01.014.018l.05.061a8.6 8.6 0 0 0 .904.942c.291.259.61.5.932.675q.199.106.375.166a5.45 5.45 0 0 1 1.914-2.27c-.72-.527-1.397-1.258-1.528-2.426a.75.75 0 0 1 1.49-.168c.098.875.715 1.284 1.748 1.906l3.044-.038c1.03-.614 1.632-1.005 1.717-1.858a.75.75 0 0 1 .82-.672"/></svg>
</template>

CSS

.icon-bug-solid {
  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%22M16.074%202.254a.75.75%200%200%201%20.672.82c-.115%201.162-.787%201.885-1.499%202.403c.862.618%201.446%201.457%201.83%202.306q.184-.062.392-.17c.328-.176.654-.42.95-.678a9%209%200%200%200%20.977-1.006l.012-.015a.75.75%200%201%201%201.182.924l-.009.01l-.018.024l-.067.081a10%2010%200%200%201-1.09%201.112a6.8%206.8%200%200%201-1.23.87c-.195.105-.408.2-.631.275c.23%201.075.224%202.167.212%203.165H20a.75.75%200%200%201%200%201.5h-2.243c.012.998.018%202.09-.212%203.164c.223.076.435.171.632.276c.46.247.88.566%201.23.87a10%2010%200%200%201%201.09%201.112l.066.08l.018.024c-.001-.001.002.003%200%200l.008.01a.75.75%200%201%201-1.179.928l-.014-.018l-.05-.061a9%209%200%200%200-.926-.944a5.3%205.3%200%200%200-.951-.678a3%203%200%200%200-.393-.172c-.331.735-.811%201.463-1.497%202.048c-.883.753-2.063%201.236-3.579%201.236s-2.696-.483-3.58-1.236c-.685-.585-1.166-1.313-1.497-2.048a3%203%200%200%200-.392.172a5.3%205.3%200%200%200-.95.677a9%209%200%200%200-.977%201.006l-.012.015a.75.75%200%201%201-1.182-.924l.009-.01l.018-.024l.067-.081a10%2010%200%200%201%201.09-1.112a6.8%206.8%200%200%201%201.23-.87a4%204%200%200%201%20.63-.275c-.23-1.075-.224-2.167-.21-3.165H4a.75.75%200%200%201%200-1.5h2.24c-.02-.986-.04-2.092.171-3.164a4%204%200%200%201-.633-.278a6.6%206.6%200%200%201-1.212-.872a10%2010%200%200%201-1.134-1.196l-.019-.023c-.002-.003.001.002%200%200l-.008-.01a.75.75%200%200%201%201.189-.914c.002.003.01.01.014.018l.05.061a8.6%208.6%200%200%200%20.904.942c.291.259.61.5.932.675q.199.106.375.166a5.45%205.45%200%200%201%201.914-2.27c-.72-.527-1.397-1.258-1.528-2.426a.75.75%200%200%201%201.49-.168c.098.875.715%201.284%201.748%201.906l3.044-.038c1.03-.614%201.632-1.005%201.717-1.858a.75.75%200%200%201%20.82-.672%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%22M16.074%202.254a.75.75%200%200%201%20.672.82c-.115%201.162-.787%201.885-1.499%202.403c.862.618%201.446%201.457%201.83%202.306q.184-.062.392-.17c.328-.176.654-.42.95-.678a9%209%200%200%200%20.977-1.006l.012-.015a.75.75%200%201%201%201.182.924l-.009.01l-.018.024l-.067.081a10%2010%200%200%201-1.09%201.112a6.8%206.8%200%200%201-1.23.87c-.195.105-.408.2-.631.275c.23%201.075.224%202.167.212%203.165H20a.75.75%200%200%201%200%201.5h-2.243c.012.998.018%202.09-.212%203.164c.223.076.435.171.632.276c.46.247.88.566%201.23.87a10%2010%200%200%201%201.09%201.112l.066.08l.018.024c-.001-.001.002.003%200%200l.008.01a.75.75%200%201%201-1.179.928l-.014-.018l-.05-.061a9%209%200%200%200-.926-.944a5.3%205.3%200%200%200-.951-.678a3%203%200%200%200-.393-.172c-.331.735-.811%201.463-1.497%202.048c-.883.753-2.063%201.236-3.579%201.236s-2.696-.483-3.58-1.236c-.685-.585-1.166-1.313-1.497-2.048a3%203%200%200%200-.392.172a5.3%205.3%200%200%200-.95.677a9%209%200%200%200-.977%201.006l-.012.015a.75.75%200%201%201-1.182-.924l.009-.01l.018-.024l.067-.081a10%2010%200%200%201%201.09-1.112a6.8%206.8%200%200%201%201.23-.87a4%204%200%200%201%20.63-.275c-.23-1.075-.224-2.167-.21-3.165H4a.75.75%200%200%201%200-1.5h2.24c-.02-.986-.04-2.092.171-3.164a4%204%200%200%201-.633-.278a6.6%206.6%200%200%201-1.212-.872a10%2010%200%200%201-1.134-1.196l-.019-.023c-.002-.003.001.002%200%200l-.008-.01a.75.75%200%200%201%201.189-.914c.002.003.01.01.014.018l.05.061a8.6%208.6%200%200%200%20.904.942c.291.259.61.5.932.675q.199.106.375.166a5.45%205.45%200%200%201%201.914-2.27c-.72-.527-1.397-1.258-1.528-2.426a.75.75%200%200%201%201.49-.168c.098.875.715%201.284%201.748%201.906l3.044-.038c1.03-.614%201.632-1.005%201.717-1.858a.75.75%200%200%201%20.82-.672%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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