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

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

2 other variants in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the wifi icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.225 20.275Q9.5 19.55 9.5 18.5t.725-1.775T12 16t1.775.725t.725 1.775t-.725 1.775T12 21t-1.775-.725M6.35 15.35l-2.1-2.15q1.475-1.475 3.463-2.337T12 10t4.288.875t3.462 2.375l-2.1 2.1q-1.1-1.1-2.55-1.725T12 13t-3.1.625t-2.55 1.725M2.1 11.1L0 9q2.3-2.35 5.375-3.675T12 4t6.625 1.325T24 9l-2.1 2.1q-1.925-1.925-4.462-3.012T12 7T6.563 8.088T2.1 11.1"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWifi(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.225 20.275Q9.5 19.55 9.5 18.5t.725-1.775T12 16t1.775.725t.725 1.775t-.725 1.775T12 21t-1.775-.725M6.35 15.35l-2.1-2.15q1.475-1.475 3.463-2.337T12 10t4.288.875t3.462 2.375l-2.1 2.1q-1.1-1.1-2.55-1.725T12 13t-3.1.625t-2.55 1.725M2.1 11.1L0 9q2.3-2.35 5.375-3.675T12 4t6.625 1.325T24 9l-2.1 2.1q-1.925-1.925-4.462-3.012T12 7T6.563 8.088T2.1 11.1"/></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.225 20.275Q9.5 19.55 9.5 18.5t.725-1.775T12 16t1.775.725t.725 1.775t-.725 1.775T12 21t-1.775-.725M6.35 15.35l-2.1-2.15q1.475-1.475 3.463-2.337T12 10t4.288.875t3.462 2.375l-2.1 2.1q-1.1-1.1-2.55-1.725T12 13t-3.1.625t-2.55 1.725M2.1 11.1L0 9q2.3-2.35 5.375-3.675T12 4t6.625 1.325T24 9l-2.1 2.1q-1.925-1.925-4.462-3.012T12 7T6.563 8.088T2.1 11.1"/></svg>
</template>

CSS

.icon-wifi {
  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.225%2020.275Q9.5%2019.55%209.5%2018.5t.725-1.775T12%2016t1.775.725t.725%201.775t-.725%201.775T12%2021t-1.775-.725M6.35%2015.35l-2.1-2.15q1.475-1.475%203.463-2.337T12%2010t4.288.875t3.462%202.375l-2.1%202.1q-1.1-1.1-2.55-1.725T12%2013t-3.1.625t-2.55%201.725M2.1%2011.1L0%209q2.3-2.35%205.375-3.675T12%204t6.625%201.325T24%209l-2.1%202.1q-1.925-1.925-4.462-3.012T12%207T6.563%208.088T2.1%2011.1%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.225%2020.275Q9.5%2019.55%209.5%2018.5t.725-1.775T12%2016t1.775.725t.725%201.775t-.725%201.775T12%2021t-1.775-.725M6.35%2015.35l-2.1-2.15q1.475-1.475%203.463-2.337T12%2010t4.288.875t3.462%202.375l-2.1%202.1q-1.1-1.1-2.55-1.725T12%2013t-3.1.625t-2.55%201.725M2.1%2011.1L0%209q2.3-2.35%205.375-3.675T12%204t6.625%201.325T24%209l-2.1%202.1q-1.925-1.925-4.462-3.012T12%207T6.563%208.088T2.1%2011.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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