airbuds icon
airbuds-linear from Solar by 480 Design · Linear · Devices · CC-BY-4.0 Attribution required.
- Name
- airbuds-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
airbuds-case-boldairbuds-case-charge-boldairbuds-case-minimalistic-boldairbuds-case-open-boldairbuds-charge-boldairbuds-check-boldairbuds-left-boldairbuds-remove-boldairbuds-right-boldbinoculars-boldbluetooth-boldbluetooth-circle-boldbluetooth-square-boldbluetooth-wave-boldboombox-boldbot-boldcassette-2-boldcassette-boldcloud-storage-boldcpu-boldcpu-bolt-bolddevices-bolddiskette-bolddisplay-bold
Use the airbuds 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="M13.5 18V18.75C13.5 19.9926 14.5074 21 15.75 21C16.9926 21 18 19.9926 18 18.75V18M13.5 18V8.3125C13.5 8.02234 13.5 7.87726 13.506 7.75466C13.6322 5.18614 15.6861 3.13221 18.2547 3.00602C18.3773 3 18.5223 3 18.8125 3C18.9866 3 19.0736 3 19.1472 3.00361C20.6883 3.07932 21.9207 4.31169 21.9964 5.8528C22 5.92635 22 6.0134 22 6.1875V8.3C22 9.95685 20.6569 11.3 19 11.3C18.4477 11.3 18 11.7477 18 12.3V18M13.5 18H18"/><path d="M10.5 18V18.75C10.5 19.9926 9.49264 21 8.25 21C7.00736 21 6 19.9926 6 18.75V18M10.5 18V8.3125C10.5 8.02234 10.5 7.87726 10.494 7.75466C10.3678 5.18614 8.31386 3.13221 5.74534 3.00602C5.62274 3 5.47766 3 5.1875 3C5.0134 3 4.92635 3 4.8528 3.00361C3.31169 3.07932 2.07932 4.31169 2.00361 5.8528C2 5.92635 2 6.0134 2 6.1875V8.3C2 9.95685 3.34315 11.3 5 11.3C5.55228 11.3 6 11.7477 6 12.3V18M10.5 18H6"/><path stroke-linecap="round" d="M19.5 6V8.5"/><path stroke-linecap="round" d="M4.5 6V8.5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarAirbudsLinear(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="M13.5 18V18.75C13.5 19.9926 14.5074 21 15.75 21C16.9926 21 18 19.9926 18 18.75V18M13.5 18V8.3125C13.5 8.02234 13.5 7.87726 13.506 7.75466C13.6322 5.18614 15.6861 3.13221 18.2547 3.00602C18.3773 3 18.5223 3 18.8125 3C18.9866 3 19.0736 3 19.1472 3.00361C20.6883 3.07932 21.9207 4.31169 21.9964 5.8528C22 5.92635 22 6.0134 22 6.1875V8.3C22 9.95685 20.6569 11.3 19 11.3C18.4477 11.3 18 11.7477 18 12.3V18M13.5 18H18"/><path d="M10.5 18V18.75C10.5 19.9926 9.49264 21 8.25 21C7.00736 21 6 19.9926 6 18.75V18M10.5 18V8.3125C10.5 8.02234 10.5 7.87726 10.494 7.75466C10.3678 5.18614 8.31386 3.13221 5.74534 3.00602C5.62274 3 5.47766 3 5.1875 3C5.0134 3 4.92635 3 4.8528 3.00361C3.31169 3.07932 2.07932 4.31169 2.00361 5.8528C2 5.92635 2 6.0134 2 6.1875V8.3C2 9.95685 3.34315 11.3 5 11.3C5.55228 11.3 6 11.7477 6 12.3V18M10.5 18H6"/><path strokeLinecap="round" d="M19.5 6V8.5"/><path strokeLinecap="round" d="M4.5 6V8.5"/></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="M13.5 18V18.75C13.5 19.9926 14.5074 21 15.75 21C16.9926 21 18 19.9926 18 18.75V18M13.5 18V8.3125C13.5 8.02234 13.5 7.87726 13.506 7.75466C13.6322 5.18614 15.6861 3.13221 18.2547 3.00602C18.3773 3 18.5223 3 18.8125 3C18.9866 3 19.0736 3 19.1472 3.00361C20.6883 3.07932 21.9207 4.31169 21.9964 5.8528C22 5.92635 22 6.0134 22 6.1875V8.3C22 9.95685 20.6569 11.3 19 11.3C18.4477 11.3 18 11.7477 18 12.3V18M13.5 18H18"/><path d="M10.5 18V18.75C10.5 19.9926 9.49264 21 8.25 21C7.00736 21 6 19.9926 6 18.75V18M10.5 18V8.3125C10.5 8.02234 10.5 7.87726 10.494 7.75466C10.3678 5.18614 8.31386 3.13221 5.74534 3.00602C5.62274 3 5.47766 3 5.1875 3C5.0134 3 4.92635 3 4.8528 3.00361C3.31169 3.07932 2.07932 4.31169 2.00361 5.8528C2 5.92635 2 6.0134 2 6.1875V8.3C2 9.95685 3.34315 11.3 5 11.3C5.55228 11.3 6 11.7477 6 12.3V18M10.5 18H6"/><path stroke-linecap="round" d="M19.5 6V8.5"/><path stroke-linecap="round" d="M4.5 6V8.5"/></g></svg> </template>
CSS
.icon-airbuds-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%22M13.5%2018V18.75C13.5%2019.9926%2014.5074%2021%2015.75%2021C16.9926%2021%2018%2019.9926%2018%2018.75V18M13.5%2018V8.3125C13.5%208.02234%2013.5%207.87726%2013.506%207.75466C13.6322%205.18614%2015.6861%203.13221%2018.2547%203.00602C18.3773%203%2018.5223%203%2018.8125%203C18.9866%203%2019.0736%203%2019.1472%203.00361C20.6883%203.07932%2021.9207%204.31169%2021.9964%205.8528C22%205.92635%2022%206.0134%2022%206.1875V8.3C22%209.95685%2020.6569%2011.3%2019%2011.3C18.4477%2011.3%2018%2011.7477%2018%2012.3V18M13.5%2018H18%22%2F%3E%3Cpath%20d%3D%22M10.5%2018V18.75C10.5%2019.9926%209.49264%2021%208.25%2021C7.00736%2021%206%2019.9926%206%2018.75V18M10.5%2018V8.3125C10.5%208.02234%2010.5%207.87726%2010.494%207.75466C10.3678%205.18614%208.31386%203.13221%205.74534%203.00602C5.62274%203%205.47766%203%205.1875%203C5.0134%203%204.92635%203%204.8528%203.00361C3.31169%203.07932%202.07932%204.31169%202.00361%205.8528C2%205.92635%202%206.0134%202%206.1875V8.3C2%209.95685%203.34315%2011.3%205%2011.3C5.55228%2011.3%206%2011.7477%206%2012.3V18M10.5%2018H6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.5%206V8.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.5%206V8.5%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%22M13.5%2018V18.75C13.5%2019.9926%2014.5074%2021%2015.75%2021C16.9926%2021%2018%2019.9926%2018%2018.75V18M13.5%2018V8.3125C13.5%208.02234%2013.5%207.87726%2013.506%207.75466C13.6322%205.18614%2015.6861%203.13221%2018.2547%203.00602C18.3773%203%2018.5223%203%2018.8125%203C18.9866%203%2019.0736%203%2019.1472%203.00361C20.6883%203.07932%2021.9207%204.31169%2021.9964%205.8528C22%205.92635%2022%206.0134%2022%206.1875V8.3C22%209.95685%2020.6569%2011.3%2019%2011.3C18.4477%2011.3%2018%2011.7477%2018%2012.3V18M13.5%2018H18%22%2F%3E%3Cpath%20d%3D%22M10.5%2018V18.75C10.5%2019.9926%209.49264%2021%208.25%2021C7.00736%2021%206%2019.9926%206%2018.75V18M10.5%2018V8.3125C10.5%208.02234%2010.5%207.87726%2010.494%207.75466C10.3678%205.18614%208.31386%203.13221%205.74534%203.00602C5.62274%203%205.47766%203%205.1875%203C5.0134%203%204.92635%203%204.8528%203.00361C3.31169%203.07932%202.07932%204.31169%202.00361%205.8528C2%205.92635%202%206.0134%202%206.1875V8.3C2%209.95685%203.34315%2011.3%205%2011.3C5.55228%2011.3%206%2011.7477%206%2012.3V18M10.5%2018H6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.5%206V8.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.5%206V8.5%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-linear.svg?color=%231a73e8&size=48