list bug icon
list-bug from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- list-bug
- Set
- TDesign Icons
- Style
- Outline
- 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"><g fill="none"><path d="M4.832 6.969v.85c0 .782.87 2.09 2 2.09s2-1.309 2-2.09v-1.45c-.012-1.267-.749-2.502-2-2.502s-2.005 1.38-2 2.501z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M15 5h6m0 5h-6M3 15h18M3 20h18M4.832 6.97h-2m2 0v.849c0 .782.87 2.09 2 2.09s2-1.308 2-2.09v-.85m-4 0v-.6c-.005-1.121.75-2.502 2-2.502s1.988 1.236 2 2.501v.601m2 0h-2M4.361 9.367l-1.528.565v.887m6.471-1.452l1.528.543v.887M4.36 4.87L2.9 4.446V3.331M9.304 4.87l1.528-.424V3.33"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignListBug(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"><path d="M4.832 6.969v.85c0 .782.87 2.09 2 2.09s2-1.309 2-2.09v-1.45c-.012-1.267-.749-2.502-2-2.502s-2.005 1.38-2 2.501z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M15 5h6m0 5h-6M3 15h18M3 20h18M4.832 6.97h-2m2 0v.849c0 .782.87 2.09 2 2.09s2-1.308 2-2.09v-.85m-4 0v-.6c-.005-1.121.75-2.502 2-2.502s1.988 1.236 2 2.501v.601m2 0h-2M4.361 9.367l-1.528.565v.887m6.471-1.452l1.528.543v.887M4.36 4.87L2.9 4.446V3.331M9.304 4.87l1.528-.424V3.33"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M4.832 6.969v.85c0 .782.87 2.09 2 2.09s2-1.309 2-2.09v-1.45c-.012-1.267-.749-2.502-2-2.502s-2.005 1.38-2 2.501z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M15 5h6m0 5h-6M3 15h18M3 20h18M4.832 6.97h-2m2 0v.849c0 .782.87 2.09 2 2.09s2-1.308 2-2.09v-.85m-4 0v-.6c-.005-1.121.75-2.502 2-2.502s1.988 1.236 2 2.501v.601m2 0h-2M4.361 9.367l-1.528.565v.887m6.471-1.452l1.528.543v.887M4.36 4.87L2.9 4.446V3.331M9.304 4.87l1.528-.424V3.33"/></g></svg> </template>
CSS
.icon-list-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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M4.832%206.969v.85c0%20.782.87%202.09%202%202.09s2-1.309%202-2.09v-1.45c-.012-1.267-.749-2.502-2-2.502s-2.005%201.38-2%202.501z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M15%205h6m0%205h-6M3%2015h18M3%2020h18M4.832%206.97h-2m2%200v.849c0%20.782.87%202.09%202%202.09s2-1.308%202-2.09v-.85m-4%200v-.6c-.005-1.121.75-2.502%202-2.502s1.988%201.236%202%202.501v.601m2%200h-2M4.361%209.367l-1.528.565v.887m6.471-1.452l1.528.543v.887M4.36%204.87L2.9%204.446V3.331M9.304%204.87l1.528-.424V3.33%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%3E%3Cpath%20d%3D%22M4.832%206.969v.85c0%20.782.87%202.09%202%202.09s2-1.309%202-2.09v-1.45c-.012-1.267-.749-2.502-2-2.502s-2.005%201.38-2%202.501z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M15%205h6m0%205h-6M3%2015h18M3%2020h18M4.832%206.97h-2m2%200v.849c0%20.782.87%202.09%202%202.09s2-1.308%202-2.09v-.85m-4%200v-.6c-.005-1.121.75-2.502%202-2.502s1.988%201.236%202%202.501v.601m2%200h-2M4.361%209.367l-1.528.565v.887m6.471-1.452l1.528.543v.887M4.36%204.87L2.9%204.446V3.331M9.304%204.87l1.528-.424V3.33%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/list-bug.svg?color=%231a73e8&size=48