debug connected compact icon

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

Name
debug-connected-compact
Set
Codicons
Style
Regular
Viewbox
12×12
License
CC BY 4.0

Related icons in Codicons

Use the debug connected compact icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" fill-rule="evenodd" d="M3.52 4.61c.24 0 .47.09.65.27l2.95 2.95c.18.18.27.42.27.65l-.01-.01c0 .83-1.32 1.52-2.39 1.52c-.63 0-1.24-.19-1.74-.55l-1.91 1.91a.495.495 0 1 1-.7-.7l1.91-1.91A3.07 3.07 0 0 1 2 7c0-1.07.68-2.39 1.52-2.39m0 1.04a2.02 2.02 0 0 0 .06 2.77c.72.73 2.02.75 2.77.06zM11 .5c.28 0 .5.22.5.5h.01c0 .12-.05.25-.15.35L9.45 3.26c.35.5.55 1.12.55 1.74c0 1.07-.69 2.39-1.52 2.39c-.24 0-.47-.09-.65-.27L4.88 4.17a.93.93 0 0 1-.27-.65c0-.84 1.28-1.48 2.39-1.48c.62 0 1.24.18 1.74.52L10.65.65c.09-.1.22-.15.35-.15M7 3.02c-.49 0-.99.17-1.35.5l2.83 2.83a2.02 2.02 0 0 0-.06-2.77c-.37-.37-.9-.56-1.42-.56" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function CodiconDebugConnectedCompact(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" fillRule="evenodd" d="M3.52 4.61c.24 0 .47.09.65.27l2.95 2.95c.18.18.27.42.27.65l-.01-.01c0 .83-1.32 1.52-2.39 1.52c-.63 0-1.24-.19-1.74-.55l-1.91 1.91a.495.495 0 1 1-.7-.7l1.91-1.91A3.07 3.07 0 0 1 2 7c0-1.07.68-2.39 1.52-2.39m0 1.04a2.02 2.02 0 0 0 .06 2.77c.72.73 2.02.75 2.77.06zM11 .5c.28 0 .5.22.5.5h.01c0 .12-.05.25-.15.35L9.45 3.26c.35.5.55 1.12.55 1.74c0 1.07-.69 2.39-1.52 2.39c-.24 0-.47-.09-.65-.27L4.88 4.17a.93.93 0 0 1-.27-.65c0-.84 1.28-1.48 2.39-1.48c.62 0 1.24.18 1.74.52L10.65.65c.09-.1.22-.15.35-.15M7 3.02c-.49 0-.99.17-1.35.5l2.83 2.83a2.02 2.02 0 0 0-.06-2.77c-.37-.37-.9-.56-1.42-.56" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" fill-rule="evenodd" d="M3.52 4.61c.24 0 .47.09.65.27l2.95 2.95c.18.18.27.42.27.65l-.01-.01c0 .83-1.32 1.52-2.39 1.52c-.63 0-1.24-.19-1.74-.55l-1.91 1.91a.495.495 0 1 1-.7-.7l1.91-1.91A3.07 3.07 0 0 1 2 7c0-1.07.68-2.39 1.52-2.39m0 1.04a2.02 2.02 0 0 0 .06 2.77c.72.73 2.02.75 2.77.06zM11 .5c.28 0 .5.22.5.5h.01c0 .12-.05.25-.15.35L9.45 3.26c.35.5.55 1.12.55 1.74c0 1.07-.69 2.39-1.52 2.39c-.24 0-.47-.09-.65-.27L4.88 4.17a.93.93 0 0 1-.27-.65c0-.84 1.28-1.48 2.39-1.48c.62 0 1.24.18 1.74.52L10.65.65c.09-.1.22-.15.35-.15M7 3.02c-.49 0-.99.17-1.35.5l2.83 2.83a2.02 2.02 0 0 0-.06-2.77c-.37-.37-.9-.56-1.42-.56" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-debug-connected-compact {
  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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.52%204.61c.24%200%20.47.09.65.27l2.95%202.95c.18.18.27.42.27.65l-.01-.01c0%20.83-1.32%201.52-2.39%201.52c-.63%200-1.24-.19-1.74-.55l-1.91%201.91a.495.495%200%201%201-.7-.7l1.91-1.91A3.07%203.07%200%200%201%202%207c0-1.07.68-2.39%201.52-2.39m0%201.04a2.02%202.02%200%200%200%20.06%202.77c.72.73%202.02.75%202.77.06zM11%20.5c.28%200%20.5.22.5.5h.01c0%20.12-.05.25-.15.35L9.45%203.26c.35.5.55%201.12.55%201.74c0%201.07-.69%202.39-1.52%202.39c-.24%200-.47-.09-.65-.27L4.88%204.17a.93.93%200%200%201-.27-.65c0-.84%201.28-1.48%202.39-1.48c.62%200%201.24.18%201.74.52L10.65.65c.09-.1.22-.15.35-.15M7%203.02c-.49%200-.99.17-1.35.5l2.83%202.83a2.02%202.02%200%200%200-.06-2.77c-.37-.37-.9-.56-1.42-.56%22%20clip-rule%3D%22evenodd%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.52%204.61c.24%200%20.47.09.65.27l2.95%202.95c.18.18.27.42.27.65l-.01-.01c0%20.83-1.32%201.52-2.39%201.52c-.63%200-1.24-.19-1.74-.55l-1.91%201.91a.495.495%200%201%201-.7-.7l1.91-1.91A3.07%203.07%200%200%201%202%207c0-1.07.68-2.39%201.52-2.39m0%201.04a2.02%202.02%200%200%200%20.06%202.77c.72.73%202.02.75%202.77.06zM11%20.5c.28%200%20.5.22.5.5h.01c0%20.12-.05.25-.15.35L9.45%203.26c.35.5.55%201.12.55%201.74c0%201.07-.69%202.39-1.52%202.39c-.24%200-.47-.09-.65-.27L4.88%204.17a.93.93%200%200%201-.27-.65c0-.84%201.28-1.48%202.39-1.48c.62%200%201.24.18%201.74.52L10.65.65c.09-.1.22-.15.35-.15M7%203.02c-.49%200-.99.17-1.35.5l2.83%202.83a2.02%202.02%200%200%200-.06-2.77c-.37-.37-.9-.56-1.42-.56%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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