earbuds icon
earbuds-outline from Material Design Icons by Pictogrammers · Outline · Audio · Apache-2.0 Free for personal and commercial use.
- Name
- earbuds-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Audio
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- headphones-outline
1 other variant in Material Design Icons
The same icon in other sets
More audio icons from Material Design Icons
Use the earbuds icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 3C3 3 2 5 2 6v5c0 1 1 3 3 3c.61 0 1.32-.28 2-.73V20c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V8c0-2-3-5-5-5m3 7.23L5.91 11.6c-.51.33-.83.4-.91.4c-.7 0-1-.92-1-1V6.03C4 5.92 4.3 5 5 5c.9 0 3 2.1 3 3zM16.5 15c.7 0 1.37-.11 2-.32V20c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1v-5.32c.63.21 1.3.32 2 .32m0-12C13.46 3 11 5.46 11 8.5s2.46 5.5 5.5 5.5S22 11.54 22 8.5S19.54 3 16.5 3m0 9c-1.93 0-3.5-1.57-3.5-3.5S14.57 5 16.5 5S20 6.57 20 8.5S18.43 12 16.5 12"/></svg>
React
import type { SVGProps } from "react";
export function MdiEarbudsOutline(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" d="M5 3C3 3 2 5 2 6v5c0 1 1 3 3 3c.61 0 1.32-.28 2-.73V20c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V8c0-2-3-5-5-5m3 7.23L5.91 11.6c-.51.33-.83.4-.91.4c-.7 0-1-.92-1-1V6.03C4 5.92 4.3 5 5 5c.9 0 3 2.1 3 3zM16.5 15c.7 0 1.37-.11 2-.32V20c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1v-5.32c.63.21 1.3.32 2 .32m0-12C13.46 3 11 5.46 11 8.5s2.46 5.5 5.5 5.5S22 11.54 22 8.5S19.54 3 16.5 3m0 9c-1.93 0-3.5-1.57-3.5-3.5S14.57 5 16.5 5S20 6.57 20 8.5S18.43 12 16.5 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 3C3 3 2 5 2 6v5c0 1 1 3 3 3c.61 0 1.32-.28 2-.73V20c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V8c0-2-3-5-5-5m3 7.23L5.91 11.6c-.51.33-.83.4-.91.4c-.7 0-1-.92-1-1V6.03C4 5.92 4.3 5 5 5c.9 0 3 2.1 3 3zM16.5 15c.7 0 1.37-.11 2-.32V20c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1v-5.32c.63.21 1.3.32 2 .32m0-12C13.46 3 11 5.46 11 8.5s2.46 5.5 5.5 5.5S22 11.54 22 8.5S19.54 3 16.5 3m0 9c-1.93 0-3.5-1.57-3.5-3.5S14.57 5 16.5 5S20 6.57 20 8.5S18.43 12 16.5 12"/></svg> </template>
CSS
.icon-earbuds-outline {
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%20d%3D%22M5%203C3%203%202%205%202%206v5c0%201%201%203%203%203c.61%200%201.32-.28%202-.73V20c0%20.55.45%201%201%201h1c.55%200%201-.45%201-1V8c0-2-3-5-5-5m3%207.23L5.91%2011.6c-.51.33-.83.4-.91.4c-.7%200-1-.92-1-1V6.03C4%205.92%204.3%205%205%205c.9%200%203%202.1%203%203zM16.5%2015c.7%200%201.37-.11%202-.32V20c0%20.55-.45%201-1%201h-2c-.55%200-1-.45-1-1v-5.32c.63.21%201.3.32%202%20.32m0-12C13.46%203%2011%205.46%2011%208.5s2.46%205.5%205.5%205.5S22%2011.54%2022%208.5S19.54%203%2016.5%203m0%209c-1.93%200-3.5-1.57-3.5-3.5S14.57%205%2016.5%205S20%206.57%2020%208.5S18.43%2012%2016.5%2012%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%20d%3D%22M5%203C3%203%202%205%202%206v5c0%201%201%203%203%203c.61%200%201.32-.28%202-.73V20c0%20.55.45%201%201%201h1c.55%200%201-.45%201-1V8c0-2-3-5-5-5m3%207.23L5.91%2011.6c-.51.33-.83.4-.91.4c-.7%200-1-.92-1-1V6.03C4%205.92%204.3%205%205%205c.9%200%203%202.1%203%203zM16.5%2015c.7%200%201.37-.11%202-.32V20c0%20.55-.45%201-1%201h-2c-.55%200-1-.45-1-1v-5.32c.63.21%201.3.32%202%20.32m0-12C13.46%203%2011%205.46%2011%208.5s2.46%205.5%205.5%205.5S22%2011.54%2022%208.5S19.54%203%2016.5%203m0%209c-1.93%200-3.5-1.57-3.5-3.5S14.57%205%2016.5%205S20%206.57%2020%208.5S18.43%2012%2016.5%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/earbuds-outline.svg?color=%231a73e8&size=48