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

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

The same logo in other sets

Use the arduino logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#7dc4e4" stroke-linecap="round" stroke-linejoin="round" d="M8.718 6.655a3.53 3.53 0 0 1 3.602-2.138a3.515 3.515 0 0 1 3.11 2.793a3.49 3.49 0 0 1-1.789 3.765a3.55 3.55 0 0 1-4.154-.6C8.04 8.948 7.851 6.88 6.514 5.539a3.54 3.54 0 0 0-3.839-.758A3.49 3.49 0 0 0 .5 8.008a3.49 3.49 0 0 0 2.175 3.226a3.54 3.54 0 0 0 3.839-.758c.947-1.122 1.52-2.527 2.204-3.821M5 8H3m9.899.008h-1.88M12 9V7"/></svg>

React

import type { SVGProps } from "react";

export function CatppuccinArduino(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#7dc4e4" strokeLinecap="round" strokeLinejoin="round" d="M8.718 6.655a3.53 3.53 0 0 1 3.602-2.138a3.515 3.515 0 0 1 3.11 2.793a3.49 3.49 0 0 1-1.789 3.765a3.55 3.55 0 0 1-4.154-.6C8.04 8.948 7.851 6.88 6.514 5.539a3.54 3.54 0 0 0-3.839-.758A3.49 3.49 0 0 0 .5 8.008a3.49 3.49 0 0 0 2.175 3.226a3.54 3.54 0 0 0 3.839-.758c.947-1.122 1.52-2.527 2.204-3.821M5 8H3m9.899.008h-1.88M12 9V7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#7dc4e4" stroke-linecap="round" stroke-linejoin="round" d="M8.718 6.655a3.53 3.53 0 0 1 3.602-2.138a3.515 3.515 0 0 1 3.11 2.793a3.49 3.49 0 0 1-1.789 3.765a3.55 3.55 0 0 1-4.154-.6C8.04 8.948 7.851 6.88 6.514 5.539a3.54 3.54 0 0 0-3.839-.758A3.49 3.49 0 0 0 .5 8.008a3.49 3.49 0 0 0 2.175 3.226a3.54 3.54 0 0 0 3.839-.758c.947-1.122 1.52-2.527 2.204-3.821M5 8H3m9.899.008h-1.88M12 9V7"/></svg>
</template>

CSS

.icon-arduino {
  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%3Cpath%20fill%3D%22none%22%20stroke%3D%22%237dc4e4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.718%206.655a3.53%203.53%200%200%201%203.602-2.138a3.515%203.515%200%200%201%203.11%202.793a3.49%203.49%200%200%201-1.789%203.765a3.55%203.55%200%200%201-4.154-.6C8.04%208.948%207.851%206.88%206.514%205.539a3.54%203.54%200%200%200-3.839-.758A3.49%203.49%200%200%200%20.5%208.008a3.49%203.49%200%200%200%202.175%203.226a3.54%203.54%200%200%200%203.839-.758c.947-1.122%201.52-2.527%202.204-3.821M5%208H3m9.899.008h-1.88M12%209V7%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%2016%2016%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%237dc4e4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.718%206.655a3.53%203.53%200%200%201%203.602-2.138a3.515%203.515%200%200%201%203.11%202.793a3.49%203.49%200%200%201-1.789%203.765a3.55%203.55%200%200%201-4.154-.6C8.04%208.948%207.851%206.88%206.514%205.539a3.54%203.54%200%200%200-3.839-.758A3.49%203.49%200%200%200%20.5%208.008a3.49%203.49%200%200%200%202.175%203.226a3.54%203.54%200%200%200%203.839-.758c.947-1.122%201.52-2.527%202.204-3.821M5%208H3m9.899.008h-1.88M12%209V7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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