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

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

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the list bug icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 21H2v-2h20zm0-5H2v-2h20zM3.9 3.694l.74.216l.056.016C5.178 3.34 5.9 2.867 6.833 2.867c.928 0 1.667.44 2.166 1.049l.038-.01l.796-.221V2.33h2v2.875l-2.047.567q.014.097.024.196h2.023v2H9.827a2.6 2.6 0 0 1-.089.491l2.095.743v2.594h-2v-1.182l-.863-.305l-.334-.12c-.458.399-1.07.719-1.803.72c-.735 0-1.349-.322-1.808-.723l-.317.119l-.875.322v1.19h-2V9.235l2.094-.775a2.5 2.5 0 0 1-.088-.491H1.833v-2h2.023q.009-.099.024-.198L1.9 5.197V2.331h2zM22 11h-8V9h8zm0-5h-8V4h8z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignListBugFilled(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="M22 21H2v-2h20zm0-5H2v-2h20zM3.9 3.694l.74.216l.056.016C5.178 3.34 5.9 2.867 6.833 2.867c.928 0 1.667.44 2.166 1.049l.038-.01l.796-.221V2.33h2v2.875l-2.047.567q.014.097.024.196h2.023v2H9.827a2.6 2.6 0 0 1-.089.491l2.095.743v2.594h-2v-1.182l-.863-.305l-.334-.12c-.458.399-1.07.719-1.803.72c-.735 0-1.349-.322-1.808-.723l-.317.119l-.875.322v1.19h-2V9.235l2.094-.775a2.5 2.5 0 0 1-.088-.491H1.833v-2h2.023q.009-.099.024-.198L1.9 5.197V2.331h2zM22 11h-8V9h8zm0-5h-8V4h8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 21H2v-2h20zm0-5H2v-2h20zM3.9 3.694l.74.216l.056.016C5.178 3.34 5.9 2.867 6.833 2.867c.928 0 1.667.44 2.166 1.049l.038-.01l.796-.221V2.33h2v2.875l-2.047.567q.014.097.024.196h2.023v2H9.827a2.6 2.6 0 0 1-.089.491l2.095.743v2.594h-2v-1.182l-.863-.305l-.334-.12c-.458.399-1.07.719-1.803.72c-.735 0-1.349-.322-1.808-.723l-.317.119l-.875.322v1.19h-2V9.235l2.094-.775a2.5 2.5 0 0 1-.088-.491H1.833v-2h2.023q.009-.099.024-.198L1.9 5.197V2.331h2zM22 11h-8V9h8zm0-5h-8V4h8z"/></svg>
</template>

CSS

.icon-list-bug-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%22M22%2021H2v-2h20zm0-5H2v-2h20zM3.9%203.694l.74.216l.056.016C5.178%203.34%205.9%202.867%206.833%202.867c.928%200%201.667.44%202.166%201.049l.038-.01l.796-.221V2.33h2v2.875l-2.047.567q.014.097.024.196h2.023v2H9.827a2.6%202.6%200%200%201-.089.491l2.095.743v2.594h-2v-1.182l-.863-.305l-.334-.12c-.458.399-1.07.719-1.803.72c-.735%200-1.349-.322-1.808-.723l-.317.119l-.875.322v1.19h-2V9.235l2.094-.775a2.5%202.5%200%200%201-.088-.491H1.833v-2h2.023q.009-.099.024-.198L1.9%205.197V2.331h2zM22%2011h-8V9h8zm0-5h-8V4h8z%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%22M22%2021H2v-2h20zm0-5H2v-2h20zM3.9%203.694l.74.216l.056.016C5.178%203.34%205.9%202.867%206.833%202.867c.928%200%201.667.44%202.166%201.049l.038-.01l.796-.221V2.33h2v2.875l-2.047.567q.014.097.024.196h2.023v2H9.827a2.6%202.6%200%200%201-.089.491l2.095.743v2.594h-2v-1.182l-.863-.305l-.334-.12c-.458.399-1.07.719-1.803.72c-.735%200-1.349-.322-1.808-.723l-.317.119l-.875.322v1.19h-2V9.235l2.094-.775a2.5%202.5%200%200%201-.088-.491H1.833v-2h2.023q.009-.099.024-.198L1.9%205.197V2.331h2zM22%2011h-8V9h8zm0-5h-8V4h8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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