debug icon
debug from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- debug
- Set
- Codicons
- Style
- Regular
- Viewbox
- 24×24
- License
- CC BY 4.0
The same icon in other sets
Related icons in Codicons
debug-alldebug-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-restart
Use the debug icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.75 12H19.5V9c0-.555-.153-1.075-.417-1.522L20.78 5.78a.75.75 0 0 0-1.061-1.06l-1.697 1.696A3 3 0 0 0 16.5 6c0-2.481-2.019-4.5-4.5-4.5A4.505 4.505 0 0 0 7.5 6c-.555 0-1.075.153-1.522.417L4.28 4.721a.75.75 0 0 0-1.06 1.06l1.696 1.697A3 3 0 0 0 4.5 9v3H2.25a.75.75 0 0 0 0 1.5H4.5c0 1.799.636 3.45 1.695 4.744l-2.601 2.602a.75.75 0 0 0 1.062 1.06l2.601-2.601A7.47 7.47 0 0 0 12.002 21c1.798 0 3.45-.636 4.744-1.695l2.601 2.601a.753.753 0 0 0 1.062 0a.75.75 0 0 0 0-1.06l-2.601-2.602a7.47 7.47 0 0 0 1.695-4.744h2.25a.75.75 0 0 0 0-1.5zM12 3c1.655 0 3 1.346 3 3H9c0-1.654 1.345-3 3-3m6 10.5c0 3.309-2.691 6-6 6s-6-2.691-6-6V9a1.5 1.5 0 0 1 1.5-1.5h9A1.5 1.5 0 0 1 18 9zm-3.219-2.469l-1.719 1.719l1.719 1.719a.75.75 0 0 1-1.062 1.06L12 13.81l-1.719 1.72a.753.753 0 0 1-1.062 0a.75.75 0 0 1 0-1.061l1.719-1.719l-1.719-1.719a.75.75 0 0 1 1.06-1.06L12 11.69l1.718-1.72a.75.75 0 0 1 1.061 1.061z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconDebug(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="M21.75 12H19.5V9c0-.555-.153-1.075-.417-1.522L20.78 5.78a.75.75 0 0 0-1.061-1.06l-1.697 1.696A3 3 0 0 0 16.5 6c0-2.481-2.019-4.5-4.5-4.5A4.505 4.505 0 0 0 7.5 6c-.555 0-1.075.153-1.522.417L4.28 4.721a.75.75 0 0 0-1.06 1.06l1.696 1.697A3 3 0 0 0 4.5 9v3H2.25a.75.75 0 0 0 0 1.5H4.5c0 1.799.636 3.45 1.695 4.744l-2.601 2.602a.75.75 0 0 0 1.062 1.06l2.601-2.601A7.47 7.47 0 0 0 12.002 21c1.798 0 3.45-.636 4.744-1.695l2.601 2.601a.753.753 0 0 0 1.062 0a.75.75 0 0 0 0-1.06l-2.601-2.602a7.47 7.47 0 0 0 1.695-4.744h2.25a.75.75 0 0 0 0-1.5zM12 3c1.655 0 3 1.346 3 3H9c0-1.654 1.345-3 3-3m6 10.5c0 3.309-2.691 6-6 6s-6-2.691-6-6V9a1.5 1.5 0 0 1 1.5-1.5h9A1.5 1.5 0 0 1 18 9zm-3.219-2.469l-1.719 1.719l1.719 1.719a.75.75 0 0 1-1.062 1.06L12 13.81l-1.719 1.72a.753.753 0 0 1-1.062 0a.75.75 0 0 1 0-1.061l1.719-1.719l-1.719-1.719a.75.75 0 0 1 1.06-1.06L12 11.69l1.718-1.72a.75.75 0 0 1 1.061 1.061z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.75 12H19.5V9c0-.555-.153-1.075-.417-1.522L20.78 5.78a.75.75 0 0 0-1.061-1.06l-1.697 1.696A3 3 0 0 0 16.5 6c0-2.481-2.019-4.5-4.5-4.5A4.505 4.505 0 0 0 7.5 6c-.555 0-1.075.153-1.522.417L4.28 4.721a.75.75 0 0 0-1.06 1.06l1.696 1.697A3 3 0 0 0 4.5 9v3H2.25a.75.75 0 0 0 0 1.5H4.5c0 1.799.636 3.45 1.695 4.744l-2.601 2.602a.75.75 0 0 0 1.062 1.06l2.601-2.601A7.47 7.47 0 0 0 12.002 21c1.798 0 3.45-.636 4.744-1.695l2.601 2.601a.753.753 0 0 0 1.062 0a.75.75 0 0 0 0-1.06l-2.601-2.602a7.47 7.47 0 0 0 1.695-4.744h2.25a.75.75 0 0 0 0-1.5zM12 3c1.655 0 3 1.346 3 3H9c0-1.654 1.345-3 3-3m6 10.5c0 3.309-2.691 6-6 6s-6-2.691-6-6V9a1.5 1.5 0 0 1 1.5-1.5h9A1.5 1.5 0 0 1 18 9zm-3.219-2.469l-1.719 1.719l1.719 1.719a.75.75 0 0 1-1.062 1.06L12 13.81l-1.719 1.72a.753.753 0 0 1-1.062 0a.75.75 0 0 1 0-1.061l1.719-1.719l-1.719-1.719a.75.75 0 0 1 1.06-1.06L12 11.69l1.718-1.72a.75.75 0 0 1 1.061 1.061z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.75%2012H19.5V9c0-.555-.153-1.075-.417-1.522L20.78%205.78a.75.75%200%200%200-1.061-1.06l-1.697%201.696A3%203%200%200%200%2016.5%206c0-2.481-2.019-4.5-4.5-4.5A4.505%204.505%200%200%200%207.5%206c-.555%200-1.075.153-1.522.417L4.28%204.721a.75.75%200%200%200-1.06%201.06l1.696%201.697A3%203%200%200%200%204.5%209v3H2.25a.75.75%200%200%200%200%201.5H4.5c0%201.799.636%203.45%201.695%204.744l-2.601%202.602a.75.75%200%200%200%201.062%201.06l2.601-2.601A7.47%207.47%200%200%200%2012.002%2021c1.798%200%203.45-.636%204.744-1.695l2.601%202.601a.753.753%200%200%200%201.062%200a.75.75%200%200%200%200-1.06l-2.601-2.602a7.47%207.47%200%200%200%201.695-4.744h2.25a.75.75%200%200%200%200-1.5zM12%203c1.655%200%203%201.346%203%203H9c0-1.654%201.345-3%203-3m6%2010.5c0%203.309-2.691%206-6%206s-6-2.691-6-6V9a1.5%201.5%200%200%201%201.5-1.5h9A1.5%201.5%200%200%201%2018%209zm-3.219-2.469l-1.719%201.719l1.719%201.719a.75.75%200%200%201-1.062%201.06L12%2013.81l-1.719%201.72a.753.753%200%200%201-1.062%200a.75.75%200%200%201%200-1.061l1.719-1.719l-1.719-1.719a.75.75%200%200%201%201.06-1.06L12%2011.69l1.718-1.72a.75.75%200%200%201%201.061%201.061z%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%22M21.75%2012H19.5V9c0-.555-.153-1.075-.417-1.522L20.78%205.78a.75.75%200%200%200-1.061-1.06l-1.697%201.696A3%203%200%200%200%2016.5%206c0-2.481-2.019-4.5-4.5-4.5A4.505%204.505%200%200%200%207.5%206c-.555%200-1.075.153-1.522.417L4.28%204.721a.75.75%200%200%200-1.06%201.06l1.696%201.697A3%203%200%200%200%204.5%209v3H2.25a.75.75%200%200%200%200%201.5H4.5c0%201.799.636%203.45%201.695%204.744l-2.601%202.602a.75.75%200%200%200%201.062%201.06l2.601-2.601A7.47%207.47%200%200%200%2012.002%2021c1.798%200%203.45-.636%204.744-1.695l2.601%202.601a.753.753%200%200%200%201.062%200a.75.75%200%200%200%200-1.06l-2.601-2.602a7.47%207.47%200%200%200%201.695-4.744h2.25a.75.75%200%200%200%200-1.5zM12%203c1.655%200%203%201.346%203%203H9c0-1.654%201.345-3%203-3m6%2010.5c0%203.309-2.691%206-6%206s-6-2.691-6-6V9a1.5%201.5%200%200%201%201.5-1.5h9A1.5%201.5%200%200%201%2018%209zm-3.219-2.469l-1.719%201.719l1.719%201.719a.75.75%200%200%201-1.062%201.06L12%2013.81l-1.719%201.72a.753.753%200%200%201-1.062%200a.75.75%200%200%201%200-1.061l1.719-1.719l-1.719-1.719a.75.75%200%200%201%201.06-1.06L12%2011.69l1.718-1.72a.75.75%200%200%201%201.061%201.061z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/debug.svg?color=%231a73e8&size=48