brand github copilot icon
brand-github-copilot from Tabler Icons by Paweł Kuna · Outline · MIT Free for personal and commercial use.
- Name
- brand-github-copilot
- Set
- Tabler Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
Related icons in Tabler Icons
brand-4chanbrand-abstractbrand-adobebrand-adobe-after-effectsbrand-adobe-illustratorbrand-adobe-indesignbrand-adobe-photoshopbrand-adobe-premierebrand-adobe-xdbrand-adonis-jsbrand-airbnbbrand-airtablebrand-algoliabrand-alipaybrand-alpine-jsbrand-amazonbrand-amdbrand-amiebrand-amigobrand-among-usbrand-androidbrand-angularbrand-ansiblebrand-ao3
Use the brand github copilot icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M4 18v-5.5q0-1 .5-2"/><path d="M12 7.5c0-1-.01-4.07-4-3.5c-3.5.5-4 2.5-4 3.5c0 1.5 0 4 3 4c4 0 5-2.5 5-4M4 12q-2 1-2 2c0 1 0 3 1.5 4c3 2 6.5 3 8.5 3s5.499-1 8.5-3c1.5-1 1.5-3 1.5-4q0-1-2-2"/><path d="M20 18v-5.5q0-1-.5-2"/><path d="M12 7.5v-.297l.01-.269l.027-.298l.013-.105l.033-.215q.02-.11.046-.22l.06-.223c.336-1.118 1.262-2.237 3.808-1.873c2.838.405 3.703 1.797 3.93 2.842l.036.204c0 .033.01.066.013.098l.016.185v.661l-.015.394l-.02.271c-.122 1.366-.655 2.845-2.962 2.845c-3.256 0-4.524-1.656-4.883-3.081l-.053-.242a4 4 0 0 1-.036-.235l-.021-.227a4 4 0 0 1-.007-.215zM10 15v2m4-2v2"/></g></svg>
React
import type { SVGProps } from "react";
export function TablerBrandGithubCopilot(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M4 18v-5.5q0-1 .5-2"/><path d="M12 7.5c0-1-.01-4.07-4-3.5c-3.5.5-4 2.5-4 3.5c0 1.5 0 4 3 4c4 0 5-2.5 5-4M4 12q-2 1-2 2c0 1 0 3 1.5 4c3 2 6.5 3 8.5 3s5.499-1 8.5-3c1.5-1 1.5-3 1.5-4q0-1-2-2"/><path d="M20 18v-5.5q0-1-.5-2"/><path d="M12 7.5v-.297l.01-.269l.027-.298l.013-.105l.033-.215q.02-.11.046-.22l.06-.223c.336-1.118 1.262-2.237 3.808-1.873c2.838.405 3.703 1.797 3.93 2.842l.036.204c0 .033.01.066.013.098l.016.185v.661l-.015.394l-.02.271c-.122 1.366-.655 2.845-2.962 2.845c-3.256 0-4.524-1.656-4.883-3.081l-.053-.242a4 4 0 0 1-.036-.235l-.021-.227a4 4 0 0 1-.007-.215zM10 15v2m4-2v2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M4 18v-5.5q0-1 .5-2"/><path d="M12 7.5c0-1-.01-4.07-4-3.5c-3.5.5-4 2.5-4 3.5c0 1.5 0 4 3 4c4 0 5-2.5 5-4M4 12q-2 1-2 2c0 1 0 3 1.5 4c3 2 6.5 3 8.5 3s5.499-1 8.5-3c1.5-1 1.5-3 1.5-4q0-1-2-2"/><path d="M20 18v-5.5q0-1-.5-2"/><path d="M12 7.5v-.297l.01-.269l.027-.298l.013-.105l.033-.215q.02-.11.046-.22l.06-.223c.336-1.118 1.262-2.237 3.808-1.873c2.838.405 3.703 1.797 3.93 2.842l.036.204c0 .033.01.066.013.098l.016.185v.661l-.015.394l-.02.271c-.122 1.366-.655 2.845-2.962 2.845c-3.256 0-4.524-1.656-4.883-3.081l-.053-.242a4 4 0 0 1-.036-.235l-.021-.227a4 4 0 0 1-.007-.215zM10 15v2m4-2v2"/></g></svg> </template>
CSS
.icon-brand-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M4%2018v-5.5q0-1%20.5-2%22%2F%3E%3Cpath%20d%3D%22M12%207.5c0-1-.01-4.07-4-3.5c-3.5.5-4%202.5-4%203.5c0%201.5%200%204%203%204c4%200%205-2.5%205-4M4%2012q-2%201-2%202c0%201%200%203%201.5%204c3%202%206.5%203%208.5%203s5.499-1%208.5-3c1.5-1%201.5-3%201.5-4q0-1-2-2%22%2F%3E%3Cpath%20d%3D%22M20%2018v-5.5q0-1-.5-2%22%2F%3E%3Cpath%20d%3D%22M12%207.5v-.297l.01-.269l.027-.298l.013-.105l.033-.215q.02-.11.046-.22l.06-.223c.336-1.118%201.262-2.237%203.808-1.873c2.838.405%203.703%201.797%203.93%202.842l.036.204c0%20.033.01.066.013.098l.016.185v.661l-.015.394l-.02.271c-.122%201.366-.655%202.845-2.962%202.845c-3.256%200-4.524-1.656-4.883-3.081l-.053-.242a4%204%200%200%201-.036-.235l-.021-.227a4%204%200%200%201-.007-.215zM10%2015v2m4-2v2%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M4%2018v-5.5q0-1%20.5-2%22%2F%3E%3Cpath%20d%3D%22M12%207.5c0-1-.01-4.07-4-3.5c-3.5.5-4%202.5-4%203.5c0%201.5%200%204%203%204c4%200%205-2.5%205-4M4%2012q-2%201-2%202c0%201%200%203%201.5%204c3%202%206.5%203%208.5%203s5.499-1%208.5-3c1.5-1%201.5-3%201.5-4q0-1-2-2%22%2F%3E%3Cpath%20d%3D%22M20%2018v-5.5q0-1-.5-2%22%2F%3E%3Cpath%20d%3D%22M12%207.5v-.297l.01-.269l.027-.298l.013-.105l.033-.215q.02-.11.046-.22l.06-.223c.336-1.118%201.262-2.237%203.808-1.873c2.838.405%203.703%201.797%203.93%202.842l.036.204c0%20.033.01.066.013.098l.016.185v.661l-.015.394l-.02.271c-.122%201.366-.655%202.845-2.962%202.845c-3.256%200-4.524-1.656-4.883-3.081l-.053-.242a4%204%200%200%201-.036-.235l-.021-.227a4%204%200%200%201-.007-.215zM10%2015v2m4-2v2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/brand-github-copilot.svg?color=%231a73e8&size=48