earbuds case charge icon
earbuds-case-charge-filled from Reicon by REICON · Filled · Devices · MIT Free for personal and commercial use.
- Name
- earbuds-case-charge-filled
- Set
- Reicon
- Style
- Filled
- Category
- Devices
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More devices icons from Reicon
Use the earbuds case charge icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3.955 4.061C3 5.375 3 7.251 3 11v2c0 3.75 0 5.625.955 6.939a5 5 0 0 0 1.106 1.106C6.375 22 8.251 22 12 22s5.625 0 6.939-.955a5 5 0 0 0 1.106-1.106C21 18.625 21 16.749 21 13v-2c0-3.75 0-5.625-.955-6.939a5 5 0 0 0-1.106-1.106C17.625 2 15.749 2 12 2s-5.625 0-6.939.955A5 5 0 0 0 3.955 4.06M7 8.25a.75.75 0 0 0 0 1.5h10a.75.75 0 0 0 0-1.5zm5.586 5.219a.75.75 0 0 0-1.172-.937l-2 2.5A.75.75 0 0 0 10 16.25h2.44l-1.026 1.282a.75.75 0 1 0 1.172.936l2-2.5A.75.75 0 0 0 14 14.75h-2.44z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconEarbudsCaseChargeFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M3.955 4.061C3 5.375 3 7.251 3 11v2c0 3.75 0 5.625.955 6.939a5 5 0 0 0 1.106 1.106C6.375 22 8.251 22 12 22s5.625 0 6.939-.955a5 5 0 0 0 1.106-1.106C21 18.625 21 16.749 21 13v-2c0-3.75 0-5.625-.955-6.939a5 5 0 0 0-1.106-1.106C17.625 2 15.749 2 12 2s-5.625 0-6.939.955A5 5 0 0 0 3.955 4.06M7 8.25a.75.75 0 0 0 0 1.5h10a.75.75 0 0 0 0-1.5zm5.586 5.219a.75.75 0 0 0-1.172-.937l-2 2.5A.75.75 0 0 0 10 16.25h2.44l-1.026 1.282a.75.75 0 1 0 1.172.936l2-2.5A.75.75 0 0 0 14 14.75h-2.44z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3.955 4.061C3 5.375 3 7.251 3 11v2c0 3.75 0 5.625.955 6.939a5 5 0 0 0 1.106 1.106C6.375 22 8.251 22 12 22s5.625 0 6.939-.955a5 5 0 0 0 1.106-1.106C21 18.625 21 16.749 21 13v-2c0-3.75 0-5.625-.955-6.939a5 5 0 0 0-1.106-1.106C17.625 2 15.749 2 12 2s-5.625 0-6.939.955A5 5 0 0 0 3.955 4.06M7 8.25a.75.75 0 0 0 0 1.5h10a.75.75 0 0 0 0-1.5zm5.586 5.219a.75.75 0 0 0-1.172-.937l-2 2.5A.75.75 0 0 0 10 16.25h2.44l-1.026 1.282a.75.75 0 1 0 1.172.936l2-2.5A.75.75 0 0 0 14 14.75h-2.44z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-earbuds-case-charge-filled {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.955%204.061C3%205.375%203%207.251%203%2011v2c0%203.75%200%205.625.955%206.939a5%205%200%200%200%201.106%201.106C6.375%2022%208.251%2022%2012%2022s5.625%200%206.939-.955a5%205%200%200%200%201.106-1.106C21%2018.625%2021%2016.749%2021%2013v-2c0-3.75%200-5.625-.955-6.939a5%205%200%200%200-1.106-1.106C17.625%202%2015.749%202%2012%202s-5.625%200-6.939.955A5%205%200%200%200%203.955%204.06M7%208.25a.75.75%200%200%200%200%201.5h10a.75.75%200%200%200%200-1.5zm5.586%205.219a.75.75%200%200%200-1.172-.937l-2%202.5A.75.75%200%200%200%2010%2016.25h2.44l-1.026%201.282a.75.75%200%201%200%201.172.936l2-2.5A.75.75%200%200%200%2014%2014.75h-2.44z%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.955%204.061C3%205.375%203%207.251%203%2011v2c0%203.75%200%205.625.955%206.939a5%205%200%200%200%201.106%201.106C6.375%2022%208.251%2022%2012%2022s5.625%200%206.939-.955a5%205%200%200%200%201.106-1.106C21%2018.625%2021%2016.749%2021%2013v-2c0-3.75%200-5.625-.955-6.939a5%205%200%200%200-1.106-1.106C17.625%202%2015.749%202%2012%202s-5.625%200-6.939.955A5%205%200%200%200%203.955%204.06M7%208.25a.75.75%200%200%200%200%201.5h10a.75.75%200%200%200%200-1.5zm5.586%205.219a.75.75%200%200%200-1.172-.937l-2%202.5A.75.75%200%200%200%2010%2016.25h2.44l-1.026%201.282a.75.75%200%201%200%201.172.936l2-2.5A.75.75%200%200%200%2014%2014.75h-2.44z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/earbuds-case-charge-filled.svg?color=%231a73e8&size=48