crewai from LobeHub AI Icons by LobeHub · Mono · MIT Free for personal and commercial use.

Name
crewai
Set
LobeHub AI Icons
Style
Mono
Viewbox
24×24
License
MIT

4 other variants in LobeHub AI Icons

The same logo in other sets

Use the crewai logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M18.213 14.057l.054-.071.132-.176c.158-.212.311-.427.462-.645a.748.748 0 011.256.031 1.438 1.438 0 01.158 1.103l-.136.522-.04.152a7.935 7.935 0 01-2.464 3.863c-.572.49-1.138.938-1.774 1.306-.427.247-.857.495-1.303.706a9.628 9.628 0 01-3.155.974c-.748.097-1.503.136-2.257.116a6.531 6.531 0 01-3.837-1.423 5.967 5.967 0 01-2.071-3.494 8.859 8.859 0 01-.085-3.08 13.56 13.56 0 011.54-4.568 19.7 19.7 0 012.212-3.348 13.382 13.382 0 013.088-2.759 7.9 7.9 0 012.832-1.141c1.307-.245 2.434.207 3.481.933a6.221 6.221 0 011.806 1.893c.423.766.536 1.667.314 2.514a12.39 12.39 0 01-.99 2.67l-.223.497c-.321.713-.642 1.426-.97 2.138a.762.762 0 01-.97.466 3.39 3.39 0 01-2.283-2.49c-.095-.83.04-1.669.39-2.426l.02-.054c.232-.594.485-1.18.741-1.764l.03-.065a326.498 326.498 0 01.37-.841l.02-.047a.533.533 0 00-.204-.742 2.348 2.348 0 00-1.2.702l-.036.036-.001.001-.028.028a26.065 26.065 0 00-1.55 1.702 21.56 21.56 0 00-2.618 4.184 7.59 7.59 0 00-.816 2.753 7.042 7.042 0 00.07 2.219 2.056 2.056 0 001.934 1.715c1.801.1 3.59-.363 5.116-1.328.582-.4 1.141-.831 1.675-1.293.481-.456.91-.951 1.31-1.47zm1.198-3.274a2.753 2.753 0 012.47 1.355c.483.806.622 1.772.385 2.68l-.136.522a9.994 9.994 0 01-3.156 5.058c-.605.517-1.283 1.062-2.083 1.524l-.028.017c-.402.232-.884.511-1.398.756-1.19.602-2.475.997-3.798 1.167-.854.111-1.716.155-2.577.132H9.072a8.588 8.588 0 01-5.046-1.87l-.012-.01-.012-.01A8.024 8.024 0 011.22 17.42a10.916 10.916 0 01-.102-3.779A15.622 15.622 0 012.88 8.4a21.758 21.758 0 012.432-3.678 15.44 15.44 0 013.56-3.182A9.958 9.958 0 0112.44.104h.004l.003-.002c2.057-.384 3.743.374 5.024 1.26a8.28 8.28 0 012.395 2.513l.024.04.023.042a5.474 5.474 0 01.508 4.012c-.239.97-.577 1.914-1.01 2.814z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function LobehubCrewai(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M18.213 14.057l.054-.071.132-.176c.158-.212.311-.427.462-.645a.748.748 0 011.256.031 1.438 1.438 0 01.158 1.103l-.136.522-.04.152a7.935 7.935 0 01-2.464 3.863c-.572.49-1.138.938-1.774 1.306-.427.247-.857.495-1.303.706a9.628 9.628 0 01-3.155.974c-.748.097-1.503.136-2.257.116a6.531 6.531 0 01-3.837-1.423 5.967 5.967 0 01-2.071-3.494 8.859 8.859 0 01-.085-3.08 13.56 13.56 0 011.54-4.568 19.7 19.7 0 012.212-3.348 13.382 13.382 0 013.088-2.759 7.9 7.9 0 012.832-1.141c1.307-.245 2.434.207 3.481.933a6.221 6.221 0 011.806 1.893c.423.766.536 1.667.314 2.514a12.39 12.39 0 01-.99 2.67l-.223.497c-.321.713-.642 1.426-.97 2.138a.762.762 0 01-.97.466 3.39 3.39 0 01-2.283-2.49c-.095-.83.04-1.669.39-2.426l.02-.054c.232-.594.485-1.18.741-1.764l.03-.065a326.498 326.498 0 01.37-.841l.02-.047a.533.533 0 00-.204-.742 2.348 2.348 0 00-1.2.702l-.036.036-.001.001-.028.028a26.065 26.065 0 00-1.55 1.702 21.56 21.56 0 00-2.618 4.184 7.59 7.59 0 00-.816 2.753 7.042 7.042 0 00.07 2.219 2.056 2.056 0 001.934 1.715c1.801.1 3.59-.363 5.116-1.328.582-.4 1.141-.831 1.675-1.293.481-.456.91-.951 1.31-1.47zm1.198-3.274a2.753 2.753 0 012.47 1.355c.483.806.622 1.772.385 2.68l-.136.522a9.994 9.994 0 01-3.156 5.058c-.605.517-1.283 1.062-2.083 1.524l-.028.017c-.402.232-.884.511-1.398.756-1.19.602-2.475.997-3.798 1.167-.854.111-1.716.155-2.577.132H9.072a8.588 8.588 0 01-5.046-1.87l-.012-.01-.012-.01A8.024 8.024 0 011.22 17.42a10.916 10.916 0 01-.102-3.779A15.622 15.622 0 012.88 8.4a21.758 21.758 0 012.432-3.678 15.44 15.44 0 013.56-3.182A9.958 9.958 0 0112.44.104h.004l.003-.002c2.057-.384 3.743.374 5.024 1.26a8.28 8.28 0 012.395 2.513l.024.04.023.042a5.474 5.474 0 01.508 4.012c-.239.97-.577 1.914-1.01 2.814z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M18.213 14.057l.054-.071.132-.176c.158-.212.311-.427.462-.645a.748.748 0 011.256.031 1.438 1.438 0 01.158 1.103l-.136.522-.04.152a7.935 7.935 0 01-2.464 3.863c-.572.49-1.138.938-1.774 1.306-.427.247-.857.495-1.303.706a9.628 9.628 0 01-3.155.974c-.748.097-1.503.136-2.257.116a6.531 6.531 0 01-3.837-1.423 5.967 5.967 0 01-2.071-3.494 8.859 8.859 0 01-.085-3.08 13.56 13.56 0 011.54-4.568 19.7 19.7 0 012.212-3.348 13.382 13.382 0 013.088-2.759 7.9 7.9 0 012.832-1.141c1.307-.245 2.434.207 3.481.933a6.221 6.221 0 011.806 1.893c.423.766.536 1.667.314 2.514a12.39 12.39 0 01-.99 2.67l-.223.497c-.321.713-.642 1.426-.97 2.138a.762.762 0 01-.97.466 3.39 3.39 0 01-2.283-2.49c-.095-.83.04-1.669.39-2.426l.02-.054c.232-.594.485-1.18.741-1.764l.03-.065a326.498 326.498 0 01.37-.841l.02-.047a.533.533 0 00-.204-.742 2.348 2.348 0 00-1.2.702l-.036.036-.001.001-.028.028a26.065 26.065 0 00-1.55 1.702 21.56 21.56 0 00-2.618 4.184 7.59 7.59 0 00-.816 2.753 7.042 7.042 0 00.07 2.219 2.056 2.056 0 001.934 1.715c1.801.1 3.59-.363 5.116-1.328.582-.4 1.141-.831 1.675-1.293.481-.456.91-.951 1.31-1.47zm1.198-3.274a2.753 2.753 0 012.47 1.355c.483.806.622 1.772.385 2.68l-.136.522a9.994 9.994 0 01-3.156 5.058c-.605.517-1.283 1.062-2.083 1.524l-.028.017c-.402.232-.884.511-1.398.756-1.19.602-2.475.997-3.798 1.167-.854.111-1.716.155-2.577.132H9.072a8.588 8.588 0 01-5.046-1.87l-.012-.01-.012-.01A8.024 8.024 0 011.22 17.42a10.916 10.916 0 01-.102-3.779A15.622 15.622 0 012.88 8.4a21.758 21.758 0 012.432-3.678 15.44 15.44 0 013.56-3.182A9.958 9.958 0 0112.44.104h.004l.003-.002c2.057-.384 3.743.374 5.024 1.26a8.28 8.28 0 012.395 2.513l.024.04.023.042a5.474 5.474 0 01.508 4.012c-.239.97-.577 1.914-1.01 2.814z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-crewai {
  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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.213%2014.057l.054-.071.132-.176c.158-.212.311-.427.462-.645a.748.748%200%20011.256.031%201.438%201.438%200%2001.158%201.103l-.136.522-.04.152a7.935%207.935%200%2001-2.464%203.863c-.572.49-1.138.938-1.774%201.306-.427.247-.857.495-1.303.706a9.628%209.628%200%2001-3.155.974c-.748.097-1.503.136-2.257.116a6.531%206.531%200%2001-3.837-1.423%205.967%205.967%200%2001-2.071-3.494%208.859%208.859%200%2001-.085-3.08%2013.56%2013.56%200%20011.54-4.568%2019.7%2019.7%200%20012.212-3.348%2013.382%2013.382%200%20013.088-2.759%207.9%207.9%200%20012.832-1.141c1.307-.245%202.434.207%203.481.933a6.221%206.221%200%20011.806%201.893c.423.766.536%201.667.314%202.514a12.39%2012.39%200%2001-.99%202.67l-.223.497c-.321.713-.642%201.426-.97%202.138a.762.762%200%2001-.97.466%203.39%203.39%200%2001-2.283-2.49c-.095-.83.04-1.669.39-2.426l.02-.054c.232-.594.485-1.18.741-1.764l.03-.065a326.498%20326.498%200%2001.37-.841l.02-.047a.533.533%200%2000-.204-.742%202.348%202.348%200%2000-1.2.702l-.036.036-.001.001-.028.028a26.065%2026.065%200%2000-1.55%201.702%2021.56%2021.56%200%2000-2.618%204.184%207.59%207.59%200%2000-.816%202.753%207.042%207.042%200%2000.07%202.219%202.056%202.056%200%20001.934%201.715c1.801.1%203.59-.363%205.116-1.328.582-.4%201.141-.831%201.675-1.293.481-.456.91-.951%201.31-1.47zm1.198-3.274a2.753%202.753%200%20012.47%201.355c.483.806.622%201.772.385%202.68l-.136.522a9.994%209.994%200%2001-3.156%205.058c-.605.517-1.283%201.062-2.083%201.524l-.028.017c-.402.232-.884.511-1.398.756-1.19.602-2.475.997-3.798%201.167-.854.111-1.716.155-2.577.132H9.072a8.588%208.588%200%2001-5.046-1.87l-.012-.01-.012-.01A8.024%208.024%200%20011.22%2017.42a10.916%2010.916%200%2001-.102-3.779A15.622%2015.622%200%20012.88%208.4a21.758%2021.758%200%20012.432-3.678%2015.44%2015.44%200%20013.56-3.182A9.958%209.958%200%200112.44.104h.004l.003-.002c2.057-.384%203.743.374%205.024%201.26a8.28%208.28%200%20012.395%202.513l.024.04.023.042a5.474%205.474%200%2001.508%204.012c-.239.97-.577%201.914-1.01%202.814z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.213%2014.057l.054-.071.132-.176c.158-.212.311-.427.462-.645a.748.748%200%20011.256.031%201.438%201.438%200%2001.158%201.103l-.136.522-.04.152a7.935%207.935%200%2001-2.464%203.863c-.572.49-1.138.938-1.774%201.306-.427.247-.857.495-1.303.706a9.628%209.628%200%2001-3.155.974c-.748.097-1.503.136-2.257.116a6.531%206.531%200%2001-3.837-1.423%205.967%205.967%200%2001-2.071-3.494%208.859%208.859%200%2001-.085-3.08%2013.56%2013.56%200%20011.54-4.568%2019.7%2019.7%200%20012.212-3.348%2013.382%2013.382%200%20013.088-2.759%207.9%207.9%200%20012.832-1.141c1.307-.245%202.434.207%203.481.933a6.221%206.221%200%20011.806%201.893c.423.766.536%201.667.314%202.514a12.39%2012.39%200%2001-.99%202.67l-.223.497c-.321.713-.642%201.426-.97%202.138a.762.762%200%2001-.97.466%203.39%203.39%200%2001-2.283-2.49c-.095-.83.04-1.669.39-2.426l.02-.054c.232-.594.485-1.18.741-1.764l.03-.065a326.498%20326.498%200%2001.37-.841l.02-.047a.533.533%200%2000-.204-.742%202.348%202.348%200%2000-1.2.702l-.036.036-.001.001-.028.028a26.065%2026.065%200%2000-1.55%201.702%2021.56%2021.56%200%2000-2.618%204.184%207.59%207.59%200%2000-.816%202.753%207.042%207.042%200%2000.07%202.219%202.056%202.056%200%20001.934%201.715c1.801.1%203.59-.363%205.116-1.328.582-.4%201.141-.831%201.675-1.293.481-.456.91-.951%201.31-1.47zm1.198-3.274a2.753%202.753%200%20012.47%201.355c.483.806.622%201.772.385%202.68l-.136.522a9.994%209.994%200%2001-3.156%205.058c-.605.517-1.283%201.062-2.083%201.524l-.028.017c-.402.232-.884.511-1.398.756-1.19.602-2.475.997-3.798%201.167-.854.111-1.716.155-2.577.132H9.072a8.588%208.588%200%2001-5.046-1.87l-.012-.01-.012-.01A8.024%208.024%200%20011.22%2017.42a10.916%2010.916%200%2001-.102-3.779A15.622%2015.622%200%20012.88%208.4a21.758%2021.758%200%20012.432-3.678%2015.44%2015.44%200%20013.56-3.182A9.958%209.958%200%200112.44.104h.004l.003-.002c2.057-.384%203.743.374%205.024%201.26a8.28%208.28%200%20012.395%202.513l.024.04.023.042a5.474%205.474%200%2001.508%204.012c-.239.97-.577%201.914-1.01%202.814z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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