debug disconnect compact icon

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

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

Related icons in Codicons

Use the debug disconnect 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="M4.16 5.14c.2-.2.51-.2.71 0s.2.51 0 .71l-.86.86L5.3 8l.86-.86c.2-.2.51-.2.71 0s.2.51 0 .71l-.86.86l.12.12h-.01c.36.35.36.93 0 1.29c-.55.56-1.33.88-2.12.88c-.63 0-1.24-.19-1.74-.55L.85 11.86a.485.485 0 0 1-.7 0c-.2-.2-.2-.51 0-.71l1.41-1.41A3.07 3.07 0 0 1 1.01 8c0-.79.32-1.57.88-2.12c.35-.36.93-.36 1.29 0L3.3 6zM2.53 6.65a2.024 2.024 0 0 0 .06 2.77c.72.73 2.02.75 2.77.06zm8.62-6.5c.2-.2.51-.2.71 0l.01-.01c.2.2.2.51 0 .71l-1.41 1.41c.35.5.55 1.12.55 1.74c0 .79-.32 1.57-.88 2.12a.9.9 0 0 1-.65.27c-.24 0-.47-.09-.65-.27L5.88 3.17a.905.905 0 0 1 0-1.29c.99-.99 2.71-1.1 3.86-.32zM9.43 2.58c-.72-.72-2.02-.75-2.77-.06l2.83 2.83a2.02 2.02 0 0 0-.06-2.77" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function CodiconDebugDisconnectCompact(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="M4.16 5.14c.2-.2.51-.2.71 0s.2.51 0 .71l-.86.86L5.3 8l.86-.86c.2-.2.51-.2.71 0s.2.51 0 .71l-.86.86l.12.12h-.01c.36.35.36.93 0 1.29c-.55.56-1.33.88-2.12.88c-.63 0-1.24-.19-1.74-.55L.85 11.86a.485.485 0 0 1-.7 0c-.2-.2-.2-.51 0-.71l1.41-1.41A3.07 3.07 0 0 1 1.01 8c0-.79.32-1.57.88-2.12c.35-.36.93-.36 1.29 0L3.3 6zM2.53 6.65a2.024 2.024 0 0 0 .06 2.77c.72.73 2.02.75 2.77.06zm8.62-6.5c.2-.2.51-.2.71 0l.01-.01c.2.2.2.51 0 .71l-1.41 1.41c.35.5.55 1.12.55 1.74c0 .79-.32 1.57-.88 2.12a.9.9 0 0 1-.65.27c-.24 0-.47-.09-.65-.27L5.88 3.17a.905.905 0 0 1 0-1.29c.99-.99 2.71-1.1 3.86-.32zM9.43 2.58c-.72-.72-2.02-.75-2.77-.06l2.83 2.83a2.02 2.02 0 0 0-.06-2.77" 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="M4.16 5.14c.2-.2.51-.2.71 0s.2.51 0 .71l-.86.86L5.3 8l.86-.86c.2-.2.51-.2.71 0s.2.51 0 .71l-.86.86l.12.12h-.01c.36.35.36.93 0 1.29c-.55.56-1.33.88-2.12.88c-.63 0-1.24-.19-1.74-.55L.85 11.86a.485.485 0 0 1-.7 0c-.2-.2-.2-.51 0-.71l1.41-1.41A3.07 3.07 0 0 1 1.01 8c0-.79.32-1.57.88-2.12c.35-.36.93-.36 1.29 0L3.3 6zM2.53 6.65a2.024 2.024 0 0 0 .06 2.77c.72.73 2.02.75 2.77.06zm8.62-6.5c.2-.2.51-.2.71 0l.01-.01c.2.2.2.51 0 .71l-1.41 1.41c.35.5.55 1.12.55 1.74c0 .79-.32 1.57-.88 2.12a.9.9 0 0 1-.65.27c-.24 0-.47-.09-.65-.27L5.88 3.17a.905.905 0 0 1 0-1.29c.99-.99 2.71-1.1 3.86-.32zM9.43 2.58c-.72-.72-2.02-.75-2.77-.06l2.83 2.83a2.02 2.02 0 0 0-.06-2.77" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-debug-disconnect-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%22M4.16%205.14c.2-.2.51-.2.71%200s.2.51%200%20.71l-.86.86L5.3%208l.86-.86c.2-.2.51-.2.71%200s.2.51%200%20.71l-.86.86l.12.12h-.01c.36.35.36.93%200%201.29c-.55.56-1.33.88-2.12.88c-.63%200-1.24-.19-1.74-.55L.85%2011.86a.485.485%200%200%201-.7%200c-.2-.2-.2-.51%200-.71l1.41-1.41A3.07%203.07%200%200%201%201.01%208c0-.79.32-1.57.88-2.12c.35-.36.93-.36%201.29%200L3.3%206zM2.53%206.65a2.024%202.024%200%200%200%20.06%202.77c.72.73%202.02.75%202.77.06zm8.62-6.5c.2-.2.51-.2.71%200l.01-.01c.2.2.2.51%200%20.71l-1.41%201.41c.35.5.55%201.12.55%201.74c0%20.79-.32%201.57-.88%202.12a.9.9%200%200%201-.65.27c-.24%200-.47-.09-.65-.27L5.88%203.17a.905.905%200%200%201%200-1.29c.99-.99%202.71-1.1%203.86-.32zM9.43%202.58c-.72-.72-2.02-.75-2.77-.06l2.83%202.83a2.02%202.02%200%200%200-.06-2.77%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%22M4.16%205.14c.2-.2.51-.2.71%200s.2.51%200%20.71l-.86.86L5.3%208l.86-.86c.2-.2.51-.2.71%200s.2.51%200%20.71l-.86.86l.12.12h-.01c.36.35.36.93%200%201.29c-.55.56-1.33.88-2.12.88c-.63%200-1.24-.19-1.74-.55L.85%2011.86a.485.485%200%200%201-.7%200c-.2-.2-.2-.51%200-.71l1.41-1.41A3.07%203.07%200%200%201%201.01%208c0-.79.32-1.57.88-2.12c.35-.36.93-.36%201.29%200L3.3%206zM2.53%206.65a2.024%202.024%200%200%200%20.06%202.77c.72.73%202.02.75%202.77.06zm8.62-6.5c.2-.2.51-.2.71%200l.01-.01c.2.2.2.51%200%20.71l-1.41%201.41c.35.5.55%201.12.55%201.74c0%20.79-.32%201.57-.88%202.12a.9.9%200%200%201-.65.27c-.24%200-.47-.09-.65-.27L5.88%203.17a.905.905%200%200%201%200-1.29c.99-.99%202.71-1.1%203.86-.32zM9.43%202.58c-.72-.72-2.02-.75-2.77-.06l2.83%202.83a2.02%202.02%200%200%200-.06-2.77%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-disconnect-compact.svg?color=%231a73e8&size=48