airpods icon

airpods-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
airpods-filled
Set
Reicon
Style
Filled
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="currentColor"><path d="M7.67 2H5.78c-1.04 0-1.98.42-2.67 1.11S2 4.74 2 5.78c0 2.08 1.7 3.78 3.78 3.78h.94v7.55c0 .73.42 1.36 1.03 1.67a1.77 1.77 0 0 0 1.5.1c.73-.26 1.25-.95 1.25-1.77V4.83C10.5 3.28 9.22 2 7.67 2M5.78 5.97c.41 0 .75.34.75.75s-.34.75-.75.75c-.93 0-1.69-.76-1.69-1.7s.76-1.69 1.69-1.69c.41 0 .75.34.75.75s-.34.75-.75.75a.19.19 0 0 0-.19.19c0 .1.08.2.19.2m15.11-2.86A3.76 3.76 0 0 0 18.22 2h-1.89a2.84 2.84 0 0 0-2.83 2.83v12.28c0 .82.52 1.51 1.25 1.77a1.77 1.77 0 0 0 1.5-.1c.61-.31 1.03-.94 1.03-1.67V9.56h.94c2.08 0 3.78-1.7 3.78-3.78c0-1.04-.42-1.98-1.11-2.67m-2.67 4.36c-.41 0-.75-.34-.75-.75s.34-.75.75-.75c.11 0 .19-.09.19-.2a.19.19 0 0 0-.19-.19c-.41 0-.75-.34-.75-.75s.34-.75.75-.75a1.694 1.694 0 0 1 0 3.39"/><path d="M9.25 18.881v3.12c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-3.22a1.77 1.77 0 0 0 1.5.1m7-.1v3.22c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-3.12a1.77 1.77 0 0 0 1.5-.1"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconAirpodsFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.67 2H5.78c-1.04 0-1.98.42-2.67 1.11S2 4.74 2 5.78c0 2.08 1.7 3.78 3.78 3.78h.94v7.55c0 .73.42 1.36 1.03 1.67a1.77 1.77 0 0 0 1.5.1c.73-.26 1.25-.95 1.25-1.77V4.83C10.5 3.28 9.22 2 7.67 2M5.78 5.97c.41 0 .75.34.75.75s-.34.75-.75.75c-.93 0-1.69-.76-1.69-1.7s.76-1.69 1.69-1.69c.41 0 .75.34.75.75s-.34.75-.75.75a.19.19 0 0 0-.19.19c0 .1.08.2.19.2m15.11-2.86A3.76 3.76 0 0 0 18.22 2h-1.89a2.84 2.84 0 0 0-2.83 2.83v12.28c0 .82.52 1.51 1.25 1.77a1.77 1.77 0 0 0 1.5-.1c.61-.31 1.03-.94 1.03-1.67V9.56h.94c2.08 0 3.78-1.7 3.78-3.78c0-1.04-.42-1.98-1.11-2.67m-2.67 4.36c-.41 0-.75-.34-.75-.75s.34-.75.75-.75c.11 0 .19-.09.19-.2a.19.19 0 0 0-.19-.19c-.41 0-.75-.34-.75-.75s.34-.75.75-.75a1.694 1.694 0 0 1 0 3.39"/><path d="M9.25 18.881v3.12c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-3.22a1.77 1.77 0 0 0 1.5.1m7-.1v3.22c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-3.12a1.77 1.77 0 0 0 1.5-.1"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.67 2H5.78c-1.04 0-1.98.42-2.67 1.11S2 4.74 2 5.78c0 2.08 1.7 3.78 3.78 3.78h.94v7.55c0 .73.42 1.36 1.03 1.67a1.77 1.77 0 0 0 1.5.1c.73-.26 1.25-.95 1.25-1.77V4.83C10.5 3.28 9.22 2 7.67 2M5.78 5.97c.41 0 .75.34.75.75s-.34.75-.75.75c-.93 0-1.69-.76-1.69-1.7s.76-1.69 1.69-1.69c.41 0 .75.34.75.75s-.34.75-.75.75a.19.19 0 0 0-.19.19c0 .1.08.2.19.2m15.11-2.86A3.76 3.76 0 0 0 18.22 2h-1.89a2.84 2.84 0 0 0-2.83 2.83v12.28c0 .82.52 1.51 1.25 1.77a1.77 1.77 0 0 0 1.5-.1c.61-.31 1.03-.94 1.03-1.67V9.56h.94c2.08 0 3.78-1.7 3.78-3.78c0-1.04-.42-1.98-1.11-2.67m-2.67 4.36c-.41 0-.75-.34-.75-.75s.34-.75.75-.75c.11 0 .19-.09.19-.2a.19.19 0 0 0-.19-.19c-.41 0-.75-.34-.75-.75s.34-.75.75-.75a1.694 1.694 0 0 1 0 3.39"/><path d="M9.25 18.881v3.12c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-3.22a1.77 1.77 0 0 0 1.5.1m7-.1v3.22c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-3.12a1.77 1.77 0 0 0 1.5-.1"/></g></svg>
</template>

