Copilot Warning Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Copilot Warning icon is commonly used in form validation, system alerts and error messages. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/307083.svg" alt="Copilot Warning icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307083.svg" alt="Copilot Warning icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307083.svg" alt="Copilot Warning icon" :width="24" :height="24" />
CSS background
.icon-copilot-warning {
background-image: url('https://proicons.com/icon/307083.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 d="M11.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 7ZM11 9C11 8.724 11.224 8.5 11.5 8.5C11.776 8.5 12 8.724 12 9V11.5C12 11.776 11.776 12 11.5 12C11.224 12 11 11.776 11 11.5V9ZM11.5 14.25C11.086 14.25 10.75 13.914 10.75 13.5C10.75 13.086 11.086 12.75 11.5 12.75C11.914 12.75 12.25 13.086 12.25 13.5C12.25 13.914 11.914 14.25 11.5 14.25ZM2.996 12.118V7.862L3.019 7.746C3.51 7.956 4.094 8.037 4.746 8.037C5.893 8.037 6.806 7.71 7.456 7.046C7.672 6.826 7.855 6.575 8 6.303C8.042 6.382 8.105 6.447 8.154 6.522C8.567 6.243 9.02 6.021 9.497 5.851C9.247 5.529 9.073 5.074 8.994 4.444C8.877 3.509 9.032 3.049 9.236 2.83C9.429 2.624 9.873 2.417 10.917 2.533C11.937 2.646 12.397 2.937 12.63 3.233C12.877 3.545 13 4.022 13 4.787C13 5.173 12.969 5.46 12.917 5.676C13.406 5.795 13.873 5.97 14.307 6.201C14.442 5.753 14.5 5.273 14.5 4.787C14.5 3.917 14.373 3.018 13.807 2.303C13.228 1.57 12.313 1.179 11.083 1.042C9.877 0.907997 8.821 1.076 8.139 1.807C8.09 1.86 8.04 1.915 7.996 1.972C7.953 1.915 7.907 1.86 7.857 1.807C7.175 1.076 6.119 0.907997 4.913 1.042C3.683 1.179 2.768 1.57 2.189 2.303C1.624 3.018 1.496 3.917 1.496 4.787C1.496 5.359 1.549 5.935 1.75 6.443C1.684 6.671 1.653 6.872 1.624 7.055C1.612 7.13 1.601 7.203 1.588 7.273C0.677 7.652 0.085 8.71 0 9.338V11.286C0.112 12.032 2.77 14.432 6.588 14.936C6.229 14.424 5.946 13.855 5.76 13.244C4.381 12.891 3.274 12.332 2.996 12.118ZM3.367 3.233C3.601 2.937 4.061 2.646 5.08 2.533C6.125 2.417 6.569 2.624 6.762 2.83C6.966 3.049 7.12 3.509 7.003 4.444C6.913 5.17 6.701 5.675 6.386 5.997C6.087 6.302 5.601 6.537 4.748 6.537C3.825 6.537 3.468 6.339 3.306 6.158C3.127 5.958 2.998 5.58 2.998 4.787C2.998 4.022 3.12 3.545 3.367 3.233Z"/></svg>
Copied!