copilot icon
copilot-48 from Octicons by GitHub · 48 · MIT Free for personal and commercial use.
- Name
- copilot-48
- Set
- Octicons
- Style
- 48
- Viewbox
- 48×48
- License
- MIT
3 other variants in Octicons
The same icon in other sets
Related icons in Octicons
Use the copilot icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M47.801 34.003c-1.72 2.988-11.706 10.037-23.82 10.037S1.881 36.991.161 34.003a1.3 1.3 0 0 1-.161-.57v-5.615q.017-.256.11-.498c.744-1.867 2.692-4.58 5.206-5.308c.333-.855.826-2.106 1.287-3.029a20 20 0 0 1-.104-2.171c0-2.659.563-4.992 2.262-6.729c.793-.811 1.777-1.433 2.945-1.901C14.502 5.911 18.483 4 23.938 4s9.523 1.911 12.319 4.182c1.167.468 2.151 1.09 2.944 1.901c1.699 1.737 2.263 4.07 2.263 6.729c0 .736-.027 1.465-.105 2.171c.461.923.954 2.174 1.288 3.029c2.513.728 4.461 3.441 5.205 5.308c.081.205.115.424.115.645v5.318c0 .252-.04.502-.166.72M24.325 22.031h-.688a8.5 8.5 0 0 1-.709 1.016c-1.537 1.892-3.833 2.98-7.008 2.98c-3.447 0-5.972-.717-7.557-2.514a4 4 0 0 1-.171-.21l-.195.21v13.155c2.867 1.558 9.02 4.353 15.984 4.353s13.117-2.795 15.984-4.353V23.513l-.195-.21s-.066.091-.171.21c-1.584 1.797-4.11 2.514-7.557 2.514c-3.175 0-5.47-1.088-7.008-2.98a9 9 0 0 1-.709-1.016h-.033zm-1.969-5.864a14 14 0 0 0 .127-1.785v-.042c-.003-1.537-.339-2.538-.876-3.152c-.681-.78-2.09-1.378-5.06-1.057c-3.008.326-4.69 1.073-5.643 2.048c-.923.944-1.408 2.356-1.408 4.633c0 2.42.348 3.849 1.115 4.719c.729.827 2.165 1.499 5.309 1.499c2.417 0 3.799-.786 4.683-1.873c.948-1.168 1.482-2.878 1.753-4.99m3.25 0c.271 2.112.805 3.822 1.754 4.99c.883 1.087 2.265 1.873 4.682 1.873c3.145 0 4.58-.672 5.309-1.499c.767-.87 1.116-2.299 1.116-4.719c0-2.277-.485-3.689-1.408-4.633c-.954-.975-2.635-1.722-5.644-2.048c-2.969-.321-4.378.277-5.06 1.057c-.537.614-.873 1.615-.876 3.152v.042q.001.793.127 1.785"/><path fill="currentColor" d="M28.998 28.516c1.104 0 1.999.895 1.999 1.999v3.998a2 2 0 1 1-3.998 0v-3.998c0-1.104.895-1.999 1.999-1.999m-9.996 0c1.104 0 1.999.895 1.999 1.999v3.998a2 2 0 1 1-3.998 0v-3.998c0-1.104.895-1.999 1.999-1.999"/></svg>
React
import type { SVGProps } from "react";
export function OcticonCopilot48(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M47.801 34.003c-1.72 2.988-11.706 10.037-23.82 10.037S1.881 36.991.161 34.003a1.3 1.3 0 0 1-.161-.57v-5.615q.017-.256.11-.498c.744-1.867 2.692-4.58 5.206-5.308c.333-.855.826-2.106 1.287-3.029a20 20 0 0 1-.104-2.171c0-2.659.563-4.992 2.262-6.729c.793-.811 1.777-1.433 2.945-1.901C14.502 5.911 18.483 4 23.938 4s9.523 1.911 12.319 4.182c1.167.468 2.151 1.09 2.944 1.901c1.699 1.737 2.263 4.07 2.263 6.729c0 .736-.027 1.465-.105 2.171c.461.923.954 2.174 1.288 3.029c2.513.728 4.461 3.441 5.205 5.308c.081.205.115.424.115.645v5.318c0 .252-.04.502-.166.72M24.325 22.031h-.688a8.5 8.5 0 0 1-.709 1.016c-1.537 1.892-3.833 2.98-7.008 2.98c-3.447 0-5.972-.717-7.557-2.514a4 4 0 0 1-.171-.21l-.195.21v13.155c2.867 1.558 9.02 4.353 15.984 4.353s13.117-2.795 15.984-4.353V23.513l-.195-.21s-.066.091-.171.21c-1.584 1.797-4.11 2.514-7.557 2.514c-3.175 0-5.47-1.088-7.008-2.98a9 9 0 0 1-.709-1.016h-.033zm-1.969-5.864a14 14 0 0 0 .127-1.785v-.042c-.003-1.537-.339-2.538-.876-3.152c-.681-.78-2.09-1.378-5.06-1.057c-3.008.326-4.69 1.073-5.643 2.048c-.923.944-1.408 2.356-1.408 4.633c0 2.42.348 3.849 1.115 4.719c.729.827 2.165 1.499 5.309 1.499c2.417 0 3.799-.786 4.683-1.873c.948-1.168 1.482-2.878 1.753-4.99m3.25 0c.271 2.112.805 3.822 1.754 4.99c.883 1.087 2.265 1.873 4.682 1.873c3.145 0 4.58-.672 5.309-1.499c.767-.87 1.116-2.299 1.116-4.719c0-2.277-.485-3.689-1.408-4.633c-.954-.975-2.635-1.722-5.644-2.048c-2.969-.321-4.378.277-5.06 1.057c-.537.614-.873 1.615-.876 3.152v.042q.001.793.127 1.785"/><path fill="currentColor" d="M28.998 28.516c1.104 0 1.999.895 1.999 1.999v3.998a2 2 0 1 1-3.998 0v-3.998c0-1.104.895-1.999 1.999-1.999m-9.996 0c1.104 0 1.999.895 1.999 1.999v3.998a2 2 0 1 1-3.998 0v-3.998c0-1.104.895-1.999 1.999-1.999"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M47.801 34.003c-1.72 2.988-11.706 10.037-23.82 10.037S1.881 36.991.161 34.003a1.3 1.3 0 0 1-.161-.57v-5.615q.017-.256.11-.498c.744-1.867 2.692-4.58 5.206-5.308c.333-.855.826-2.106 1.287-3.029a20 20 0 0 1-.104-2.171c0-2.659.563-4.992 2.262-6.729c.793-.811 1.777-1.433 2.945-1.901C14.502 5.911 18.483 4 23.938 4s9.523 1.911 12.319 4.182c1.167.468 2.151 1.09 2.944 1.901c1.699 1.737 2.263 4.07 2.263 6.729c0 .736-.027 1.465-.105 2.171c.461.923.954 2.174 1.288 3.029c2.513.728 4.461 3.441 5.205 5.308c.081.205.115.424.115.645v5.318c0 .252-.04.502-.166.72M24.325 22.031h-.688a8.5 8.5 0 0 1-.709 1.016c-1.537 1.892-3.833 2.98-7.008 2.98c-3.447 0-5.972-.717-7.557-2.514a4 4 0 0 1-.171-.21l-.195.21v13.155c2.867 1.558 9.02 4.353 15.984 4.353s13.117-2.795 15.984-4.353V23.513l-.195-.21s-.066.091-.171.21c-1.584 1.797-4.11 2.514-7.557 2.514c-3.175 0-5.47-1.088-7.008-2.98a9 9 0 0 1-.709-1.016h-.033zm-1.969-5.864a14 14 0 0 0 .127-1.785v-.042c-.003-1.537-.339-2.538-.876-3.152c-.681-.78-2.09-1.378-5.06-1.057c-3.008.326-4.69 1.073-5.643 2.048c-.923.944-1.408 2.356-1.408 4.633c0 2.42.348 3.849 1.115 4.719c.729.827 2.165 1.499 5.309 1.499c2.417 0 3.799-.786 4.683-1.873c.948-1.168 1.482-2.878 1.753-4.99m3.25 0c.271 2.112.805 3.822 1.754 4.99c.883 1.087 2.265 1.873 4.682 1.873c3.145 0 4.58-.672 5.309-1.499c.767-.87 1.116-2.299 1.116-4.719c0-2.277-.485-3.689-1.408-4.633c-.954-.975-2.635-1.722-5.644-2.048c-2.969-.321-4.378.277-5.06 1.057c-.537.614-.873 1.615-.876 3.152v.042q.001.793.127 1.785"/><path fill="currentColor" d="M28.998 28.516c1.104 0 1.999.895 1.999 1.999v3.998a2 2 0 1 1-3.998 0v-3.998c0-1.104.895-1.999 1.999-1.999m-9.996 0c1.104 0 1.999.895 1.999 1.999v3.998a2 2 0 1 1-3.998 0v-3.998c0-1.104.895-1.999 1.999-1.999"/></svg> </template>
CSS
.icon-copilot-48 {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M47.801%2034.003c-1.72%202.988-11.706%2010.037-23.82%2010.037S1.881%2036.991.161%2034.003a1.3%201.3%200%200%201-.161-.57v-5.615q.017-.256.11-.498c.744-1.867%202.692-4.58%205.206-5.308c.333-.855.826-2.106%201.287-3.029a20%2020%200%200%201-.104-2.171c0-2.659.563-4.992%202.262-6.729c.793-.811%201.777-1.433%202.945-1.901C14.502%205.911%2018.483%204%2023.938%204s9.523%201.911%2012.319%204.182c1.167.468%202.151%201.09%202.944%201.901c1.699%201.737%202.263%204.07%202.263%206.729c0%20.736-.027%201.465-.105%202.171c.461.923.954%202.174%201.288%203.029c2.513.728%204.461%203.441%205.205%205.308c.081.205.115.424.115.645v5.318c0%20.252-.04.502-.166.72M24.325%2022.031h-.688a8.5%208.5%200%200%201-.709%201.016c-1.537%201.892-3.833%202.98-7.008%202.98c-3.447%200-5.972-.717-7.557-2.514a4%204%200%200%201-.171-.21l-.195.21v13.155c2.867%201.558%209.02%204.353%2015.984%204.353s13.117-2.795%2015.984-4.353V23.513l-.195-.21s-.066.091-.171.21c-1.584%201.797-4.11%202.514-7.557%202.514c-3.175%200-5.47-1.088-7.008-2.98a9%209%200%200%201-.709-1.016h-.033zm-1.969-5.864a14%2014%200%200%200%20.127-1.785v-.042c-.003-1.537-.339-2.538-.876-3.152c-.681-.78-2.09-1.378-5.06-1.057c-3.008.326-4.69%201.073-5.643%202.048c-.923.944-1.408%202.356-1.408%204.633c0%202.42.348%203.849%201.115%204.719c.729.827%202.165%201.499%205.309%201.499c2.417%200%203.799-.786%204.683-1.873c.948-1.168%201.482-2.878%201.753-4.99m3.25%200c.271%202.112.805%203.822%201.754%204.99c.883%201.087%202.265%201.873%204.682%201.873c3.145%200%204.58-.672%205.309-1.499c.767-.87%201.116-2.299%201.116-4.719c0-2.277-.485-3.689-1.408-4.633c-.954-.975-2.635-1.722-5.644-2.048c-2.969-.321-4.378.277-5.06%201.057c-.537.614-.873%201.615-.876%203.152v.042q.001.793.127%201.785%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.998%2028.516c1.104%200%201.999.895%201.999%201.999v3.998a2%202%200%201%201-3.998%200v-3.998c0-1.104.895-1.999%201.999-1.999m-9.996%200c1.104%200%201.999.895%201.999%201.999v3.998a2%202%200%201%201-3.998%200v-3.998c0-1.104.895-1.999%201.999-1.999%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M47.801%2034.003c-1.72%202.988-11.706%2010.037-23.82%2010.037S1.881%2036.991.161%2034.003a1.3%201.3%200%200%201-.161-.57v-5.615q.017-.256.11-.498c.744-1.867%202.692-4.58%205.206-5.308c.333-.855.826-2.106%201.287-3.029a20%2020%200%200%201-.104-2.171c0-2.659.563-4.992%202.262-6.729c.793-.811%201.777-1.433%202.945-1.901C14.502%205.911%2018.483%204%2023.938%204s9.523%201.911%2012.319%204.182c1.167.468%202.151%201.09%202.944%201.901c1.699%201.737%202.263%204.07%202.263%206.729c0%20.736-.027%201.465-.105%202.171c.461.923.954%202.174%201.288%203.029c2.513.728%204.461%203.441%205.205%205.308c.081.205.115.424.115.645v5.318c0%20.252-.04.502-.166.72M24.325%2022.031h-.688a8.5%208.5%200%200%201-.709%201.016c-1.537%201.892-3.833%202.98-7.008%202.98c-3.447%200-5.972-.717-7.557-2.514a4%204%200%200%201-.171-.21l-.195.21v13.155c2.867%201.558%209.02%204.353%2015.984%204.353s13.117-2.795%2015.984-4.353V23.513l-.195-.21s-.066.091-.171.21c-1.584%201.797-4.11%202.514-7.557%202.514c-3.175%200-5.47-1.088-7.008-2.98a9%209%200%200%201-.709-1.016h-.033zm-1.969-5.864a14%2014%200%200%200%20.127-1.785v-.042c-.003-1.537-.339-2.538-.876-3.152c-.681-.78-2.09-1.378-5.06-1.057c-3.008.326-4.69%201.073-5.643%202.048c-.923.944-1.408%202.356-1.408%204.633c0%202.42.348%203.849%201.115%204.719c.729.827%202.165%201.499%205.309%201.499c2.417%200%203.799-.786%204.683-1.873c.948-1.168%201.482-2.878%201.753-4.99m3.25%200c.271%202.112.805%203.822%201.754%204.99c.883%201.087%202.265%201.873%204.682%201.873c3.145%200%204.58-.672%205.309-1.499c.767-.87%201.116-2.299%201.116-4.719c0-2.277-.485-3.689-1.408-4.633c-.954-.975-2.635-1.722-5.644-2.048c-2.969-.321-4.378.277-5.06%201.057c-.537.614-.873%201.615-.876%203.152v.042q.001.793.127%201.785%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.998%2028.516c1.104%200%201.999.895%201.999%201.999v3.998a2%202%200%201%201-3.998%200v-3.998c0-1.104.895-1.999%201.999-1.999m-9.996%200c1.104%200%201.999.895%201.999%201.999v3.998a2%202%200%201%201-3.998%200v-3.998c0-1.104.895-1.999%201.999-1.999%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/copilot-48.svg?color=%231a73e8&size=48