debug all icon
debug-all from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- debug-all
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Related icons in Codicons
debug-altdebug-alt-smalldebug-breakpoint-conditionaldebug-breakpoint-conditional-unverifieddebug-breakpoint-datadebug-breakpoint-data-unverifieddebug-breakpoint-functiondebug-breakpoint-function-unverifieddebug-breakpoint-logdebug-breakpoint-log-unverifieddebug-breakpoint-unsupporteddebug-connecteddebug-connected-compactdebug-consoledebug-continuedebug-continue-smalldebug-coveragedebug-disconnectdebug-disconnect-compactdebug-line-by-linedebug-pausedebug-rerundebug-restartdebug-restart-frame
Use the debug all icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" d="M4 8.001c1.103 0 2 .897 2 2h.293l.854-.854a.5.5 0 0 1 .707.707L7 10.708v1.293h.5a.5.5 0 0 1 0 1H7c0 .384-.073.75-.205 1.088l1.06 1.059a.5.5 0 0 1-.709.707l-.885-.885a2.993 2.993 0 0 1-4.522 0l-.885.885a.504.504 0 0 1-.708 0a.5.5 0 0 1 0-.707l1.059-1.059A3 3 0 0 1 1 13.001H.5a.5.5 0 0 1 0-1H1v-1.293l-.854-.854a.5.5 0 0 1 .707-.707l.854.854H2c0-1.103.897-2 2-2m-2 3v2c0 1.102.897 2 2 2s2-.898 2-2v-2zm2-2a1 1 0 0 0-1 1h2a1 1 0 0 0-1-1" clip-rule="evenodd"/><path d="M11.98 11.156q.018.124.02.25a1.5 1.5 0 0 1-.76 1.31l-2.817 1.586l-.397-.397c.457-.172.796-.564.917-1.043l1.807-1.016l.007-.003l.002-.007zM4.481 2.01c.26-.006.515.054.744.174l8.01 4.506a1.5 1.5 0 0 1 .556 2.062a1.5 1.5 0 0 1-.557.55l-4.43 2.492a1.5 1.5 0 0 0-.778-.699l.022-.022l4.697-2.642a.5.5 0 0 0 0-.87l-8-4.5A.5.5 0 0 0 4 3.496V7c-.354 0-.684.08-1 .194V3.496A1.52 1.52 0 0 1 4.48 2.01M2 7.774a3 3 0 0 0-.516.594A1.5 1.5 0 0 0 1 8.09V6.906a1.48 1.48 0 0 1 1-1.39z"/></g></svg>
React
import type { SVGProps } from "react";
export function CodiconDebugAll(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fillRule="evenodd" d="M4 8.001c1.103 0 2 .897 2 2h.293l.854-.854a.5.5 0 0 1 .707.707L7 10.708v1.293h.5a.5.5 0 0 1 0 1H7c0 .384-.073.75-.205 1.088l1.06 1.059a.5.5 0 0 1-.709.707l-.885-.885a2.993 2.993 0 0 1-4.522 0l-.885.885a.504.504 0 0 1-.708 0a.5.5 0 0 1 0-.707l1.059-1.059A3 3 0 0 1 1 13.001H.5a.5.5 0 0 1 0-1H1v-1.293l-.854-.854a.5.5 0 0 1 .707-.707l.854.854H2c0-1.103.897-2 2-2m-2 3v2c0 1.102.897 2 2 2s2-.898 2-2v-2zm2-2a1 1 0 0 0-1 1h2a1 1 0 0 0-1-1" clipRule="evenodd"/><path d="M11.98 11.156q.018.124.02.25a1.5 1.5 0 0 1-.76 1.31l-2.817 1.586l-.397-.397c.457-.172.796-.564.917-1.043l1.807-1.016l.007-.003l.002-.007zM4.481 2.01c.26-.006.515.054.744.174l8.01 4.506a1.5 1.5 0 0 1 .556 2.062a1.5 1.5 0 0 1-.557.55l-4.43 2.492a1.5 1.5 0 0 0-.778-.699l.022-.022l4.697-2.642a.5.5 0 0 0 0-.87l-8-4.5A.5.5 0 0 0 4 3.496V7c-.354 0-.684.08-1 .194V3.496A1.52 1.52 0 0 1 4.48 2.01M2 7.774a3 3 0 0 0-.516.594A1.5 1.5 0 0 0 1 8.09V6.906a1.48 1.48 0 0 1 1-1.39z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" d="M4 8.001c1.103 0 2 .897 2 2h.293l.854-.854a.5.5 0 0 1 .707.707L7 10.708v1.293h.5a.5.5 0 0 1 0 1H7c0 .384-.073.75-.205 1.088l1.06 1.059a.5.5 0 0 1-.709.707l-.885-.885a2.993 2.993 0 0 1-4.522 0l-.885.885a.504.504 0 0 1-.708 0a.5.5 0 0 1 0-.707l1.059-1.059A3 3 0 0 1 1 13.001H.5a.5.5 0 0 1 0-1H1v-1.293l-.854-.854a.5.5 0 0 1 .707-.707l.854.854H2c0-1.103.897-2 2-2m-2 3v2c0 1.102.897 2 2 2s2-.898 2-2v-2zm2-2a1 1 0 0 0-1 1h2a1 1 0 0 0-1-1" clip-rule="evenodd"/><path d="M11.98 11.156q.018.124.02.25a1.5 1.5 0 0 1-.76 1.31l-2.817 1.586l-.397-.397c.457-.172.796-.564.917-1.043l1.807-1.016l.007-.003l.002-.007zM4.481 2.01c.26-.006.515.054.744.174l8.01 4.506a1.5 1.5 0 0 1 .556 2.062a1.5 1.5 0 0 1-.557.55l-4.43 2.492a1.5 1.5 0 0 0-.778-.699l.022-.022l4.697-2.642a.5.5 0 0 0 0-.87l-8-4.5A.5.5 0 0 0 4 3.496V7c-.354 0-.684.08-1 .194V3.496A1.52 1.52 0 0 1 4.48 2.01M2 7.774a3 3 0 0 0-.516.594A1.5 1.5 0 0 0 1 8.09V6.906a1.48 1.48 0 0 1 1-1.39z"/></g></svg> </template>
CSS
.icon-debug-all {
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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4%208.001c1.103%200%202%20.897%202%202h.293l.854-.854a.5.5%200%200%201%20.707.707L7%2010.708v1.293h.5a.5.5%200%200%201%200%201H7c0%20.384-.073.75-.205%201.088l1.06%201.059a.5.5%200%200%201-.709.707l-.885-.885a2.993%202.993%200%200%201-4.522%200l-.885.885a.504.504%200%200%201-.708%200a.5.5%200%200%201%200-.707l1.059-1.059A3%203%200%200%201%201%2013.001H.5a.5.5%200%200%201%200-1H1v-1.293l-.854-.854a.5.5%200%200%201%20.707-.707l.854.854H2c0-1.103.897-2%202-2m-2%203v2c0%201.102.897%202%202%202s2-.898%202-2v-2zm2-2a1%201%200%200%200-1%201h2a1%201%200%200%200-1-1%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M11.98%2011.156q.018.124.02.25a1.5%201.5%200%200%201-.76%201.31l-2.817%201.586l-.397-.397c.457-.172.796-.564.917-1.043l1.807-1.016l.007-.003l.002-.007zM4.481%202.01c.26-.006.515.054.744.174l8.01%204.506a1.5%201.5%200%200%201%20.556%202.062a1.5%201.5%200%200%201-.557.55l-4.43%202.492a1.5%201.5%200%200%200-.778-.699l.022-.022l4.697-2.642a.5.5%200%200%200%200-.87l-8-4.5A.5.5%200%200%200%204%203.496V7c-.354%200-.684.08-1%20.194V3.496A1.52%201.52%200%200%201%204.48%202.01M2%207.774a3%203%200%200%200-.516.594A1.5%201.5%200%200%200%201%208.09V6.906a1.48%201.48%200%200%201%201-1.39z%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4%208.001c1.103%200%202%20.897%202%202h.293l.854-.854a.5.5%200%200%201%20.707.707L7%2010.708v1.293h.5a.5.5%200%200%201%200%201H7c0%20.384-.073.75-.205%201.088l1.06%201.059a.5.5%200%200%201-.709.707l-.885-.885a2.993%202.993%200%200%201-4.522%200l-.885.885a.504.504%200%200%201-.708%200a.5.5%200%200%201%200-.707l1.059-1.059A3%203%200%200%201%201%2013.001H.5a.5.5%200%200%201%200-1H1v-1.293l-.854-.854a.5.5%200%200%201%20.707-.707l.854.854H2c0-1.103.897-2%202-2m-2%203v2c0%201.102.897%202%202%202s2-.898%202-2v-2zm2-2a1%201%200%200%200-1%201h2a1%201%200%200%200-1-1%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M11.98%2011.156q.018.124.02.25a1.5%201.5%200%200%201-.76%201.31l-2.817%201.586l-.397-.397c.457-.172.796-.564.917-1.043l1.807-1.016l.007-.003l.002-.007zM4.481%202.01c.26-.006.515.054.744.174l8.01%204.506a1.5%201.5%200%200%201%20.556%202.062a1.5%201.5%200%200%201-.557.55l-4.43%202.492a1.5%201.5%200%200%200-.778-.699l.022-.022l4.697-2.642a.5.5%200%200%200%200-.87l-8-4.5A.5.5%200%200%200%204%203.496V7c-.354%200-.684.08-1%20.194V3.496A1.52%201.52%200%200%201%204.48%202.01M2%207.774a3%203%200%200%200-.516.594A1.5%201.5%200%200%200%201%208.09V6.906a1.48%201.48%200%200%201%201-1.39z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/debug-all.svg?color=%231a73e8&size=48