github copilot logo
github-copilot from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- github-copilot
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×208
- License
- CC0
The same logo in other sets
Related icons in SVG Logos
Use the github copilot logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 208"><path d="M205.28 31.36c14.096 14.88 20.016 35.2 22.512 63.68c6.626 0 12.805 1.47 16.976 7.152l7.792 10.56A17.55 17.55 0 0 1 256 123.2v28.688c-.008 3.704-1.843 7.315-4.832 9.504C215.885 187.222 172.35 208 128 208c-49.066 0-98.19-28.273-123.168-46.608c-2.989-2.189-4.825-5.8-4.832-9.504V123.2c0-3.776 1.2-7.424 3.424-10.464l7.792-10.544c4.173-5.657 10.38-7.152 16.992-7.152c2.496-28.48 8.4-48.8 22.512-63.68C77.331 3.165 112.567.06 127.552 0H128c14.72 0 50.4 2.88 77.28 31.36m-77.264 47.376c-3.04 0-6.544.176-10.272.544c-1.312 4.896-3.248 9.312-6.08 12.128c-11.2 11.2-24.704 12.928-31.936 12.928c-6.802 0-13.927-1.42-19.744-5.088c-5.502 1.808-10.786 4.415-11.136 10.912c-.586 12.28-.637 24.55-.688 36.824c-.026 6.16-.05 12.322-.144 18.488c.024 3.579 2.182 6.903 5.44 8.384C79.936 185.92 104.976 192 128.016 192c23.008 0 48.048-6.08 74.512-18.144c3.258-1.48 5.415-4.805 5.44-8.384c.317-18.418.062-36.912-.816-55.312h.016c-.342-6.534-5.648-9.098-11.168-10.912c-5.82 3.652-12.927 5.088-19.728 5.088c-7.232 0-20.72-1.728-31.936-12.928c-2.832-2.816-4.768-7.232-6.08-12.128a106 106 0 0 0-10.24-.544m-26.941 43.93c5.748 0 10.408 4.66 10.408 10.409v19.183c0 5.749-4.66 10.409-10.408 10.409s-10.408-4.66-10.408-10.409v-19.183c0-5.748 4.66-10.408 10.408-10.408m53.333 0c5.749 0 10.409 4.66 10.409 10.409v19.183c0 5.749-4.66 10.409-10.409 10.409c-5.748 0-10.408-4.66-10.408-10.409v-19.183c0-5.748 4.66-10.408 10.408-10.408M81.44 28.32c-11.2 1.12-20.64 4.8-25.44 9.92c-10.4 11.36-8.16 40.16-2.24 46.24c4.32 4.32 12.48 7.2 21.28 7.2c6.72 0 19.52-1.44 30.08-12.16c4.64-4.48 7.52-15.68 7.2-27.04c-.32-9.12-2.88-16.64-6.72-19.84c-4.16-3.68-13.6-5.28-24.16-4.32m68.96 4.32c-3.84 3.2-6.4 10.72-6.72 19.84c-.32 11.36 2.56 22.56 7.2 27.04c10.56 10.72 23.36 12.16 30.08 12.16c8.8 0 16.96-2.88 21.28-7.2c5.92-6.08 8.16-34.88-2.24-46.24c-4.8-5.12-14.24-8.8-25.44-9.92c-10.56-.96-20 .64-24.16 4.32M128 56c-2.56 0-5.6.16-8.96.48c.32 1.76.48 3.68.64 5.76c0 1.44 0 2.88-.16 4.48c3.2-.32 5.92-.32 8.48-.32s5.28 0 8.48.32c-.16-1.6-.16-3.04-.16-4.48c.16-2.08.32-4 .64-5.76c-3.36-.32-6.4-.48-8.96-.48"/></svg>
React
import type { SVGProps } from "react";
export function LogosGithubCopilot(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 208"><path d="M205.28 31.36c14.096 14.88 20.016 35.2 22.512 63.68c6.626 0 12.805 1.47 16.976 7.152l7.792 10.56A17.55 17.55 0 0 1 256 123.2v28.688c-.008 3.704-1.843 7.315-4.832 9.504C215.885 187.222 172.35 208 128 208c-49.066 0-98.19-28.273-123.168-46.608c-2.989-2.189-4.825-5.8-4.832-9.504V123.2c0-3.776 1.2-7.424 3.424-10.464l7.792-10.544c4.173-5.657 10.38-7.152 16.992-7.152c2.496-28.48 8.4-48.8 22.512-63.68C77.331 3.165 112.567.06 127.552 0H128c14.72 0 50.4 2.88 77.28 31.36m-77.264 47.376c-3.04 0-6.544.176-10.272.544c-1.312 4.896-3.248 9.312-6.08 12.128c-11.2 11.2-24.704 12.928-31.936 12.928c-6.802 0-13.927-1.42-19.744-5.088c-5.502 1.808-10.786 4.415-11.136 10.912c-.586 12.28-.637 24.55-.688 36.824c-.026 6.16-.05 12.322-.144 18.488c.024 3.579 2.182 6.903 5.44 8.384C79.936 185.92 104.976 192 128.016 192c23.008 0 48.048-6.08 74.512-18.144c3.258-1.48 5.415-4.805 5.44-8.384c.317-18.418.062-36.912-.816-55.312h.016c-.342-6.534-5.648-9.098-11.168-10.912c-5.82 3.652-12.927 5.088-19.728 5.088c-7.232 0-20.72-1.728-31.936-12.928c-2.832-2.816-4.768-7.232-6.08-12.128a106 106 0 0 0-10.24-.544m-26.941 43.93c5.748 0 10.408 4.66 10.408 10.409v19.183c0 5.749-4.66 10.409-10.408 10.409s-10.408-4.66-10.408-10.409v-19.183c0-5.748 4.66-10.408 10.408-10.408m53.333 0c5.749 0 10.409 4.66 10.409 10.409v19.183c0 5.749-4.66 10.409-10.409 10.409c-5.748 0-10.408-4.66-10.408-10.409v-19.183c0-5.748 4.66-10.408 10.408-10.408M81.44 28.32c-11.2 1.12-20.64 4.8-25.44 9.92c-10.4 11.36-8.16 40.16-2.24 46.24c4.32 4.32 12.48 7.2 21.28 7.2c6.72 0 19.52-1.44 30.08-12.16c4.64-4.48 7.52-15.68 7.2-27.04c-.32-9.12-2.88-16.64-6.72-19.84c-4.16-3.68-13.6-5.28-24.16-4.32m68.96 4.32c-3.84 3.2-6.4 10.72-6.72 19.84c-.32 11.36 2.56 22.56 7.2 27.04c10.56 10.72 23.36 12.16 30.08 12.16c8.8 0 16.96-2.88 21.28-7.2c5.92-6.08 8.16-34.88-2.24-46.24c-4.8-5.12-14.24-8.8-25.44-9.92c-10.56-.96-20 .64-24.16 4.32M128 56c-2.56 0-5.6.16-8.96.48c.32 1.76.48 3.68.64 5.76c0 1.44 0 2.88-.16 4.48c3.2-.32 5.92-.32 8.48-.32s5.28 0 8.48.32c-.16-1.6-.16-3.04-.16-4.48c.16-2.08.32-4 .64-5.76c-3.36-.32-6.4-.48-8.96-.48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 208"><path d="M205.28 31.36c14.096 14.88 20.016 35.2 22.512 63.68c6.626 0 12.805 1.47 16.976 7.152l7.792 10.56A17.55 17.55 0 0 1 256 123.2v28.688c-.008 3.704-1.843 7.315-4.832 9.504C215.885 187.222 172.35 208 128 208c-49.066 0-98.19-28.273-123.168-46.608c-2.989-2.189-4.825-5.8-4.832-9.504V123.2c0-3.776 1.2-7.424 3.424-10.464l7.792-10.544c4.173-5.657 10.38-7.152 16.992-7.152c2.496-28.48 8.4-48.8 22.512-63.68C77.331 3.165 112.567.06 127.552 0H128c14.72 0 50.4 2.88 77.28 31.36m-77.264 47.376c-3.04 0-6.544.176-10.272.544c-1.312 4.896-3.248 9.312-6.08 12.128c-11.2 11.2-24.704 12.928-31.936 12.928c-6.802 0-13.927-1.42-19.744-5.088c-5.502 1.808-10.786 4.415-11.136 10.912c-.586 12.28-.637 24.55-.688 36.824c-.026 6.16-.05 12.322-.144 18.488c.024 3.579 2.182 6.903 5.44 8.384C79.936 185.92 104.976 192 128.016 192c23.008 0 48.048-6.08 74.512-18.144c3.258-1.48 5.415-4.805 5.44-8.384c.317-18.418.062-36.912-.816-55.312h.016c-.342-6.534-5.648-9.098-11.168-10.912c-5.82 3.652-12.927 5.088-19.728 5.088c-7.232 0-20.72-1.728-31.936-12.928c-2.832-2.816-4.768-7.232-6.08-12.128a106 106 0 0 0-10.24-.544m-26.941 43.93c5.748 0 10.408 4.66 10.408 10.409v19.183c0 5.749-4.66 10.409-10.408 10.409s-10.408-4.66-10.408-10.409v-19.183c0-5.748 4.66-10.408 10.408-10.408m53.333 0c5.749 0 10.409 4.66 10.409 10.409v19.183c0 5.749-4.66 10.409-10.409 10.409c-5.748 0-10.408-4.66-10.408-10.409v-19.183c0-5.748 4.66-10.408 10.408-10.408M81.44 28.32c-11.2 1.12-20.64 4.8-25.44 9.92c-10.4 11.36-8.16 40.16-2.24 46.24c4.32 4.32 12.48 7.2 21.28 7.2c6.72 0 19.52-1.44 30.08-12.16c4.64-4.48 7.52-15.68 7.2-27.04c-.32-9.12-2.88-16.64-6.72-19.84c-4.16-3.68-13.6-5.28-24.16-4.32m68.96 4.32c-3.84 3.2-6.4 10.72-6.72 19.84c-.32 11.36 2.56 22.56 7.2 27.04c10.56 10.72 23.36 12.16 30.08 12.16c8.8 0 16.96-2.88 21.28-7.2c5.92-6.08 8.16-34.88-2.24-46.24c-4.8-5.12-14.24-8.8-25.44-9.92c-10.56-.96-20 .64-24.16 4.32M128 56c-2.56 0-5.6.16-8.96.48c.32 1.76.48 3.68.64 5.76c0 1.44 0 2.88-.16 4.48c3.2-.32 5.92-.32 8.48-.32s5.28 0 8.48.32c-.16-1.6-.16-3.04-.16-4.48c.16-2.08.32-4 .64-5.76c-3.36-.32-6.4-.48-8.96-.48"/></svg> </template>
CSS
.icon-github-copilot {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20208%22%3E%3Cpath%20d%3D%22M205.28%2031.36c14.096%2014.88%2020.016%2035.2%2022.512%2063.68c6.626%200%2012.805%201.47%2016.976%207.152l7.792%2010.56A17.55%2017.55%200%200%201%20256%20123.2v28.688c-.008%203.704-1.843%207.315-4.832%209.504C215.885%20187.222%20172.35%20208%20128%20208c-49.066%200-98.19-28.273-123.168-46.608c-2.989-2.189-4.825-5.8-4.832-9.504V123.2c0-3.776%201.2-7.424%203.424-10.464l7.792-10.544c4.173-5.657%2010.38-7.152%2016.992-7.152c2.496-28.48%208.4-48.8%2022.512-63.68C77.331%203.165%20112.567.06%20127.552%200H128c14.72%200%2050.4%202.88%2077.28%2031.36m-77.264%2047.376c-3.04%200-6.544.176-10.272.544c-1.312%204.896-3.248%209.312-6.08%2012.128c-11.2%2011.2-24.704%2012.928-31.936%2012.928c-6.802%200-13.927-1.42-19.744-5.088c-5.502%201.808-10.786%204.415-11.136%2010.912c-.586%2012.28-.637%2024.55-.688%2036.824c-.026%206.16-.05%2012.322-.144%2018.488c.024%203.579%202.182%206.903%205.44%208.384C79.936%20185.92%20104.976%20192%20128.016%20192c23.008%200%2048.048-6.08%2074.512-18.144c3.258-1.48%205.415-4.805%205.44-8.384c.317-18.418.062-36.912-.816-55.312h.016c-.342-6.534-5.648-9.098-11.168-10.912c-5.82%203.652-12.927%205.088-19.728%205.088c-7.232%200-20.72-1.728-31.936-12.928c-2.832-2.816-4.768-7.232-6.08-12.128a106%20106%200%200%200-10.24-.544m-26.941%2043.93c5.748%200%2010.408%204.66%2010.408%2010.409v19.183c0%205.749-4.66%2010.409-10.408%2010.409s-10.408-4.66-10.408-10.409v-19.183c0-5.748%204.66-10.408%2010.408-10.408m53.333%200c5.749%200%2010.409%204.66%2010.409%2010.409v19.183c0%205.749-4.66%2010.409-10.409%2010.409c-5.748%200-10.408-4.66-10.408-10.409v-19.183c0-5.748%204.66-10.408%2010.408-10.408M81.44%2028.32c-11.2%201.12-20.64%204.8-25.44%209.92c-10.4%2011.36-8.16%2040.16-2.24%2046.24c4.32%204.32%2012.48%207.2%2021.28%207.2c6.72%200%2019.52-1.44%2030.08-12.16c4.64-4.48%207.52-15.68%207.2-27.04c-.32-9.12-2.88-16.64-6.72-19.84c-4.16-3.68-13.6-5.28-24.16-4.32m68.96%204.32c-3.84%203.2-6.4%2010.72-6.72%2019.84c-.32%2011.36%202.56%2022.56%207.2%2027.04c10.56%2010.72%2023.36%2012.16%2030.08%2012.16c8.8%200%2016.96-2.88%2021.28-7.2c5.92-6.08%208.16-34.88-2.24-46.24c-4.8-5.12-14.24-8.8-25.44-9.92c-10.56-.96-20%20.64-24.16%204.32M128%2056c-2.56%200-5.6.16-8.96.48c.32%201.76.48%203.68.64%205.76c0%201.44%200%202.88-.16%204.48c3.2-.32%205.92-.32%208.48-.32s5.28%200%208.48.32c-.16-1.6-.16-3.04-.16-4.48c.16-2.08.32-4%20.64-5.76c-3.36-.32-6.4-.48-8.96-.48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20208%22%3E%3Cpath%20d%3D%22M205.28%2031.36c14.096%2014.88%2020.016%2035.2%2022.512%2063.68c6.626%200%2012.805%201.47%2016.976%207.152l7.792%2010.56A17.55%2017.55%200%200%201%20256%20123.2v28.688c-.008%203.704-1.843%207.315-4.832%209.504C215.885%20187.222%20172.35%20208%20128%20208c-49.066%200-98.19-28.273-123.168-46.608c-2.989-2.189-4.825-5.8-4.832-9.504V123.2c0-3.776%201.2-7.424%203.424-10.464l7.792-10.544c4.173-5.657%2010.38-7.152%2016.992-7.152c2.496-28.48%208.4-48.8%2022.512-63.68C77.331%203.165%20112.567.06%20127.552%200H128c14.72%200%2050.4%202.88%2077.28%2031.36m-77.264%2047.376c-3.04%200-6.544.176-10.272.544c-1.312%204.896-3.248%209.312-6.08%2012.128c-11.2%2011.2-24.704%2012.928-31.936%2012.928c-6.802%200-13.927-1.42-19.744-5.088c-5.502%201.808-10.786%204.415-11.136%2010.912c-.586%2012.28-.637%2024.55-.688%2036.824c-.026%206.16-.05%2012.322-.144%2018.488c.024%203.579%202.182%206.903%205.44%208.384C79.936%20185.92%20104.976%20192%20128.016%20192c23.008%200%2048.048-6.08%2074.512-18.144c3.258-1.48%205.415-4.805%205.44-8.384c.317-18.418.062-36.912-.816-55.312h.016c-.342-6.534-5.648-9.098-11.168-10.912c-5.82%203.652-12.927%205.088-19.728%205.088c-7.232%200-20.72-1.728-31.936-12.928c-2.832-2.816-4.768-7.232-6.08-12.128a106%20106%200%200%200-10.24-.544m-26.941%2043.93c5.748%200%2010.408%204.66%2010.408%2010.409v19.183c0%205.749-4.66%2010.409-10.408%2010.409s-10.408-4.66-10.408-10.409v-19.183c0-5.748%204.66-10.408%2010.408-10.408m53.333%200c5.749%200%2010.409%204.66%2010.409%2010.409v19.183c0%205.749-4.66%2010.409-10.409%2010.409c-5.748%200-10.408-4.66-10.408-10.409v-19.183c0-5.748%204.66-10.408%2010.408-10.408M81.44%2028.32c-11.2%201.12-20.64%204.8-25.44%209.92c-10.4%2011.36-8.16%2040.16-2.24%2046.24c4.32%204.32%2012.48%207.2%2021.28%207.2c6.72%200%2019.52-1.44%2030.08-12.16c4.64-4.48%207.52-15.68%207.2-27.04c-.32-9.12-2.88-16.64-6.72-19.84c-4.16-3.68-13.6-5.28-24.16-4.32m68.96%204.32c-3.84%203.2-6.4%2010.72-6.72%2019.84c-.32%2011.36%202.56%2022.56%207.2%2027.04c10.56%2010.72%2023.36%2012.16%2030.08%2012.16c8.8%200%2016.96-2.88%2021.28-7.2c5.92-6.08%208.16-34.88-2.24-46.24c-4.8-5.12-14.24-8.8-25.44-9.92c-10.56-.96-20%20.64-24.16%204.32M128%2056c-2.56%200-5.6.16-8.96.48c.32%201.76.48%203.68.64%205.76c0%201.44%200%202.88-.16%204.48c3.2-.32%205.92-.32%208.48-.32s5.28%200%208.48.32c-.16-1.6-.16-3.04-.16-4.48c.16-2.08.32-4%20.64-5.76c-3.36-.32-6.4-.48-8.96-.48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/github-copilot.svg?color=%231a73e8&size=48