debug alt icon

debug-alt from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
debug-alt
Set
Codicons
Style
Regular
Viewbox
24×24
License
CC BY 4.0

Related icons in Codicons

Use the debug alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.854 13.96l-6.643 3.737a2.25 2.25 0 0 0-1.172-1.056l.015-.015l7.063-3.974a.75.75 0 0 0 0-1.307l-12-6.749A.75.75 0 0 0 6 5.25v5.25c-.531 0-1.026.121-1.5.291V5.25c0-1.72 1.853-2.805 3.353-1.96l12 6.75c1.528.859 1.528 3.061 0 3.922zm-9.354 2.1V18h.75a.75.75 0 0 1 0 1.5h-.75c0 .576-.11 1.125-.307 1.632l1.588 1.588a.75.75 0 0 1-1.062 1.061l-1.327-1.328a4.492 4.492 0 0 1-6.783 0L1.28 23.781a.753.753 0 0 1-1.062 0a.75.75 0 0 1 0-1.06l1.589-1.589A4.5 4.5 0 0 1 1.5 19.5H.75a.75.75 0 0 1 0-1.5h.75v-1.94L.219 14.78a.75.75 0 0 1 1.06-1.061L2.562 15H3c0-1.655 1.346-3 3-3c1.655 0 3 1.345 3 3h.44l1.28-1.281a.75.75 0 0 1 1.061 1.06zM4.5 15h3a1.5 1.5 0 0 0-3 0M9 16.5H3v3c0 1.654 1.346 3 3 3c1.655 0 3-1.346 3-3z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconDebugAlt(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="m19.854 13.96l-6.643 3.737a2.25 2.25 0 0 0-1.172-1.056l.015-.015l7.063-3.974a.75.75 0 0 0 0-1.307l-12-6.749A.75.75 0 0 0 6 5.25v5.25c-.531 0-1.026.121-1.5.291V5.25c0-1.72 1.853-2.805 3.353-1.96l12 6.75c1.528.859 1.528 3.061 0 3.922zm-9.354 2.1V18h.75a.75.75 0 0 1 0 1.5h-.75c0 .576-.11 1.125-.307 1.632l1.588 1.588a.75.75 0 0 1-1.062 1.061l-1.327-1.328a4.492 4.492 0 0 1-6.783 0L1.28 23.781a.753.753 0 0 1-1.062 0a.75.75 0 0 1 0-1.06l1.589-1.589A4.5 4.5 0 0 1 1.5 19.5H.75a.75.75 0 0 1 0-1.5h.75v-1.94L.219 14.78a.75.75 0 0 1 1.06-1.061L2.562 15H3c0-1.655 1.346-3 3-3c1.655 0 3 1.345 3 3h.44l1.28-1.281a.75.75 0 0 1 1.061 1.06zM4.5 15h3a1.5 1.5 0 0 0-3 0M9 16.5H3v3c0 1.654 1.346 3 3 3c1.655 0 3-1.346 3-3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.854 13.96l-6.643 3.737a2.25 2.25 0 0 0-1.172-1.056l.015-.015l7.063-3.974a.75.75 0 0 0 0-1.307l-12-6.749A.75.75 0 0 0 6 5.25v5.25c-.531 0-1.026.121-1.5.291V5.25c0-1.72 1.853-2.805 3.353-1.96l12 6.75c1.528.859 1.528 3.061 0 3.922zm-9.354 2.1V18h.75a.75.75 0 0 1 0 1.5h-.75c0 .576-.11 1.125-.307 1.632l1.588 1.588a.75.75 0 0 1-1.062 1.061l-1.327-1.328a4.492 4.492 0 0 1-6.783 0L1.28 23.781a.753.753 0 0 1-1.062 0a.75.75 0 0 1 0-1.06l1.589-1.589A4.5 4.5 0 0 1 1.5 19.5H.75a.75.75 0 0 1 0-1.5h.75v-1.94L.219 14.78a.75.75 0 0 1 1.06-1.061L2.562 15H3c0-1.655 1.346-3 3-3c1.655 0 3 1.345 3 3h.44l1.28-1.281a.75.75 0 0 1 1.061 1.06zM4.5 15h3a1.5 1.5 0 0 0-3 0M9 16.5H3v3c0 1.654 1.346 3 3 3c1.655 0 3-1.346 3-3z"/></svg>
</template>

CSS

.icon-debug-alt {
  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%22m19.854%2013.96l-6.643%203.737a2.25%202.25%200%200%200-1.172-1.056l.015-.015l7.063-3.974a.75.75%200%200%200%200-1.307l-12-6.749A.75.75%200%200%200%206%205.25v5.25c-.531%200-1.026.121-1.5.291V5.25c0-1.72%201.853-2.805%203.353-1.96l12%206.75c1.528.859%201.528%203.061%200%203.922zm-9.354%202.1V18h.75a.75.75%200%200%201%200%201.5h-.75c0%20.576-.11%201.125-.307%201.632l1.588%201.588a.75.75%200%200%201-1.062%201.061l-1.327-1.328a4.492%204.492%200%200%201-6.783%200L1.28%2023.781a.753.753%200%200%201-1.062%200a.75.75%200%200%201%200-1.06l1.589-1.589A4.5%204.5%200%200%201%201.5%2019.5H.75a.75.75%200%200%201%200-1.5h.75v-1.94L.219%2014.78a.75.75%200%200%201%201.06-1.061L2.562%2015H3c0-1.655%201.346-3%203-3c1.655%200%203%201.345%203%203h.44l1.28-1.281a.75.75%200%200%201%201.061%201.06zM4.5%2015h3a1.5%201.5%200%200%200-3%200M9%2016.5H3v3c0%201.654%201.346%203%203%203c1.655%200%203-1.346%203-3z%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%22m19.854%2013.96l-6.643%203.737a2.25%202.25%200%200%200-1.172-1.056l.015-.015l7.063-3.974a.75.75%200%200%200%200-1.307l-12-6.749A.75.75%200%200%200%206%205.25v5.25c-.531%200-1.026.121-1.5.291V5.25c0-1.72%201.853-2.805%203.353-1.96l12%206.75c1.528.859%201.528%203.061%200%203.922zm-9.354%202.1V18h.75a.75.75%200%200%201%200%201.5h-.75c0%20.576-.11%201.125-.307%201.632l1.588%201.588a.75.75%200%200%201-1.062%201.061l-1.327-1.328a4.492%204.492%200%200%201-6.783%200L1.28%2023.781a.753.753%200%200%201-1.062%200a.75.75%200%200%201%200-1.06l1.589-1.589A4.5%204.5%200%200%201%201.5%2019.5H.75a.75.75%200%200%201%200-1.5h.75v-1.94L.219%2014.78a.75.75%200%200%201%201.06-1.061L2.562%2015H3c0-1.655%201.346-3%203-3c1.655%200%203%201.345%203%203h.44l1.28-1.281a.75.75%200%200%201%201.061%201.06zM4.5%2015h3a1.5%201.5%200%200%200-3%200M9%2016.5H3v3c0%201.654%201.346%203%203%203c1.655%200%203-1.346%203-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/debug-alt.svg?color=%231a73e8&size=48