twotone earbuds battery icon
twotone-earbuds-battery from Google Material Icons by Material Design Authors · Baseline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-earbuds-battery
- 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 battery icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 9h2v7h-2z" opacity=".3"/><path fill="currentColor" d="M10.62 6C8.76 6 7.25 7.51 7.25 9.38v5.25c0 1.04-.84 1.88-1.88 1.88s-1.87-.85-1.87-1.89v-4.7c.16.05.33.08.5.08c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2v6.62C2 16.49 3.51 18 5.38 18s3.38-1.51 3.38-3.38V9.38c0-1.04.84-1.88 1.88-1.88s1.88.84 1.88 1.88v4.7c-.18-.05-.35-.08-.52-.08c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2V9.38C14 7.51 12.49 6 10.62 6M21 7h-1V6h-2v1h-1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1m-1 9h-2V9h2z"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneEarbudsBattery(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="M18 9h2v7h-2z" opacity=".3"/><path fill="currentColor" d="M10.62 6C8.76 6 7.25 7.51 7.25 9.38v5.25c0 1.04-.84 1.88-1.88 1.88s-1.87-.85-1.87-1.89v-4.7c.16.05.33.08.5.08c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2v6.62C2 16.49 3.51 18 5.38 18s3.38-1.51 3.38-3.38V9.38c0-1.04.84-1.88 1.88-1.88s1.88.84 1.88 1.88v4.7c-.18-.05-.35-.08-.52-.08c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2V9.38C14 7.51 12.49 6 10.62 6M21 7h-1V6h-2v1h-1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1m-1 9h-2V9h2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 9h2v7h-2z" opacity=".3"/><path fill="currentColor" d="M10.62 6C8.76 6 7.25 7.51 7.25 9.38v5.25c0 1.04-.84 1.88-1.88 1.88s-1.87-.85-1.87-1.89v-4.7c.16.05.33.08.5.08c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2v6.62C2 16.49 3.51 18 5.38 18s3.38-1.51 3.38-3.38V9.38c0-1.04.84-1.88 1.88-1.88s1.88.84 1.88 1.88v4.7c-.18-.05-.35-.08-.52-.08c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2V9.38C14 7.51 12.49 6 10.62 6M21 7h-1V6h-2v1h-1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1m-1 9h-2V9h2z"/></svg> </template>
CSS
.icon-twotone-earbuds-battery {
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%22M18%209h2v7h-2z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.62%206C8.76%206%207.25%207.51%207.25%209.38v5.25c0%201.04-.84%201.88-1.88%201.88s-1.87-.85-1.87-1.89v-4.7c.16.05.33.08.5.08c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202v6.62C2%2016.49%203.51%2018%205.38%2018s3.38-1.51%203.38-3.38V9.38c0-1.04.84-1.88%201.88-1.88s1.88.84%201.88%201.88v4.7c-.18-.05-.35-.08-.52-.08c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2V9.38C14%207.51%2012.49%206%2010.62%206M21%207h-1V6h-2v1h-1c-.55%200-1%20.45-1%201v9c0%20.55.45%201%201%201h4c.55%200%201-.45%201-1V8c0-.55-.45-1-1-1m-1%209h-2V9h2z%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%22M18%209h2v7h-2z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.62%206C8.76%206%207.25%207.51%207.25%209.38v5.25c0%201.04-.84%201.88-1.88%201.88s-1.87-.85-1.87-1.89v-4.7c.16.05.33.08.5.08c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202v6.62C2%2016.49%203.51%2018%205.38%2018s3.38-1.51%203.38-3.38V9.38c0-1.04.84-1.88%201.88-1.88s1.88.84%201.88%201.88v4.7c-.18-.05-.35-.08-.52-.08c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2V9.38C14%207.51%2012.49%206%2010.62%206M21%207h-1V6h-2v1h-1c-.55%200-1%20.45-1%201v9c0%20.55.45%201%201%201h4c.55%200%201-.45%201-1V8c0-.55-.45-1-1-1m-1%209h-2V9h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-earbuds-battery.svg?color=%231a73e8&size=48