Copilot Error Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Copilot Error icon is commonly used in form validation, error pages and alert banners. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/307075.svg" alt="Copilot Error icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307075.svg" alt="Copilot Error icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307075.svg" alt="Copilot Error icon" :width="24" :height="24" />
CSS background
.icon-copilot-error {
background-image: url('https://proicons.com/icon/307075.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.199 12.684C3.715 12.479 3.329 12.274 3.065 12.123L3 12.085V7.824L3.023 7.709C3.513 7.919 4.098 8 4.75 8C5.896 8 6.81 7.672 7.46 7.009C7.679 6.785 7.857 6.535 8 6.266C8.047 6.354 8.104 6.436 8.158 6.52C8.577 6.238 9.036 6.013 9.52 5.843C9.258 5.52 9.075 5.057 8.994 4.407C8.877 3.471 9.032 3.011 9.236 2.793C9.429 2.586 9.873 2.379 10.917 2.495C11.937 2.608 12.396 2.899 12.63 3.195C12.877 3.508 13 3.984 13 4.75C13 5.158 12.965 5.453 12.907 5.674C13.396 5.792 13.863 5.967 14.298 6.197C14.441 5.741 14.5 5.248 14.5 4.75C14.5 3.879 14.372 2.981 13.807 2.265C13.228 1.532 12.313 1.141 11.083 1.004C9.877 0.870002 8.821 1.038 8.139 1.769C8.09 1.822 8.043 1.877 8 1.933C7.957 1.877 7.91 1.822 7.861 1.769C7.179 1.038 6.123 0.870002 4.917 1.004C3.687 1.141 2.772 1.532 2.193 2.265C1.628 2.981 1.5 3.879 1.5 4.75C1.5 5.322 1.553 5.897 1.754 6.405L1.586 7.243L1.52 7.276C0.588 7.742 0 8.694 0 9.736V11C0 11.24 0.086 11.438 0.156 11.567C0.231 11.704 0.325 11.828 0.415 11.933C0.595 12.143 0.819 12.346 1.02 12.513C1.225 12.684 1.427 12.836 1.577 12.943C1.816 13.116 2.062 13.275 2.318 13.423C2.625 13.6 3.066 13.832 3.614 14.065C4.391 14.395 5.404 14.722 6.553 14.887C6.203 14.377 5.931 13.809 5.751 13.202C5.173 13.055 4.645 12.873 4.201 12.684H4.199ZM3.37 3.195C3.604 2.899 4.063 2.609 5.083 2.495C6.127 2.379 6.571 2.586 6.764 2.793C6.968 3.011 7.123 3.471 7.006 4.407C6.915 5.133 6.704 5.637 6.388 5.959C6.089 6.264 5.604 6.5 4.75 6.5C3.828 6.5 3.47 6.301 3.308 6.12C3.129 5.92 3 5.542 3 4.75C3 3.984 3.123 3.508 3.37 3.195ZM11.5 7C9.015 7 7 9.015 7 11.5C7 13.985 9.015 16 11.5 16C13.985 16 16 13.985 16 11.5C16 9.015 13.985 7 11.5 7ZM13.502 12.794C13.697 12.989 13.697 13.306 13.502 13.501C13.307 13.696 12.99 13.696 12.795 13.501L11.501 12.207L10.207 13.501C10.012 13.696 9.695 13.696 9.5 13.501C9.305 13.306 9.305 12.989 9.5 12.794L10.794 11.5L9.5 10.206C9.305 10.011 9.305 9.694 9.5 9.499C9.695 9.304 10.012 9.304 10.207 9.499L11.501 10.793L12.795 9.499C12.99 9.304 13.307 9.304 13.502 9.499C13.697 9.694 13.697 10.011 13.502 10.206L12.208 11.5L13.502 12.794Z"/></svg>
Copied!