copilot unavailable icon

copilot-unavailable from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
copilot-unavailable
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Related icons in Codicons

Use the copilot unavailable icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.06 9.66v1.41c0 .39-.32.7-.7.7s-.7-.32-.7-.7V9.66c0-.39.32-.7.7-.7s.7.32.7.7m8.44-.39v1.76c0 .25-.38.75-1.06 1.3l-1.76-1.76V7.86l-.02-.11c-.46.2-1.01.27-1.62.27c-.38 0-.71-.05-1.03-.13L7.02 4.9c.02-.08.03-.16.04-.25c.11-.88-.03-1.31-.23-1.51c-.18-.19-.6-.39-1.58-.28c-.09.01-.16.03-.24.04L3.86 1.75c.37-.13.77-.24 1.24-.29c1.13-.13 2.12.03 2.76.72c.05.05.09.1.13.15c.04-.05.09-.11.13-.15c.64-.69 1.63-.84 2.76-.72c1.15.13 2.01.49 2.55 1.18c.53.67.65 1.51.65 2.33c0 .54-.05 1.08-.24 1.55c.06.21.09.4.12.57l.03.21c.87.36 1.43 1.38 1.49 1.96zm-2.81-4.3c0-.72-.12-1.16-.35-1.46c-.22-.28-.65-.55-1.61-.66c-.98-.11-1.39.09-1.58.28c-.19.21-.34.64-.23 1.51c.09.68.28 1.15.58 1.46c.28.29.73.51 1.54.51c.86 0 1.2-.19 1.35-.36c.17-.19.29-.54.29-1.29zm2.16 9.18c.2.2.2.51 0 .71a.485.485 0 0 1-.7 0l-1.42-1.42c-1.26.64-2.88 1.15-4.72 1.15c-4.28 0-7.38-2.73-7.5-3.51V9.25c.08-.59.63-1.58 1.49-1.94c.01-.07.02-.13.03-.21c.03-.17.06-.36.12-.57c-.19-.48-.24-1.02-.24-1.55c0-.67.09-1.35.42-1.95L1.16 1.86c-.2-.2-.2-.51 0-.71s.51-.2.71 0l13 13zM3.4 4.11c-.06.23-.09.51-.09.87c0 .74.12 1.1.29 1.29c.15.17.49.36 1.35.36c.34 0 .61-.04.84-.11L3.4 4.13zm8.26 8.26l-1.32-1.32v.02c0 .39-.32.7-.7.7s-.7-.32-.7-.7V9.65L6.85 7.56c-.52.3-1.15.46-1.9.46c-.61 0-1.16-.08-1.62-.27l-.02.11v3.99c.39.3 2.55 1.34 4.69 1.34c1.38 0 2.75-.43 3.66-.82"/></svg>

React

import type { SVGProps } from "react";

