airpod icon

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

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

1 other variant in Reicon

More newicons icons from Reicon

Use the airpod 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-width="1.5"><path d="M2.62 15.75v-7.5c0-.77.03-1.46.11-2.07C3.1 2.89 4.65 2 8.88 2h6.25c4.22 0 5.78.89 6.14 4.18c.09.61.11 1.3.11 2.07v7.5c0 .77-.03 1.46-.11 2.08c-.37 3.28-1.92 4.17-6.15 4.17H8.88c-4.22 0-5.78-.89-6.14-4.17c-.09-.62-.12-1.31-.12-2.08m18.61-6.83h-4.1m-10.26 0h-4.1"/><path d="M17.13 8.92c0 1.13-.92 2.05-2.05 2.05H8.92c-.56 0-1.08-.23-1.45-.61c-.37-.36-.6-.87-.6-1.44c0-1.13.92-2.05 2.05-2.05h6.15c.56 0 1.08.23 1.45.61c.38.37.61.88.61 1.44"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconAirpod(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" strokeWidth="1.5"><path d="M2.62 15.75v-7.5c0-.77.03-1.46.11-2.07C3.1 2.89 4.65 2 8.88 2h6.25c4.22 0 5.78.89 6.14 4.18c.09.61.11 1.3.11 2.07v7.5c0 .77-.03 1.46-.11 2.08c-.37 3.28-1.92 4.17-6.15 4.17H8.88c-4.22 0-5.78-.89-6.14-4.17c-.09-.62-.12-1.31-.12-2.08m18.61-6.83h-4.1m-10.26 0h-4.1"/><path d="M17.13 8.92c0 1.13-.92 2.05-2.05 2.05H8.92c-.56 0-1.08-.23-1.45-.61c-.37-.36-.6-.87-.6-1.44c0-1.13.92-2.05 2.05-2.05h6.15c.56 0 1.08.23 1.45.61c.38.37.61.88.61 1.44"/></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-width="1.5"><path d="M2.62 15.75v-7.5c0-.77.03-1.46.11-2.07C3.1 2.89 4.65 2 8.88 2h6.25c4.22 0 5.78.89 6.14 4.18c.09.61.11 1.3.11 2.07v7.5c0 .77-.03 1.46-.11 2.08c-.37 3.28-1.92 4.17-6.15 4.17H8.88c-4.22 0-5.78-.89-6.14-4.17c-.09-.62-.12-1.31-.12-2.08m18.61-6.83h-4.1m-10.26 0h-4.1"/><path d="M17.13 8.92c0 1.13-.92 2.05-2.05 2.05H8.92c-.56 0-1.08-.23-1.45-.61c-.37-.36-.6-.87-.6-1.44c0-1.13.92-2.05 2.05-2.05h6.15c.56 0 1.08.23 1.45.61c.38.37.61.88.61 1.44"/></g></svg>
</template>

CSS

.icon-airpod {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.62%2015.75v-7.5c0-.77.03-1.46.11-2.07C3.1%202.89%204.65%202%208.88%202h6.25c4.22%200%205.78.89%206.14%204.18c.09.61.11%201.3.11%202.07v7.5c0%20.77-.03%201.46-.11%202.08c-.37%203.28-1.92%204.17-6.15%204.17H8.88c-4.22%200-5.78-.89-6.14-4.17c-.09-.62-.12-1.31-.12-2.08m18.61-6.83h-4.1m-10.26%200h-4.1%22%2F%3E%3Cpath%20d%3D%22M17.13%208.92c0%201.13-.92%202.05-2.05%202.05H8.92c-.56%200-1.08-.23-1.45-.61c-.37-.36-.6-.87-.6-1.44c0-1.13.92-2.05%202.05-2.05h6.15c.56%200%201.08.23%201.45.61c.38.37.61.88.61%201.44%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.62%2015.75v-7.5c0-.77.03-1.46.11-2.07C3.1%202.89%204.65%202%208.88%202h6.25c4.22%200%205.78.89%206.14%204.18c.09.61.11%201.3.11%202.07v7.5c0%20.77-.03%201.46-.11%202.08c-.37%203.28-1.92%204.17-6.15%204.17H8.88c-4.22%200-5.78-.89-6.14-4.17c-.09-.62-.12-1.31-.12-2.08m18.61-6.83h-4.1m-10.26%200h-4.1%22%2F%3E%3Cpath%20d%3D%22M17.13%208.92c0%201.13-.92%202.05-2.05%202.05H8.92c-.56%200-1.08-.23-1.45-.61c-.37-.36-.6-.87-.6-1.44c0-1.13.92-2.05%202.05-2.05h6.15c.56%200%201.08.23%201.45.61c.38.37.61.88.61%201.44%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/airpod.svg?color=%231a73e8&size=48