airbuds right icon

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

Name
airbuds-right-broken
Set
Solar
Style
Broken
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-linecap="round" stroke-width="1.5"><path d="M20.997 13L21 18.6667V19.5C21 19.6393 21 19.7089 20.997 19.7678C20.9366 20.973 19.973 21.9366 18.7678 21.997C18.7089 22 18.6393 22 18.5 22C18.3607 22 18.2911 22 18.2322 21.997C17.027 21.9366 16.0634 20.973 16.003 19.7678C16 19.7089 16 19.6393 16 19.5V18.6667M21 18.6667H16M16 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.625L21 9"/><path d="M15 5V8"/><path d="M7.5 22C10.5376 22 13 19.5376 13 16.5C13 13.4624 10.5376 11 7.5 11C4.46243 11 2 13.4624 2 16.5"/><path d="M9.00008 5.09961C7.04095 5.49729 5.49778 7.04046 5.1001 8.99959"/><path 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 SolarAirbudsRightBroken(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" strokeWidth="1.5"><path d="M20.997 13L21 18.6667V19.5C21 19.6393 21 19.7089 20.997 19.7678C20.9366 20.973 19.973 21.9366 18.7678 21.997C18.7089 22 18.6393 22 18.5 22C18.3607 22 18.2911 22 18.2322 21.997C17.027 21.9366 16.0634 20.973 16.003 19.7678C16 19.7089 16 19.6393 16 19.5V18.6667M21 18.6667H16M16 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.625L21 9"/><path d="M15 5V8"/><path d="M7.5 22C10.5376 22 13 19.5376 13 16.5C13 13.4624 10.5376 11 7.5 11C4.46243 11 2 13.4624 2 16.5"/><path d="M9.00008 5.09961C7.04095 5.49729 5.49778 7.04046 5.1001 8.99959"/><path 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-linecap="round" stroke-width="1.5"><path d="M20.997 13L21 18.6667V19.5C21 19.6393 21 19.7089 20.997 19.7678C20.9366 20.973 19.973 21.9366 18.7678 21.997C18.7089 22 18.6393 22 18.5 22C18.3607 22 18.2911 22 18.2322 21.997C17.027 21.9366 16.0634 20.973 16.003 19.7678C16 19.7089 16 19.6393 16 19.5V18.6667M21 18.6667H16M16 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.625L21 9"/><path d="M15 5V8"/><path d="M7.5 22C10.5376 22 13 19.5376 13 16.5C13 13.4624 10.5376 11 7.5 11C4.46243 11 2 13.4624 2 16.5"/><path d="M9.00008 5.09961C7.04095 5.49729 5.49778 7.04046 5.1001 8.99959"/><path 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-broken {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.997%2013L21%2018.6667V19.5C21%2019.6393%2021%2019.7089%2020.997%2019.7678C20.9366%2020.973%2019.973%2021.9366%2018.7678%2021.997C18.7089%2022%2018.6393%2022%2018.5%2022C18.3607%2022%2018.2911%2022%2018.2322%2021.997C17.027%2021.9366%2016.0634%2020.973%2016.003%2019.7678C16%2019.7089%2016%2019.6393%2016%2019.5V18.6667M21%2018.6667H16M16%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.625L21%209%22%2F%3E%3Cpath%20d%3D%22M15%205V8%22%2F%3E%3Cpath%20d%3D%22M7.5%2022C10.5376%2022%2013%2019.5376%2013%2016.5C13%2013.4624%2010.5376%2011%207.5%2011C4.46243%2011%202%2013.4624%202%2016.5%22%2F%3E%3Cpath%20d%3D%22M9.00008%205.09961C7.04095%205.49729%205.49778%207.04046%205.1001%208.99959%22%2F%3E%3Cpath%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.997%2013L21%2018.6667V19.5C21%2019.6393%2021%2019.7089%2020.997%2019.7678C20.9366%2020.973%2019.973%2021.9366%2018.7678%2021.997C18.7089%2022%2018.6393%2022%2018.5%2022C18.3607%2022%2018.2911%2022%2018.2322%2021.997C17.027%2021.9366%2016.0634%2020.973%2016.003%2019.7678C16%2019.7089%2016%2019.6393%2016%2019.5V18.6667M21%2018.6667H16M16%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.625L21%209%22%2F%3E%3Cpath%20d%3D%22M15%205V8%22%2F%3E%3Cpath%20d%3D%22M7.5%2022C10.5376%2022%2013%2019.5376%2013%2016.5C13%2013.4624%2010.5376%2011%207.5%2011C4.46243%2011%202%2013.4624%202%2016.5%22%2F%3E%3Cpath%20d%3D%22M9.00008%205.09961C7.04095%205.49729%205.49778%207.04046%205.1001%208.99959%22%2F%3E%3Cpath%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-broken.svg?color=%231a73e8&size=48