debug icon
debug from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- debug
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More tools icons from Carbon
Use the debug icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.83 20l.34-2l-5.17-.85v-4.38l5.06-1.36l-.51-1.93l-4.83 1.29A9 9 0 0 0 20 5V2h-2v2.23a8.8 8.8 0 0 0-4 0V2h-2v3a9 9 0 0 0-4.71 5.82L2.46 9.48L2 11.41l5 1.36v4.38L1.84 18l.32 2L7 19.18a8.9 8.9 0 0 0 .82 3.57l-4.53 4.54l1.42 1.42l4.19-4.2a9 9 0 0 0 14.2 0l4.19 4.2l1.42-1.42l-4.54-4.54a8.9 8.9 0 0 0 .83-3.57ZM15 25.92A7 7 0 0 1 9 19v-6h6ZM9.29 11a7 7 0 0 1 13.42 0ZM23 19a7 7 0 0 1-6 6.92V13h6Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonDebug(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.83 20l.34-2l-5.17-.85v-4.38l5.06-1.36l-.51-1.93l-4.83 1.29A9 9 0 0 0 20 5V2h-2v2.23a8.8 8.8 0 0 0-4 0V2h-2v3a9 9 0 0 0-4.71 5.82L2.46 9.48L2 11.41l5 1.36v4.38L1.84 18l.32 2L7 19.18a8.9 8.9 0 0 0 .82 3.57l-4.53 4.54l1.42 1.42l4.19-4.2a9 9 0 0 0 14.2 0l4.19 4.2l1.42-1.42l-4.54-4.54a8.9 8.9 0 0 0 .83-3.57ZM15 25.92A7 7 0 0 1 9 19v-6h6ZM9.29 11a7 7 0 0 1 13.42 0ZM23 19a7 7 0 0 1-6 6.92V13h6Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.83 20l.34-2l-5.17-.85v-4.38l5.06-1.36l-.51-1.93l-4.83 1.29A9 9 0 0 0 20 5V2h-2v2.23a8.8 8.8 0 0 0-4 0V2h-2v3a9 9 0 0 0-4.71 5.82L2.46 9.48L2 11.41l5 1.36v4.38L1.84 18l.32 2L7 19.18a8.9 8.9 0 0 0 .82 3.57l-4.53 4.54l1.42 1.42l4.19-4.2a9 9 0 0 0 14.2 0l4.19 4.2l1.42-1.42l-4.54-4.54a8.9 8.9 0 0 0 .83-3.57ZM15 25.92A7 7 0 0 1 9 19v-6h6ZM9.29 11a7 7 0 0 1 13.42 0ZM23 19a7 7 0 0 1-6 6.92V13h6Z"/></svg> </template>
CSS
.icon-debug {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.83%2020l.34-2l-5.17-.85v-4.38l5.06-1.36l-.51-1.93l-4.83%201.29A9%209%200%200%200%2020%205V2h-2v2.23a8.8%208.8%200%200%200-4%200V2h-2v3a9%209%200%200%200-4.71%205.82L2.46%209.48L2%2011.41l5%201.36v4.38L1.84%2018l.32%202L7%2019.18a8.9%208.9%200%200%200%20.82%203.57l-4.53%204.54l1.42%201.42l4.19-4.2a9%209%200%200%200%2014.2%200l4.19%204.2l1.42-1.42l-4.54-4.54a8.9%208.9%200%200%200%20.83-3.57ZM15%2025.92A7%207%200%200%201%209%2019v-6h6ZM9.29%2011a7%207%200%200%201%2013.42%200ZM23%2019a7%207%200%200%201-6%206.92V13h6Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.83%2020l.34-2l-5.17-.85v-4.38l5.06-1.36l-.51-1.93l-4.83%201.29A9%209%200%200%200%2020%205V2h-2v2.23a8.8%208.8%200%200%200-4%200V2h-2v3a9%209%200%200%200-4.71%205.82L2.46%209.48L2%2011.41l5%201.36v4.38L1.84%2018l.32%202L7%2019.18a8.9%208.9%200%200%200%20.82%203.57l-4.53%204.54l1.42%201.42l4.19-4.2a9%209%200%200%200%2014.2%200l4.19%204.2l1.42-1.42l-4.54-4.54a8.9%208.9%200%200%200%20.83-3.57ZM15%2025.92A7%207%200%200%201%209%2019v-6h6ZM9.29%2011a7%207%200%200%201%2013.42%200ZM23%2019a7%207%200%200%201-6%206.92V13h6Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/debug.svg?color=%231a73e8&size=48