battery android frame question icon

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

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

2 other variants in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the battery android frame question icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 18V6h16.025q-.5.4-.875.9T15.525 8H3v8h14.05q.1.625.45 1.138t.85.862zm18.288-1.787Q19 15.924 19 15.5t.288-.712T20 14.5t.713.288t.287.712t-.288.713T20 16.5t-.712-.288m.012-2.737q0-.4.013-.762t.162-.713q.175-.35.463-.612t.562-.538q.3-.275.55-.612t.25-.763q0-.5-.387-.8t-.913-.3q-.5 0-.888.325t-.537.825L17.3 9q.25-.9 1-1.45T20 7q1.1 0 1.913.688t.812 1.737q0 .575-.288 1.075t-.712.925q-.25.25-.488.475t-.387.55q-.175.35-.125 1.025zM4 15V9h11.525v6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBatteryAndroidFrameQuestionSharp(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="M1 18V6h16.025q-.5.4-.875.9T15.525 8H3v8h14.05q.1.625.45 1.138t.85.862zm18.288-1.787Q19 15.924 19 15.5t.288-.712T20 14.5t.713.288t.287.712t-.288.713T20 16.5t-.712-.288m.012-2.737q0-.4.013-.762t.162-.713q.175-.35.463-.612t.562-.538q.3-.275.55-.612t.25-.763q0-.5-.387-.8t-.913-.3q-.5 0-.888.325t-.537.825L17.3 9q.25-.9 1-1.45T20 7q1.1 0 1.913.688t.812 1.737q0 .575-.288 1.075t-.712.925q-.25.25-.488.475t-.387.55q-.175.35-.125 1.025zM4 15V9h11.525v6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 18V6h16.025q-.5.4-.875.9T15.525 8H3v8h14.05q.1.625.45 1.138t.85.862zm18.288-1.787Q19 15.924 19 15.5t.288-.712T20 14.5t.713.288t.287.712t-.288.713T20 16.5t-.712-.288m.012-2.737q0-.4.013-.762t.162-.713q.175-.35.463-.612t.562-.538q.3-.275.55-.612t.25-.763q0-.5-.387-.8t-.913-.3q-.5 0-.888.325t-.537.825L17.3 9q.25-.9 1-1.45T20 7q1.1 0 1.913.688t.812 1.737q0 .575-.288 1.075t-.712.925q-.25.25-.488.475t-.387.55q-.175.35-.125 1.025zM4 15V9h11.525v6z"/></svg>
</template>

CSS

.icon-battery-android-frame-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%22M1%2018V6h16.025q-.5.4-.875.9T15.525%208H3v8h14.05q.1.625.45%201.138t.85.862zm18.288-1.787Q19%2015.924%2019%2015.5t.288-.712T20%2014.5t.713.288t.287.712t-.288.713T20%2016.5t-.712-.288m.012-2.737q0-.4.013-.762t.162-.713q.175-.35.463-.612t.562-.538q.3-.275.55-.612t.25-.763q0-.5-.387-.8t-.913-.3q-.5%200-.888.325t-.537.825L17.3%209q.25-.9%201-1.45T20%207q1.1%200%201.913.688t.812%201.737q0%20.575-.288%201.075t-.712.925q-.25.25-.488.475t-.387.55q-.175.35-.125%201.025zM4%2015V9h11.525v6z%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%22M1%2018V6h16.025q-.5.4-.875.9T15.525%208H3v8h14.05q.1.625.45%201.138t.85.862zm18.288-1.787Q19%2015.924%2019%2015.5t.288-.712T20%2014.5t.713.288t.287.712t-.288.713T20%2016.5t-.712-.288m.012-2.737q0-.4.013-.762t.162-.713q.175-.35.463-.612t.562-.538q.3-.275.55-.612t.25-.763q0-.5-.387-.8t-.913-.3q-.5%200-.888.325t-.537.825L17.3%209q.25-.9%201-1.45T20%207q1.1%200%201.913.688t.812%201.737q0%20.575-.288%201.075t-.712.925q-.25.25-.488.475t-.387.55q-.175.35-.125%201.025zM4%2015V9h11.525v6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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