copilot icon
copilot from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- copilot
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
Related icons in Codicons
Use the copilot icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M7.06 9.66v1.41c0 .39-.31.7-.7.7s-.7-.31-.7-.7V9.66c0-.39.31-.7.7-.7s.7.31.7.7m2.58-.7c-.39 0-.7.31-.7.7v1.41c0 .39.31.7.7.7s.7-.31.7-.7V9.66c0-.39-.31-.7-.7-.7m5.86.31v1.76c0 .72-3.14 3.56-7.5 3.56S.62 11.85.5 11.06V9.23c.08-.59.63-1.58 1.49-1.94c.01-.07.02-.13.03-.21c.03-.17.06-.36.12-.57c-.19-.48-.24-1.02-.24-1.55c0-.82.12-1.66.65-2.33c.54-.69 1.4-1.05 2.55-1.18c1.13-.13 2.12.03 2.76.72c.05.05.09.1.13.15c.04-.05.09-.11.13-.15c.64-.69 1.63-.84 2.76-.72c1.15.13 2.01.5 2.55 1.18c.53.67.65 1.51.65 2.33c0 .54-.05 1.08-.24 1.55c.06.21.09.4.12.57l.03.21c.87.36 1.43 1.38 1.49 1.96zM3.31 4.97c0 .74.12 1.1.29 1.29c.15.17.49.36 1.35.36c.8 0 1.26-.22 1.54-.51c.3-.3.49-.78.58-1.46c.11-.88-.03-1.31-.23-1.51c-.18-.19-.6-.39-1.58-.28c-.96.11-1.39.38-1.61.66c-.23.29-.35.74-.35 1.46zm9.38 2.88l-.02-.11c-.46.2-1.01.27-1.62.27c-1.07 0-1.93-.31-2.54-.93c-.2-.21-.37-.44-.51-.7c-.14.25-.31.49-.51.7c-.61.62-1.47.93-2.54.93c-.61 0-1.16-.08-1.62-.27l-.02.11v3.99c.39.3 2.55 1.34 4.69 1.34s4.3-1.04 4.69-1.34zm0-2.88c0-.72-.12-1.16-.35-1.46c-.22-.28-.65-.55-1.61-.66c-.98-.11-1.39.09-1.58.28c-.19.21-.34.64-.23 1.51c.09.68.28 1.15.58 1.46c.28.29.73.51 1.54.51c.86 0 1.2-.19 1.35-.36c.17-.19.29-.54.29-1.29z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function CodiconCopilot(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fillRule="evenodd" d="M7.06 9.66v1.41c0 .39-.31.7-.7.7s-.7-.31-.7-.7V9.66c0-.39.31-.7.7-.7s.7.31.7.7m2.58-.7c-.39 0-.7.31-.7.7v1.41c0 .39.31.7.7.7s.7-.31.7-.7V9.66c0-.39-.31-.7-.7-.7m5.86.31v1.76c0 .72-3.14 3.56-7.5 3.56S.62 11.85.5 11.06V9.23c.08-.59.63-1.58 1.49-1.94c.01-.07.02-.13.03-.21c.03-.17.06-.36.12-.57c-.19-.48-.24-1.02-.24-1.55c0-.82.12-1.66.65-2.33c.54-.69 1.4-1.05 2.55-1.18c1.13-.13 2.12.03 2.76.72c.05.05.09.1.13.15c.04-.05.09-.11.13-.15c.64-.69 1.63-.84 2.76-.72c1.15.13 2.01.5 2.55 1.18c.53.67.65 1.51.65 2.33c0 .54-.05 1.08-.24 1.55c.06.21.09.4.12.57l.03.21c.87.36 1.43 1.38 1.49 1.96zM3.31 4.97c0 .74.12 1.1.29 1.29c.15.17.49.36 1.35.36c.8 0 1.26-.22 1.54-.51c.3-.3.49-.78.58-1.46c.11-.88-.03-1.31-.23-1.51c-.18-.19-.6-.39-1.58-.28c-.96.11-1.39.38-1.61.66c-.23.29-.35.74-.35 1.46zm9.38 2.88l-.02-.11c-.46.2-1.01.27-1.62.27c-1.07 0-1.93-.31-2.54-.93c-.2-.21-.37-.44-.51-.7c-.14.25-.31.49-.51.7c-.61.62-1.47.93-2.54.93c-.61 0-1.16-.08-1.62-.27l-.02.11v3.99c.39.3 2.55 1.34 4.69 1.34s4.3-1.04 4.69-1.34zm0-2.88c0-.72-.12-1.16-.35-1.46c-.22-.28-.65-.55-1.61-.66c-.98-.11-1.39.09-1.58.28c-.19.21-.34.64-.23 1.51c.09.68.28 1.15.58 1.46c.28.29.73.51 1.54.51c.86 0 1.2-.19 1.35-.36c.17-.19.29-.54.29-1.29z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M7.06 9.66v1.41c0 .39-.31.7-.7.7s-.7-.31-.7-.7V9.66c0-.39.31-.7.7-.7s.7.31.7.7m2.58-.7c-.39 0-.7.31-.7.7v1.41c0 .39.31.7.7.7s.7-.31.7-.7V9.66c0-.39-.31-.7-.7-.7m5.86.31v1.76c0 .72-3.14 3.56-7.5 3.56S.62 11.85.5 11.06V9.23c.08-.59.63-1.58 1.49-1.94c.01-.07.02-.13.03-.21c.03-.17.06-.36.12-.57c-.19-.48-.24-1.02-.24-1.55c0-.82.12-1.66.65-2.33c.54-.69 1.4-1.05 2.55-1.18c1.13-.13 2.12.03 2.76.72c.05.05.09.1.13.15c.04-.05.09-.11.13-.15c.64-.69 1.63-.84 2.76-.72c1.15.13 2.01.5 2.55 1.18c.53.67.65 1.51.65 2.33c0 .54-.05 1.08-.24 1.55c.06.21.09.4.12.57l.03.21c.87.36 1.43 1.38 1.49 1.96zM3.31 4.97c0 .74.12 1.1.29 1.29c.15.17.49.36 1.35.36c.8 0 1.26-.22 1.54-.51c.3-.3.49-.78.58-1.46c.11-.88-.03-1.31-.23-1.51c-.18-.19-.6-.39-1.58-.28c-.96.11-1.39.38-1.61.66c-.23.29-.35.74-.35 1.46zm9.38 2.88l-.02-.11c-.46.2-1.01.27-1.62.27c-1.07 0-1.93-.31-2.54-.93c-.2-.21-.37-.44-.51-.7c-.14.25-.31.49-.51.7c-.61.62-1.47.93-2.54.93c-.61 0-1.16-.08-1.62-.27l-.02.11v3.99c.39.3 2.55 1.34 4.69 1.34s4.3-1.04 4.69-1.34zm0-2.88c0-.72-.12-1.16-.35-1.46c-.22-.28-.65-.55-1.61-.66c-.98-.11-1.39.09-1.58.28c-.19.21-.34.64-.23 1.51c.09.68.28 1.15.58 1.46c.28.29.73.51 1.54.51c.86 0 1.2-.19 1.35-.36c.17-.19.29-.54.29-1.29z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.06%209.66v1.41c0%20.39-.31.7-.7.7s-.7-.31-.7-.7V9.66c0-.39.31-.7.7-.7s.7.31.7.7m2.58-.7c-.39%200-.7.31-.7.7v1.41c0%20.39.31.7.7.7s.7-.31.7-.7V9.66c0-.39-.31-.7-.7-.7m5.86.31v1.76c0%20.72-3.14%203.56-7.5%203.56S.62%2011.85.5%2011.06V9.23c.08-.59.63-1.58%201.49-1.94c.01-.07.02-.13.03-.21c.03-.17.06-.36.12-.57c-.19-.48-.24-1.02-.24-1.55c0-.82.12-1.66.65-2.33c.54-.69%201.4-1.05%202.55-1.18c1.13-.13%202.12.03%202.76.72c.05.05.09.1.13.15c.04-.05.09-.11.13-.15c.64-.69%201.63-.84%202.76-.72c1.15.13%202.01.5%202.55%201.18c.53.67.65%201.51.65%202.33c0%20.54-.05%201.08-.24%201.55c.06.21.09.4.12.57l.03.21c.87.36%201.43%201.38%201.49%201.96zM3.31%204.97c0%20.74.12%201.1.29%201.29c.15.17.49.36%201.35.36c.8%200%201.26-.22%201.54-.51c.3-.3.49-.78.58-1.46c.11-.88-.03-1.31-.23-1.51c-.18-.19-.6-.39-1.58-.28c-.96.11-1.39.38-1.61.66c-.23.29-.35.74-.35%201.46zm9.38%202.88l-.02-.11c-.46.2-1.01.27-1.62.27c-1.07%200-1.93-.31-2.54-.93c-.2-.21-.37-.44-.51-.7c-.14.25-.31.49-.51.7c-.61.62-1.47.93-2.54.93c-.61%200-1.16-.08-1.62-.27l-.02.11v3.99c.39.3%202.55%201.34%204.69%201.34s4.3-1.04%204.69-1.34zm0-2.88c0-.72-.12-1.16-.35-1.46c-.22-.28-.65-.55-1.61-.66c-.98-.11-1.39.09-1.58.28c-.19.21-.34.64-.23%201.51c.09.68.28%201.15.58%201.46c.28.29.73.51%201.54.51c.86%200%201.2-.19%201.35-.36c.17-.19.29-.54.29-1.29z%22%20clip-rule%3D%22evenodd%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.06%209.66v1.41c0%20.39-.31.7-.7.7s-.7-.31-.7-.7V9.66c0-.39.31-.7.7-.7s.7.31.7.7m2.58-.7c-.39%200-.7.31-.7.7v1.41c0%20.39.31.7.7.7s.7-.31.7-.7V9.66c0-.39-.31-.7-.7-.7m5.86.31v1.76c0%20.72-3.14%203.56-7.5%203.56S.62%2011.85.5%2011.06V9.23c.08-.59.63-1.58%201.49-1.94c.01-.07.02-.13.03-.21c.03-.17.06-.36.12-.57c-.19-.48-.24-1.02-.24-1.55c0-.82.12-1.66.65-2.33c.54-.69%201.4-1.05%202.55-1.18c1.13-.13%202.12.03%202.76.72c.05.05.09.1.13.15c.04-.05.09-.11.13-.15c.64-.69%201.63-.84%202.76-.72c1.15.13%202.01.5%202.55%201.18c.53.67.65%201.51.65%202.33c0%20.54-.05%201.08-.24%201.55c.06.21.09.4.12.57l.03.21c.87.36%201.43%201.38%201.49%201.96zM3.31%204.97c0%20.74.12%201.1.29%201.29c.15.17.49.36%201.35.36c.8%200%201.26-.22%201.54-.51c.3-.3.49-.78.58-1.46c.11-.88-.03-1.31-.23-1.51c-.18-.19-.6-.39-1.58-.28c-.96.11-1.39.38-1.61.66c-.23.29-.35.74-.35%201.46zm9.38%202.88l-.02-.11c-.46.2-1.01.27-1.62.27c-1.07%200-1.93-.31-2.54-.93c-.2-.21-.37-.44-.51-.7c-.14.25-.31.49-.51.7c-.61.62-1.47.93-2.54.93c-.61%200-1.16-.08-1.62-.27l-.02.11v3.99c.39.3%202.55%201.34%204.69%201.34s4.3-1.04%204.69-1.34zm0-2.88c0-.72-.12-1.16-.35-1.46c-.22-.28-.65-.55-1.61-.66c-.98-.11-1.39.09-1.58.28c-.19.21-.34.64-.23%201.51c.09.68.28%201.15.58%201.46c.28.29.73.51%201.54.51c.86%200%201.2-.19%201.35-.36c.17-.19.29-.54.29-1.29z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/copilot.svg?color=%231a73e8&size=48