android wifi 3 bar icon

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

Name
android-wifi-3-bar-rounded
Set
Material Symbols
Style
Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
android-wifi-3-bar-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 7q-2.2 0-4.288.688T3.875 9.724q-.5.4-1.137.388T1.65 9.65q-.425-.425-.425-1.05t.5-1q2.2-1.75 4.838-2.675T12 4q2.825 0 5.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 7m0 6q-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.15.488T18 11.9q.5.35.513.963T18.1 13.9q-.45.45-1.088.475t-1.187-.325q-.875-.525-1.837-.788T12 13m-1.412 6.413Q10 18.825 10 18t.588-1.412T12 16t1.413.588T14 18t-.587 1.413T12 20t-1.412-.587"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAndroidWifi3BarRounded(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="M12 7q-2.2 0-4.288.688T3.875 9.724q-.5.4-1.137.388T1.65 9.65q-.425-.425-.425-1.05t.5-1q2.2-1.75 4.838-2.675T12 4q2.825 0 5.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 7m0 6q-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.15.488T18 11.9q.5.35.513.963T18.1 13.9q-.45.45-1.088.475t-1.187-.325q-.875-.525-1.837-.788T12 13m-1.412 6.413Q10 18.825 10 18t.588-1.412T12 16t1.413.588T14 18t-.587 1.413T12 20t-1.412-.587"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 7q-2.2 0-4.288.688T3.875 9.724q-.5.4-1.137.388T1.65 9.65q-.425-.425-.425-1.05t.5-1q2.2-1.75 4.838-2.675T12 4q2.825 0 5.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 7m0 6q-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.15.488T18 11.9q.5.35.513.963T18.1 13.9q-.45.45-1.088.475t-1.187-.325q-.875-.525-1.837-.788T12 13m-1.412 6.413Q10 18.825 10 18t.588-1.412T12 16t1.413.588T14 18t-.587 1.413T12 20t-1.412-.587"/></svg>
</template>

CSS

.icon-android-wifi-3-bar-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%22M12%207q-2.2%200-4.288.688T3.875%209.724q-.5.4-1.137.388T1.65%209.65q-.425-.425-.425-1.05t.5-1q2.2-1.75%204.838-2.675T12%204q2.825%200%205.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%207m0%206q-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.15.488T18%2011.9q.5.35.513.963T18.1%2013.9q-.45.45-1.088.475t-1.187-.325q-.875-.525-1.837-.788T12%2013m-1.412%206.413Q10%2018.825%2010%2018t.588-1.412T12%2016t1.413.588T14%2018t-.587%201.413T12%2020t-1.412-.587%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%22M12%207q-2.2%200-4.288.688T3.875%209.724q-.5.4-1.137.388T1.65%209.65q-.425-.425-.425-1.05t.5-1q2.2-1.75%204.838-2.675T12%204q2.825%200%205.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%207m0%206q-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.15.488T18%2011.9q.5.35.513.963T18.1%2013.9q-.45.45-1.088.475t-1.187-.325q-.875-.525-1.837-.788T12%2013m-1.412%206.413Q10%2018.825%2010%2018t.588-1.412T12%2016t1.413.588T14%2018t-.587%201.413T12%2020t-1.412-.587%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-rounded.svg?color=%231a73e8&size=48