battery android question icon

battery-android-question-sharp from Material Symbols Light by Google · Sharp · Android · Apache-2.0 Free for personal and commercial use.

Name
battery-android-question-sharp
Set
Material Symbols Light
Style
Sharp
Category
Android
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the battery android question icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.88 17H2V7h13.66q-.212.227-.385.467T14.967 8l-1.034 2.502l2.606 1.11V16q.011.279.102.532q.092.252.24.468m2.111-3.358q0-.317.051-.602q.051-.286.182-.578q.175-.331.405-.584t.505-.509q.338-.313.617-.708t.279-.878q0-.596-.455-.973T19.5 8.433q-.558 0-1.003.306q-.445.305-.672.805l-.775-.333q.308-.746.971-1.18q.664-.435 1.479-.435q.985 0 1.682.62t.697 1.555q0 .633-.307 1.113q-.306.481-.731.906q-.212.212-.411.427q-.2.216-.368.483q-.175.292-.202.942zm-.022 2.503q-.181-.181-.181-.453q0-.27.181-.462q.182-.191.453-.191t.453.19t.182.463t-.182.453t-.453.182t-.453-.182"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBatteryAndroidQuestionSharp(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="M16.88 17H2V7h13.66q-.212.227-.385.467T14.967 8l-1.034 2.502l2.606 1.11V16q.011.279.102.532q.092.252.24.468m2.111-3.358q0-.317.051-.602q.051-.286.182-.578q.175-.331.405-.584t.505-.509q.338-.313.617-.708t.279-.878q0-.596-.455-.973T19.5 8.433q-.558 0-1.003.306q-.445.305-.672.805l-.775-.333q.308-.746.971-1.18q.664-.435 1.479-.435q.985 0 1.682.62t.697 1.555q0 .633-.307 1.113q-.306.481-.731.906q-.212.212-.411.427q-.2.216-.368.483q-.175.292-.202.942zm-.022 2.503q-.181-.181-.181-.453q0-.27.181-.462q.182-.191.453-.191t.453.19t.182.463t-.182.453t-.453.182t-.453-.182"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.88 17H2V7h13.66q-.212.227-.385.467T14.967 8l-1.034 2.502l2.606 1.11V16q.011.279.102.532q.092.252.24.468m2.111-3.358q0-.317.051-.602q.051-.286.182-.578q.175-.331.405-.584t.505-.509q.338-.313.617-.708t.279-.878q0-.596-.455-.973T19.5 8.433q-.558 0-1.003.306q-.445.305-.672.805l-.775-.333q.308-.746.971-1.18q.664-.435 1.479-.435q.985 0 1.682.62t.697 1.555q0 .633-.307 1.113q-.306.481-.731.906q-.212.212-.411.427q-.2.216-.368.483q-.175.292-.202.942zm-.022 2.503q-.181-.181-.181-.453q0-.27.181-.462q.182-.191.453-.191t.453.19t.182.463t-.182.453t-.453.182t-.453-.182"/></svg>
</template>

CSS

.icon-battery-android-question-sharp {
  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%22M16.88%2017H2V7h13.66q-.212.227-.385.467T14.967%208l-1.034%202.502l2.606%201.11V16q.011.279.102.532q.092.252.24.468m2.111-3.358q0-.317.051-.602q.051-.286.182-.578q.175-.331.405-.584t.505-.509q.338-.313.617-.708t.279-.878q0-.596-.455-.973T19.5%208.433q-.558%200-1.003.306q-.445.305-.672.805l-.775-.333q.308-.746.971-1.18q.664-.435%201.479-.435q.985%200%201.682.62t.697%201.555q0%20.633-.307%201.113q-.306.481-.731.906q-.212.212-.411.427q-.2.216-.368.483q-.175.292-.202.942zm-.022%202.503q-.181-.181-.181-.453q0-.27.181-.462q.182-.191.453-.191t.453.19t.182.463t-.182.453t-.453.182t-.453-.182%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%22M16.88%2017H2V7h13.66q-.212.227-.385.467T14.967%208l-1.034%202.502l2.606%201.11V16q.011.279.102.532q.092.252.24.468m2.111-3.358q0-.317.051-.602q.051-.286.182-.578q.175-.331.405-.584t.505-.509q.338-.313.617-.708t.279-.878q0-.596-.455-.973T19.5%208.433q-.558%200-1.003.306q-.445.305-.672.805l-.775-.333q.308-.746.971-1.18q.664-.435%201.479-.435q.985%200%201.682.62t.697%201.555q0%20.633-.307%201.113q-.306.481-.731.906q-.212.212-.411.427q-.2.216-.368.483q-.175.292-.202.942zm-.022%202.503q-.181-.181-.181-.453q0-.27.181-.462q.182-.191.453-.191t.453.19t.182.463t-.182.453t-.453.182t-.453-.182%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/battery-android-question-sharp.svg?color=%231a73e8&size=48