export function CodiconCopilotUnavailable(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="M7.06 9.66v1.41c0 .39-.32.7-.7.7s-.7-.32-.7-.7V9.66c0-.39.32-.7.7-.7s.7.32.7.7m8.44-.39v1.76c0 .25-.38.75-1.06 1.3l-1.76-1.76V7.86l-.02-.11c-.46.2-1.01.27-1.62.27c-.38 0-.71-.05-1.03-.13L7.02 4.9c.02-.08.03-.16.04-.25c.11-.88-.03-1.31-.23-1.51c-.18-.19-.6-.39-1.58-.28c-.09.01-.16.03-.24.04L3.86 1.75c.37-.13.77-.24 1.24-.29c1.13-.13 2.12.03 2.76.72c.05.05.09.1.13.15c.04-.05.09-.11.13-.15c.64-.69 1.63-.84 2.76-.72c1.15.13 2.01.49 2.55 1.18c.53.67.65 1.51.65 2.33c0 .54-.05 1.08-.24 1.55c.06.21.09.4.12.57l.03.21c.87.36 1.43 1.38 1.49 1.96zm-2.81-4.3c0-.72-.12-1.16-.35-1.46c-.22-.28-.65-.55-1.61-.66c-.98-.11-1.39.09-1.58.28c-.19.21-.34.64-.23 1.51c.09.68.28 1.15.58 1.46c.28.29.73.51 1.54.51c.86 0 1.2-.19 1.35-.36c.17-.19.29-.54.29-1.29zm2.16 9.18c.2.2.2.51 0 .71a.485.485 0 0 1-.7 0l-1.42-1.42c-1.26.64-2.88 1.15-4.72 1.15c-4.28 0-7.38-2.73-7.5-3.51V9.25c.08-.59.63-1.58 1.49-1.94c.01-.07.02-.13.03-.21c.03-.17.06-.36.12-.57c-.19-.48-.24-1.02-.24-1.55c0-.67.09-1.35.42-1.95L1.16 1.86c-.2-.2-.2-.51 0-.71s.51-.2.71 0l13 13zM3.4 4.11c-.06.23-.09.51-.09.87c0 .74.12 1.1.29 1.29c.15.17.49.36 1.35.36c.34 0 .61-.04.84-.11L3.4 4.13zm8.26 8.26l-1.32-1.32v.02c0 .39-.32.7-.7.7s-.7-.32-.7-.7V9.65L6.85 7.56c-.52.3-1.15.46-1.9.46c-.61 0-1.16-.08-1.62-.27l-.02.11v3.99c.39.3 2.55 1.34 4.69 1.34c1.38 0 2.75-.43 3.66-.82"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.06 9.66v1.41c0 .39-.32.7-.7.7s-.7-.32-.7-.7V9.66c0-.39.32-.7.7-.7s.7.32.7.7m8.44-.39v1.76c0 .25-.38.75-1.06 1.3l-1.76-1.76V7.86l-.02-.11c-.46.2-1.01.27-1.62.27c-.38 0-.71-.05-1.03-.13L7.02 4.9c.02-.08.03-.16.04-.25c.11-.88-.03-1.31-.23-1.51c-.18-.19-.6-.39-1.58-.28c-.09.01-.16.03-.24.04L3.86 1.75c.37-.13.77-.24 1.24-.29c1.13-.13 2.12.03 2.76.72c.05.05.09.1.13.15c.04-.05.09-.11.13-.15c.64-.69 1.63-.84 2.76-.72c1.15.13 2.01.49 2.55 1.18c.53.67.65 1.51.65 2.33c0 .54-.05 1.08-.24 1.55c.06.21.09.4.12.57l.03.21c.87.36 1.43 1.38 1.49 1.96zm-2.81-4.3c0-.72-.12-1.16-.35-1.46c-.22-.28-.65-.55-1.61-.66c-.98-.11-1.39.09-1.58.28c-.19.21-.34.64-.23 1.51c.09.68.28 1.15.58 1.46c.28.29.73.51 1.54.51c.86 0 1.2-.19 1.35-.36c.17-.19.29-.54.29-1.29zm2.16 9.18c.2.2.2.51 0 .71a.485.485 0 0 1-.7 0l-1.42-1.42c-1.26.64-2.88 1.15-4.72 1.15c-4.28 0-7.38-2.73-7.5-3.51V9.25c.08-.59.63-1.58 1.49-1.94c.01-.07.02-.13.03-.21c.03-.17.06-.36.12-.57c-.19-.48-.24-1.02-.24-1.55c0-.67.09-1.35.42-1.95L1.16 1.86c-.2-.2-.2-.51 0-.71s.51-.2.71 0l13 13zM3.4 4.11c-.06.23-.09.51-.09.87c0 .74.12 1.1.29 1.29c.15.17.49.36 1.35.36c.34 0 .61-.04.84-.11L3.4 4.13zm8.26 8.26l-1.32-1.32v.02c0 .39-.32.7-.7.7s-.7-.32-.7-.7V9.65L6.85 7.56c-.52.3-1.15.46-1.9.46c-.61 0-1.16-.08-1.62-.27l-.02.11v3.99c.39.3 2.55 1.34 4.69 1.34c1.38 0 2.75-.43 3.66-.82"/></svg>
</template>

CSS

.icon-copilot-unavailable {
  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%22M7.06%209.66v1.41c0%20.39-.32.7-.7.7s-.7-.32-.7-.7V9.66c0-.39.32-.7.7-.7s.7.32.7.7m8.44-.39v1.76c0%20.25-.38.75-1.06%201.3l-1.76-1.76V7.86l-.02-.11c-.46.2-1.01.27-1.62.27c-.38%200-.71-.05-1.03-.13L7.02%204.9c.02-.08.03-.16.04-.25c.11-.88-.03-1.31-.23-1.51c-.18-.19-.6-.39-1.58-.28c-.09.01-.16.03-.24.04L3.86%201.75c.37-.13.77-.24%201.24-.29c1.13-.13%202.12.03%202.76.72c.05.05.09.1.13.15c.04-.05.09-.11.13-.15c.64-.69%201.63-.84%202.76-.72c1.15.13%202.01.49%202.55%201.18c.53.67.65%201.51.65%202.33c0%20.54-.05%201.08-.24%201.55c.06.21.09.4.12.57l.03.21c.87.36%201.43%201.38%201.49%201.96zm-2.81-4.3c0-.72-.12-1.16-.35-1.46c-.22-.28-.65-.55-1.61-.66c-.98-.11-1.39.09-1.58.28c-.19.21-.34.64-.23%201.51c.09.68.28%201.15.58%201.46c.28.29.73.51%201.54.51c.86%200%201.2-.19%201.35-.36c.17-.19.29-.54.29-1.29zm2.16%209.18c.2.2.2.51%200%20.71a.485.485%200%200%201-.7%200l-1.42-1.42c-1.26.64-2.88%201.15-4.72%201.15c-4.28%200-7.38-2.73-7.5-3.51V9.25c.08-.59.63-1.58%201.49-1.94c.01-.07.02-.13.03-.21c.03-.17.06-.36.12-.57c-.19-.48-.24-1.02-.24-1.55c0-.67.09-1.35.42-1.95L1.16%201.86c-.2-.2-.2-.51%200-.71s.51-.2.71%200l13%2013zM3.4%204.11c-.06.23-.09.51-.09.87c0%20.74.12%201.1.29%201.29c.15.17.49.36%201.35.36c.34%200%20.61-.04.84-.11L3.4%204.13zm8.26%208.26l-1.32-1.32v.02c0%20.39-.32.7-.7.7s-.7-.32-.7-.7V9.65L6.85%207.56c-.52.3-1.15.46-1.9.46c-.61%200-1.16-.08-1.62-.27l-.02.11v3.99c.39.3%202.55%201.34%204.69%201.34c1.38%200%202.75-.43%203.66-.82%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%22M7.06%209.66v1.41c0%20.39-.32.7-.7.7s-.7-.32-.7-.7V9.66c0-.39.32-.7.7-.7s.7.32.7.7m8.44-.39v1.76c0%20.25-.38.75-1.06%201.3l-1.76-1.76V7.86l-.02-.11c-.46.2-1.01.27-1.62.27c-.38%200-.71-.05-1.03-.13L7.02%204.9c.02-.08.03-.16.04-.25c.11-.88-.03-1.31-.23-1.51c-.18-.19-.6-.39-1.58-.28c-.09.01-.16.03-.24.04L3.86%201.75c.37-.13.77-.24%201.24-.29c1.13-.13%202.12.03%202.76.72c.05.05.09.1.13.15c.04-.05.09-.11.13-.15c.64-.69%201.63-.84%202.76-.72c1.15.13%202.01.49%202.55%201.18c.53.67.65%201.51.65%202.33c0%20.54-.05%201.08-.24%201.55c.06.21.09.4.12.57l.03.21c.87.36%201.43%201.38%201.49%201.96zm-2.81-4.3c0-.72-.12-1.16-.35-1.46c-.22-.28-.65-.55-1.61-.66c-.98-.11-1.39.09-1.58.28c-.19.21-.34.64-.23%201.51c.09.68.28%201.15.58%201.46c.28.29.73.51%201.54.51c.86%200%201.2-.19%201.35-.36c.17-.19.29-.54.29-1.29zm2.16%209.18c.2.2.2.51%200%20.71a.485.485%200%200%201-.7%200l-1.42-1.42c-1.26.64-2.88%201.15-4.72%201.15c-4.28%200-7.38-2.73-7.5-3.51V9.25c.08-.59.63-1.58%201.49-1.94c.01-.07.02-.13.03-.21c.03-.17.06-.36.12-.57c-.19-.48-.24-1.02-.24-1.55c0-.67.09-1.35.42-1.95L1.16%201.86c-.2-.2-.2-.51%200-.71s.51-.2.71%200l13%2013zM3.4%204.11c-.06.23-.09.51-.09.87c0%20.74.12%201.1.29%201.29c.15.17.49.36%201.35.36c.34%200%20.61-.04.84-.11L3.4%204.13zm8.26%208.26l-1.32-1.32v.02c0%20.39-.32.7-.7.7s-.7-.32-.7-.7V9.65L6.85%207.56c-.52.3-1.15.46-1.9.46c-.61%200-1.16-.08-1.62-.27l-.02.11v3.99c.39.3%202.55%201.34%204.69%201.34c1.38%200%202.75-.43%203.66-.82%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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