airbuds right icon

airbuds-right-linear from Solar by 480 Design · Linear · Devices · CC-BY-4.0 Attribution required.

Name
airbuds-right-linear
Set
Solar
Style
Linear
Category
Devices
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More devices icons from Solar

Use the airbuds right 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-width="1.5"><path d="M16 18.6667V12C16 11.4477 15.5523 11 15 11C13.3431 11 12 9.65685 12 8V5.375L12 5.33562C12.0095 3.49738 13.4974 2.00954 15.3356 2.00004L15.375 2L15.4406 2.00007C18.5044 2.01591 20.9841 4.49563 20.9999 7.55936L21 7.625V18.6667M16 18.6667V19.5C16 19.6393 16 19.7089 16.003 19.7678C16.0634 20.973 17.027 21.9366 18.2322 21.997C18.2911 22 18.3607 22 18.5 22C18.6393 22 18.7089 22 18.7678 21.997C19.973 21.9366 20.9366 20.973 20.997 19.7678C21 19.7089 21 19.6393 21 19.5V18.6667M16 18.6667H21"/><path stroke-linecap="round" d="M15 5V8"/><circle cx="7.5" cy="16.5" r="5.5"/><path stroke-linecap="round" d="M9.00008 5.09961C7.04095 5.49729 5.49778 7.04046 5.1001 8.99959"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 19V14H7.5C8.32843 14 9 14.5596 9 15.25C9 15.9404 8.32843 16.5 7.5 16.5M6 14V16.5H7.5M7.5 16.5L9 19"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarAirbudsRightLinear(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" strokeWidth="1.5"><path d="M16 18.6667V12C16 11.4477 15.5523 11 15 11C13.3431 11 12 9.65685 12 8V5.375L12 5.33562C12.0095 3.49738 13.4974 2.00954 15.3356 2.00004L15.375 2L15.4406 2.00007C18.5044 2.01591 20.9841 4.49563 20.9999 7.55936L21 7.625V18.6667M16 18.6667V19.5C16 19.6393 16 19.7089 16.003 19.7678C16.0634 20.973 17.027 21.9366 18.2322 21.997C18.2911 22 18.3607 22 18.5 22C18.6393 22 18.7089 22 18.7678 21.997C19.973 21.9366 20.9366 20.973 20.997 19.7678C21 19.7089 21 19.6393 21 19.5V18.6667M16 18.6667H21"/><path strokeLinecap="round" d="M15 5V8"/><circle cx="7.5" cy="16.5" r="5.5"/><path strokeLinecap="round" d="M9.00008 5.09961C7.04095 5.49729 5.49778 7.04046 5.1001 8.99959"/><path strokeLinecap="round" strokeLinejoin="round" d="M6 19V14H7.5C8.32843 14 9 14.5596 9 15.25C9 15.9404 8.32843 16.5 7.5 16.5M6 14V16.5H7.5M7.5 16.5L9 19"/></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-width="1.5"><path d="M16 18.6667V12C16 11.4477 15.5523 11 15 11C13.3431 11 12 9.65685 12 8V5.375L12 5.33562C12.0095 3.49738 13.4974 2.00954 15.3356 2.00004L15.375 2L15.4406 2.00007C18.5044 2.01591 20.9841 4.49563 20.9999 7.55936L21 7.625V18.6667M16 18.6667V19.5C16 19.6393 16 19.7089 16.003 19.7678C16.0634 20.973 17.027 21.9366 18.2322 21.997C18.2911 22 18.3607 22 18.5 22C18.6393 22 18.7089 22 18.7678 21.997C19.973 21.9366 20.9366 20.973 20.997 19.7678C21 19.7089 21 19.6393 21 19.5V18.6667M16 18.6667H21"/><path stroke-linecap="round" d="M15 5V8"/><circle cx="7.5" cy="16.5" r="5.5"/><path stroke-linecap="round" d="M9.00008 5.09961C7.04095 5.49729 5.49778 7.04046 5.1001 8.99959"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 19V14H7.5C8.32843 14 9 14.5596 9 15.25C9 15.9404 8.32843 16.5 7.5 16.5M6 14V16.5H7.5M7.5 16.5L9 19"/></g></svg>
</template>

CSS

.icon-airbuds-right-linear {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%2018.6667V12C16%2011.4477%2015.5523%2011%2015%2011C13.3431%2011%2012%209.65685%2012%208V5.375L12%205.33562C12.0095%203.49738%2013.4974%202.00954%2015.3356%202.00004L15.375%202L15.4406%202.00007C18.5044%202.01591%2020.9841%204.49563%2020.9999%207.55936L21%207.625V18.6667M16%2018.6667V19.5C16%2019.6393%2016%2019.7089%2016.003%2019.7678C16.0634%2020.973%2017.027%2021.9366%2018.2322%2021.997C18.2911%2022%2018.3607%2022%2018.5%2022C18.6393%2022%2018.7089%2022%2018.7678%2021.997C19.973%2021.9366%2020.9366%2020.973%2020.997%2019.7678C21%2019.7089%2021%2019.6393%2021%2019.5V18.6667M16%2018.6667H21%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%205V8%22%2F%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%2216.5%22%20r%3D%225.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.00008%205.09961C7.04095%205.49729%205.49778%207.04046%205.1001%208.99959%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2019V14H7.5C8.32843%2014%209%2014.5596%209%2015.25C9%2015.9404%208.32843%2016.5%207.5%2016.5M6%2014V16.5H7.5M7.5%2016.5L9%2019%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%2018.6667V12C16%2011.4477%2015.5523%2011%2015%2011C13.3431%2011%2012%209.65685%2012%208V5.375L12%205.33562C12.0095%203.49738%2013.4974%202.00954%2015.3356%202.00004L15.375%202L15.4406%202.00007C18.5044%202.01591%2020.9841%204.49563%2020.9999%207.55936L21%207.625V18.6667M16%2018.6667V19.5C16%2019.6393%2016%2019.7089%2016.003%2019.7678C16.0634%2020.973%2017.027%2021.9366%2018.2322%2021.997C18.2911%2022%2018.3607%2022%2018.5%2022C18.6393%2022%2018.7089%2022%2018.7678%2021.997C19.973%2021.9366%2020.9366%2020.973%2020.997%2019.7678C21%2019.7089%2021%2019.6393%2021%2019.5V18.6667M16%2018.6667H21%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%205V8%22%2F%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%2216.5%22%20r%3D%225.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.00008%205.09961C7.04095%205.49729%205.49778%207.04046%205.1001%208.99959%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2019V14H7.5C8.32843%2014%209%2014.5596%209%2015.25C9%2015.9404%208.32843%2016.5%207.5%2016.5M6%2014V16.5H7.5M7.5%2016.5L9%2019%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/airbuds-right-linear.svg?color=%231a73e8&size=48