copilot-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
copilot-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

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"><path fill="none" stroke="currentColor" stroke-width="2" d="M13.986 4H8.3c-.925 0-1.795.45-2.279 1.239c-.518.844-1.166 1.988-1.55 2.996c-1.883 4.931-1.655 7.528.94 7.528h.844a3.29 3.29 0 0 0 3.154-2.347l.951-3.17l1.371-4.57A2.35 2.35 0 0 1 13.986 4Zm-3.625 6.247a2.82 2.82 0 0 1 2.704-2.012h5.467M13.986 4h.422c.81 0 1.529.518 1.785 1.287l.554 1.66a1.88 1.88 0 0 0 1.785 1.288m0 0h.055M10.014 20H15.7c.924 0 1.794-.45 2.278-1.239c.518-.844 1.166-1.988 1.55-2.996c1.883-4.931 1.655-7.528-.94-7.528h-.844a3.29 3.29 0 0 0-3.155 2.347l-.95 3.17l-1.371 4.57A2.35 2.35 0 0 1 10.014 20h-.422a1.88 1.88 0 0 1-1.785-1.287l-.554-1.66a1.88 1.88 0 0 0-1.785-1.288h-.055m8.226-2.012a2.82 2.82 0 0 1-2.704 2.012H5.468"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteCopilotLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="2" d="M13.986 4H8.3c-.925 0-1.795.45-2.279 1.239c-.518.844-1.166 1.988-1.55 2.996c-1.883 4.931-1.655 7.528.94 7.528h.844a3.29 3.29 0 0 0 3.154-2.347l.951-3.17l1.371-4.57A2.35 2.35 0 0 1 13.986 4Zm-3.625 6.247a2.82 2.82 0 0 1 2.704-2.012h5.467M13.986 4h.422c.81 0 1.529.518 1.785 1.287l.554 1.66a1.88 1.88 0 0 0 1.785 1.288m0 0h.055M10.014 20H15.7c.924 0 1.794-.45 2.278-1.239c.518-.844 1.166-1.988 1.55-2.996c1.883-4.931 1.655-7.528-.94-7.528h-.844a3.29 3.29 0 0 0-3.155 2.347l-.95 3.17l-1.371 4.57A2.35 2.35 0 0 1 10.014 20h-.422a1.88 1.88 0 0 1-1.785-1.287l-.554-1.66a1.88 1.88 0 0 0-1.785-1.288h-.055m8.226-2.012a2.82 2.82 0 0 1-2.704 2.012H5.468"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M13.986 4H8.3c-.925 0-1.795.45-2.279 1.239c-.518.844-1.166 1.988-1.55 2.996c-1.883 4.931-1.655 7.528.94 7.528h.844a3.29 3.29 0 0 0 3.154-2.347l.951-3.17l1.371-4.57A2.35 2.35 0 0 1 13.986 4Zm-3.625 6.247a2.82 2.82 0 0 1 2.704-2.012h5.467M13.986 4h.422c.81 0 1.529.518 1.785 1.287l.554 1.66a1.88 1.88 0 0 0 1.785 1.288m0 0h.055M10.014 20H15.7c.924 0 1.794-.45 2.278-1.239c.518-.844 1.166-1.988 1.55-2.996c1.883-4.931 1.655-7.528-.94-7.528h-.844a3.29 3.29 0 0 0-3.155 2.347l-.95 3.17l-1.371 4.57A2.35 2.35 0 0 1 10.014 20h-.422a1.88 1.88 0 0 1-1.785-1.287l-.554-1.66a1.88 1.88 0 0 0-1.785-1.288h-.055m8.226-2.012a2.82 2.82 0 0 1-2.704 2.012H5.468"/></svg>
</template>

CSS

.icon-copilot-line {
  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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M13.986%204H8.3c-.925%200-1.795.45-2.279%201.239c-.518.844-1.166%201.988-1.55%202.996c-1.883%204.931-1.655%207.528.94%207.528h.844a3.29%203.29%200%200%200%203.154-2.347l.951-3.17l1.371-4.57A2.35%202.35%200%200%201%2013.986%204Zm-3.625%206.247a2.82%202.82%200%200%201%202.704-2.012h5.467M13.986%204h.422c.81%200%201.529.518%201.785%201.287l.554%201.66a1.88%201.88%200%200%200%201.785%201.288m0%200h.055M10.014%2020H15.7c.924%200%201.794-.45%202.278-1.239c.518-.844%201.166-1.988%201.55-2.996c1.883-4.931%201.655-7.528-.94-7.528h-.844a3.29%203.29%200%200%200-3.155%202.347l-.95%203.17l-1.371%204.57A2.35%202.35%200%200%201%2010.014%2020h-.422a1.88%201.88%200%200%201-1.785-1.287l-.554-1.66a1.88%201.88%200%200%200-1.785-1.288h-.055m8.226-2.012a2.82%202.82%200%200%201-2.704%202.012H5.468%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M13.986%204H8.3c-.925%200-1.795.45-2.279%201.239c-.518.844-1.166%201.988-1.55%202.996c-1.883%204.931-1.655%207.528.94%207.528h.844a3.29%203.29%200%200%200%203.154-2.347l.951-3.17l1.371-4.57A2.35%202.35%200%200%201%2013.986%204Zm-3.625%206.247a2.82%202.82%200%200%201%202.704-2.012h5.467M13.986%204h.422c.81%200%201.529.518%201.785%201.287l.554%201.66a1.88%201.88%200%200%200%201.785%201.288m0%200h.055M10.014%2020H15.7c.924%200%201.794-.45%202.278-1.239c.518-.844%201.166-1.988%201.55-2.996c1.883-4.931%201.655-7.528-.94-7.528h-.844a3.29%203.29%200%200%200-3.155%202.347l-.95%203.17l-1.371%204.57A2.35%202.35%200%200%201%2010.014%2020h-.422a1.88%201.88%200%200%201-1.785-1.287l-.554-1.66a1.88%201.88%200%200%200-1.785-1.288h-.055m8.226-2.012a2.82%202.82%200%200%201-2.704%202.012H5.468%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Copilot line icon — MingCute Icon · IconsDB