earbuds icon
earbuds-filled from Reicon by REICON · Filled · Devices · MIT Free for personal and commercial use.
- Name
- earbuds-filled
- Set
- Reicon
- Style
- Filled
- Category
- Devices
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All earbuds icons →More devices icons from Reicon
Use the earbuds icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M22 6.188V8.3c0 1.657-1.422 3-3.177 3c-.584 0-1.058.448-1.058 1v4.95H13V8.313c0-.29 0-.436.006-.558c.134-2.569 2.309-4.623 5.028-4.749c.13-.006.284-.006.591-.006c.184 0 .276 0 .354.004c1.632.075 2.937 1.308 3.017 2.849c.004.073.004.16.004.335M20.25 6a.75.75 0 0 0-1.5 0v2.5a.75.75 0 0 0 1.5 0z" clip-rule="evenodd"/><path d="M15.382 21C14.067 21 13 19.993 13 18.75h4.765c0 1.243-1.067 2.25-2.383 2.25"/><path fill-rule="evenodd" d="M2 6.188V8.3c0 1.657 1.422 3 3.176 3c.585 0 1.06.448 1.06 1v4.95H11V8.313c0-.29 0-.436-.006-.558c-.134-2.569-2.309-4.623-5.028-4.749C5.836 3 5.682 3 5.375 3c-.184 0-.277 0-.354.004c-1.632.075-2.937 1.308-3.017 2.849C2 5.926 2 6.013 2 6.188M3.75 6a.75.75 0 0 1 1.5 0v2.5a.75.75 0 0 1-1.5 0z" clip-rule="evenodd"/><path d="M8.618 21C9.933 21 11 19.993 11 18.75H6.235c0 1.243 1.067 2.25 2.383 2.25"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconEarbudsFilled(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 fillRule="evenodd" d="M22 6.188V8.3c0 1.657-1.422 3-3.177 3c-.584 0-1.058.448-1.058 1v4.95H13V8.313c0-.29 0-.436.006-.558c.134-2.569 2.309-4.623 5.028-4.749c.13-.006.284-.006.591-.006c.184 0 .276 0 .354.004c1.632.075 2.937 1.308 3.017 2.849c.004.073.004.16.004.335M20.25 6a.75.75 0 0 0-1.5 0v2.5a.75.75 0 0 0 1.5 0z" clipRule="evenodd"/><path d="M15.382 21C14.067 21 13 19.993 13 18.75h4.765c0 1.243-1.067 2.25-2.383 2.25"/><path fillRule="evenodd" d="M2 6.188V8.3c0 1.657 1.422 3 3.176 3c.585 0 1.06.448 1.06 1v4.95H11V8.313c0-.29 0-.436-.006-.558c-.134-2.569-2.309-4.623-5.028-4.749C5.836 3 5.682 3 5.375 3c-.184 0-.277 0-.354.004c-1.632.075-2.937 1.308-3.017 2.849C2 5.926 2 6.013 2 6.188M3.75 6a.75.75 0 0 1 1.5 0v2.5a.75.75 0 0 1-1.5 0z" clipRule="evenodd"/><path d="M8.618 21C9.933 21 11 19.993 11 18.75H6.235c0 1.243 1.067 2.25 2.383 2.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 fill-rule="evenodd" d="M22 6.188V8.3c0 1.657-1.422 3-3.177 3c-.584 0-1.058.448-1.058 1v4.95H13V8.313c0-.29 0-.436.006-.558c.134-2.569 2.309-4.623 5.028-4.749c.13-.006.284-.006.591-.006c.184 0 .276 0 .354.004c1.632.075 2.937 1.308 3.017 2.849c.004.073.004.16.004.335M20.25 6a.75.75 0 0 0-1.5 0v2.5a.75.75 0 0 0 1.5 0z" clip-rule="evenodd"/><path d="M15.382 21C14.067 21 13 19.993 13 18.75h4.765c0 1.243-1.067 2.25-2.383 2.25"/><path fill-rule="evenodd" d="M2 6.188V8.3c0 1.657 1.422 3 3.176 3c.585 0 1.06.448 1.06 1v4.95H11V8.313c0-.29 0-.436-.006-.558c-.134-2.569-2.309-4.623-5.028-4.749C5.836 3 5.682 3 5.375 3c-.184 0-.277 0-.354.004c-1.632.075-2.937 1.308-3.017 2.849C2 5.926 2 6.013 2 6.188M3.75 6a.75.75 0 0 1 1.5 0v2.5a.75.75 0 0 1-1.5 0z" clip-rule="evenodd"/><path d="M8.618 21C9.933 21 11 19.993 11 18.75H6.235c0 1.243 1.067 2.25 2.383 2.25"/></g></svg> </template>
CSS
.icon-earbuds-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%20fill-rule%3D%22evenodd%22%20d%3D%22M22%206.188V8.3c0%201.657-1.422%203-3.177%203c-.584%200-1.058.448-1.058%201v4.95H13V8.313c0-.29%200-.436.006-.558c.134-2.569%202.309-4.623%205.028-4.749c.13-.006.284-.006.591-.006c.184%200%20.276%200%20.354.004c1.632.075%202.937%201.308%203.017%202.849c.004.073.004.16.004.335M20.25%206a.75.75%200%200%200-1.5%200v2.5a.75.75%200%200%200%201.5%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.382%2021C14.067%2021%2013%2019.993%2013%2018.75h4.765c0%201.243-1.067%202.25-2.383%202.25%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%206.188V8.3c0%201.657%201.422%203%203.176%203c.585%200%201.06.448%201.06%201v4.95H11V8.313c0-.29%200-.436-.006-.558c-.134-2.569-2.309-4.623-5.028-4.749C5.836%203%205.682%203%205.375%203c-.184%200-.277%200-.354.004c-1.632.075-2.937%201.308-3.017%202.849C2%205.926%202%206.013%202%206.188M3.75%206a.75.75%200%200%201%201.5%200v2.5a.75.75%200%200%201-1.5%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M8.618%2021C9.933%2021%2011%2019.993%2011%2018.75H6.235c0%201.243%201.067%202.25%202.383%202.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%20fill-rule%3D%22evenodd%22%20d%3D%22M22%206.188V8.3c0%201.657-1.422%203-3.177%203c-.584%200-1.058.448-1.058%201v4.95H13V8.313c0-.29%200-.436.006-.558c.134-2.569%202.309-4.623%205.028-4.749c.13-.006.284-.006.591-.006c.184%200%20.276%200%20.354.004c1.632.075%202.937%201.308%203.017%202.849c.004.073.004.16.004.335M20.25%206a.75.75%200%200%200-1.5%200v2.5a.75.75%200%200%200%201.5%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.382%2021C14.067%2021%2013%2019.993%2013%2018.75h4.765c0%201.243-1.067%202.25-2.383%202.25%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%206.188V8.3c0%201.657%201.422%203%203.176%203c.585%200%201.06.448%201.06%201v4.95H11V8.313c0-.29%200-.436-.006-.558c-.134-2.569-2.309-4.623-5.028-4.749C5.836%203%205.682%203%205.375%203c-.184%200-.277%200-.354.004c-1.632.075-2.937%201.308-3.017%202.849C2%205.926%202%206.013%202%206.188M3.75%206a.75.75%200%200%201%201.5%200v2.5a.75.75%200%200%201-1.5%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M8.618%2021C9.933%2021%2011%2019.993%2011%2018.75H6.235c0%201.243%201.067%202.25%202.383%202.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-filled.svg?color=%231a73e8&size=48