wifi-2-bar from Material Symbols Light by Google · Regular · Android · Apache-2.0 Free for personal and commercial use.

Name
wifi-2-bar
Set
Material Symbols Light
Style
Regular
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
wifi-2-bar-outline

2 other variants in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the wifi 2 bar icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.908 19.977q-.446-.446-.446-1.092t.446-1.093T12 17.346t1.092.446t.446 1.093t-.446 1.092t-1.092.446t-1.092-.446M6.35 15.35l-1.023-1.034q1.302-1.302 3.001-2.04q1.699-.737 3.672-.737t3.672.74t3.001 2.048L17.65 15.35q-1.1-1.1-2.55-1.725T12 13t-3.1.625t-2.55 1.725"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWifi2Bar(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="M10.908 19.977q-.446-.446-.446-1.092t.446-1.093T12 17.346t1.092.446t.446 1.093t-.446 1.092t-1.092.446t-1.092-.446M6.35 15.35l-1.023-1.034q1.302-1.302 3.001-2.04q1.699-.737 3.672-.737t3.672.74t3.001 2.048L17.65 15.35q-1.1-1.1-2.55-1.725T12 13t-3.1.625t-2.55 1.725"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.908 19.977q-.446-.446-.446-1.092t.446-1.093T12 17.346t1.092.446t.446 1.093t-.446 1.092t-1.092.446t-1.092-.446M6.35 15.35l-1.023-1.034q1.302-1.302 3.001-2.04q1.699-.737 3.672-.737t3.672.74t3.001 2.048L17.65 15.35q-1.1-1.1-2.55-1.725T12 13t-3.1.625t-2.55 1.725"/></svg>
</template>

CSS

.icon-wifi-2-bar {
  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%22M10.908%2019.977q-.446-.446-.446-1.092t.446-1.093T12%2017.346t1.092.446t.446%201.093t-.446%201.092t-1.092.446t-1.092-.446M6.35%2015.35l-1.023-1.034q1.302-1.302%203.001-2.04q1.699-.737%203.672-.737t3.672.74t3.001%202.048L17.65%2015.35q-1.1-1.1-2.55-1.725T12%2013t-3.1.625t-2.55%201.725%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%22M10.908%2019.977q-.446-.446-.446-1.092t.446-1.093T12%2017.346t1.092.446t.446%201.093t-.446%201.092t-1.092.446t-1.092-.446M6.35%2015.35l-1.023-1.034q1.302-1.302%203.001-2.04q1.699-.737%203.672-.737t3.672.74t3.001%202.048L17.65%2015.35q-1.1-1.1-2.55-1.725T12%2013t-3.1.625t-2.55%201.725%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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