Copilot Large Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Copilot Large 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/307077.svg" alt="Copilot Large icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307077.svg" alt="Copilot Large icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307077.svg" alt="Copilot Large icon" :width="24" :height="24" />
CSS background
.icon-copilot-large {
background-image: url('https://proicons.com/icon/307077.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="50" height="50" viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M48.852 28.3205C48.108 26.4535 46.16 23.7405 43.647 23.0125C43.313 22.1575 42.82 20.9065 42.359 19.9835C42.437 19.2775 42.464 18.5485 42.464 17.8125C42.464 15.1535 41.9 12.8205 40.201 11.0835C39.408 10.2725 38.424 9.65049 37.257 9.18249C34.461 6.91149 30.393 5.00049 24.938 5.00049C19.483 5.00049 15.502 6.91149 12.706 9.18249C11.538 9.65049 10.554 10.2725 9.761 11.0835C8.062 12.8205 7.499 15.1535 7.499 17.8125C7.494 18.5375 7.529 19.2625 7.603 19.9835C7.142 20.9065 6.649 22.1575 6.316 23.0125C3.802 23.7405 1.854 26.4535 1.11 28.3205C1.047 28.4805 1.012 28.6485 1 28.8185V34.4335C1.009 34.6335 1.065 34.8285 1.161 35.0035C2.881 37.9915 12.867 45.0405 24.981 45.0405C37.095 45.0405 47.081 37.9915 48.801 35.0035C48.927 34.7855 48.967 34.5355 48.967 34.2835V28.9655C48.967 28.7445 48.933 28.5255 48.852 28.3205ZM26.479 15.3405C26.482 13.8035 26.818 12.8025 27.355 12.1885C28.037 11.4085 29.446 10.8105 32.415 11.1315C35.424 11.4575 37.105 12.2045 38.059 13.1795C38.982 14.1235 39.467 15.5355 39.467 17.8125C39.467 20.2325 39.118 21.6615 38.351 22.5315C37.622 23.3585 36.187 24.0305 33.042 24.0305C30.625 24.0305 29.243 23.2445 28.36 22.1575C27.411 20.9895 26.877 19.2795 26.606 17.1675C26.521 16.5055 26.481 15.9125 26.479 15.3825V15.3405ZM11.904 13.1795C12.857 12.2045 14.539 11.4575 17.547 11.1315C20.517 10.8105 21.926 11.4085 22.607 12.1885C23.144 12.8025 23.48 13.8035 23.483 15.3405V15.3825C23.478 15.9795 23.436 16.5755 23.356 17.1675C23.085 19.2795 22.551 20.9895 21.603 22.1575C20.719 23.2445 19.337 24.0305 16.92 24.0305C13.776 24.0305 12.34 23.3585 11.611 22.5315C10.844 21.6615 10.496 20.2325 10.496 17.8125C10.496 15.5355 10.981 14.1235 11.904 13.1795ZM40.965 37.6685C38.098 39.2265 31.945 42.0215 24.981 42.0215C18.017 42.0215 11.864 39.2265 8.997 37.6685V24.5135L9.192 24.3035C9.247 24.3755 9.304 24.4455 9.363 24.5135C10.948 26.3105 13.473 27.0275 16.92 27.0275C20.095 27.0275 22.391 25.9395 23.928 24.0475C24.189 23.7265 24.426 23.3865 24.637 23.0315H25.325C25.537 23.3865 25.774 23.7265 26.034 24.0475C27.572 25.9395 29.867 27.0275 33.042 27.0275C36.489 27.0275 39.015 26.3105 40.599 24.5135C40.704 24.3945 40.77 24.3035 40.77 24.3035L40.965 24.5135V37.6685Z"/><path d="M22.001 31.5155C22.001 30.4115 21.106 29.5165 20.002 29.5165C18.898 29.5165 18.003 30.4115 18.003 31.5155V35.5135C18.002 35.5555 18.002 35.5975 18.003 35.6405C18.038 36.7445 18.961 37.6115 20.065 37.5765C21.169 37.5415 22.036 36.6185 22.001 35.5145V31.5155Z"/><path d="M31.997 31.5155C31.997 30.4115 31.102 29.5165 29.998 29.5165C28.894 29.5165 27.999 30.4115 27.999 31.5155V35.5135C27.998 35.5555 27.998 35.5975 27.999 35.6405C28.034 36.7445 28.957 37.6115 30.061 37.5765C31.165 37.5415 32.032 36.6185 31.997 35.5145V31.5155Z"/></svg>
Copied!