Copilot Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Copilot icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307084.svg" alt="Copilot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307084.svg" alt="Copilot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307084.svg" alt="Copilot icon" :width="24" :height="24" />
CSS background
.icon-copilot {
background-image: url('https://proicons.com/icon/307084.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="M6.25 9.03699C6.664 9.03699 6.99999 9.373 7 9.78699V11.288C7 11.702 6.664 12.038 6.25 12.038C5.836 12.038 5.5 11.702 5.5 11.288V9.78699C5.50001 9.373 5.836 9.03699 6.25 9.03699Z"/><path d="M9.75 9.03699C10.164 9.03699 10.5 9.373 10.5 9.78699V11.288C10.5 11.702 10.164 12.038 9.75 12.038C9.336 12.038 9 11.702 9 11.288V9.78699C9.00001 9.373 9.336 9.03699 9.75 9.03699Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.13867 1.80652C8.82067 1.07559 9.87705 0.907879 11.083 1.04187C12.3128 1.17885 13.2276 1.56987 13.8066 2.30261C14.3726 3.01761 14.5 3.91699 14.5 4.78699C14.5 5.35899 14.4471 5.93524 14.2461 6.44324C14.312 6.67097 14.3441 6.87174 14.3721 7.05457C14.3841 7.13057 14.3962 7.20332 14.4092 7.27332C15.333 7.65842 15.931 8.74411 16 9.36804V11.2401C15.9996 12.0063 12.6487 15.035 7.99805 15.035C3.43611 15.035 0.125083 12.1211 0 11.286V9.33777C0.0850941 8.7098 0.67711 7.65235 1.58789 7.27332C1.60089 7.20332 1.61202 7.12957 1.62402 7.05457C1.65299 6.87174 1.6841 6.67097 1.75 6.44324C1.549 5.93524 1.49609 5.35899 1.49609 4.78699C1.49609 3.91699 1.62445 3.01761 2.18945 2.30261C2.76847 1.5699 3.68333 1.17884 4.91309 1.04187C6.11903 0.907894 7.17544 1.07557 7.85742 1.80652C7.90736 1.85945 7.95314 1.91464 7.99609 1.97156C8.04004 1.91467 8.08976 1.85943 8.13867 1.80652ZM8 6.30261C7.85503 6.57456 7.672 6.82481 7.45605 7.04578C6.80607 7.70976 5.89305 8.03697 4.74609 8.03699C4.09409 8.03699 3.50955 7.95597 3.01855 7.74597L2.99609 7.86219V12.1171C3.41537 12.4402 5.71823 13.5497 7.99805 13.5497C10.278 13.5497 12.5819 12.4401 13 12.1171V7.86219L12.9766 7.74597C12.4866 7.95586 11.9018 8.03699 11.25 8.03699C10.104 8.03699 9.19104 7.70978 8.54004 7.04578C8.32508 6.8248 8.14398 6.57458 8 6.30261ZM6.76172 2.82996C6.56865 2.62401 6.12477 2.41713 5.08008 2.53308C4.06108 2.64608 3.60119 2.93728 3.36719 3.23328C3.12024 3.54528 2.99805 4.02207 2.99805 4.78699C2.99805 5.57984 3.12672 5.95806 3.30566 6.15808C3.46766 6.33908 3.82505 6.53699 4.74805 6.53699C5.60091 6.53698 6.08674 6.30189 6.38574 5.99695C6.70071 5.67499 6.91291 5.17009 7.00293 4.44422C7.11993 3.50922 6.96572 3.04896 6.76172 2.82996ZM10.917 2.53308C9.87329 2.41712 9.42942 2.62402 9.23633 2.82996C9.03233 3.04896 8.87714 3.50922 8.99414 4.44422C9.08516 5.17008 9.29734 5.67499 9.6123 5.99695C9.91132 6.30188 10.3961 6.53699 11.25 6.53699C12.172 6.53699 12.5304 6.33908 12.6924 6.15808C12.8713 5.95805 13 5.57981 13 4.78699C13 4.02209 12.8768 3.54528 12.6299 3.23328C12.3969 2.93728 11.937 2.64608 10.917 2.53308Z"/></svg>
Copied!