CSS

.icon-airpods-filled {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M7.67%202H5.78c-1.04%200-1.98.42-2.67%201.11S2%204.74%202%205.78c0%202.08%201.7%203.78%203.78%203.78h.94v7.55c0%20.73.42%201.36%201.03%201.67a1.77%201.77%200%200%200%201.5.1c.73-.26%201.25-.95%201.25-1.77V4.83C10.5%203.28%209.22%202%207.67%202M5.78%205.97c.41%200%20.75.34.75.75s-.34.75-.75.75c-.93%200-1.69-.76-1.69-1.7s.76-1.69%201.69-1.69c.41%200%20.75.34.75.75s-.34.75-.75.75a.19.19%200%200%200-.19.19c0%20.1.08.2.19.2m15.11-2.86A3.76%203.76%200%200%200%2018.22%202h-1.89a2.84%202.84%200%200%200-2.83%202.83v12.28c0%20.82.52%201.51%201.25%201.77a1.77%201.77%200%200%200%201.5-.1c.61-.31%201.03-.94%201.03-1.67V9.56h.94c2.08%200%203.78-1.7%203.78-3.78c0-1.04-.42-1.98-1.11-2.67m-2.67%204.36c-.41%200-.75-.34-.75-.75s.34-.75.75-.75c.11%200%20.19-.09.19-.2a.19.19%200%200%200-.19-.19c-.41%200-.75-.34-.75-.75s.34-.75.75-.75a1.694%201.694%200%200%201%200%203.39%22%2F%3E%3Cpath%20d%3D%22M9.25%2018.881v3.12c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-3.22a1.77%201.77%200%200%200%201.5.1m7-.1v3.22c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-3.12a1.77%201.77%200%200%200%201.5-.1%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%22currentColor%22%3E%3Cpath%20d%3D%22M7.67%202H5.78c-1.04%200-1.98.42-2.67%201.11S2%204.74%202%205.78c0%202.08%201.7%203.78%203.78%203.78h.94v7.55c0%20.73.42%201.36%201.03%201.67a1.77%201.77%200%200%200%201.5.1c.73-.26%201.25-.95%201.25-1.77V4.83C10.5%203.28%209.22%202%207.67%202M5.78%205.97c.41%200%20.75.34.75.75s-.34.75-.75.75c-.93%200-1.69-.76-1.69-1.7s.76-1.69%201.69-1.69c.41%200%20.75.34.75.75s-.34.75-.75.75a.19.19%200%200%200-.19.19c0%20.1.08.2.19.2m15.11-2.86A3.76%203.76%200%200%200%2018.22%202h-1.89a2.84%202.84%200%200%200-2.83%202.83v12.28c0%20.82.52%201.51%201.25%201.77a1.77%201.77%200%200%200%201.5-.1c.61-.31%201.03-.94%201.03-1.67V9.56h.94c2.08%200%203.78-1.7%203.78-3.78c0-1.04-.42-1.98-1.11-2.67m-2.67%204.36c-.41%200-.75-.34-.75-.75s.34-.75.75-.75c.11%200%20.19-.09.19-.2a.19.19%200%200%200-.19-.19c-.41%200-.75-.34-.75-.75s.34-.75.75-.75a1.694%201.694%200%200%201%200%203.39%22%2F%3E%3Cpath%20d%3D%22M9.25%2018.881v3.12c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-3.22a1.77%201.77%200%200%200%201.5.1m7-.1v3.22c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-3.12a1.77%201.77%200%200%200%201.5-.1%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-filled.svg?color=%231a73e8&size=48