round wifi 2 bar icon

round-wifi-2-bar from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.

Name
round-wifi-2-bar
Set
Google Material Icons
Style
Baseline
Category
Device
Viewbox
24×24
License
Apache 2.0

More device icons from Google Material Icons

Use the round 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="M12 16c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m-6.62-1.63c-.63-.63-.59-1.71.13-2.24C7.33 10.79 9.57 10 12 10s4.67.79 6.49 2.13c.72.53.76 1.6.13 2.24c-.53.54-1.37.57-1.98.12A7.93 7.93 0 0 0 12 13c-1.73 0-3.33.55-4.64 1.49c-.61.44-1.45.41-1.98-.12"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundWifi2Bar(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 16c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m-6.62-1.63c-.63-.63-.59-1.71.13-2.24C7.33 10.79 9.57 10 12 10s4.67.79 6.49 2.13c.72.53.76 1.6.13 2.24c-.53.54-1.37.57-1.98.12A7.93 7.93 0 0 0 12 13c-1.73 0-3.33.55-4.64 1.49c-.61.44-1.45.41-1.98-.12"/></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 16c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m-6.62-1.63c-.63-.63-.59-1.71.13-2.24C7.33 10.79 9.57 10 12 10s4.67.79 6.49 2.13c.72.53.76 1.6.13 2.24c-.53.54-1.37.57-1.98.12A7.93 7.93 0 0 0 12 13c-1.73 0-3.33.55-4.64 1.49c-.61.44-1.45.41-1.98-.12"/></svg>
</template>

CSS

.icon-round-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%22M12%2016c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2s-.9-2-2-2m-6.62-1.63c-.63-.63-.59-1.71.13-2.24C7.33%2010.79%209.57%2010%2012%2010s4.67.79%206.49%202.13c.72.53.76%201.6.13%202.24c-.53.54-1.37.57-1.98.12A7.93%207.93%200%200%200%2012%2013c-1.73%200-3.33.55-4.64%201.49c-.61.44-1.45.41-1.98-.12%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%2016c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2s-.9-2-2-2m-6.62-1.63c-.63-.63-.59-1.71.13-2.24C7.33%2010.79%209.57%2010%2012%2010s4.67.79%206.49%202.13c.72.53.76%201.6.13%202.24c-.53.54-1.37.57-1.98.12A7.93%207.93%200%200%200%2012%2013c-1.73%200-3.33.55-4.64%201.49c-.61.44-1.45.41-1.98-.12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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