copilot large icon
copilot-large from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- copilot-large
- Set
- Codicons
- Style
- Regular
- Viewbox
- 50×50
- License
- CC BY 4.0
Related icons in Codicons
Use the copilot large icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 50 50"><g fill="currentColor"><path d="M48.852 28.32c-.744-1.867-2.692-4.58-5.205-5.308c-.334-.855-.827-2.105-1.288-3.029c.078-.706.105-1.434.105-2.17c0-2.66-.564-4.992-2.263-6.73c-.793-.81-1.777-1.433-2.944-1.9C34.461 6.91 30.393 5 24.938 5s-9.436 1.911-12.232 4.182c-1.168.468-2.152 1.09-2.945 1.902c-1.699 1.736-2.262 4.07-2.262 6.729q-.007 1.089.104 2.17c-.461.924-.954 2.174-1.287 3.03c-2.514.727-4.462 3.44-5.206 5.307q-.093.241-.11.498v5.616c.009.2.065.395.161.57c1.72 2.988 11.706 10.037 23.82 10.037s22.1-7.05 23.82-10.037c.126-.218.166-.468.166-.72v-5.318c0-.222-.034-.44-.115-.646M26.479 15.34c.003-1.537.339-2.537.876-3.152c.682-.78 2.091-1.378 5.06-1.056c3.009.325 4.69 1.072 5.644 2.048c.923.944 1.408 2.356 1.408 4.633c0 2.42-.349 3.849-1.116 4.719c-.729.826-2.164 1.499-5.309 1.499c-2.417 0-3.799-.787-4.682-1.873c-.949-1.169-1.483-2.879-1.754-4.99a15 15 0 0 1-.127-1.785zm-14.575-2.16c.953-.976 2.635-1.723 5.643-2.048c2.97-.322 4.379.277 5.06 1.056c.537.614.873 1.615.876 3.153v.042a14 14 0 0 1-.127 1.785c-.271 2.111-.805 3.822-1.753 4.99c-.884 1.086-2.266 1.872-4.683 1.872c-3.144 0-4.58-.672-5.309-1.498c-.767-.87-1.115-2.3-1.115-4.72c0-2.277.485-3.689 1.408-4.632m29.061 24.489c-2.867 1.558-9.02 4.353-15.984 4.353s-13.117-2.795-15.984-4.353V24.514l.195-.21q.082.108.171.21c1.585 1.797 4.11 2.514 7.557 2.514c3.175 0 5.471-1.088 7.008-2.98q.392-.483.709-1.016h.688q.318.534.709 1.015c1.538 1.892 3.833 2.98 7.008 2.98c3.447 0 5.973-.716 7.557-2.514c.105-.119.171-.21.171-.21l.195.21z"/><path d="M22.001 31.516a1.999 1.999 0 0 0-3.998 0v4.125a2 2 0 0 0 3.998-.127zm9.996 0a1.999 1.999 0 0 0-3.998 0v4.125a2 2 0 0 0 3.998-.127z"/></g></svg>
React
import type { SVGProps } from "react";
export function CodiconCopilotLarge(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 50 50"><g fill="currentColor"><path d="M48.852 28.32c-.744-1.867-2.692-4.58-5.205-5.308c-.334-.855-.827-2.105-1.288-3.029c.078-.706.105-1.434.105-2.17c0-2.66-.564-4.992-2.263-6.73c-.793-.81-1.777-1.433-2.944-1.9C34.461 6.91 30.393 5 24.938 5s-9.436 1.911-12.232 4.182c-1.168.468-2.152 1.09-2.945 1.902c-1.699 1.736-2.262 4.07-2.262 6.729q-.007 1.089.104 2.17c-.461.924-.954 2.174-1.287 3.03c-2.514.727-4.462 3.44-5.206 5.307q-.093.241-.11.498v5.616c.009.2.065.395.161.57c1.72 2.988 11.706 10.037 23.82 10.037s22.1-7.05 23.82-10.037c.126-.218.166-.468.166-.72v-5.318c0-.222-.034-.44-.115-.646M26.479 15.34c.003-1.537.339-2.537.876-3.152c.682-.78 2.091-1.378 5.06-1.056c3.009.325 4.69 1.072 5.644 2.048c.923.944 1.408 2.356 1.408 4.633c0 2.42-.349 3.849-1.116 4.719c-.729.826-2.164 1.499-5.309 1.499c-2.417 0-3.799-.787-4.682-1.873c-.949-1.169-1.483-2.879-1.754-4.99a15 15 0 0 1-.127-1.785zm-14.575-2.16c.953-.976 2.635-1.723 5.643-2.048c2.97-.322 4.379.277 5.06 1.056c.537.614.873 1.615.876 3.153v.042a14 14 0 0 1-.127 1.785c-.271 2.111-.805 3.822-1.753 4.99c-.884 1.086-2.266 1.872-4.683 1.872c-3.144 0-4.58-.672-5.309-1.498c-.767-.87-1.115-2.3-1.115-4.72c0-2.277.485-3.689 1.408-4.632m29.061 24.489c-2.867 1.558-9.02 4.353-15.984 4.353s-13.117-2.795-15.984-4.353V24.514l.195-.21q.082.108.171.21c1.585 1.797 4.11 2.514 7.557 2.514c3.175 0 5.471-1.088 7.008-2.98q.392-.483.709-1.016h.688q.318.534.709 1.015c1.538 1.892 3.833 2.98 7.008 2.98c3.447 0 5.973-.716 7.557-2.514c.105-.119.171-.21.171-.21l.195.21z"/><path d="M22.001 31.516a1.999 1.999 0 0 0-3.998 0v4.125a2 2 0 0 0 3.998-.127zm9.996 0a1.999 1.999 0 0 0-3.998 0v4.125a2 2 0 0 0 3.998-.127z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 50 50"><g fill="currentColor"><path d="M48.852 28.32c-.744-1.867-2.692-4.58-5.205-5.308c-.334-.855-.827-2.105-1.288-3.029c.078-.706.105-1.434.105-2.17c0-2.66-.564-4.992-2.263-6.73c-.793-.81-1.777-1.433-2.944-1.9C34.461 6.91 30.393 5 24.938 5s-9.436 1.911-12.232 4.182c-1.168.468-2.152 1.09-2.945 1.902c-1.699 1.736-2.262 4.07-2.262 6.729q-.007 1.089.104 2.17c-.461.924-.954 2.174-1.287 3.03c-2.514.727-4.462 3.44-5.206 5.307q-.093.241-.11.498v5.616c.009.2.065.395.161.57c1.72 2.988 11.706 10.037 23.82 10.037s22.1-7.05 23.82-10.037c.126-.218.166-.468.166-.72v-5.318c0-.222-.034-.44-.115-.646M26.479 15.34c.003-1.537.339-2.537.876-3.152c.682-.78 2.091-1.378 5.06-1.056c3.009.325 4.69 1.072 5.644 2.048c.923.944 1.408 2.356 1.408 4.633c0 2.42-.349 3.849-1.116 4.719c-.729.826-2.164 1.499-5.309 1.499c-2.417 0-3.799-.787-4.682-1.873c-.949-1.169-1.483-2.879-1.754-4.99a15 15 0 0 1-.127-1.785zm-14.575-2.16c.953-.976 2.635-1.723 5.643-2.048c2.97-.322 4.379.277 5.06 1.056c.537.614.873 1.615.876 3.153v.042a14 14 0 0 1-.127 1.785c-.271 2.111-.805 3.822-1.753 4.99c-.884 1.086-2.266 1.872-4.683 1.872c-3.144 0-4.58-.672-5.309-1.498c-.767-.87-1.115-2.3-1.115-4.72c0-2.277.485-3.689 1.408-4.632m29.061 24.489c-2.867 1.558-9.02 4.353-15.984 4.353s-13.117-2.795-15.984-4.353V24.514l.195-.21q.082.108.171.21c1.585 1.797 4.11 2.514 7.557 2.514c3.175 0 5.471-1.088 7.008-2.98q.392-.483.709-1.016h.688q.318.534.709 1.015c1.538 1.892 3.833 2.98 7.008 2.98c3.447 0 5.973-.716 7.557-2.514c.105-.119.171-.21.171-.21l.195.21z"/><path d="M22.001 31.516a1.999 1.999 0 0 0-3.998 0v4.125a2 2 0 0 0 3.998-.127zm9.996 0a1.999 1.999 0 0 0-3.998 0v4.125a2 2 0 0 0 3.998-.127z"/></g></svg> </template>
CSS
.icon-copilot-large {
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%2050%2050%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M48.852%2028.32c-.744-1.867-2.692-4.58-5.205-5.308c-.334-.855-.827-2.105-1.288-3.029c.078-.706.105-1.434.105-2.17c0-2.66-.564-4.992-2.263-6.73c-.793-.81-1.777-1.433-2.944-1.9C34.461%206.91%2030.393%205%2024.938%205s-9.436%201.911-12.232%204.182c-1.168.468-2.152%201.09-2.945%201.902c-1.699%201.736-2.262%204.07-2.262%206.729q-.007%201.089.104%202.17c-.461.924-.954%202.174-1.287%203.03c-2.514.727-4.462%203.44-5.206%205.307q-.093.241-.11.498v5.616c.009.2.065.395.161.57c1.72%202.988%2011.706%2010.037%2023.82%2010.037s22.1-7.05%2023.82-10.037c.126-.218.166-.468.166-.72v-5.318c0-.222-.034-.44-.115-.646M26.479%2015.34c.003-1.537.339-2.537.876-3.152c.682-.78%202.091-1.378%205.06-1.056c3.009.325%204.69%201.072%205.644%202.048c.923.944%201.408%202.356%201.408%204.633c0%202.42-.349%203.849-1.116%204.719c-.729.826-2.164%201.499-5.309%201.499c-2.417%200-3.799-.787-4.682-1.873c-.949-1.169-1.483-2.879-1.754-4.99a15%2015%200%200%201-.127-1.785zm-14.575-2.16c.953-.976%202.635-1.723%205.643-2.048c2.97-.322%204.379.277%205.06%201.056c.537.614.873%201.615.876%203.153v.042a14%2014%200%200%201-.127%201.785c-.271%202.111-.805%203.822-1.753%204.99c-.884%201.086-2.266%201.872-4.683%201.872c-3.144%200-4.58-.672-5.309-1.498c-.767-.87-1.115-2.3-1.115-4.72c0-2.277.485-3.689%201.408-4.632m29.061%2024.489c-2.867%201.558-9.02%204.353-15.984%204.353s-13.117-2.795-15.984-4.353V24.514l.195-.21q.082.108.171.21c1.585%201.797%204.11%202.514%207.557%202.514c3.175%200%205.471-1.088%207.008-2.98q.392-.483.709-1.016h.688q.318.534.709%201.015c1.538%201.892%203.833%202.98%207.008%202.98c3.447%200%205.973-.716%207.557-2.514c.105-.119.171-.21.171-.21l.195.21z%22%2F%3E%3Cpath%20d%3D%22M22.001%2031.516a1.999%201.999%200%200%200-3.998%200v4.125a2%202%200%200%200%203.998-.127zm9.996%200a1.999%201.999%200%200%200-3.998%200v4.125a2%202%200%200%200%203.998-.127z%22%2F%3E%3C%2Fg%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%2050%2050%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M48.852%2028.32c-.744-1.867-2.692-4.58-5.205-5.308c-.334-.855-.827-2.105-1.288-3.029c.078-.706.105-1.434.105-2.17c0-2.66-.564-4.992-2.263-6.73c-.793-.81-1.777-1.433-2.944-1.9C34.461%206.91%2030.393%205%2024.938%205s-9.436%201.911-12.232%204.182c-1.168.468-2.152%201.09-2.945%201.902c-1.699%201.736-2.262%204.07-2.262%206.729q-.007%201.089.104%202.17c-.461.924-.954%202.174-1.287%203.03c-2.514.727-4.462%203.44-5.206%205.307q-.093.241-.11.498v5.616c.009.2.065.395.161.57c1.72%202.988%2011.706%2010.037%2023.82%2010.037s22.1-7.05%2023.82-10.037c.126-.218.166-.468.166-.72v-5.318c0-.222-.034-.44-.115-.646M26.479%2015.34c.003-1.537.339-2.537.876-3.152c.682-.78%202.091-1.378%205.06-1.056c3.009.325%204.69%201.072%205.644%202.048c.923.944%201.408%202.356%201.408%204.633c0%202.42-.349%203.849-1.116%204.719c-.729.826-2.164%201.499-5.309%201.499c-2.417%200-3.799-.787-4.682-1.873c-.949-1.169-1.483-2.879-1.754-4.99a15%2015%200%200%201-.127-1.785zm-14.575-2.16c.953-.976%202.635-1.723%205.643-2.048c2.97-.322%204.379.277%205.06%201.056c.537.614.873%201.615.876%203.153v.042a14%2014%200%200%201-.127%201.785c-.271%202.111-.805%203.822-1.753%204.99c-.884%201.086-2.266%201.872-4.683%201.872c-3.144%200-4.58-.672-5.309-1.498c-.767-.87-1.115-2.3-1.115-4.72c0-2.277.485-3.689%201.408-4.632m29.061%2024.489c-2.867%201.558-9.02%204.353-15.984%204.353s-13.117-2.795-15.984-4.353V24.514l.195-.21q.082.108.171.21c1.585%201.797%204.11%202.514%207.557%202.514c3.175%200%205.471-1.088%207.008-2.98q.392-.483.709-1.016h.688q.318.534.709%201.015c1.538%201.892%203.833%202.98%207.008%202.98c3.447%200%205.973-.716%207.557-2.514c.105-.119.171-.21.171-.21l.195.21z%22%2F%3E%3Cpath%20d%3D%22M22.001%2031.516a1.999%201.999%200%200%200-3.998%200v4.125a2%202%200%200%200%203.998-.127zm9.996%200a1.999%201.999%200%200%200-3.998%200v4.125a2%202%200%200%200%203.998-.127z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/copilot-large.svg?color=%231a73e8&size=48