airpods icon

airpods from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
airpods
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All airpods icons →

More newicons icons from Reicon

Use the airpods icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5"><path d="M6.72 9.56h-.94A3.79 3.79 0 0 1 2 5.78C2 3.7 3.7 2 5.78 2h1.89a2.84 2.84 0 0 1 2.83 2.83V17.1c0 1.04-.85 1.89-1.89 1.89s-1.89-.85-1.89-1.89z"/><path d="M5.78 6.72a.939.939 0 1 1 0-1.88m11.5 4.72h.94c2.08 0 3.78-1.7 3.78-3.78S20.3 2 18.22 2h-1.89a2.84 2.84 0 0 0-2.83 2.83V17.1c0 1.04.85 1.89 1.89 1.89s1.89-.85 1.89-1.89z"/><path d="M18.22 6.72a.939.939 0 1 0 0-1.88M8.5 22v-3m7 3v-3"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconAirpods(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="1.5"><path d="M6.72 9.56h-.94A3.79 3.79 0 0 1 2 5.78C2 3.7 3.7 2 5.78 2h1.89a2.84 2.84 0 0 1 2.83 2.83V17.1c0 1.04-.85 1.89-1.89 1.89s-1.89-.85-1.89-1.89z"/><path d="M5.78 6.72a.939.939 0 1 1 0-1.88m11.5 4.72h.94c2.08 0 3.78-1.7 3.78-3.78S20.3 2 18.22 2h-1.89a2.84 2.84 0 0 0-2.83 2.83V17.1c0 1.04.85 1.89 1.89 1.89s1.89-.85 1.89-1.89z"/><path d="M18.22 6.72a.939.939 0 1 0 0-1.88M8.5 22v-3m7 3v-3"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5"><path d="M6.72 9.56h-.94A3.79 3.79 0 0 1 2 5.78C2 3.7 3.7 2 5.78 2h1.89a2.84 2.84 0 0 1 2.83 2.83V17.1c0 1.04-.85 1.89-1.89 1.89s-1.89-.85-1.89-1.89z"/><path d="M5.78 6.72a.939.939 0 1 1 0-1.88m11.5 4.72h.94c2.08 0 3.78-1.7 3.78-3.78S20.3 2 18.22 2h-1.89a2.84 2.84 0 0 0-2.83 2.83V17.1c0 1.04.85 1.89 1.89 1.89s1.89-.85 1.89-1.89z"/><path d="M18.22 6.72a.939.939 0 1 0 0-1.88M8.5 22v-3m7 3v-3"/></g></svg>
</template>

CSS

.icon-airpods {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6.72%209.56h-.94A3.79%203.79%200%200%201%202%205.78C2%203.7%203.7%202%205.78%202h1.89a2.84%202.84%200%200%201%202.83%202.83V17.1c0%201.04-.85%201.89-1.89%201.89s-1.89-.85-1.89-1.89z%22%2F%3E%3Cpath%20d%3D%22M5.78%206.72a.939.939%200%201%201%200-1.88m11.5%204.72h.94c2.08%200%203.78-1.7%203.78-3.78S20.3%202%2018.22%202h-1.89a2.84%202.84%200%200%200-2.83%202.83V17.1c0%201.04.85%201.89%201.89%201.89s1.89-.85%201.89-1.89z%22%2F%3E%3Cpath%20d%3D%22M18.22%206.72a.939.939%200%201%200%200-1.88M8.5%2022v-3m7%203v-3%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6.72%209.56h-.94A3.79%203.79%200%200%201%202%205.78C2%203.7%203.7%202%205.78%202h1.89a2.84%202.84%200%200%201%202.83%202.83V17.1c0%201.04-.85%201.89-1.89%201.89s-1.89-.85-1.89-1.89z%22%2F%3E%3Cpath%20d%3D%22M5.78%206.72a.939.939%200%201%201%200-1.88m11.5%204.72h.94c2.08%200%203.78-1.7%203.78-3.78S20.3%202%2018.22%202h-1.89a2.84%202.84%200%200%200-2.83%202.83V17.1c0%201.04.85%201.89%201.89%201.89s1.89-.85%201.89-1.89z%22%2F%3E%3Cpath%20d%3D%22M18.22%206.72a.939.939%200%201%200%200-1.88M8.5%2022v-3m7%203v-3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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