copilot from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
copilot
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the 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="1.5"><path d="M13.846 4c.822 0 1.534.624 1.712 1.5l.213 1.048C16.005 7.688 16.93 8.5 18 8.5h-6.617m0 0l-1.071 4.79c-.326 1.305-1.412 2.21-2.65 2.21h-2.83c-1.207 0-2.084-1.254-1.766-2.526l1.38-6.026C4.88 5.208 6.327 4 7.979 4h5.867c-.79 0-1.484.578-1.692 1.412z"/><path d="M10.154 20c-.822 0-1.534-.624-1.712-1.5l-.214-1.048C7.996 16.312 7.07 15.5 6 15.5h6.617m0 0l1.071-4.79c.326-1.305 1.412-2.21 2.65-2.21h2.83c1.207 0 2.084 1.254 1.766 2.526l-1.38 6.026C19.12 18.792 17.674 20 16.022 20h-5.867c.79 0 1.484-.578 1.692-1.412z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCopilot(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="1.5"><path d="M13.846 4c.822 0 1.534.624 1.712 1.5l.213 1.048C16.005 7.688 16.93 8.5 18 8.5h-6.617m0 0l-1.071 4.79c-.326 1.305-1.412 2.21-2.65 2.21h-2.83c-1.207 0-2.084-1.254-1.766-2.526l1.38-6.026C4.88 5.208 6.327 4 7.979 4h5.867c-.79 0-1.484.578-1.692 1.412z"/><path d="M10.154 20c-.822 0-1.534-.624-1.712-1.5l-.214-1.048C7.996 16.312 7.07 15.5 6 15.5h6.617m0 0l1.071-4.79c.326-1.305 1.412-2.21 2.65-2.21h2.83c1.207 0 2.084 1.254 1.766 2.526l-1.38 6.026C19.12 18.792 17.674 20 16.022 20h-5.867c.79 0 1.484-.578 1.692-1.412z"/></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="1.5"><path d="M13.846 4c.822 0 1.534.624 1.712 1.5l.213 1.048C16.005 7.688 16.93 8.5 18 8.5h-6.617m0 0l-1.071 4.79c-.326 1.305-1.412 2.21-2.65 2.21h-2.83c-1.207 0-2.084-1.254-1.766-2.526l1.38-6.026C4.88 5.208 6.327 4 7.979 4h5.867c-.79 0-1.484.578-1.692 1.412z"/><path d="M10.154 20c-.822 0-1.534-.624-1.712-1.5l-.214-1.048C7.996 16.312 7.07 15.5 6 15.5h6.617m0 0l1.071-4.79c.326-1.305 1.412-2.21 2.65-2.21h2.83c1.207 0 2.084 1.254 1.766 2.526l-1.38 6.026C19.12 18.792 17.674 20 16.022 20h-5.867c.79 0 1.484-.578 1.692-1.412z"/></g></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%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%221.5%22%3E%3Cpath%20d%3D%22M13.846%204c.822%200%201.534.624%201.712%201.5l.213%201.048C16.005%207.688%2016.93%208.5%2018%208.5h-6.617m0%200l-1.071%204.79c-.326%201.305-1.412%202.21-2.65%202.21h-2.83c-1.207%200-2.084-1.254-1.766-2.526l1.38-6.026C4.88%205.208%206.327%204%207.979%204h5.867c-.79%200-1.484.578-1.692%201.412z%22%2F%3E%3Cpath%20d%3D%22M10.154%2020c-.822%200-1.534-.624-1.712-1.5l-.214-1.048C7.996%2016.312%207.07%2015.5%206%2015.5h6.617m0%200l1.071-4.79c.326-1.305%201.412-2.21%202.65-2.21h2.83c1.207%200%202.084%201.254%201.766%202.526l-1.38%206.026C19.12%2018.792%2017.674%2020%2016.022%2020h-5.867c.79%200%201.484-.578%201.692-1.412z%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%221.5%22%3E%3Cpath%20d%3D%22M13.846%204c.822%200%201.534.624%201.712%201.5l.213%201.048C16.005%207.688%2016.93%208.5%2018%208.5h-6.617m0%200l-1.071%204.79c-.326%201.305-1.412%202.21-2.65%202.21h-2.83c-1.207%200-2.084-1.254-1.766-2.526l1.38-6.026C4.88%205.208%206.327%204%207.979%204h5.867c-.79%200-1.484.578-1.692%201.412z%22%2F%3E%3Cpath%20d%3D%22M10.154%2020c-.822%200-1.534-.624-1.712-1.5l-.214-1.048C7.996%2016.312%207.07%2015.5%206%2015.5h6.617m0%200l1.071-4.79c.326-1.305%201.412-2.21%202.65-2.21h2.83c1.207%200%202.084%201.254%201.766%202.526l-1.38%206.026C19.12%2018.792%2017.674%2020%2016.022%2020h-5.867c.79%200%201.484-.578%201.692-1.412z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/copilot.svg?color=%231a73e8&size=48