battery android question icon

battery-android-question-outline-rounded from Material Symbols by Google · Outline Rounded · Android · Apache-2.0 Free for personal and commercial use.

Name
battery-android-question-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More android icons from Material Symbols

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="M3 16V8zm1 2q-1.25 0-2.125-.875T1 15V9q0-1.25.875-2.125T4 6h11.025q.5 0 .75.313t.25.687t-.25.688t-.75.312H4q-.425 0-.712.288T3 9v6q0 .425.288.713T4 16h12.425q.5 0 .738.313T17.4 17t-.237.688t-.738.312zm16.713-1.787Q21 15.924 21 15.5t-.288-.712T20 14.5t-.712.288T19 15.5t.288.713t.712.287t.713-.288M20 8.375q.525 0 .913.3t.387.8q0 .425-.25.763t-.55.612q-.5.475-.812.825t-.313 1.075q0 .3.175.5t.475.2q.275 0 .475-.213t.25-.487q.075-.425.388-.738l.587-.587q.425-.425.713-.925t.287-1.075q0-1.05-.812-1.737T20 7q-.75 0-1.4.363t-1.025.987q-.15.25-.038.525t.388.4t.525-.012t.45-.363q.2-.25.487-.387T20 8.375"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBatteryAndroidQuestionOutlineRounded(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="M3 16V8zm1 2q-1.25 0-2.125-.875T1 15V9q0-1.25.875-2.125T4 6h11.025q.5 0 .75.313t.25.687t-.25.688t-.75.312H4q-.425 0-.712.288T3 9v6q0 .425.288.713T4 16h12.425q.5 0 .738.313T17.4 17t-.237.688t-.738.312zm16.713-1.787Q21 15.924 21 15.5t-.288-.712T20 14.5t-.712.288T19 15.5t.288.713t.712.287t.713-.288M20 8.375q.525 0 .913.3t.387.8q0 .425-.25.763t-.55.612q-.5.475-.812.825t-.313 1.075q0 .3.175.5t.475.2q.275 0 .475-.213t.25-.487q.075-.425.388-.738l.587-.587q.425-.425.713-.925t.287-1.075q0-1.05-.812-1.737T20 7q-.75 0-1.4.363t-1.025.987q-.15.25-.038.525t.388.4t.525-.012t.45-.363q.2-.25.487-.387T20 8.375"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 16V8zm1 2q-1.25 0-2.125-.875T1 15V9q0-1.25.875-2.125T4 6h11.025q.5 0 .75.313t.25.687t-.25.688t-.75.312H4q-.425 0-.712.288T3 9v6q0 .425.288.713T4 16h12.425q.5 0 .738.313T17.4 17t-.237.688t-.738.312zm16.713-1.787Q21 15.924 21 15.5t-.288-.712T20 14.5t-.712.288T19 15.5t.288.713t.712.287t.713-.288M20 8.375q.525 0 .913.3t.387.8q0 .425-.25.763t-.55.612q-.5.475-.812.825t-.313 1.075q0 .3.175.5t.475.2q.275 0 .475-.213t.25-.487q.075-.425.388-.738l.587-.587q.425-.425.713-.925t.287-1.075q0-1.05-.812-1.737T20 7q-.75 0-1.4.363t-1.025.987q-.15.25-.038.525t.388.4t.525-.012t.45-.363q.2-.25.487-.387T20 8.375"/></svg>
</template>

CSS

.icon-battery-android-question-outline-rounded {
  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%22M3%2016V8zm1%202q-1.25%200-2.125-.875T1%2015V9q0-1.25.875-2.125T4%206h11.025q.5%200%20.75.313t.25.687t-.25.688t-.75.312H4q-.425%200-.712.288T3%209v6q0%20.425.288.713T4%2016h12.425q.5%200%20.738.313T17.4%2017t-.237.688t-.738.312zm16.713-1.787Q21%2015.924%2021%2015.5t-.288-.712T20%2014.5t-.712.288T19%2015.5t.288.713t.712.287t.713-.288M20%208.375q.525%200%20.913.3t.387.8q0%20.425-.25.763t-.55.612q-.5.475-.812.825t-.313%201.075q0%20.3.175.5t.475.2q.275%200%20.475-.213t.25-.487q.075-.425.388-.738l.587-.587q.425-.425.713-.925t.287-1.075q0-1.05-.812-1.737T20%207q-.75%200-1.4.363t-1.025.987q-.15.25-.038.525t.388.4t.525-.012t.45-.363q.2-.25.487-.387T20%208.375%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%22M3%2016V8zm1%202q-1.25%200-2.125-.875T1%2015V9q0-1.25.875-2.125T4%206h11.025q.5%200%20.75.313t.25.687t-.25.688t-.75.312H4q-.425%200-.712.288T3%209v6q0%20.425.288.713T4%2016h12.425q.5%200%20.738.313T17.4%2017t-.237.688t-.738.312zm16.713-1.787Q21%2015.924%2021%2015.5t-.288-.712T20%2014.5t-.712.288T19%2015.5t.288.713t.712.287t.713-.288M20%208.375q.525%200%20.913.3t.387.8q0%20.425-.25.763t-.55.612q-.5.475-.812.825t-.313%201.075q0%20.3.175.5t.475.2q.275%200%20.475-.213t.25-.487q.075-.425.388-.738l.587-.587q.425-.425.713-.925t.287-1.075q0-1.05-.812-1.737T20%207q-.75%200-1.4.363t-1.025.987q-.15.25-.038.525t.388.4t.525-.012t.45-.363q.2-.25.487-.387T20%208.375%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-question-outline-rounded.svg?color=%231a73e8&size=48