debug alt small icon
debug-alt-small from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- debug-alt-small
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Related icons in Codicons
debug-alldebug-altdebug-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 alt small icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m13.236 9.307l-4.429 2.491a1.5 1.5 0 0 0-.781-.704l.01-.01l4.709-2.649a.5.5 0 0 0 0-.872l-8-4.499A.5.5 0 0 0 4 3.5V7c-.354 0-.684.081-1 .194V3.5a1.5 1.5 0 0 1 2.235-1.307l8 4.5c1.019.573 1.019 2.041 0 2.615zM7 10.707V12h.5a.5.5 0 0 1 0 1H7c0 .384-.073.75-.205 1.088l1.059 1.059a.5.5 0 0 1-.708.707l-.885-.885a2.995 2.995 0 0 1-4.522 0l-.885.885a.5.5 0 0 1-.708 0a.5.5 0 0 1 0-.707l1.059-1.059A3 3 0 0 1 1 13H.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-2s2 .897 2 2h.293l.854-.854a.5.5 0 0 1 .707.707zM3 10h2a1 1 0 0 0-2 0m3 1H2v2c0 1.103.897 2 2 2s2-.897 2-2z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconDebugAltSmall(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m13.236 9.307l-4.429 2.491a1.5 1.5 0 0 0-.781-.704l.01-.01l4.709-2.649a.5.5 0 0 0 0-.872l-8-4.499A.5.5 0 0 0 4 3.5V7c-.354 0-.684.081-1 .194V3.5a1.5 1.5 0 0 1 2.235-1.307l8 4.5c1.019.573 1.019 2.041 0 2.615zM7 10.707V12h.5a.5.5 0 0 1 0 1H7c0 .384-.073.75-.205 1.088l1.059 1.059a.5.5 0 0 1-.708.707l-.885-.885a2.995 2.995 0 0 1-4.522 0l-.885.885a.5.5 0 0 1-.708 0a.5.5 0 0 1 0-.707l1.059-1.059A3 3 0 0 1 1 13H.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-2s2 .897 2 2h.293l.854-.854a.5.5 0 0 1 .707.707zM3 10h2a1 1 0 0 0-2 0m3 1H2v2c0 1.103.897 2 2 2s2-.897 2-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m13.236 9.307l-4.429 2.491a1.5 1.5 0 0 0-.781-.704l.01-.01l4.709-2.649a.5.5 0 0 0 0-.872l-8-4.499A.5.5 0 0 0 4 3.5V7c-.354 0-.684.081-1 .194V3.5a1.5 1.5 0 0 1 2.235-1.307l8 4.5c1.019.573 1.019 2.041 0 2.615zM7 10.707V12h.5a.5.5 0 0 1 0 1H7c0 .384-.073.75-.205 1.088l1.059 1.059a.5.5 0 0 1-.708.707l-.885-.885a2.995 2.995 0 0 1-4.522 0l-.885.885a.5.5 0 0 1-.708 0a.5.5 0 0 1 0-.707l1.059-1.059A3 3 0 0 1 1 13H.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-2s2 .897 2 2h.293l.854-.854a.5.5 0 0 1 .707.707zM3 10h2a1 1 0 0 0-2 0m3 1H2v2c0 1.103.897 2 2 2s2-.897 2-2z"/></svg> </template>
CSS
.icon-debug-alt-small {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.236%209.307l-4.429%202.491a1.5%201.5%200%200%200-.781-.704l.01-.01l4.709-2.649a.5.5%200%200%200%200-.872l-8-4.499A.5.5%200%200%200%204%203.5V7c-.354%200-.684.081-1%20.194V3.5a1.5%201.5%200%200%201%202.235-1.307l8%204.5c1.019.573%201.019%202.041%200%202.615zM7%2010.707V12h.5a.5.5%200%200%201%200%201H7c0%20.384-.073.75-.205%201.088l1.059%201.059a.5.5%200%200%201-.708.707l-.885-.885a2.995%202.995%200%200%201-4.522%200l-.885.885a.5.5%200%200%201-.708%200a.5.5%200%200%201%200-.707l1.059-1.059A3%203%200%200%201%201%2013H.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-2s2%20.897%202%202h.293l.854-.854a.5.5%200%200%201%20.707.707zM3%2010h2a1%201%200%200%200-2%200m3%201H2v2c0%201.103.897%202%202%202s2-.897%202-2z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.236%209.307l-4.429%202.491a1.5%201.5%200%200%200-.781-.704l.01-.01l4.709-2.649a.5.5%200%200%200%200-.872l-8-4.499A.5.5%200%200%200%204%203.5V7c-.354%200-.684.081-1%20.194V3.5a1.5%201.5%200%200%201%202.235-1.307l8%204.5c1.019.573%201.019%202.041%200%202.615zM7%2010.707V12h.5a.5.5%200%200%201%200%201H7c0%20.384-.073.75-.205%201.088l1.059%201.059a.5.5%200%200%201-.708.707l-.885-.885a2.995%202.995%200%200%201-4.522%200l-.885.885a.5.5%200%200%201-.708%200a.5.5%200%200%201%200-.707l1.059-1.059A3%203%200%200%201%201%2013H.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-2s2%20.897%202%202h.293l.854-.854a.5.5%200%200%201%20.707.707zM3%2010h2a1%201%200%200%200-2%200m3%201H2v2c0%201.103.897%202%202%202s2-.897%202-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/debug-alt-small.svg?color=%231a73e8&size=48