turbo from Catppuccin Icons by Catppuccin · Color · MIT Free for personal and commercial use.

Name
turbo
Set
Catppuccin Icons
Style
Color
Viewbox
16×16
License
MIT

The same logo in other sets

Use the turbo logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><circle cx="8" cy="8" r="4.5" stroke="#cad3f5"/><path stroke="#ee99a0" stroke-linecap="round" stroke-linejoin="round" d="M9.58 14.3a6.5 6.5 0 0 1-4.55-.52"/><path stroke="#8aadf4" stroke-linecap="round" stroke-linejoin="round" d="M8.52 1.52a6.5 6.5 0 0 1 5.84 5.12"/><path stroke="#ee99a0" stroke-linecap="round" stroke-linejoin="round" d="M13.91 10.7a6.5 6.5 0 0 1-2.78 3"/><path stroke="#c6a0f6" stroke-linecap="round" stroke-linejoin="round" d="M14.38 6.76a6.5 6.5 0 0 1-.42 3.83"/><path stroke="#ee99a0" stroke-linecap="round" stroke-linejoin="round" d="M3.63 12.8a6.5 6.5 0 0 1-2.1-4.14"/></g></svg>

React

import type { SVGProps } from "react";

export function CatppuccinTurbo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><circle cx="8" cy="8" r="4.5" stroke="#cad3f5"/><path stroke="#ee99a0" strokeLinecap="round" strokeLinejoin="round" d="M9.58 14.3a6.5 6.5 0 0 1-4.55-.52"/><path stroke="#8aadf4" strokeLinecap="round" strokeLinejoin="round" d="M8.52 1.52a6.5 6.5 0 0 1 5.84 5.12"/><path stroke="#ee99a0" strokeLinecap="round" strokeLinejoin="round" d="M13.91 10.7a6.5 6.5 0 0 1-2.78 3"/><path stroke="#c6a0f6" strokeLinecap="round" strokeLinejoin="round" d="M14.38 6.76a6.5 6.5 0 0 1-.42 3.83"/><path stroke="#ee99a0" strokeLinecap="round" strokeLinejoin="round" d="M3.63 12.8a6.5 6.5 0 0 1-2.1-4.14"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><circle cx="8" cy="8" r="4.5" stroke="#cad3f5"/><path stroke="#ee99a0" stroke-linecap="round" stroke-linejoin="round" d="M9.58 14.3a6.5 6.5 0 0 1-4.55-.52"/><path stroke="#8aadf4" stroke-linecap="round" stroke-linejoin="round" d="M8.52 1.52a6.5 6.5 0 0 1 5.84 5.12"/><path stroke="#ee99a0" stroke-linecap="round" stroke-linejoin="round" d="M13.91 10.7a6.5 6.5 0 0 1-2.78 3"/><path stroke="#c6a0f6" stroke-linecap="round" stroke-linejoin="round" d="M14.38 6.76a6.5 6.5 0 0 1-.42 3.83"/><path stroke="#ee99a0" stroke-linecap="round" stroke-linejoin="round" d="M3.63 12.8a6.5 6.5 0 0 1-2.1-4.14"/></g></svg>
</template>

CSS

.icon-turbo {
  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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%224.5%22%20stroke%3D%22%23cad3f5%22%2F%3E%3Cpath%20stroke%3D%22%23ee99a0%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9.58%2014.3a6.5%206.5%200%200%201-4.55-.52%22%2F%3E%3Cpath%20stroke%3D%22%238aadf4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.52%201.52a6.5%206.5%200%200%201%205.84%205.12%22%2F%3E%3Cpath%20stroke%3D%22%23ee99a0%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.91%2010.7a6.5%206.5%200%200%201-2.78%203%22%2F%3E%3Cpath%20stroke%3D%22%23c6a0f6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14.38%206.76a6.5%206.5%200%200%201-.42%203.83%22%2F%3E%3Cpath%20stroke%3D%22%23ee99a0%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.63%2012.8a6.5%206.5%200%200%201-2.1-4.14%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%224.5%22%20stroke%3D%22%23cad3f5%22%2F%3E%3Cpath%20stroke%3D%22%23ee99a0%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9.58%2014.3a6.5%206.5%200%200%201-4.55-.52%22%2F%3E%3Cpath%20stroke%3D%22%238aadf4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.52%201.52a6.5%206.5%200%200%201%205.84%205.12%22%2F%3E%3Cpath%20stroke%3D%22%23ee99a0%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.91%2010.7a6.5%206.5%200%200%201-2.78%203%22%2F%3E%3Cpath%20stroke%3D%22%23c6a0f6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14.38%206.76a6.5%206.5%200%200%201-.42%203.83%22%2F%3E%3Cpath%20stroke%3D%22%23ee99a0%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.63%2012.8a6.5%206.5%200%200%201-2.1-4.14%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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