copilot icon
copilot-96 from Octicons by GitHub · 96 · MIT Free for personal and commercial use.
- Name
- copilot-96
- Set
- Octicons
- Style
- 96
- Viewbox
- 96×96
- 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 96 96"><path fill="currentColor" d="M95.667 67.954C92.225 73.933 72.24 88.04 47.997 88.04S3.769 73.933.328 67.954c-.216-.375-.307-.796-.328-1.226V55.661c.019-.371.089-.736.226-1.081c1.489-3.738 5.386-9.166 10.417-10.623c.667-1.712 1.655-4.215 2.576-6.062c-.154-1.414-.208-2.872-.208-4.345c0-5.322 1.128-9.99 4.527-13.466c1.587-1.623 3.557-2.869 5.893-3.805c5.595-4.545 13.563-8.369 24.48-8.369s19.057 3.824 24.652 8.369c2.337.936 4.306 2.182 5.894 3.805c3.399 3.476 4.527 8.144 4.527 13.466c0 1.473-.054 2.931-.208 4.345c.921 1.847 1.909 4.35 2.576 6.062c5.03 1.457 8.928 6.885 10.417 10.623c.163.41.231.848.231 1.289v10.644c0 .504-.081 1.004-.333 1.441M48.686 43.993l-.3.001l-1.077-.001q-.633 1.066-1.418 2.035c-3.078 3.787-7.672 5.964-14.026 5.964c-6.897 0-11.952-1.435-15.123-5.032a8 8 0 0 1-.342-.419l-.39.419v26.326c5.737 3.118 18.05 8.713 31.987 8.713c13.938 0 26.251-5.595 31.988-8.713V46.96l-.39-.419s-.132.181-.342.419c-3.171 3.597-8.226 5.032-15.123 5.032c-6.354 0-10.949-2.177-14.026-5.964a17 17 0 0 1-1.418-2.034h-.066zm-3.94-11.733c.17-1.326.251-2.513.253-3.573v-.084c-.005-3.077-.678-5.079-1.752-6.308c-1.365-1.562-4.184-2.758-10.127-2.115c-6.021.652-9.386 2.146-11.294 4.098c-1.847 1.889-2.818 4.715-2.818 9.272c0 4.842.698 7.703 2.232 9.443c1.459 1.655 4.332 3.001 10.625 3.001c4.837 0 7.603-1.573 9.371-3.749c1.899-2.336 2.967-5.759 3.51-9.985m6.503 0c.543 4.226 1.611 7.649 3.51 9.985c1.768 2.176 4.533 3.749 9.371 3.749c6.292 0 9.165-1.346 10.624-3.001c1.535-1.74 2.232-4.601 2.232-9.443c0-4.557-.97-7.383-2.817-9.272c-1.908-1.952-5.274-3.446-11.294-4.098c-5.943-.643-8.763.553-10.127 2.115c-1.074 1.229-1.747 3.231-1.752 6.308v.084c.002 1.06.083 2.247.253 3.573m-2.563 11.734h.066z"/><path fill="currentColor" d="M38.5 55.75a3.5 3.5 0 0 1 3.5 3.5v8.5a3.5 3.5 0 1 1-7 0v-8.5a3.5 3.5 0 0 1 3.5-3.5m19 0a3.5 3.5 0 0 1 3.5 3.5v8.5a3.5 3.5 0 1 1-7 0v-8.5a3.5 3.5 0 0 1 3.5-3.5"/></svg>
React
import type { SVGProps } from "react";
export function OcticonCopilot96(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 96 96"><path fill="currentColor" d="M95.667 67.954C92.225 73.933 72.24 88.04 47.997 88.04S3.769 73.933.328 67.954c-.216-.375-.307-.796-.328-1.226V55.661c.019-.371.089-.736.226-1.081c1.489-3.738 5.386-9.166 10.417-10.623c.667-1.712 1.655-4.215 2.576-6.062c-.154-1.414-.208-2.872-.208-4.345c0-5.322 1.128-9.99 4.527-13.466c1.587-1.623 3.557-2.869 5.893-3.805c5.595-4.545 13.563-8.369 24.48-8.369s19.057 3.824 24.652 8.369c2.337.936 4.306 2.182 5.894 3.805c3.399 3.476 4.527 8.144 4.527 13.466c0 1.473-.054 2.931-.208 4.345c.921 1.847 1.909 4.35 2.576 6.062c5.03 1.457 8.928 6.885 10.417 10.623c.163.41.231.848.231 1.289v10.644c0 .504-.081 1.004-.333 1.441M48.686 43.993l-.3.001l-1.077-.001q-.633 1.066-1.418 2.035c-3.078 3.787-7.672 5.964-14.026 5.964c-6.897 0-11.952-1.435-15.123-5.032a8 8 0 0 1-.342-.419l-.39.419v26.326c5.737 3.118 18.05 8.713 31.987 8.713c13.938 0 26.251-5.595 31.988-8.713V46.96l-.39-.419s-.132.181-.342.419c-3.171 3.597-8.226 5.032-15.123 5.032c-6.354 0-10.949-2.177-14.026-5.964a17 17 0 0 1-1.418-2.034h-.066zm-3.94-11.733c.17-1.326.251-2.513.253-3.573v-.084c-.005-3.077-.678-5.079-1.752-6.308c-1.365-1.562-4.184-2.758-10.127-2.115c-6.021.652-9.386 2.146-11.294 4.098c-1.847 1.889-2.818 4.715-2.818 9.272c0 4.842.698 7.703 2.232 9.443c1.459 1.655 4.332 3.001 10.625 3.001c4.837 0 7.603-1.573 9.371-3.749c1.899-2.336 2.967-5.759 3.51-9.985m6.503 0c.543 4.226 1.611 7.649 3.51 9.985c1.768 2.176 4.533 3.749 9.371 3.749c6.292 0 9.165-1.346 10.624-3.001c1.535-1.74 2.232-4.601 2.232-9.443c0-4.557-.97-7.383-2.817-9.272c-1.908-1.952-5.274-3.446-11.294-4.098c-5.943-.643-8.763.553-10.127 2.115c-1.074 1.229-1.747 3.231-1.752 6.308v.084c.002 1.06.083 2.247.253 3.573m-2.563 11.734h.066z"/><path fill="currentColor" d="M38.5 55.75a3.5 3.5 0 0 1 3.5 3.5v8.5a3.5 3.5 0 1 1-7 0v-8.5a3.5 3.5 0 0 1 3.5-3.5m19 0a3.5 3.5 0 0 1 3.5 3.5v8.5a3.5 3.5 0 1 1-7 0v-8.5a3.5 3.5 0 0 1 3.5-3.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 96 96"><path fill="currentColor" d="M95.667 67.954C92.225 73.933 72.24 88.04 47.997 88.04S3.769 73.933.328 67.954c-.216-.375-.307-.796-.328-1.226V55.661c.019-.371.089-.736.226-1.081c1.489-3.738 5.386-9.166 10.417-10.623c.667-1.712 1.655-4.215 2.576-6.062c-.154-1.414-.208-2.872-.208-4.345c0-5.322 1.128-9.99 4.527-13.466c1.587-1.623 3.557-2.869 5.893-3.805c5.595-4.545 13.563-8.369 24.48-8.369s19.057 3.824 24.652 8.369c2.337.936 4.306 2.182 5.894 3.805c3.399 3.476 4.527 8.144 4.527 13.466c0 1.473-.054 2.931-.208 4.345c.921 1.847 1.909 4.35 2.576 6.062c5.03 1.457 8.928 6.885 10.417 10.623c.163.41.231.848.231 1.289v10.644c0 .504-.081 1.004-.333 1.441M48.686 43.993l-.3.001l-1.077-.001q-.633 1.066-1.418 2.035c-3.078 3.787-7.672 5.964-14.026 5.964c-6.897 0-11.952-1.435-15.123-5.032a8 8 0 0 1-.342-.419l-.39.419v26.326c5.737 3.118 18.05 8.713 31.987 8.713c13.938 0 26.251-5.595 31.988-8.713V46.96l-.39-.419s-.132.181-.342.419c-3.171 3.597-8.226 5.032-15.123 5.032c-6.354 0-10.949-2.177-14.026-5.964a17 17 0 0 1-1.418-2.034h-.066zm-3.94-11.733c.17-1.326.251-2.513.253-3.573v-.084c-.005-3.077-.678-5.079-1.752-6.308c-1.365-1.562-4.184-2.758-10.127-2.115c-6.021.652-9.386 2.146-11.294 4.098c-1.847 1.889-2.818 4.715-2.818 9.272c0 4.842.698 7.703 2.232 9.443c1.459 1.655 4.332 3.001 10.625 3.001c4.837 0 7.603-1.573 9.371-3.749c1.899-2.336 2.967-5.759 3.51-9.985m6.503 0c.543 4.226 1.611 7.649 3.51 9.985c1.768 2.176 4.533 3.749 9.371 3.749c6.292 0 9.165-1.346 10.624-3.001c1.535-1.74 2.232-4.601 2.232-9.443c0-4.557-.97-7.383-2.817-9.272c-1.908-1.952-5.274-3.446-11.294-4.098c-5.943-.643-8.763.553-10.127 2.115c-1.074 1.229-1.747 3.231-1.752 6.308v.084c.002 1.06.083 2.247.253 3.573m-2.563 11.734h.066z"/><path fill="currentColor" d="M38.5 55.75a3.5 3.5 0 0 1 3.5 3.5v8.5a3.5 3.5 0 1 1-7 0v-8.5a3.5 3.5 0 0 1 3.5-3.5m19 0a3.5 3.5 0 0 1 3.5 3.5v8.5a3.5 3.5 0 1 1-7 0v-8.5a3.5 3.5 0 0 1 3.5-3.5"/></svg> </template>
CSS
.icon-copilot-96 {
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%2096%2096%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M95.667%2067.954C92.225%2073.933%2072.24%2088.04%2047.997%2088.04S3.769%2073.933.328%2067.954c-.216-.375-.307-.796-.328-1.226V55.661c.019-.371.089-.736.226-1.081c1.489-3.738%205.386-9.166%2010.417-10.623c.667-1.712%201.655-4.215%202.576-6.062c-.154-1.414-.208-2.872-.208-4.345c0-5.322%201.128-9.99%204.527-13.466c1.587-1.623%203.557-2.869%205.893-3.805c5.595-4.545%2013.563-8.369%2024.48-8.369s19.057%203.824%2024.652%208.369c2.337.936%204.306%202.182%205.894%203.805c3.399%203.476%204.527%208.144%204.527%2013.466c0%201.473-.054%202.931-.208%204.345c.921%201.847%201.909%204.35%202.576%206.062c5.03%201.457%208.928%206.885%2010.417%2010.623c.163.41.231.848.231%201.289v10.644c0%20.504-.081%201.004-.333%201.441M48.686%2043.993l-.3.001l-1.077-.001q-.633%201.066-1.418%202.035c-3.078%203.787-7.672%205.964-14.026%205.964c-6.897%200-11.952-1.435-15.123-5.032a8%208%200%200%201-.342-.419l-.39.419v26.326c5.737%203.118%2018.05%208.713%2031.987%208.713c13.938%200%2026.251-5.595%2031.988-8.713V46.96l-.39-.419s-.132.181-.342.419c-3.171%203.597-8.226%205.032-15.123%205.032c-6.354%200-10.949-2.177-14.026-5.964a17%2017%200%200%201-1.418-2.034h-.066zm-3.94-11.733c.17-1.326.251-2.513.253-3.573v-.084c-.005-3.077-.678-5.079-1.752-6.308c-1.365-1.562-4.184-2.758-10.127-2.115c-6.021.652-9.386%202.146-11.294%204.098c-1.847%201.889-2.818%204.715-2.818%209.272c0%204.842.698%207.703%202.232%209.443c1.459%201.655%204.332%203.001%2010.625%203.001c4.837%200%207.603-1.573%209.371-3.749c1.899-2.336%202.967-5.759%203.51-9.985m6.503%200c.543%204.226%201.611%207.649%203.51%209.985c1.768%202.176%204.533%203.749%209.371%203.749c6.292%200%209.165-1.346%2010.624-3.001c1.535-1.74%202.232-4.601%202.232-9.443c0-4.557-.97-7.383-2.817-9.272c-1.908-1.952-5.274-3.446-11.294-4.098c-5.943-.643-8.763.553-10.127%202.115c-1.074%201.229-1.747%203.231-1.752%206.308v.084c.002%201.06.083%202.247.253%203.573m-2.563%2011.734h.066z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M38.5%2055.75a3.5%203.5%200%200%201%203.5%203.5v8.5a3.5%203.5%200%201%201-7%200v-8.5a3.5%203.5%200%200%201%203.5-3.5m19%200a3.5%203.5%200%200%201%203.5%203.5v8.5a3.5%203.5%200%201%201-7%200v-8.5a3.5%203.5%200%200%201%203.5-3.5%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%2096%2096%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M95.667%2067.954C92.225%2073.933%2072.24%2088.04%2047.997%2088.04S3.769%2073.933.328%2067.954c-.216-.375-.307-.796-.328-1.226V55.661c.019-.371.089-.736.226-1.081c1.489-3.738%205.386-9.166%2010.417-10.623c.667-1.712%201.655-4.215%202.576-6.062c-.154-1.414-.208-2.872-.208-4.345c0-5.322%201.128-9.99%204.527-13.466c1.587-1.623%203.557-2.869%205.893-3.805c5.595-4.545%2013.563-8.369%2024.48-8.369s19.057%203.824%2024.652%208.369c2.337.936%204.306%202.182%205.894%203.805c3.399%203.476%204.527%208.144%204.527%2013.466c0%201.473-.054%202.931-.208%204.345c.921%201.847%201.909%204.35%202.576%206.062c5.03%201.457%208.928%206.885%2010.417%2010.623c.163.41.231.848.231%201.289v10.644c0%20.504-.081%201.004-.333%201.441M48.686%2043.993l-.3.001l-1.077-.001q-.633%201.066-1.418%202.035c-3.078%203.787-7.672%205.964-14.026%205.964c-6.897%200-11.952-1.435-15.123-5.032a8%208%200%200%201-.342-.419l-.39.419v26.326c5.737%203.118%2018.05%208.713%2031.987%208.713c13.938%200%2026.251-5.595%2031.988-8.713V46.96l-.39-.419s-.132.181-.342.419c-3.171%203.597-8.226%205.032-15.123%205.032c-6.354%200-10.949-2.177-14.026-5.964a17%2017%200%200%201-1.418-2.034h-.066zm-3.94-11.733c.17-1.326.251-2.513.253-3.573v-.084c-.005-3.077-.678-5.079-1.752-6.308c-1.365-1.562-4.184-2.758-10.127-2.115c-6.021.652-9.386%202.146-11.294%204.098c-1.847%201.889-2.818%204.715-2.818%209.272c0%204.842.698%207.703%202.232%209.443c1.459%201.655%204.332%203.001%2010.625%203.001c4.837%200%207.603-1.573%209.371-3.749c1.899-2.336%202.967-5.759%203.51-9.985m6.503%200c.543%204.226%201.611%207.649%203.51%209.985c1.768%202.176%204.533%203.749%209.371%203.749c6.292%200%209.165-1.346%2010.624-3.001c1.535-1.74%202.232-4.601%202.232-9.443c0-4.557-.97-7.383-2.817-9.272c-1.908-1.952-5.274-3.446-11.294-4.098c-5.943-.643-8.763.553-10.127%202.115c-1.074%201.229-1.747%203.231-1.752%206.308v.084c.002%201.06.083%202.247.253%203.573m-2.563%2011.734h.066z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M38.5%2055.75a3.5%203.5%200%200%201%203.5%203.5v8.5a3.5%203.5%200%201%201-7%200v-8.5a3.5%203.5%200%200%201%203.5-3.5m19%200a3.5%203.5%200%200%201%203.5%203.5v8.5a3.5%203.5%200%201%201-7%200v-8.5a3.5%203.5%200%200%201%203.5-3.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/copilot-96.svg?color=%231a73e8&size=48