debug stackframe icon

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

Name
debug-stackframe
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Related icons in Codicons

Use the debug stackframe icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.879 14H5c-1.103 0-2-.897-2-2V4c0-1.103.897-2 2-2h3.879a2 2 0 0 1 1.414.586l4.212 4.212c.321.321.498.748.498 1.202s-.177.881-.498 1.202l-4.212 4.212A2 2 0 0 1 8.879 14M5 3c-.551 0-1 .449-1 1v8c0 .551.449 1 1 1h3.879c.263 0 .521-.107.707-.293l4.212-4.212a.696.696 0 0 0 0-.99L9.586 3.293A1 1 0 0 0 8.879 3z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconDebugStackframe(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="M8.879 14H5c-1.103 0-2-.897-2-2V4c0-1.103.897-2 2-2h3.879a2 2 0 0 1 1.414.586l4.212 4.212c.321.321.498.748.498 1.202s-.177.881-.498 1.202l-4.212 4.212A2 2 0 0 1 8.879 14M5 3c-.551 0-1 .449-1 1v8c0 .551.449 1 1 1h3.879c.263 0 .521-.107.707-.293l4.212-4.212a.696.696 0 0 0 0-.99L9.586 3.293A1 1 0 0 0 8.879 3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.879 14H5c-1.103 0-2-.897-2-2V4c0-1.103.897-2 2-2h3.879a2 2 0 0 1 1.414.586l4.212 4.212c.321.321.498.748.498 1.202s-.177.881-.498 1.202l-4.212 4.212A2 2 0 0 1 8.879 14M5 3c-.551 0-1 .449-1 1v8c0 .551.449 1 1 1h3.879c.263 0 .521-.107.707-.293l4.212-4.212a.696.696 0 0 0 0-.99L9.586 3.293A1 1 0 0 0 8.879 3z"/></svg>
</template>

CSS

.icon-debug-stackframe {
  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%22M8.879%2014H5c-1.103%200-2-.897-2-2V4c0-1.103.897-2%202-2h3.879a2%202%200%200%201%201.414.586l4.212%204.212c.321.321.498.748.498%201.202s-.177.881-.498%201.202l-4.212%204.212A2%202%200%200%201%208.879%2014M5%203c-.551%200-1%20.449-1%201v8c0%20.551.449%201%201%201h3.879c.263%200%20.521-.107.707-.293l4.212-4.212a.696.696%200%200%200%200-.99L9.586%203.293A1%201%200%200%200%208.879%203z%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%22M8.879%2014H5c-1.103%200-2-.897-2-2V4c0-1.103.897-2%202-2h3.879a2%202%200%200%201%201.414.586l4.212%204.212c.321.321.498.748.498%201.202s-.177.881-.498%201.202l-4.212%204.212A2%202%200%200%201%208.879%2014M5%203c-.551%200-1%20.449-1%201v8c0%20.551.449%201%201%201h3.879c.263%200%20.521-.107.707-.293l4.212-4.212a.696.696%200%200%200%200-.99L9.586%203.293A1%201%200%200%200%208.879%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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