arduino from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
arduino
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

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 24 24"><path fill="currentColor" d="M18.087 6.146c-.3 0-.607.017-.907.069c-2.532.367-4.23 2.239-5.18 3.674c-.95-1.435-2.648-3.307-5.18-3.674a6.5 6.5 0 0 0-.907-.069C2.648 6.146 0 8.77 0 12s2.656 5.854 5.913 5.854c.3 0 .607-.017.916-.069c2.531-.376 4.23-2.247 5.18-3.683c.949 1.436 2.647 3.307 5.18 3.683c.299.043.607.069.915.069C21.344 17.854 24 15.23 24 12s-2.656-5.854-5.913-5.854M6.53 15.734a4 4 0 0 1-.625.043c-2.148 0-3.889-1.7-3.889-3.777c0-2.085 1.749-3.777 3.898-3.777q.312.002.624.043c2.39.35 3.847 2.768 4.347 3.734c-.508.974-1.974 3.384-4.355 3.734m11.558.043q-.312-.002-.624-.043c-2.39-.35-3.856-2.768-4.347-3.734c.491-.966 1.957-3.384 4.347-3.734q.312-.041.624-.043c2.149 0 3.89 1.7 3.89 3.777c0 2.085-1.75 3.777-3.89 3.777m1.65-4.404v1.134h-1.205v1.182h-1.156v-1.182H16.17v-1.134h1.206V10.19h1.156v1.183zM4.246 12.498H7.82v-1.125H4.245v1.125z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsArduino(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" d="M18.087 6.146c-.3 0-.607.017-.907.069c-2.532.367-4.23 2.239-5.18 3.674c-.95-1.435-2.648-3.307-5.18-3.674a6.5 6.5 0 0 0-.907-.069C2.648 6.146 0 8.77 0 12s2.656 5.854 5.913 5.854c.3 0 .607-.017.916-.069c2.531-.376 4.23-2.247 5.18-3.683c.949 1.436 2.647 3.307 5.18 3.683c.299.043.607.069.915.069C21.344 17.854 24 15.23 24 12s-2.656-5.854-5.913-5.854M6.53 15.734a4 4 0 0 1-.625.043c-2.148 0-3.889-1.7-3.889-3.777c0-2.085 1.749-3.777 3.898-3.777q.312.002.624.043c2.39.35 3.847 2.768 4.347 3.734c-.508.974-1.974 3.384-4.355 3.734m11.558.043q-.312-.002-.624-.043c-2.39-.35-3.856-2.768-4.347-3.734c.491-.966 1.957-3.384 4.347-3.734q.312-.041.624-.043c2.149 0 3.89 1.7 3.89 3.777c0 2.085-1.75 3.777-3.89 3.777m1.65-4.404v1.134h-1.205v1.182h-1.156v-1.182H16.17v-1.134h1.206V10.19h1.156v1.183zM4.246 12.498H7.82v-1.125H4.245v1.125z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.087 6.146c-.3 0-.607.017-.907.069c-2.532.367-4.23 2.239-5.18 3.674c-.95-1.435-2.648-3.307-5.18-3.674a6.5 6.5 0 0 0-.907-.069C2.648 6.146 0 8.77 0 12s2.656 5.854 5.913 5.854c.3 0 .607-.017.916-.069c2.531-.376 4.23-2.247 5.18-3.683c.949 1.436 2.647 3.307 5.18 3.683c.299.043.607.069.915.069C21.344 17.854 24 15.23 24 12s-2.656-5.854-5.913-5.854M6.53 15.734a4 4 0 0 1-.625.043c-2.148 0-3.889-1.7-3.889-3.777c0-2.085 1.749-3.777 3.898-3.777q.312.002.624.043c2.39.35 3.847 2.768 4.347 3.734c-.508.974-1.974 3.384-4.355 3.734m11.558.043q-.312-.002-.624-.043c-2.39-.35-3.856-2.768-4.347-3.734c.491-.966 1.957-3.384 4.347-3.734q.312-.041.624-.043c2.149 0 3.89 1.7 3.89 3.777c0 2.085-1.75 3.777-3.89 3.777m1.65-4.404v1.134h-1.205v1.182h-1.156v-1.182H16.17v-1.134h1.206V10.19h1.156v1.183zM4.246 12.498H7.82v-1.125H4.245v1.125z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.087%206.146c-.3%200-.607.017-.907.069c-2.532.367-4.23%202.239-5.18%203.674c-.95-1.435-2.648-3.307-5.18-3.674a6.5%206.5%200%200%200-.907-.069C2.648%206.146%200%208.77%200%2012s2.656%205.854%205.913%205.854c.3%200%20.607-.017.916-.069c2.531-.376%204.23-2.247%205.18-3.683c.949%201.436%202.647%203.307%205.18%203.683c.299.043.607.069.915.069C21.344%2017.854%2024%2015.23%2024%2012s-2.656-5.854-5.913-5.854M6.53%2015.734a4%204%200%200%201-.625.043c-2.148%200-3.889-1.7-3.889-3.777c0-2.085%201.749-3.777%203.898-3.777q.312.002.624.043c2.39.35%203.847%202.768%204.347%203.734c-.508.974-1.974%203.384-4.355%203.734m11.558.043q-.312-.002-.624-.043c-2.39-.35-3.856-2.768-4.347-3.734c.491-.966%201.957-3.384%204.347-3.734q.312-.041.624-.043c2.149%200%203.89%201.7%203.89%203.777c0%202.085-1.75%203.777-3.89%203.777m1.65-4.404v1.134h-1.205v1.182h-1.156v-1.182H16.17v-1.134h1.206V10.19h1.156v1.183zM4.246%2012.498H7.82v-1.125H4.245v1.125z%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%20d%3D%22M18.087%206.146c-.3%200-.607.017-.907.069c-2.532.367-4.23%202.239-5.18%203.674c-.95-1.435-2.648-3.307-5.18-3.674a6.5%206.5%200%200%200-.907-.069C2.648%206.146%200%208.77%200%2012s2.656%205.854%205.913%205.854c.3%200%20.607-.017.916-.069c2.531-.376%204.23-2.247%205.18-3.683c.949%201.436%202.647%203.307%205.18%203.683c.299.043.607.069.915.069C21.344%2017.854%2024%2015.23%2024%2012s-2.656-5.854-5.913-5.854M6.53%2015.734a4%204%200%200%201-.625.043c-2.148%200-3.889-1.7-3.889-3.777c0-2.085%201.749-3.777%203.898-3.777q.312.002.624.043c2.39.35%203.847%202.768%204.347%203.734c-.508.974-1.974%203.384-4.355%203.734m11.558.043q-.312-.002-.624-.043c-2.39-.35-3.856-2.768-4.347-3.734c.491-.966%201.957-3.384%204.347-3.734q.312-.041.624-.043c2.149%200%203.89%201.7%203.89%203.777c0%202.085-1.75%203.777-3.89%203.777m1.65-4.404v1.134h-1.205v1.182h-1.156v-1.182H16.17v-1.134h1.206V10.19h1.156v1.183zM4.246%2012.498H7.82v-1.125H4.245v1.125z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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