android wifi 3 bar question icon

android-wifi-3-bar-question-rounded from Material Symbols by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.

Name
android-wifi-3-bar-question-rounded
Set
Material Symbols
Style
Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
android-wifi-3-bar-question-outline-rounded

2 other variants in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the android wifi 3 bar question icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.025 20q-.375 0-.65-.25t-.275-.6t.263-.587t.662-.238q.375 0 .638.238t.262.587t-.25.6t-.65.25m.7-4.675q0-.325-.187-.487T19 14.675q-.2 0-.337.05t-.263.175q-.2.175-.437.275t-.463-.025q-.25-.125-.337-.362t.062-.438q.35-.475.813-.662t1.037-.188q.95 0 1.5.45t.55 1.25q0 .425-.238.813t-.712.737q-.275.2-.4.388t-.125.412q0 .15-.1.25t-.25.1h-.575q-.175 0-.3-.125t-.125-.3q0-.375.175-.65t.6-.625q.35-.275.5-.475t.15-.4M7.7 7.688q-2.075.687-3.825 2.037q-.5.4-1.137.388T1.65 9.65q-.425-.425-.425-1.05t.5-1q2.2-1.75 4.825-2.675T12 4t5.45.925T22.275 7.6q.5.375.5 1t-.425 1.05q-.45.45-1.088.463t-1.137-.388q-1.75-1.35-3.825-2.037T12 7t-4.3.688m2.888 11.725Q10 18.825 10 18t.588-1.412T12 16t1.413.588T14 18t-.587 1.413T12 20t-1.412-.587M12 13q-1.025 0-1.987.263t-1.838.787q-.55.35-1.187.325T5.9 13.9q-.425-.425-.413-1.037T6 11.9q1.325-.925 2.85-1.412T12 10t3.138.475t2.837 1.4q-.875.2-1.6.663t-1.25 1.137q-.725-.35-1.525-.513T12 13"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAndroidWifi3BarQuestionRounded(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="M19.025 20q-.375 0-.65-.25t-.275-.6t.263-.587t.662-.238q.375 0 .638.238t.262.587t-.25.6t-.65.25m.7-4.675q0-.325-.187-.487T19 14.675q-.2 0-.337.05t-.263.175q-.2.175-.437.275t-.463-.025q-.25-.125-.337-.362t.062-.438q.35-.475.813-.662t1.037-.188q.95 0 1.5.45t.55 1.25q0 .425-.238.813t-.712.737q-.275.2-.4.388t-.125.412q0 .15-.1.25t-.25.1h-.575q-.175 0-.3-.125t-.125-.3q0-.375.175-.65t.6-.625q.35-.275.5-.475t.15-.4M7.7 7.688q-2.075.687-3.825 2.037q-.5.4-1.137.388T1.65 9.65q-.425-.425-.425-1.05t.5-1q2.2-1.75 4.825-2.675T12 4t5.45.925T22.275 7.6q.5.375.5 1t-.425 1.05q-.45.45-1.088.463t-1.137-.388q-1.75-1.35-3.825-2.037T12 7t-4.3.688m2.888 11.725Q10 18.825 10 18t.588-1.412T12 16t1.413.588T14 18t-.587 1.413T12 20t-1.412-.587M12 13q-1.025 0-1.987.263t-1.838.787q-.55.35-1.187.325T5.9 13.9q-.425-.425-.413-1.037T6 11.9q1.325-.925 2.85-1.412T12 10t3.138.475t2.837 1.4q-.875.2-1.6.663t-1.25 1.137q-.725-.35-1.525-.513T12 13"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.025 20q-.375 0-.65-.25t-.275-.6t.263-.587t.662-.238q.375 0 .638.238t.262.587t-.25.6t-.65.25m.7-4.675q0-.325-.187-.487T19 14.675q-.2 0-.337.05t-.263.175q-.2.175-.437.275t-.463-.025q-.25-.125-.337-.362t.062-.438q.35-.475.813-.662t1.037-.188q.95 0 1.5.45t.55 1.25q0 .425-.238.813t-.712.737q-.275.2-.4.388t-.125.412q0 .15-.1.25t-.25.1h-.575q-.175 0-.3-.125t-.125-.3q0-.375.175-.65t.6-.625q.35-.275.5-.475t.15-.4M7.7 7.688q-2.075.687-3.825 2.037q-.5.4-1.137.388T1.65 9.65q-.425-.425-.425-1.05t.5-1q2.2-1.75 4.825-2.675T12 4t5.45.925T22.275 7.6q.5.375.5 1t-.425 1.05q-.45.45-1.088.463t-1.137-.388q-1.75-1.35-3.825-2.037T12 7t-4.3.688m2.888 11.725Q10 18.825 10 18t.588-1.412T12 16t1.413.588T14 18t-.587 1.413T12 20t-1.412-.587M12 13q-1.025 0-1.987.263t-1.838.787q-.55.35-1.187.325T5.9 13.9q-.425-.425-.413-1.037T6 11.9q1.325-.925 2.85-1.412T12 10t3.138.475t2.837 1.4q-.875.2-1.6.663t-1.25 1.137q-.725-.35-1.525-.513T12 13"/></svg>
</template>

