twotone earbuds icon
twotone-earbuds from Google Material Icons by Material Design Authors · Baseline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-earbuds
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
More hardware icons from Google Material Icons
baseline-adf-scannerbaseline-browser-not-supportedbaseline-browser-updatedbaseline-castbaseline-cast-connectedbaseline-cast-for-educationbaseline-computerbaseline-connected-tvbaseline-desktop-macbaseline-desktop-windowsbaseline-developer-boardbaseline-developer-board-offbaseline-device-hubbaseline-device-unknownbaseline-devices-otherbaseline-dockbaseline-earbudsbaseline-earbuds-batterybaseline-gamepadbaseline-headphonesbaseline-headphones-batterybaseline-headsetbaseline-headset-micbaseline-headset-off
Use the twotone earbuds icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 6c0-.55-.45-1-1-1s-1 .45-1 1v1h1c.55 0 1-.45 1-1m10 12c0 .55.45 1 1 1s1-.45 1-1v-1h-1c-.55 0-1 .45-1 1" opacity=".3"/><path fill="currentColor" d="M16 3c-2.76 0-5 2.24-5 5v8c0 1.66-1.34 3-3 3s-3-1.34-3-3V9h.83C7.44 9 8.89 7.82 9 6.21A3 3 0 0 0 6.2 3C4.44 2.89 3 4.42 3 6.19V16c0 2.76 2.24 5 5 5s5-2.24 5-5V8c0-1.66 1.34-3 3-3s3 1.34 3 3v7h-.83c-1.61 0-3.06 1.18-3.17 2.79A3 3 0 0 0 17.8 21c1.76.12 3.2-1.42 3.2-3.18V8c0-2.76-2.24-5-5-5M5 6c0-.55.45-1 1-1s1 .45 1 1s-.45 1-1 1H5zm14 12c0 .55-.45 1-1 1s-1-.45-1-1s.45-1 1-1h1z"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneEarbuds(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="M7 6c0-.55-.45-1-1-1s-1 .45-1 1v1h1c.55 0 1-.45 1-1m10 12c0 .55.45 1 1 1s1-.45 1-1v-1h-1c-.55 0-1 .45-1 1" opacity=".3"/><path fill="currentColor" d="M16 3c-2.76 0-5 2.24-5 5v8c0 1.66-1.34 3-3 3s-3-1.34-3-3V9h.83C7.44 9 8.89 7.82 9 6.21A3 3 0 0 0 6.2 3C4.44 2.89 3 4.42 3 6.19V16c0 2.76 2.24 5 5 5s5-2.24 5-5V8c0-1.66 1.34-3 3-3s3 1.34 3 3v7h-.83c-1.61 0-3.06 1.18-3.17 2.79A3 3 0 0 0 17.8 21c1.76.12 3.2-1.42 3.2-3.18V8c0-2.76-2.24-5-5-5M5 6c0-.55.45-1 1-1s1 .45 1 1s-.45 1-1 1H5zm14 12c0 .55-.45 1-1 1s-1-.45-1-1s.45-1 1-1h1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 6c0-.55-.45-1-1-1s-1 .45-1 1v1h1c.55 0 1-.45 1-1m10 12c0 .55.45 1 1 1s1-.45 1-1v-1h-1c-.55 0-1 .45-1 1" opacity=".3"/><path fill="currentColor" d="M16 3c-2.76 0-5 2.24-5 5v8c0 1.66-1.34 3-3 3s-3-1.34-3-3V9h.83C7.44 9 8.89 7.82 9 6.21A3 3 0 0 0 6.2 3C4.44 2.89 3 4.42 3 6.19V16c0 2.76 2.24 5 5 5s5-2.24 5-5V8c0-1.66 1.34-3 3-3s3 1.34 3 3v7h-.83c-1.61 0-3.06 1.18-3.17 2.79A3 3 0 0 0 17.8 21c1.76.12 3.2-1.42 3.2-3.18V8c0-2.76-2.24-5-5-5M5 6c0-.55.45-1 1-1s1 .45 1 1s-.45 1-1 1H5zm14 12c0 .55-.45 1-1 1s-1-.45-1-1s.45-1 1-1h1z"/></svg> </template>
CSS
.icon-twotone-earbuds {
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%22M7%206c0-.55-.45-1-1-1s-1%20.45-1%201v1h1c.55%200%201-.45%201-1m10%2012c0%20.55.45%201%201%201s1-.45%201-1v-1h-1c-.55%200-1%20.45-1%201%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203c-2.76%200-5%202.24-5%205v8c0%201.66-1.34%203-3%203s-3-1.34-3-3V9h.83C7.44%209%208.89%207.82%209%206.21A3%203%200%200%200%206.2%203C4.44%202.89%203%204.42%203%206.19V16c0%202.76%202.24%205%205%205s5-2.24%205-5V8c0-1.66%201.34-3%203-3s3%201.34%203%203v7h-.83c-1.61%200-3.06%201.18-3.17%202.79A3%203%200%200%200%2017.8%2021c1.76.12%203.2-1.42%203.2-3.18V8c0-2.76-2.24-5-5-5M5%206c0-.55.45-1%201-1s1%20.45%201%201s-.45%201-1%201H5zm14%2012c0%20.55-.45%201-1%201s-1-.45-1-1s.45-1%201-1h1z%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%22M7%206c0-.55-.45-1-1-1s-1%20.45-1%201v1h1c.55%200%201-.45%201-1m10%2012c0%20.55.45%201%201%201s1-.45%201-1v-1h-1c-.55%200-1%20.45-1%201%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203c-2.76%200-5%202.24-5%205v8c0%201.66-1.34%203-3%203s-3-1.34-3-3V9h.83C7.44%209%208.89%207.82%209%206.21A3%203%200%200%200%206.2%203C4.44%202.89%203%204.42%203%206.19V16c0%202.76%202.24%205%205%205s5-2.24%205-5V8c0-1.66%201.34-3%203-3s3%201.34%203%203v7h-.83c-1.61%200-3.06%201.18-3.17%202.79A3%203%200%200%200%2017.8%2021c1.76.12%203.2-1.42%203.2-3.18V8c0-2.76-2.24-5-5-5M5%206c0-.55.45-1%201-1s1%20.45%201%201s-.45%201-1%201H5zm14%2012c0%20.55-.45%201-1%201s-1-.45-1-1s.45-1%201-1h1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-earbuds.svg?color=%231a73e8&size=48