earbuds case icon

earbuds-case-filled from Reicon by REICON · Filled · Devices · MIT Free for personal and commercial use.

Name
earbuds-case-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.002 9.75Q3 10.337 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-2q0-.663-.002-1.25h-3.352a2.75 2.75 0 0 1-2.646 2H9a2.75 2.75 0 0 1-2.646-2zm.019-1.5h3.333A2.75 2.75 0 0 1 9 6.25h6a2.75 2.75 0 0 1 2.646 2h3.333c-.055-2.01-.248-3.245-.934-4.189a5 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.06c-.686.944-.88 2.178-.934 4.189"/><path d="M7.75 9c0-.69.56-1.25 1.25-1.25h6a1.25 1.25 0 1 1 0 2.5H9c-.69 0-1.25-.56-1.25-1.25"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconEarbudsCaseFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.002 9.75Q3 10.337 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-2q0-.663-.002-1.25h-3.352a2.75 2.75 0 0 1-2.646 2H9a2.75 2.75 0 0 1-2.646-2zm.019-1.5h3.333A2.75 2.75 0 0 1 9 6.25h6a2.75 2.75 0 0 1 2.646 2h3.333c-.055-2.01-.248-3.245-.934-4.189a5 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.06c-.686.944-.88 2.178-.934 4.189"/><path d="M7.75 9c0-.69.56-1.25 1.25-1.25h6a1.25 1.25 0 1 1 0 2.5H9c-.69 0-1.25-.56-1.25-1.25"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.002 9.75Q3 10.337 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-2q0-.663-.002-1.25h-3.352a2.75 2.75 0 0 1-2.646 2H9a2.75 2.75 0 0 1-2.646-2zm.019-1.5h3.333A2.75 2.75 0 0 1 9 6.25h6a2.75 2.75 0 0 1 2.646 2h3.333c-.055-2.01-.248-3.245-.934-4.189a5 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.06c-.686.944-.88 2.178-.934 4.189"/><path d="M7.75 9c0-.69.56-1.25 1.25-1.25h6a1.25 1.25 0 1 1 0 2.5H9c-.69 0-1.25-.56-1.25-1.25"/></g></svg>
</template>

CSS

.icon-earbuds-case-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M3.002%209.75Q3%2010.337%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-2q0-.663-.002-1.25h-3.352a2.75%202.75%200%200%201-2.646%202H9a2.75%202.75%200%200%201-2.646-2zm.019-1.5h3.333A2.75%202.75%200%200%201%209%206.25h6a2.75%202.75%200%200%201%202.646%202h3.333c-.055-2.01-.248-3.245-.934-4.189a5%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.06c-.686.944-.88%202.178-.934%204.189%22%2F%3E%3Cpath%20d%3D%22M7.75%209c0-.69.56-1.25%201.25-1.25h6a1.25%201.25%200%201%201%200%202.5H9c-.69%200-1.25-.56-1.25-1.25%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%22currentColor%22%3E%3Cpath%20d%3D%22M3.002%209.75Q3%2010.337%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-2q0-.663-.002-1.25h-3.352a2.75%202.75%200%200%201-2.646%202H9a2.75%202.75%200%200%201-2.646-2zm.019-1.5h3.333A2.75%202.75%200%200%201%209%206.25h6a2.75%202.75%200%200%201%202.646%202h3.333c-.055-2.01-.248-3.245-.934-4.189a5%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.06c-.686.944-.88%202.178-.934%204.189%22%2F%3E%3Cpath%20d%3D%22M7.75%209c0-.69.56-1.25%201.25-1.25h6a1.25%201.25%200%201%201%200%202.5H9c-.69%200-1.25-.56-1.25-1.25%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/earbuds-case-filled.svg?color=%231a73e8&size=48