airbuds case charge icon
airbuds-case-charge-line-duotone from Solar by 480 Design · Line Duotone · Devices · CC-BY-4.0 Attribution required.
- Name
- airbuds-case-charge-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- Devices
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More devices icons from Solar
airbuds-boldairbuds-case-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 case charge 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="M3 11C3 7.25027 3 5.3754 3.95491 4.06107C4.26331 3.6366 4.6366 3.26331 5.06107 2.95491C6.3754 2 8.25027 2 12 2C15.7497 2 17.6246 2 18.9389 2.95491C19.3634 3.26331 19.7367 3.6366 20.0451 4.06107C21 5.3754 21 7.25027 21 11V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11Z" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 18L14 15.5001H10L12 13"/><path stroke-linecap="round" d="M7 9H17"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarAirbudsCaseChargeLineDuotone(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="M3 11C3 7.25027 3 5.3754 3.95491 4.06107C4.26331 3.6366 4.6366 3.26331 5.06107 2.95491C6.3754 2 8.25027 2 12 2C15.7497 2 17.6246 2 18.9389 2.95491C19.3634 3.26331 19.7367 3.6366 20.0451 4.06107C21 5.3754 21 7.25027 21 11V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11Z" opacity=".5"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 18L14 15.5001H10L12 13"/><path strokeLinecap="round" d="M7 9H17"/></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="M3 11C3 7.25027 3 5.3754 3.95491 4.06107C4.26331 3.6366 4.6366 3.26331 5.06107 2.95491C6.3754 2 8.25027 2 12 2C15.7497 2 17.6246 2 18.9389 2.95491C19.3634 3.26331 19.7367 3.6366 20.0451 4.06107C21 5.3754 21 7.25027 21 11V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11Z" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 18L14 15.5001H10L12 13"/><path stroke-linecap="round" d="M7 9H17"/></g></svg> </template>
CSS
.icon-airbuds-case-charge-line-duotone {
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%22M3%2011C3%207.25027%203%205.3754%203.95491%204.06107C4.26331%203.6366%204.6366%203.26331%205.06107%202.95491C6.3754%202%208.25027%202%2012%202C15.7497%202%2017.6246%202%2018.9389%202.95491C19.3634%203.26331%2019.7367%203.6366%2020.0451%204.06107C21%205.3754%2021%207.25027%2021%2011V13C21%2016.7497%2021%2018.6246%2020.0451%2019.9389C19.7367%2020.3634%2019.3634%2020.7367%2018.9389%2021.0451C17.6246%2022%2015.7497%2022%2012%2022C8.25027%2022%206.3754%2022%205.06107%2021.0451C4.6366%2020.7367%204.26331%2020.3634%203.95491%2019.9389C3%2018.6246%203%2016.7497%203%2013V11Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2018L14%2015.5001H10L12%2013%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%209H17%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%22M3%2011C3%207.25027%203%205.3754%203.95491%204.06107C4.26331%203.6366%204.6366%203.26331%205.06107%202.95491C6.3754%202%208.25027%202%2012%202C15.7497%202%2017.6246%202%2018.9389%202.95491C19.3634%203.26331%2019.7367%203.6366%2020.0451%204.06107C21%205.3754%2021%207.25027%2021%2011V13C21%2016.7497%2021%2018.6246%2020.0451%2019.9389C19.7367%2020.3634%2019.3634%2020.7367%2018.9389%2021.0451C17.6246%2022%2015.7497%2022%2012%2022C8.25027%2022%206.3754%2022%205.06107%2021.0451C4.6366%2020.7367%204.26331%2020.3634%203.95491%2019.9389C3%2018.6246%203%2016.7497%203%2013V11Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2018L14%2015.5001H10L12%2013%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%209H17%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-case-charge-line-duotone.svg?color=%231a73e8&size=48