debug line by line icon

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

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

Related icons in Codicons

Use the debug line by line icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.622 8.914a4.51 4.51 0 0 0 4.62-1.913a4.5 4.5 0 0 0-.56-5.682a4.499 4.499 0 1 0-4.06 7.595M3 2.85a.5.5 0 0 1 .743-.437l2.97 1.65a.5.5 0 0 1 0 .873l-2.97 1.65a.5.5 0 0 1-.496-.006A.5.5 0 0 1 3 6.149zM15 7.5a.5.5 0 0 1-.5.5H8.743q.383-.462.657-1h5.1a.5.5 0 0 1 .5.5M9.978 4a5.4 5.4 0 0 0-.185-1H14.5a.5.5 0 0 1 0 1zM15 11.5a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1 0-1h13a.5.5 0 0 1 .5.5"/></svg>

React

import type { SVGProps } from "react";

export function CodiconDebugLineByLine(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="M3.622 8.914a4.51 4.51 0 0 0 4.62-1.913a4.5 4.5 0 0 0-.56-5.682a4.499 4.499 0 1 0-4.06 7.595M3 2.85a.5.5 0 0 1 .743-.437l2.97 1.65a.5.5 0 0 1 0 .873l-2.97 1.65a.5.5 0 0 1-.496-.006A.5.5 0 0 1 3 6.149zM15 7.5a.5.5 0 0 1-.5.5H8.743q.383-.462.657-1h5.1a.5.5 0 0 1 .5.5M9.978 4a5.4 5.4 0 0 0-.185-1H14.5a.5.5 0 0 1 0 1zM15 11.5a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1 0-1h13a.5.5 0 0 1 .5.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.622 8.914a4.51 4.51 0 0 0 4.62-1.913a4.5 4.5 0 0 0-.56-5.682a4.499 4.499 0 1 0-4.06 7.595M3 2.85a.5.5 0 0 1 .743-.437l2.97 1.65a.5.5 0 0 1 0 .873l-2.97 1.65a.5.5 0 0 1-.496-.006A.5.5 0 0 1 3 6.149zM15 7.5a.5.5 0 0 1-.5.5H8.743q.383-.462.657-1h5.1a.5.5 0 0 1 .5.5M9.978 4a5.4 5.4 0 0 0-.185-1H14.5a.5.5 0 0 1 0 1zM15 11.5a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1 0-1h13a.5.5 0 0 1 .5.5"/></svg>
</template>

CSS

.icon-debug-line-by-line {
  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%22M3.622%208.914a4.51%204.51%200%200%200%204.62-1.913a4.5%204.5%200%200%200-.56-5.682a4.499%204.499%200%201%200-4.06%207.595M3%202.85a.5.5%200%200%201%20.743-.437l2.97%201.65a.5.5%200%200%201%200%20.873l-2.97%201.65a.5.5%200%200%201-.496-.006A.5.5%200%200%201%203%206.149zM15%207.5a.5.5%200%200%201-.5.5H8.743q.383-.462.657-1h5.1a.5.5%200%200%201%20.5.5M9.978%204a5.4%205.4%200%200%200-.185-1H14.5a.5.5%200%200%201%200%201zM15%2011.5a.5.5%200%200%201-.5.5h-13a.5.5%200%200%201%200-1h13a.5.5%200%200%201%20.5.5%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%22M3.622%208.914a4.51%204.51%200%200%200%204.62-1.913a4.5%204.5%200%200%200-.56-5.682a4.499%204.499%200%201%200-4.06%207.595M3%202.85a.5.5%200%200%201%20.743-.437l2.97%201.65a.5.5%200%200%201%200%20.873l-2.97%201.65a.5.5%200%200%201-.496-.006A.5.5%200%200%201%203%206.149zM15%207.5a.5.5%200%200%201-.5.5H8.743q.383-.462.657-1h5.1a.5.5%200%200%201%20.5.5M9.978%204a5.4%205.4%200%200%200-.185-1H14.5a.5.5%200%200%201%200%201zM15%2011.5a.5.5%200%200%201-.5.5h-13a.5.5%200%200%201%200-1h13a.5.5%200%200%201%20.5.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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