airbuds left icon

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

Name
airbuds-left-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 left 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="M2.00295 13L2 18.6667V19.5C2 19.6393 2 19.7089 2.00295 19.7678C2.06342 20.973 3.02697 21.9366 4.23224 21.997C4.29108 22 4.36072 22 4.5 22C4.63928 22 4.70892 22 4.76776 21.997C5.97302 21.9366 6.93657 20.973 6.99705 19.7678C7 19.7089 7 19.6393 7 19.5V18.6667M2 18.6667H7M7 18.6667V12C7 11.4477 7.44771 11 8 11C9.65685 11 11 9.65685 11 8V5.375L11 5.33562C10.9905 3.49738 9.50262 2.00954 7.66438 2.00004L7.625 2L7.55936 2.00007C4.49563 2.01591 2.0159 4.49563 2.00007 7.55936L2 7.625L2 9"/><path d="M8 5V8"/><path d="M15.5 11C12.4624 11 10 13.4624 10 16.5C10 19.5376 12.4624 22 15.5 22C18.5376 22 21 19.5376 21 16.5"/><path stroke-linejoin="round" d="M14 14V19H17"/><path d="M14.0009 5.09961C15.96 5.49729 17.5032 7.04046 17.9009 8.99959"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarAirbudsLeftBroken(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="M2.00295 13L2 18.6667V19.5C2 19.6393 2 19.7089 2.00295 19.7678C2.06342 20.973 3.02697 21.9366 4.23224 21.997C4.29108 22 4.36072 22 4.5 22C4.63928 22 4.70892 22 4.76776 21.997C5.97302 21.9366 6.93657 20.973 6.99705 19.7678C7 19.7089 7 19.6393 7 19.5V18.6667M2 18.6667H7M7 18.6667V12C7 11.4477 7.44771 11 8 11C9.65685 11 11 9.65685 11 8V5.375L11 5.33562C10.9905 3.49738 9.50262 2.00954 7.66438 2.00004L7.625 2L7.55936 2.00007C4.49563 2.01591 2.0159 4.49563 2.00007 7.55936L2 7.625L2 9"/><path d="M8 5V8"/><path d="M15.5 11C12.4624 11 10 13.4624 10 16.5C10 19.5376 12.4624 22 15.5 22C18.5376 22 21 19.5376 21 16.5"/><path strokeLinejoin="round" d="M14 14V19H17"/><path d="M14.0009 5.09961C15.96 5.49729 17.5032 7.04046 17.9009 8.99959"/></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="M2.00295 13L2 18.6667V19.5C2 19.6393 2 19.7089 2.00295 19.7678C2.06342 20.973 3.02697 21.9366 4.23224 21.997C4.29108 22 4.36072 22 4.5 22C4.63928 22 4.70892 22 4.76776 21.997C5.97302 21.9366 6.93657 20.973 6.99705 19.7678C7 19.7089 7 19.6393 7 19.5V18.6667M2 18.6667H7M7 18.6667V12C7 11.4477 7.44771 11 8 11C9.65685 11 11 9.65685 11 8V5.375L11 5.33562C10.9905 3.49738 9.50262 2.00954 7.66438 2.00004L7.625 2L7.55936 2.00007C4.49563 2.01591 2.0159 4.49563 2.00007 7.55936L2 7.625L2 9"/><path d="M8 5V8"/><path d="M15.5 11C12.4624 11 10 13.4624 10 16.5C10 19.5376 12.4624 22 15.5 22C18.5376 22 21 19.5376 21 16.5"/><path stroke-linejoin="round" d="M14 14V19H17"/><path d="M14.0009 5.09961C15.96 5.49729 17.5032 7.04046 17.9009 8.99959"/></g></svg>
</template>

CSS

.icon-airbuds-left-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%22M2.00295%2013L2%2018.6667V19.5C2%2019.6393%202%2019.7089%202.00295%2019.7678C2.06342%2020.973%203.02697%2021.9366%204.23224%2021.997C4.29108%2022%204.36072%2022%204.5%2022C4.63928%2022%204.70892%2022%204.76776%2021.997C5.97302%2021.9366%206.93657%2020.973%206.99705%2019.7678C7%2019.7089%207%2019.6393%207%2019.5V18.6667M2%2018.6667H7M7%2018.6667V12C7%2011.4477%207.44771%2011%208%2011C9.65685%2011%2011%209.65685%2011%208V5.375L11%205.33562C10.9905%203.49738%209.50262%202.00954%207.66438%202.00004L7.625%202L7.55936%202.00007C4.49563%202.01591%202.0159%204.49563%202.00007%207.55936L2%207.625L2%209%22%2F%3E%3Cpath%20d%3D%22M8%205V8%22%2F%3E%3Cpath%20d%3D%22M15.5%2011C12.4624%2011%2010%2013.4624%2010%2016.5C10%2019.5376%2012.4624%2022%2015.5%2022C18.5376%2022%2021%2019.5376%2021%2016.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2014V19H17%22%2F%3E%3Cpath%20d%3D%22M14.0009%205.09961C15.96%205.49729%2017.5032%207.04046%2017.9009%208.99959%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%22M2.00295%2013L2%2018.6667V19.5C2%2019.6393%202%2019.7089%202.00295%2019.7678C2.06342%2020.973%203.02697%2021.9366%204.23224%2021.997C4.29108%2022%204.36072%2022%204.5%2022C4.63928%2022%204.70892%2022%204.76776%2021.997C5.97302%2021.9366%206.93657%2020.973%206.99705%2019.7678C7%2019.7089%207%2019.6393%207%2019.5V18.6667M2%2018.6667H7M7%2018.6667V12C7%2011.4477%207.44771%2011%208%2011C9.65685%2011%2011%209.65685%2011%208V5.375L11%205.33562C10.9905%203.49738%209.50262%202.00954%207.66438%202.00004L7.625%202L7.55936%202.00007C4.49563%202.01591%202.0159%204.49563%202.00007%207.55936L2%207.625L2%209%22%2F%3E%3Cpath%20d%3D%22M8%205V8%22%2F%3E%3Cpath%20d%3D%22M15.5%2011C12.4624%2011%2010%2013.4624%2010%2016.5C10%2019.5376%2012.4624%2022%2015.5%2022C18.5376%2022%2021%2019.5376%2021%2016.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2014V19H17%22%2F%3E%3Cpath%20d%3D%22M14.0009%205.09961C15.96%205.49729%2017.5032%207.04046%2017.9009%208.99959%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-left-broken.svg?color=%231a73e8&size=48