copilot error icon

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

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

The same icon in other sets

Related icons in Codicons

Use the copilot error icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M11.5 7C9.02 7 7 9.02 7 11.5S9.02 16 11.5 16s4.5-2.02 4.5-4.5S13.98 7 11.5 7m2 5.79c.2.2.2.51 0 .71s-.51.2-.71 0l-1.29-1.29l-1.29 1.29c-.19.2-.51.2-.71 0s-.2-.51 0-.71l1.29-1.29l-1.29-1.29c-.2-.2-.2-.51 0-.71s.51-.2.71 0l1.29 1.29l1.29-1.29c.2-.2.51-.2.71 0s.2.51 0 .71l-1.29 1.29zm-10.19-.95V7.85l.02-.11c.46.2 1.01.27 1.62.27c1.08 0 1.93-.31 2.54-.93c.2-.21.37-.44.51-.7c.11.21.26.39.41.56c.41-.28.86-.5 1.33-.66c-.09-.06-.16-.12-.23-.19c-.3-.3-.49-.78-.58-1.46c-.11-.88.04-1.31.23-1.51c.18-.19.6-.39 1.58-.28c.96.11 1.39.38 1.61.66c.23.29.35.74.35 1.46c0 .57-.07.91-.18 1.12c.48.09.93.24 1.35.44v-.01c.19-.48.24-1.02.24-1.55c0-.82-.12-1.66-.65-2.33c-.54-.69-1.4-1.05-2.55-1.18c-1.13-.13-2.12.03-2.76.72c-.05.05-.09.1-.13.15c-.04-.05-.08-.11-.13-.15c-.64-.69-1.63-.84-2.76-.72c-1.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.21C1.17 7.65.61 8.64.53 9.23v1.83c.11.71 2.7 3.04 6.4 3.45c-.31-.47-.54-.99-.7-1.54c-1.43-.32-2.62-.91-2.9-1.12zm.35-8.33c.22-.28.65-.55 1.61-.66c.98-.11 1.4.09 1.58.28c.19.21.34.64.23 1.51C7 5.32 6.8 5.79 6.5 6.1c-.28.29-.74.51-1.54.51c-.87 0-1.2-.19-1.35-.36c-.17-.19-.29-.54-.29-1.29s.11-1.16.35-1.46z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function CodiconCopilotError(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" fillRule="evenodd" d="M11.5 7C9.02 7 7 9.02 7 11.5S9.02 16 11.5 16s4.5-2.02 4.5-4.5S13.98 7 11.5 7m2 5.79c.2.2.2.51 0 .71s-.51.2-.71 0l-1.29-1.29l-1.29 1.29c-.19.2-.51.2-.71 0s-.2-.51 0-.71l1.29-1.29l-1.29-1.29c-.2-.2-.2-.51 0-.71s.51-.2.71 0l1.29 1.29l1.29-1.29c.2-.2.51-.2.71 0s.2.51 0 .71l-1.29 1.29zm-10.19-.95V7.85l.02-.11c.46.2 1.01.27 1.62.27c1.08 0 1.93-.31 2.54-.93c.2-.21.37-.44.51-.7c.11.21.26.39.41.56c.41-.28.86-.5 1.33-.66c-.09-.06-.16-.12-.23-.19c-.3-.3-.49-.78-.58-1.46c-.11-.88.04-1.31.23-1.51c.18-.19.6-.39 1.58-.28c.96.11 1.39.38 1.61.66c.23.29.35.74.35 1.46c0 .57-.07.91-.18 1.12c.48.09.93.24 1.35.44v-.01c.19-.48.24-1.02.24-1.55c0-.82-.12-1.66-.65-2.33c-.54-.69-1.4-1.05-2.55-1.18c-1.13-.13-2.12.03-2.76.72c-.05.05-.09.1-.13.15c-.04-.05-.08-.11-.13-.15c-.64-.69-1.63-.84-2.76-.72c-1.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.21C1.17 7.65.61 8.64.53 9.23v1.83c.11.71 2.7 3.04 6.4 3.45c-.31-.47-.54-.99-.7-1.54c-1.43-.32-2.62-.91-2.9-1.12zm.35-8.33c.22-.28.65-.55 1.61-.66c.98-.11 1.4.09 1.58.28c.19.21.34.64.23 1.51C7 5.32 6.8 5.79 6.5 6.1c-.28.29-.74.51-1.54.51c-.87 0-1.2-.19-1.35-.36c-.17-.19-.29-.54-.29-1.29s.11-1.16.35-1.46z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M11.5 7C9.02 7 7 9.02 7 11.5S9.02 16 11.5 16s4.5-2.02 4.5-4.5S13.98 7 11.5 7m2 5.79c.2.2.2.51 0 .71s-.51.2-.71 0l-1.29-1.29l-1.29 1.29c-.19.2-.51.2-.71 0s-.2-.51 0-.71l1.29-1.29l-1.29-1.29c-.2-.2-.2-.51 0-.71s.51-.2.71 0l1.29 1.29l1.29-1.29c.2-.2.51-.2.71 0s.2.51 0 .71l-1.29 1.29zm-10.19-.95V7.85l.02-.11c.46.2 1.01.27 1.62.27c1.08 0 1.93-.31 2.54-.93c.2-.21.37-.44.51-.7c.11.21.26.39.41.56c.41-.28.86-.5 1.33-.66c-.09-.06-.16-.12-.23-.19c-.3-.3-.49-.78-.58-1.46c-.11-.88.04-1.31.23-1.51c.18-.19.6-.39 1.58-.28c.96.11 1.39.38 1.61.66c.23.29.35.74.35 1.46c0 .57-.07.91-.18 1.12c.48.09.93.24 1.35.44v-.01c.19-.48.24-1.02.24-1.55c0-.82-.12-1.66-.65-2.33c-.54-.69-1.4-1.05-2.55-1.18c-1.13-.13-2.12.03-2.76.72c-.05.05-.09.1-.13.15c-.04-.05-.08-.11-.13-.15c-.64-.69-1.63-.84-2.76-.72c-1.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.21C1.17 7.65.61 8.64.53 9.23v1.83c.11.71 2.7 3.04 6.4 3.45c-.31-.47-.54-.99-.7-1.54c-1.43-.32-2.62-.91-2.9-1.12zm.35-8.33c.22-.28.65-.55 1.61-.66c.98-.11 1.4.09 1.58.28c.19.21.34.64.23 1.51C7 5.32 6.8 5.79 6.5 6.1c-.28.29-.74.51-1.54.51c-.87 0-1.2-.19-1.35-.36c-.17-.19-.29-.54-.29-1.29s.11-1.16.35-1.46z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-copilot-error {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.5%207C9.02%207%207%209.02%207%2011.5S9.02%2016%2011.5%2016s4.5-2.02%204.5-4.5S13.98%207%2011.5%207m2%205.79c.2.2.2.51%200%20.71s-.51.2-.71%200l-1.29-1.29l-1.29%201.29c-.19.2-.51.2-.71%200s-.2-.51%200-.71l1.29-1.29l-1.29-1.29c-.2-.2-.2-.51%200-.71s.51-.2.71%200l1.29%201.29l1.29-1.29c.2-.2.51-.2.71%200s.2.51%200%20.71l-1.29%201.29zm-10.19-.95V7.85l.02-.11c.46.2%201.01.27%201.62.27c1.08%200%201.93-.31%202.54-.93c.2-.21.37-.44.51-.7c.11.21.26.39.41.56c.41-.28.86-.5%201.33-.66c-.09-.06-.16-.12-.23-.19c-.3-.3-.49-.78-.58-1.46c-.11-.88.04-1.31.23-1.51c.18-.19.6-.39%201.58-.28c.96.11%201.39.38%201.61.66c.23.29.35.74.35%201.46c0%20.57-.07.91-.18%201.12c.48.09.93.24%201.35.44v-.01c.19-.48.24-1.02.24-1.55c0-.82-.12-1.66-.65-2.33c-.54-.69-1.4-1.05-2.55-1.18c-1.13-.13-2.12.03-2.76.72c-.05.05-.09.1-.13.15c-.04-.05-.08-.11-.13-.15c-.64-.69-1.63-.84-2.76-.72c-1.15.13-2.01.49-2.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.21C1.17%207.65.61%208.64.53%209.23v1.83c.11.71%202.7%203.04%206.4%203.45c-.31-.47-.54-.99-.7-1.54c-1.43-.32-2.62-.91-2.9-1.12zm.35-8.33c.22-.28.65-.55%201.61-.66c.98-.11%201.4.09%201.58.28c.19.21.34.64.23%201.51C7%205.32%206.8%205.79%206.5%206.1c-.28.29-.74.51-1.54.51c-.87%200-1.2-.19-1.35-.36c-.17-.19-.29-.54-.29-1.29s.11-1.16.35-1.46z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.5%207C9.02%207%207%209.02%207%2011.5S9.02%2016%2011.5%2016s4.5-2.02%204.5-4.5S13.98%207%2011.5%207m2%205.79c.2.2.2.51%200%20.71s-.51.2-.71%200l-1.29-1.29l-1.29%201.29c-.19.2-.51.2-.71%200s-.2-.51%200-.71l1.29-1.29l-1.29-1.29c-.2-.2-.2-.51%200-.71s.51-.2.71%200l1.29%201.29l1.29-1.29c.2-.2.51-.2.71%200s.2.51%200%20.71l-1.29%201.29zm-10.19-.95V7.85l.02-.11c.46.2%201.01.27%201.62.27c1.08%200%201.93-.31%202.54-.93c.2-.21.37-.44.51-.7c.11.21.26.39.41.56c.41-.28.86-.5%201.33-.66c-.09-.06-.16-.12-.23-.19c-.3-.3-.49-.78-.58-1.46c-.11-.88.04-1.31.23-1.51c.18-.19.6-.39%201.58-.28c.96.11%201.39.38%201.61.66c.23.29.35.74.35%201.46c0%20.57-.07.91-.18%201.12c.48.09.93.24%201.35.44v-.01c.19-.48.24-1.02.24-1.55c0-.82-.12-1.66-.65-2.33c-.54-.69-1.4-1.05-2.55-1.18c-1.13-.13-2.12.03-2.76.72c-.05.05-.09.1-.13.15c-.04-.05-.08-.11-.13-.15c-.64-.69-1.63-.84-2.76-.72c-1.15.13-2.01.49-2.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.21C1.17%207.65.61%208.64.53%209.23v1.83c.11.71%202.7%203.04%206.4%203.45c-.31-.47-.54-.99-.7-1.54c-1.43-.32-2.62-.91-2.9-1.12zm.35-8.33c.22-.28.65-.55%201.61-.66c.98-.11%201.4.09%201.58.28c.19.21.34.64.23%201.51C7%205.32%206.8%205.79%206.5%206.1c-.28.29-.74.51-1.54.51c-.87%200-1.2-.19-1.35-.36c-.17-.19-.29-.54-.29-1.29s.11-1.16.35-1.46z%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/copilot-error.svg?color=%231a73e8&size=48