Copilot Success Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Copilot Success 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/307080.svg" alt="Copilot Success icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307080.svg" alt="Copilot Success icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307080.svg" alt="Copilot Success icon" :width="24" :height="24" />
CSS background
.icon-copilot-success {
background-image: url('https://proicons.com/icon/307080.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="M11.5 6.99987C13.985 6.99987 15.9999 9.01493 16 11.4999C16 13.9849 13.985 15.9999 11.5 15.9999C9.015 15.9999 7 13.9849 7 11.4999C7.00007 9.01493 9.01504 6.99987 11.5 6.99987ZM13.8535 10.1464C13.6583 9.95117 13.3417 9.95119 13.1465 10.1464L11 12.2928L9.85352 11.1464C9.65828 10.9512 9.34174 10.9512 9.14648 11.1464C8.95124 11.3416 8.95127 11.6581 9.14648 11.8534L10.6465 13.3534C10.8417 13.5487 11.1583 13.5487 11.3535 13.3534L13.8535 10.8534C14.0487 10.6581 14.0488 10.3416 13.8535 10.1464Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.13867 1.76941C8.82067 1.03841 9.87702 0.869784 11.083 1.00378C12.3127 1.14075 13.2276 1.53183 13.8066 2.26452C14.3716 2.98049 14.5 3.87891 14.5 4.74987C14.5 5.24787 14.4409 5.74114 14.2979 6.19714C13.8629 5.96718 13.3962 5.7917 12.9072 5.6737C12.9652 5.45274 13 5.15767 13 4.74987C13 3.984 12.8768 3.50817 12.6299 3.19519C12.3959 2.89919 11.937 2.60799 10.917 2.49499C9.87342 2.37904 9.42945 2.58593 9.23633 2.79284C9.03233 3.01084 8.87714 3.4711 8.99414 4.4071C9.07511 5.05674 9.25774 5.51969 9.51953 5.84265C9.03564 6.01264 8.57711 6.23844 8.1582 6.52038C8.10428 6.4365 8.04696 6.35434 8 6.26648C7.85707 6.53527 7.67879 6.78481 7.45996 7.00866C6.80996 7.67166 5.896 7.99987 4.75 7.99987C4.09814 7.99987 3.51337 7.91876 3.02344 7.70886L3 7.82409V12.0848L3.06543 12.1229C3.32942 12.2739 3.7154 12.4795 4.19922 12.6844H4.20117C4.6451 12.8734 5.17312 13.0551 5.75098 13.202C5.93093 13.8089 6.20287 14.3767 6.55273 14.8866C5.40403 14.7216 4.39114 14.3952 3.61426 14.0653C3.06635 13.8323 2.62535 13.5997 2.31836 13.4227C2.06243 13.2748 1.81608 13.1162 1.57715 12.9432C1.42715 12.8362 1.22453 12.6836 1.01953 12.5126C0.818749 12.3457 0.594851 12.1432 0.415039 11.9335C0.325105 11.8285 0.231223 11.7041 0.15625 11.5673C0.08625 11.4383 0 11.2399 0 10.9999V9.7362C0 8.69438 0.587804 7.74233 1.51953 7.27624L1.58594 7.24304L1.75391 6.40515C1.55291 5.89715 1.5 5.32187 1.5 4.74987C1.50001 3.87891 1.62839 2.98049 2.19336 2.26452C2.77238 1.53183 3.68725 1.14075 4.91699 1.00378C6.12299 0.869784 7.17933 1.03841 7.86133 1.76941C7.9102 1.82229 7.9571 1.8776 8 1.93347C8.0429 1.8776 8.0898 1.82229 8.13867 1.76941ZM6.76367 2.79284C6.57055 2.58593 6.12658 2.37904 5.08301 2.49499C4.06301 2.60899 3.60412 2.89919 3.37012 3.19519C3.12316 3.50817 3.00001 3.984 3 4.74987C3 5.54162 3.12871 5.91994 3.30762 6.11999C3.46962 6.30099 3.828 6.49987 4.75 6.49987C5.60393 6.49987 6.08869 6.26382 6.3877 5.95886C6.70368 5.63688 6.91485 5.13304 7.00586 4.4071C7.12286 3.4711 6.96767 3.01084 6.76367 2.79284Z"/></svg>
Copied!