round earbuds battery icon

round-earbuds-battery from Google Material Icons by Material Design Authors · Baseline · Hardware · Apache-2.0 Free for personal and commercial use.

Name
round-earbuds-battery
Set
Google Material Icons
Style
Baseline
Category
Hardware
Viewbox
24×24
License
Apache 2.0

More hardware icons from Google Material Icons

Use the round 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="M21 7h-1v-.5c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5V7h-1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1m-7 2.38C14 7.51 12.49 6 10.62 6S7.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-2z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundEarbudsBattery(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="M21 7h-1v-.5c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5V7h-1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1m-7 2.38C14 7.51 12.49 6 10.62 6S7.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-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 7h-1v-.5c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5V7h-1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1m-7 2.38C14 7.51 12.49 6 10.62 6S7.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-2z"/></svg>
</template>

CSS

.icon-round-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%22M21%207h-1v-.5c0-.28-.22-.5-.5-.5h-1c-.28%200-.5.22-.5.5V7h-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-7%202.38C14%207.51%2012.49%206%2010.62%206S7.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-2z%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%22M21%207h-1v-.5c0-.28-.22-.5-.5-.5h-1c-.28%200-.5.22-.5.5V7h-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-7%202.38C14%207.51%2012.49%206%2010.62%206S7.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-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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