CSS

.icon-android-wifi-3-bar-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%22M19.025%2020q-.375%200-.65-.25t-.275-.6t.263-.587t.662-.238q.375%200%20.638.238t.262.587t-.25.6t-.65.25m.7-4.675q0-.325-.187-.487T19%2014.675q-.2%200-.337.05t-.263.175q-.2.175-.437.275t-.463-.025q-.25-.125-.337-.362t.062-.438q.35-.475.813-.662t1.037-.188q.95%200%201.5.45t.55%201.25q0%20.425-.238.813t-.712.737q-.275.2-.4.388t-.125.412q0%20.15-.1.25t-.25.1h-.575q-.175%200-.3-.125t-.125-.3q0-.375.175-.65t.6-.625q.35-.275.5-.475t.15-.4M7.7%207.688q-2.075.687-3.825%202.037q-.5.4-1.137.388T1.65%209.65q-.425-.425-.425-1.05t.5-1q2.2-1.75%204.825-2.675T12%204t5.45.925T22.275%207.6q.5.375.5%201t-.425%201.05q-.45.45-1.088.463t-1.137-.388q-1.75-1.35-3.825-2.037T12%207t-4.3.688m2.888%2011.725Q10%2018.825%2010%2018t.588-1.412T12%2016t1.413.588T14%2018t-.587%201.413T12%2020t-1.412-.587M12%2013q-1.025%200-1.987.263t-1.838.787q-.55.35-1.187.325T5.9%2013.9q-.425-.425-.413-1.037T6%2011.9q1.325-.925%202.85-1.412T12%2010t3.138.475t2.837%201.4q-.875.2-1.6.663t-1.25%201.137q-.725-.35-1.525-.513T12%2013%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%22M19.025%2020q-.375%200-.65-.25t-.275-.6t.263-.587t.662-.238q.375%200%20.638.238t.262.587t-.25.6t-.65.25m.7-4.675q0-.325-.187-.487T19%2014.675q-.2%200-.337.05t-.263.175q-.2.175-.437.275t-.463-.025q-.25-.125-.337-.362t.062-.438q.35-.475.813-.662t1.037-.188q.95%200%201.5.45t.55%201.25q0%20.425-.238.813t-.712.737q-.275.2-.4.388t-.125.412q0%20.15-.1.25t-.25.1h-.575q-.175%200-.3-.125t-.125-.3q0-.375.175-.65t.6-.625q.35-.275.5-.475t.15-.4M7.7%207.688q-2.075.687-3.825%202.037q-.5.4-1.137.388T1.65%209.65q-.425-.425-.425-1.05t.5-1q2.2-1.75%204.825-2.675T12%204t5.45.925T22.275%207.6q.5.375.5%201t-.425%201.05q-.45.45-1.088.463t-1.137-.388q-1.75-1.35-3.825-2.037T12%207t-4.3.688m2.888%2011.725Q10%2018.825%2010%2018t.588-1.412T12%2016t1.413.588T14%2018t-.587%201.413T12%2020t-1.412-.587M12%2013q-1.025%200-1.987.263t-1.838.787q-.55.35-1.187.325T5.9%2013.9q-.425-.425-.413-1.037T6%2011.9q1.325-.925%202.85-1.412T12%2010t3.138.475t2.837%201.4q-.875.2-1.6.663t-1.25%201.137q-.725-.35-1.525-.513T12%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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