copilot logo
copilot from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- copilot
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- License
- CC BY 4.0
The same logo in other sets
Use the copilot logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M319.5 106.2c58.2 0 101.6 20.4 131.5 44.6c12.5 5 23 11.7 31.4 20.3c18.1 18.5 24.2 43.4 24.2 71.8c0 7.9-.3 15.6-1.1 23.2c4.9 9.9 10.2 23.2 13.8 32.3c26.8 7.8 47.6 36.7 55.5 56.7c.9 2.2 1.3 4.5 1.3 6.9v56.7c0 2.7-.4 5.4-1.8 7.7c-18.4 31.9-124.9 107.1-254.2 107.1s-236-75.2-254.3-107.1c-1.3-2.3-1.8-5-1.8-7.7V362c0-2.3.4-4.7 1.2-6.9c7.9-19.9 28.7-48.9 55.6-56.7c3.6-9.1 8.8-22.5 13.8-32.3c-.8-7.5-1.1-15.3-1.1-23.2c0-28.4 6-53.3 24.2-71.8c8.5-8.7 19-15.3 31.4-20.3c29.8-24.2 72.3-44.6 130.5-44.6zm-3.2 192.4c-2.3 3.8-4.8 7.4-7.6 10.8c-16.4 20.2-40.9 31.8-74.8 31.8c-36.8 0-63.7-7.7-80.7-26.8c-.9-1-1.7-2.1-1.8-2.2l-2.1 2.2v140.4c30.6 16.6 96.3 46.5 170.6 46.5s140-29.8 170.6-46.5V314.4l-2.1-2.2c-.1.1-.8 1-1.8 2.2c-16.9 19.2-43.9 26.8-80.7 26.8c-33.9 0-58.4-11.6-74.8-31.8c-2.8-3.4-5.3-7.1-7.5-10.8h-7.4zM266.7 368c11.8 0 21.3 9.5 21.3 21.3V432c0 11.8-9.5 21.3-21.3 21.3s-21.3-9.5-21.3-21.3v-42.7c0-11.8 9.5-21.3 21.3-21.3m106.6 0c11.8 0 21.3 9.5 21.3 21.3V432c0 11.8-9.5 21.3-21.3 21.3s-21.3-9.6-21.3-21.4v-42.7c0-11.8 9.5-21.3 21.3-21.3zM240.7 171.7c-32.1 3.5-50 11.4-60.2 21.8c-9.9 10.1-15 25.2-15 49.5c0 25.8 3.7 41.1 11.9 50.3c7.8 8.8 23.1 16 56.7 16c25.8 0 40.5-8.4 50-20c10.1-12.5 15.8-30.7 18.7-53.2c.9-7.1 1.3-13.4 1.3-19.1v-.5c0-16.4-3.6-27.1-9.3-33.6c-7.3-8.3-22.3-14.7-54-11.3zm158.7 0c-31.7-3.4-46.7 3-54 11.3c-5.7 6.6-9.3 17.2-9.3 33.6v.5c0 5.7.4 12 1.3 19.1c2.9 22.5 8.6 40.8 18.7 53.2c9.4 11.6 24.2 20 50 20c33.6 0 48.9-7.2 56.7-16c8.2-9.3 11.9-24.5 11.9-50.3c0-24.3-5.2-39.4-15-49.5c-10.2-10.4-28.1-18.4-60.2-21.8z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsCopilot(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M319.5 106.2c58.2 0 101.6 20.4 131.5 44.6c12.5 5 23 11.7 31.4 20.3c18.1 18.5 24.2 43.4 24.2 71.8c0 7.9-.3 15.6-1.1 23.2c4.9 9.9 10.2 23.2 13.8 32.3c26.8 7.8 47.6 36.7 55.5 56.7c.9 2.2 1.3 4.5 1.3 6.9v56.7c0 2.7-.4 5.4-1.8 7.7c-18.4 31.9-124.9 107.1-254.2 107.1s-236-75.2-254.3-107.1c-1.3-2.3-1.8-5-1.8-7.7V362c0-2.3.4-4.7 1.2-6.9c7.9-19.9 28.7-48.9 55.6-56.7c3.6-9.1 8.8-22.5 13.8-32.3c-.8-7.5-1.1-15.3-1.1-23.2c0-28.4 6-53.3 24.2-71.8c8.5-8.7 19-15.3 31.4-20.3c29.8-24.2 72.3-44.6 130.5-44.6zm-3.2 192.4c-2.3 3.8-4.8 7.4-7.6 10.8c-16.4 20.2-40.9 31.8-74.8 31.8c-36.8 0-63.7-7.7-80.7-26.8c-.9-1-1.7-2.1-1.8-2.2l-2.1 2.2v140.4c30.6 16.6 96.3 46.5 170.6 46.5s140-29.8 170.6-46.5V314.4l-2.1-2.2c-.1.1-.8 1-1.8 2.2c-16.9 19.2-43.9 26.8-80.7 26.8c-33.9 0-58.4-11.6-74.8-31.8c-2.8-3.4-5.3-7.1-7.5-10.8h-7.4zM266.7 368c11.8 0 21.3 9.5 21.3 21.3V432c0 11.8-9.5 21.3-21.3 21.3s-21.3-9.5-21.3-21.3v-42.7c0-11.8 9.5-21.3 21.3-21.3m106.6 0c11.8 0 21.3 9.5 21.3 21.3V432c0 11.8-9.5 21.3-21.3 21.3s-21.3-9.6-21.3-21.4v-42.7c0-11.8 9.5-21.3 21.3-21.3zM240.7 171.7c-32.1 3.5-50 11.4-60.2 21.8c-9.9 10.1-15 25.2-15 49.5c0 25.8 3.7 41.1 11.9 50.3c7.8 8.8 23.1 16 56.7 16c25.8 0 40.5-8.4 50-20c10.1-12.5 15.8-30.7 18.7-53.2c.9-7.1 1.3-13.4 1.3-19.1v-.5c0-16.4-3.6-27.1-9.3-33.6c-7.3-8.3-22.3-14.7-54-11.3zm158.7 0c-31.7-3.4-46.7 3-54 11.3c-5.7 6.6-9.3 17.2-9.3 33.6v.5c0 5.7.4 12 1.3 19.1c2.9 22.5 8.6 40.8 18.7 53.2c9.4 11.6 24.2 20 50 20c33.6 0 48.9-7.2 56.7-16c8.2-9.3 11.9-24.5 11.9-50.3c0-24.3-5.2-39.4-15-49.5c-10.2-10.4-28.1-18.4-60.2-21.8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M319.5 106.2c58.2 0 101.6 20.4 131.5 44.6c12.5 5 23 11.7 31.4 20.3c18.1 18.5 24.2 43.4 24.2 71.8c0 7.9-.3 15.6-1.1 23.2c4.9 9.9 10.2 23.2 13.8 32.3c26.8 7.8 47.6 36.7 55.5 56.7c.9 2.2 1.3 4.5 1.3 6.9v56.7c0 2.7-.4 5.4-1.8 7.7c-18.4 31.9-124.9 107.1-254.2 107.1s-236-75.2-254.3-107.1c-1.3-2.3-1.8-5-1.8-7.7V362c0-2.3.4-4.7 1.2-6.9c7.9-19.9 28.7-48.9 55.6-56.7c3.6-9.1 8.8-22.5 13.8-32.3c-.8-7.5-1.1-15.3-1.1-23.2c0-28.4 6-53.3 24.2-71.8c8.5-8.7 19-15.3 31.4-20.3c29.8-24.2 72.3-44.6 130.5-44.6zm-3.2 192.4c-2.3 3.8-4.8 7.4-7.6 10.8c-16.4 20.2-40.9 31.8-74.8 31.8c-36.8 0-63.7-7.7-80.7-26.8c-.9-1-1.7-2.1-1.8-2.2l-2.1 2.2v140.4c30.6 16.6 96.3 46.5 170.6 46.5s140-29.8 170.6-46.5V314.4l-2.1-2.2c-.1.1-.8 1-1.8 2.2c-16.9 19.2-43.9 26.8-80.7 26.8c-33.9 0-58.4-11.6-74.8-31.8c-2.8-3.4-5.3-7.1-7.5-10.8h-7.4zM266.7 368c11.8 0 21.3 9.5 21.3 21.3V432c0 11.8-9.5 21.3-21.3 21.3s-21.3-9.5-21.3-21.3v-42.7c0-11.8 9.5-21.3 21.3-21.3m106.6 0c11.8 0 21.3 9.5 21.3 21.3V432c0 11.8-9.5 21.3-21.3 21.3s-21.3-9.6-21.3-21.4v-42.7c0-11.8 9.5-21.3 21.3-21.3zM240.7 171.7c-32.1 3.5-50 11.4-60.2 21.8c-9.9 10.1-15 25.2-15 49.5c0 25.8 3.7 41.1 11.9 50.3c7.8 8.8 23.1 16 56.7 16c25.8 0 40.5-8.4 50-20c10.1-12.5 15.8-30.7 18.7-53.2c.9-7.1 1.3-13.4 1.3-19.1v-.5c0-16.4-3.6-27.1-9.3-33.6c-7.3-8.3-22.3-14.7-54-11.3zm158.7 0c-31.7-3.4-46.7 3-54 11.3c-5.7 6.6-9.3 17.2-9.3 33.6v.5c0 5.7.4 12 1.3 19.1c2.9 22.5 8.6 40.8 18.7 53.2c9.4 11.6 24.2 20 50 20c33.6 0 48.9-7.2 56.7-16c8.2-9.3 11.9-24.5 11.9-50.3c0-24.3-5.2-39.4-15-49.5c-10.2-10.4-28.1-18.4-60.2-21.8z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M319.5%20106.2c58.2%200%20101.6%2020.4%20131.5%2044.6c12.5%205%2023%2011.7%2031.4%2020.3c18.1%2018.5%2024.2%2043.4%2024.2%2071.8c0%207.9-.3%2015.6-1.1%2023.2c4.9%209.9%2010.2%2023.2%2013.8%2032.3c26.8%207.8%2047.6%2036.7%2055.5%2056.7c.9%202.2%201.3%204.5%201.3%206.9v56.7c0%202.7-.4%205.4-1.8%207.7c-18.4%2031.9-124.9%20107.1-254.2%20107.1s-236-75.2-254.3-107.1c-1.3-2.3-1.8-5-1.8-7.7V362c0-2.3.4-4.7%201.2-6.9c7.9-19.9%2028.7-48.9%2055.6-56.7c3.6-9.1%208.8-22.5%2013.8-32.3c-.8-7.5-1.1-15.3-1.1-23.2c0-28.4%206-53.3%2024.2-71.8c8.5-8.7%2019-15.3%2031.4-20.3c29.8-24.2%2072.3-44.6%20130.5-44.6zm-3.2%20192.4c-2.3%203.8-4.8%207.4-7.6%2010.8c-16.4%2020.2-40.9%2031.8-74.8%2031.8c-36.8%200-63.7-7.7-80.7-26.8c-.9-1-1.7-2.1-1.8-2.2l-2.1%202.2v140.4c30.6%2016.6%2096.3%2046.5%20170.6%2046.5s140-29.8%20170.6-46.5V314.4l-2.1-2.2c-.1.1-.8%201-1.8%202.2c-16.9%2019.2-43.9%2026.8-80.7%2026.8c-33.9%200-58.4-11.6-74.8-31.8c-2.8-3.4-5.3-7.1-7.5-10.8h-7.4zM266.7%20368c11.8%200%2021.3%209.5%2021.3%2021.3V432c0%2011.8-9.5%2021.3-21.3%2021.3s-21.3-9.5-21.3-21.3v-42.7c0-11.8%209.5-21.3%2021.3-21.3m106.6%200c11.8%200%2021.3%209.5%2021.3%2021.3V432c0%2011.8-9.5%2021.3-21.3%2021.3s-21.3-9.6-21.3-21.4v-42.7c0-11.8%209.5-21.3%2021.3-21.3zM240.7%20171.7c-32.1%203.5-50%2011.4-60.2%2021.8c-9.9%2010.1-15%2025.2-15%2049.5c0%2025.8%203.7%2041.1%2011.9%2050.3c7.8%208.8%2023.1%2016%2056.7%2016c25.8%200%2040.5-8.4%2050-20c10.1-12.5%2015.8-30.7%2018.7-53.2c.9-7.1%201.3-13.4%201.3-19.1v-.5c0-16.4-3.6-27.1-9.3-33.6c-7.3-8.3-22.3-14.7-54-11.3zm158.7%200c-31.7-3.4-46.7%203-54%2011.3c-5.7%206.6-9.3%2017.2-9.3%2033.6v.5c0%205.7.4%2012%201.3%2019.1c2.9%2022.5%208.6%2040.8%2018.7%2053.2c9.4%2011.6%2024.2%2020%2050%2020c33.6%200%2048.9-7.2%2056.7-16c8.2-9.3%2011.9-24.5%2011.9-50.3c0-24.3-5.2-39.4-15-49.5c-10.2-10.4-28.1-18.4-60.2-21.8z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M319.5%20106.2c58.2%200%20101.6%2020.4%20131.5%2044.6c12.5%205%2023%2011.7%2031.4%2020.3c18.1%2018.5%2024.2%2043.4%2024.2%2071.8c0%207.9-.3%2015.6-1.1%2023.2c4.9%209.9%2010.2%2023.2%2013.8%2032.3c26.8%207.8%2047.6%2036.7%2055.5%2056.7c.9%202.2%201.3%204.5%201.3%206.9v56.7c0%202.7-.4%205.4-1.8%207.7c-18.4%2031.9-124.9%20107.1-254.2%20107.1s-236-75.2-254.3-107.1c-1.3-2.3-1.8-5-1.8-7.7V362c0-2.3.4-4.7%201.2-6.9c7.9-19.9%2028.7-48.9%2055.6-56.7c3.6-9.1%208.8-22.5%2013.8-32.3c-.8-7.5-1.1-15.3-1.1-23.2c0-28.4%206-53.3%2024.2-71.8c8.5-8.7%2019-15.3%2031.4-20.3c29.8-24.2%2072.3-44.6%20130.5-44.6zm-3.2%20192.4c-2.3%203.8-4.8%207.4-7.6%2010.8c-16.4%2020.2-40.9%2031.8-74.8%2031.8c-36.8%200-63.7-7.7-80.7-26.8c-.9-1-1.7-2.1-1.8-2.2l-2.1%202.2v140.4c30.6%2016.6%2096.3%2046.5%20170.6%2046.5s140-29.8%20170.6-46.5V314.4l-2.1-2.2c-.1.1-.8%201-1.8%202.2c-16.9%2019.2-43.9%2026.8-80.7%2026.8c-33.9%200-58.4-11.6-74.8-31.8c-2.8-3.4-5.3-7.1-7.5-10.8h-7.4zM266.7%20368c11.8%200%2021.3%209.5%2021.3%2021.3V432c0%2011.8-9.5%2021.3-21.3%2021.3s-21.3-9.5-21.3-21.3v-42.7c0-11.8%209.5-21.3%2021.3-21.3m106.6%200c11.8%200%2021.3%209.5%2021.3%2021.3V432c0%2011.8-9.5%2021.3-21.3%2021.3s-21.3-9.6-21.3-21.4v-42.7c0-11.8%209.5-21.3%2021.3-21.3zM240.7%20171.7c-32.1%203.5-50%2011.4-60.2%2021.8c-9.9%2010.1-15%2025.2-15%2049.5c0%2025.8%203.7%2041.1%2011.9%2050.3c7.8%208.8%2023.1%2016%2056.7%2016c25.8%200%2040.5-8.4%2050-20c10.1-12.5%2015.8-30.7%2018.7-53.2c.9-7.1%201.3-13.4%201.3-19.1v-.5c0-16.4-3.6-27.1-9.3-33.6c-7.3-8.3-22.3-14.7-54-11.3zm158.7%200c-31.7-3.4-46.7%203-54%2011.3c-5.7%206.6-9.3%2017.2-9.3%2033.6v.5c0%205.7.4%2012%201.3%2019.1c2.9%2022.5%208.6%2040.8%2018.7%2053.2c9.4%2011.6%2024.2%2020%2050%2020c33.6%200%2048.9-7.2%2056.7-16c8.2-9.3%2011.9-24.5%2011.9-50.3c0-24.3-5.2-39.4-15-49.5c-10.2-10.4-28.1-18.4-60.2-21.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/copilot.svg?color=%231a73e8&size=48