wifi-device-rounded from Material Symbols by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.

Name
wifi-device-rounded
Set
Material Symbols
Style
Rounded
Category
Hardware
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

Use the wifi device icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 21h10q1.65 0 2.825-1.175T21 17V7q0-1.65-1.175-2.825T17 3H7Q5.35 3 4.175 4.175T3 7v10q0 1.65 1.175 2.825T7 21m5-11.5q-1.125 0-2.15.363T8 10.875q-.325.25-.725.25T6.6 10.85q-.3-.3-.312-.712t.287-.688Q7.65 8.5 9.088 8T12 7.5q1.45 0 2.913.525T17.45 9.5q.275.275.263.663t-.313.687q-.275.275-.675.288t-.7-.238q-.825-.675-1.85-1.037T12 9.5m0 4q-.275 0-.537.075t-.513.2q-.525.275-.937.15t-.638-.425t-.213-.65t.313-.55q.575-.375 1.225-.588t1.325-.212t1.312.2t1.213.575q.3.2.312.562t-.212.663t-.638.425t-.937-.15q-.25-.125-.525-.2T12 13.5m-.712 3.213Q11 16.425 11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17t-.712-.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWifiDeviceRounded(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="M7 21h10q1.65 0 2.825-1.175T21 17V7q0-1.65-1.175-2.825T17 3H7Q5.35 3 4.175 4.175T3 7v10q0 1.65 1.175 2.825T7 21m5-11.5q-1.125 0-2.15.363T8 10.875q-.325.25-.725.25T6.6 10.85q-.3-.3-.312-.712t.287-.688Q7.65 8.5 9.088 8T12 7.5q1.45 0 2.913.525T17.45 9.5q.275.275.263.663t-.313.687q-.275.275-.675.288t-.7-.238q-.825-.675-1.85-1.037T12 9.5m0 4q-.275 0-.537.075t-.513.2q-.525.275-.937.15t-.638-.425t-.213-.65t.313-.55q.575-.375 1.225-.588t1.325-.212t1.312.2t1.213.575q.3.2.312.562t-.212.663t-.638.425t-.937-.15q-.25-.125-.525-.2T12 13.5m-.712 3.213Q11 16.425 11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17t-.712-.288"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 21h10q1.65 0 2.825-1.175T21 17V7q0-1.65-1.175-2.825T17 3H7Q5.35 3 4.175 4.175T3 7v10q0 1.65 1.175 2.825T7 21m5-11.5q-1.125 0-2.15.363T8 10.875q-.325.25-.725.25T6.6 10.85q-.3-.3-.312-.712t.287-.688Q7.65 8.5 9.088 8T12 7.5q1.45 0 2.913.525T17.45 9.5q.275.275.263.663t-.313.687q-.275.275-.675.288t-.7-.238q-.825-.675-1.85-1.037T12 9.5m0 4q-.275 0-.537.075t-.513.2q-.525.275-.937.15t-.638-.425t-.213-.65t.313-.55q.575-.375 1.225-.588t1.325-.212t1.312.2t1.213.575q.3.2.312.562t-.212.663t-.638.425t-.937-.15q-.25-.125-.525-.2T12 13.5m-.712 3.213Q11 16.425 11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17t-.712-.288"/></svg>
</template>

CSS

.icon-wifi-device-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%22M7%2021h10q1.65%200%202.825-1.175T21%2017V7q0-1.65-1.175-2.825T17%203H7Q5.35%203%204.175%204.175T3%207v10q0%201.65%201.175%202.825T7%2021m5-11.5q-1.125%200-2.15.363T8%2010.875q-.325.25-.725.25T6.6%2010.85q-.3-.3-.312-.712t.287-.688Q7.65%208.5%209.088%208T12%207.5q1.45%200%202.913.525T17.45%209.5q.275.275.263.663t-.313.687q-.275.275-.675.288t-.7-.238q-.825-.675-1.85-1.037T12%209.5m0%204q-.275%200-.537.075t-.513.2q-.525.275-.937.15t-.638-.425t-.213-.65t.313-.55q.575-.375%201.225-.588t1.325-.212t1.312.2t1.213.575q.3.2.312.562t-.212.663t-.638.425t-.937-.15q-.25-.125-.525-.2T12%2013.5m-.712%203.213Q11%2016.425%2011%2016t.288-.712T12%2015t.713.288T13%2016t-.288.713T12%2017t-.712-.288%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%22M7%2021h10q1.65%200%202.825-1.175T21%2017V7q0-1.65-1.175-2.825T17%203H7Q5.35%203%204.175%204.175T3%207v10q0%201.65%201.175%202.825T7%2021m5-11.5q-1.125%200-2.15.363T8%2010.875q-.325.25-.725.25T6.6%2010.85q-.3-.3-.312-.712t.287-.688Q7.65%208.5%209.088%208T12%207.5q1.45%200%202.913.525T17.45%209.5q.275.275.263.663t-.313.687q-.275.275-.675.288t-.7-.238q-.825-.675-1.85-1.037T12%209.5m0%204q-.275%200-.537.075t-.513.2q-.525.275-.937.15t-.638-.425t-.213-.65t.313-.55q.575-.375%201.225-.588t1.325-.212t1.312.2t1.213.575q.3.2.312.562t-.212.663t-.638.425t-.937-.15q-.25-.125-.525-.2T12%2013.5m-.712%203.213Q11%2016.425%2011%2016t.288-.712T12%2015t.713.288T13%2016t-.288.713T12%2017t-.712-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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