battery android frame question icon
battery-android-frame-question-rounded from Material Symbols by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.
- Name
- battery-android-frame-question-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- battery-android-frame-question-outline-rounded
2 other variants in Material Symbols
The same icon in other sets
More android icons from Material Symbols
1x-mobiledata1x-mobiledata-badge3g-mobiledata3g-mobiledata-badge4g-mobiledata4g-mobiledata-badge4g-plus-mobiledata5g5g-mobiledata-badgeadbairplanemode-inactiveandroidandroid-cell-4-barandroid-cell-4-bar-alertandroid-cell-4-bar-offandroid-cell-4-bar-plusandroid-cell-5-barandroid-cell-5-bar-alertandroid-cell-5-bar-offandroid-cell-5-bar-plusandroid-cell-dual-4-barandroid-cell-dual-4-bar-alertandroid-cell-dual-4-bar-plusandroid-cell-dual-5-bar
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="M4 18q-1.25 0-2.125-.875T1 15V9q0-1.25.875-2.125T4 6h11.275q.425 0 .713.288t.287.712t-.287.713t-.713.287H4q-.425 0-.712.288T3 9v6q0 .425.288.713T4 16h12.05q.425 0 .713.288t.287.712t-.288.713t-.712.287zm1-3q-.425 0-.712-.288T4 14v-4q0-.425.288-.712T5 9h9.525q.425 0 .713.288t.287.712v4q0 .425-.288.713t-.712.287zm15.025-1.55q-.3 0-.513-.187t-.212-.488q0-.675.375-1.088t.825-.837q.3-.275.55-.612t.25-.763q0-.5-.387-.8t-.913-.3q-.325 0-.612.138T18.9 8.9q-.2.225-.45.363t-.525.012t-.387-.4t.037-.525q.375-.625 1.025-.987T20 7q1.1 0 1.913.688t.812 1.737q0 .575-.288 1.075t-.712.925l-.587.588q-.313.312-.388.737q-.05.275-.25.488t-.475.212m-.737 2.763Q19 15.925 19 15.5t.288-.712T20 14.5t.713.288t.287.712t-.288.713T20 16.5t-.712-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBatteryAndroidFrameQuestionRounded(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="M4 18q-1.25 0-2.125-.875T1 15V9q0-1.25.875-2.125T4 6h11.275q.425 0 .713.288t.287.712t-.287.713t-.713.287H4q-.425 0-.712.288T3 9v6q0 .425.288.713T4 16h12.05q.425 0 .713.288t.287.712t-.288.713t-.712.287zm1-3q-.425 0-.712-.288T4 14v-4q0-.425.288-.712T5 9h9.525q.425 0 .713.288t.287.712v4q0 .425-.288.713t-.712.287zm15.025-1.55q-.3 0-.513-.187t-.212-.488q0-.675.375-1.088t.825-.837q.3-.275.55-.612t.25-.763q0-.5-.387-.8t-.913-.3q-.325 0-.612.138T18.9 8.9q-.2.225-.45.363t-.525.012t-.387-.4t.037-.525q.375-.625 1.025-.987T20 7q1.1 0 1.913.688t.812 1.737q0 .575-.288 1.075t-.712.925l-.587.588q-.313.312-.388.737q-.05.275-.25.488t-.475.212m-.737 2.763Q19 15.925 19 15.5t.288-.712T20 14.5t.713.288t.287.712t-.288.713T20 16.5t-.712-.288"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 18q-1.25 0-2.125-.875T1 15V9q0-1.25.875-2.125T4 6h11.275q.425 0 .713.288t.287.712t-.287.713t-.713.287H4q-.425 0-.712.288T3 9v6q0 .425.288.713T4 16h12.05q.425 0 .713.288t.287.712t-.288.713t-.712.287zm1-3q-.425 0-.712-.288T4 14v-4q0-.425.288-.712T5 9h9.525q.425 0 .713.288t.287.712v4q0 .425-.288.713t-.712.287zm15.025-1.55q-.3 0-.513-.187t-.212-.488q0-.675.375-1.088t.825-.837q.3-.275.55-.612t.25-.763q0-.5-.387-.8t-.913-.3q-.325 0-.612.138T18.9 8.9q-.2.225-.45.363t-.525.012t-.387-.4t.037-.525q.375-.625 1.025-.987T20 7q1.1 0 1.913.688t.812 1.737q0 .575-.288 1.075t-.712.925l-.587.588q-.313.312-.388.737q-.05.275-.25.488t-.475.212m-.737 2.763Q19 15.925 19 15.5t.288-.712T20 14.5t.713.288t.287.712t-.288.713T20 16.5t-.712-.288"/></svg> </template>
CSS
.icon-battery-android-frame-question-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%22M4%2018q-1.25%200-2.125-.875T1%2015V9q0-1.25.875-2.125T4%206h11.275q.425%200%20.713.288t.287.712t-.287.713t-.713.287H4q-.425%200-.712.288T3%209v6q0%20.425.288.713T4%2016h12.05q.425%200%20.713.288t.287.712t-.288.713t-.712.287zm1-3q-.425%200-.712-.288T4%2014v-4q0-.425.288-.712T5%209h9.525q.425%200%20.713.288t.287.712v4q0%20.425-.288.713t-.712.287zm15.025-1.55q-.3%200-.513-.187t-.212-.488q0-.675.375-1.088t.825-.837q.3-.275.55-.612t.25-.763q0-.5-.387-.8t-.913-.3q-.325%200-.612.138T18.9%208.9q-.2.225-.45.363t-.525.012t-.387-.4t.037-.525q.375-.625%201.025-.987T20%207q1.1%200%201.913.688t.812%201.737q0%20.575-.288%201.075t-.712.925l-.587.588q-.313.312-.388.737q-.05.275-.25.488t-.475.212m-.737%202.763Q19%2015.925%2019%2015.5t.288-.712T20%2014.5t.713.288t.287.712t-.288.713T20%2016.5t-.712-.288%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%22M4%2018q-1.25%200-2.125-.875T1%2015V9q0-1.25.875-2.125T4%206h11.275q.425%200%20.713.288t.287.712t-.287.713t-.713.287H4q-.425%200-.712.288T3%209v6q0%20.425.288.713T4%2016h12.05q.425%200%20.713.288t.287.712t-.288.713t-.712.287zm1-3q-.425%200-.712-.288T4%2014v-4q0-.425.288-.712T5%209h9.525q.425%200%20.713.288t.287.712v4q0%20.425-.288.713t-.712.287zm15.025-1.55q-.3%200-.513-.187t-.212-.488q0-.675.375-1.088t.825-.837q.3-.275.55-.612t.25-.763q0-.5-.387-.8t-.913-.3q-.325%200-.612.138T18.9%208.9q-.2.225-.45.363t-.525.012t-.387-.4t.037-.525q.375-.625%201.025-.987T20%207q1.1%200%201.913.688t.812%201.737q0%20.575-.288%201.075t-.712.925l-.587.588q-.313.312-.388.737q-.05.275-.25.488t-.475.212m-.737%202.763Q19%2015.925%2019%2015.5t.288-.712T20%2014.5t.713.288t.287.712t-.288.713T20%2016.5t-.712-.288%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-rounded.svg?color=%231a73e8&size=48