airbuds check icon
airbuds-check-line-duotone from Solar by 480 Design · Line Duotone · Devices · CC-BY-4.0 Attribution required.
- Name
- airbuds-check-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-charge-boldairbuds-case-minimalistic-boldairbuds-case-open-boldairbuds-charge-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 check 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 stroke-linecap="round" d="M18 11.5V11.3C18 10.7477 18.4477 10.3 19 10.3C20.6569 10.3 22 8.95685 22 7.3V5.1875C22 5.0134 22 4.92635 21.9964 4.8528C21.9207 3.31169 20.6883 2.07932 19.1472 2.00361C19.0736 2 18.9866 2 18.8125 2C18.5223 2 18.3773 2 18.2547 2.00602C15.6861 2.13221 13.6322 4.18614 13.506 6.75466C13.5 6.87726 13.5 7.02234 13.5 7.3125V13.5"/><path d="M10.5 19V19.75C10.5 20.9926 9.49264 22 8.25 22C7.00736 22 6 20.9926 6 19.75V19M10.5 19V9.3125C10.5 9.02234 10.5 8.87726 10.494 8.75466C10.3678 6.18614 8.31386 4.13221 5.74534 4.00602C5.62274 4 5.47766 4 5.1875 4C5.0134 4 4.92635 4 4.8528 4.00361C3.31169 4.07932 2.07932 5.31169 2.00361 6.8528C2 6.92635 2 7.0134 2 7.1875V9.3C2 10.9569 3.34315 12.3 5 12.3C5.55228 12.3 6 12.7477 6 13.3V19M10.5 19H6"/><path stroke-linecap="round" d="M19.5 5V7.5" opacity=".5"/><path stroke-linecap="round" d="M4.5 7V9.5" opacity=".5"/><circle cx="18" cy="18" r="4" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M16.5 18.2L17.3571 19L19.5 17"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarAirbudsCheckLineDuotone(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 strokeLinecap="round" d="M18 11.5V11.3C18 10.7477 18.4477 10.3 19 10.3C20.6569 10.3 22 8.95685 22 7.3V5.1875C22 5.0134 22 4.92635 21.9964 4.8528C21.9207 3.31169 20.6883 2.07932 19.1472 2.00361C19.0736 2 18.9866 2 18.8125 2C18.5223 2 18.3773 2 18.2547 2.00602C15.6861 2.13221 13.6322 4.18614 13.506 6.75466C13.5 6.87726 13.5 7.02234 13.5 7.3125V13.5"/><path d="M10.5 19V19.75C10.5 20.9926 9.49264 22 8.25 22C7.00736 22 6 20.9926 6 19.75V19M10.5 19V9.3125C10.5 9.02234 10.5 8.87726 10.494 8.75466C10.3678 6.18614 8.31386 4.13221 5.74534 4.00602C5.62274 4 5.47766 4 5.1875 4C5.0134 4 4.92635 4 4.8528 4.00361C3.31169 4.07932 2.07932 5.31169 2.00361 6.8528C2 6.92635 2 7.0134 2 7.1875V9.3C2 10.9569 3.34315 12.3 5 12.3C5.55228 12.3 6 12.7477 6 13.3V19M10.5 19H6"/><path strokeLinecap="round" d="M19.5 5V7.5" opacity=".5"/><path strokeLinecap="round" d="M4.5 7V9.5" opacity=".5"/><circle cx="18" cy="18" r="4" opacity=".5"/><path strokeLinecap="round" strokeLinejoin="round" d="M16.5 18.2L17.3571 19L19.5 17"/></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 stroke-linecap="round" d="M18 11.5V11.3C18 10.7477 18.4477 10.3 19 10.3C20.6569 10.3 22 8.95685 22 7.3V5.1875C22 5.0134 22 4.92635 21.9964 4.8528C21.9207 3.31169 20.6883 2.07932 19.1472 2.00361C19.0736 2 18.9866 2 18.8125 2C18.5223 2 18.3773 2 18.2547 2.00602C15.6861 2.13221 13.6322 4.18614 13.506 6.75466C13.5 6.87726 13.5 7.02234 13.5 7.3125V13.5"/><path d="M10.5 19V19.75C10.5 20.9926 9.49264 22 8.25 22C7.00736 22 6 20.9926 6 19.75V19M10.5 19V9.3125C10.5 9.02234 10.5 8.87726 10.494 8.75466C10.3678 6.18614 8.31386 4.13221 5.74534 4.00602C5.62274 4 5.47766 4 5.1875 4C5.0134 4 4.92635 4 4.8528 4.00361C3.31169 4.07932 2.07932 5.31169 2.00361 6.8528C2 6.92635 2 7.0134 2 7.1875V9.3C2 10.9569 3.34315 12.3 5 12.3C5.55228 12.3 6 12.7477 6 13.3V19M10.5 19H6"/><path stroke-linecap="round" d="M19.5 5V7.5" opacity=".5"/><path stroke-linecap="round" d="M4.5 7V9.5" opacity=".5"/><circle cx="18" cy="18" r="4" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M16.5 18.2L17.3571 19L19.5 17"/></g></svg> </template>
CSS
.icon-airbuds-check-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%20stroke-linecap%3D%22round%22%20d%3D%22M18%2011.5V11.3C18%2010.7477%2018.4477%2010.3%2019%2010.3C20.6569%2010.3%2022%208.95685%2022%207.3V5.1875C22%205.0134%2022%204.92635%2021.9964%204.8528C21.9207%203.31169%2020.6883%202.07932%2019.1472%202.00361C19.0736%202%2018.9866%202%2018.8125%202C18.5223%202%2018.3773%202%2018.2547%202.00602C15.6861%202.13221%2013.6322%204.18614%2013.506%206.75466C13.5%206.87726%2013.5%207.02234%2013.5%207.3125V13.5%22%2F%3E%3Cpath%20d%3D%22M10.5%2019V19.75C10.5%2020.9926%209.49264%2022%208.25%2022C7.00736%2022%206%2020.9926%206%2019.75V19M10.5%2019V9.3125C10.5%209.02234%2010.5%208.87726%2010.494%208.75466C10.3678%206.18614%208.31386%204.13221%205.74534%204.00602C5.62274%204%205.47766%204%205.1875%204C5.0134%204%204.92635%204%204.8528%204.00361C3.31169%204.07932%202.07932%205.31169%202.00361%206.8528C2%206.92635%202%207.0134%202%207.1875V9.3C2%2010.9569%203.34315%2012.3%205%2012.3C5.55228%2012.3%206%2012.7477%206%2013.3V19M10.5%2019H6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.5%205V7.5%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.5%207V9.5%22%20opacity%3D%22.5%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%224%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16.5%2018.2L17.3571%2019L19.5%2017%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%20stroke-linecap%3D%22round%22%20d%3D%22M18%2011.5V11.3C18%2010.7477%2018.4477%2010.3%2019%2010.3C20.6569%2010.3%2022%208.95685%2022%207.3V5.1875C22%205.0134%2022%204.92635%2021.9964%204.8528C21.9207%203.31169%2020.6883%202.07932%2019.1472%202.00361C19.0736%202%2018.9866%202%2018.8125%202C18.5223%202%2018.3773%202%2018.2547%202.00602C15.6861%202.13221%2013.6322%204.18614%2013.506%206.75466C13.5%206.87726%2013.5%207.02234%2013.5%207.3125V13.5%22%2F%3E%3Cpath%20d%3D%22M10.5%2019V19.75C10.5%2020.9926%209.49264%2022%208.25%2022C7.00736%2022%206%2020.9926%206%2019.75V19M10.5%2019V9.3125C10.5%209.02234%2010.5%208.87726%2010.494%208.75466C10.3678%206.18614%208.31386%204.13221%205.74534%204.00602C5.62274%204%205.47766%204%205.1875%204C5.0134%204%204.92635%204%204.8528%204.00361C3.31169%204.07932%202.07932%205.31169%202.00361%206.8528C2%206.92635%202%207.0134%202%207.1875V9.3C2%2010.9569%203.34315%2012.3%205%2012.3C5.55228%2012.3%206%2012.7477%206%2013.3V19M10.5%2019H6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.5%205V7.5%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.5%207V9.5%22%20opacity%3D%22.5%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%224%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16.5%2018.2L17.3571%2019L19.5%2017%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-check-line-duotone.svg?color=%231a73e8&size=48