bug-report-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
bug-report-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Use the bug report icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.493 4.43A7.5 7.5 0 0 1 12 4c.878 0 1.722.151 2.507.43l2.365-2.838l1.536 1.28l-2.083 2.5A7.5 7.5 0 0 1 19.073 9H22v2h-2.516q.015.248.016.5v5q0 .252-.016.5H22v2h-2.927a7.503 7.503 0 0 1-14.146 0H2v-2h2.516a8 8 0 0 1-.016-.5v-5q0-.252.016-.5H2V9h2.927a7.5 7.5 0 0 1 2.748-3.628l-2.083-2.5l1.536-1.28zM15 12v-2H9v2zm0 6v-2H9v2z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignBugReportFilled(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="M9.493 4.43A7.5 7.5 0 0 1 12 4c.878 0 1.722.151 2.507.43l2.365-2.838l1.536 1.28l-2.083 2.5A7.5 7.5 0 0 1 19.073 9H22v2h-2.516q.015.248.016.5v5q0 .252-.016.5H22v2h-2.927a7.503 7.503 0 0 1-14.146 0H2v-2h2.516a8 8 0 0 1-.016-.5v-5q0-.252.016-.5H2V9h2.927a7.5 7.5 0 0 1 2.748-3.628l-2.083-2.5l1.536-1.28zM15 12v-2H9v2zm0 6v-2H9v2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.493 4.43A7.5 7.5 0 0 1 12 4c.878 0 1.722.151 2.507.43l2.365-2.838l1.536 1.28l-2.083 2.5A7.5 7.5 0 0 1 19.073 9H22v2h-2.516q.015.248.016.5v5q0 .252-.016.5H22v2h-2.927a7.503 7.503 0 0 1-14.146 0H2v-2h2.516a8 8 0 0 1-.016-.5v-5q0-.252.016-.5H2V9h2.927a7.5 7.5 0 0 1 2.748-3.628l-2.083-2.5l1.536-1.28zM15 12v-2H9v2zm0 6v-2H9v2z"/></svg>
</template>

CSS

.icon-bug-report-filled {
  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%22M9.493%204.43A7.5%207.5%200%200%201%2012%204c.878%200%201.722.151%202.507.43l2.365-2.838l1.536%201.28l-2.083%202.5A7.5%207.5%200%200%201%2019.073%209H22v2h-2.516q.015.248.016.5v5q0%20.252-.016.5H22v2h-2.927a7.503%207.503%200%200%201-14.146%200H2v-2h2.516a8%208%200%200%201-.016-.5v-5q0-.252.016-.5H2V9h2.927a7.5%207.5%200%200%201%202.748-3.628l-2.083-2.5l1.536-1.28zM15%2012v-2H9v2zm0%206v-2H9v2z%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%22M9.493%204.43A7.5%207.5%200%200%201%2012%204c.878%200%201.722.151%202.507.43l2.365-2.838l1.536%201.28l-2.083%202.5A7.5%207.5%200%200%201%2019.073%209H22v2h-2.516q.015.248.016.5v5q0%20.252-.016.5H22v2h-2.927a7.503%207.503%200%200%201-14.146%200H2v-2h2.516a8%208%200%200%201-.016-.5v-5q0-.252.016-.5H2V9h2.927a7.5%207.5%200%200%201%202.748-3.628l-2.083-2.5l1.536-1.28zM15%2012v-2H9v2zm0%206v-2H9v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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