wifi device icon
wifi-device-outline from Material Symbols Light by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- wifi-device-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
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.308 19q-.96 0-1.634-.674T5 16.692V7.327q0-.96.674-1.643Q6.348 5 7.308 5h9.365q.979 0 1.653.674T19 7.327v9.365q0 .96-.684 1.634q-.683.674-1.643.674zm0 1h9.365q1.38 0 2.354-.963q.973-.964.973-2.345V7.327q0-1.38-.973-2.354Q18.054 4 16.673 4H7.308q-1.381 0-2.344.973Q4 5.946 4 7.327v9.365q0 1.362.973 2.335T7.308 20m.044-8.783l-.74-.663q.973-1.16 2.404-1.741T12 8.23q1.54 0 2.966.582t2.398 1.74l-.741.664q-.856-.988-2.068-1.487T12 9.23t-2.564.49q-1.223.49-2.084 1.497m2.62 2.677l-.733-.694q.534-.584 1.252-.902q.719-.317 1.515-.317t1.518.317t1.257.902l-.727.694q-.408-.432-.94-.673q-.531-.24-1.114-.24t-1.111.24q-.53.24-.918.673m1.509 2.626q-.21-.21-.21-.52t.21-.52t.52-.21t.52.21t.21.52t-.21.52t-.52.21t-.52-.21M12 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightWifiDeviceOutline(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.308 19q-.96 0-1.634-.674T5 16.692V7.327q0-.96.674-1.643Q6.348 5 7.308 5h9.365q.979 0 1.653.674T19 7.327v9.365q0 .96-.684 1.634q-.683.674-1.643.674zm0 1h9.365q1.38 0 2.354-.963q.973-.964.973-2.345V7.327q0-1.38-.973-2.354Q18.054 4 16.673 4H7.308q-1.381 0-2.344.973Q4 5.946 4 7.327v9.365q0 1.362.973 2.335T7.308 20m.044-8.783l-.74-.663q.973-1.16 2.404-1.741T12 8.23q1.54 0 2.966.582t2.398 1.74l-.741.664q-.856-.988-2.068-1.487T12 9.23t-2.564.49q-1.223.49-2.084 1.497m2.62 2.677l-.733-.694q.534-.584 1.252-.902q.719-.317 1.515-.317t1.518.317t1.257.902l-.727.694q-.408-.432-.94-.673q-.531-.24-1.114-.24t-1.111.24q-.53.24-.918.673m1.509 2.626q-.21-.21-.21-.52t.21-.52t.52-.21t.52.21t.21.52t-.21.52t-.52.21t-.52-.21M12 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="M7.308 19q-.96 0-1.634-.674T5 16.692V7.327q0-.96.674-1.643Q6.348 5 7.308 5h9.365q.979 0 1.653.674T19 7.327v9.365q0 .96-.684 1.634q-.683.674-1.643.674zm0 1h9.365q1.38 0 2.354-.963q.973-.964.973-2.345V7.327q0-1.38-.973-2.354Q18.054 4 16.673 4H7.308q-1.381 0-2.344.973Q4 5.946 4 7.327v9.365q0 1.362.973 2.335T7.308 20m.044-8.783l-.74-.663q.973-1.16 2.404-1.741T12 8.23q1.54 0 2.966.582t2.398 1.74l-.741.664q-.856-.988-2.068-1.487T12 9.23t-2.564.49q-1.223.49-2.084 1.497m2.62 2.677l-.733-.694q.534-.584 1.252-.902q.719-.317 1.515-.317t1.518.317t1.257.902l-.727.694q-.408-.432-.94-.673q-.531-.24-1.114-.24t-1.111.24q-.53.24-.918.673m1.509 2.626q-.21-.21-.21-.52t.21-.52t.52-.21t.52.21t.21.52t-.21.52t-.52.21t-.52-.21M12 12"/></svg> </template>
CSS
.icon-wifi-device-outline {
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.308%2019q-.96%200-1.634-.674T5%2016.692V7.327q0-.96.674-1.643Q6.348%205%207.308%205h9.365q.979%200%201.653.674T19%207.327v9.365q0%20.96-.684%201.634q-.683.674-1.643.674zm0%201h9.365q1.38%200%202.354-.963q.973-.964.973-2.345V7.327q0-1.38-.973-2.354Q18.054%204%2016.673%204H7.308q-1.381%200-2.344.973Q4%205.946%204%207.327v9.365q0%201.362.973%202.335T7.308%2020m.044-8.783l-.74-.663q.973-1.16%202.404-1.741T12%208.23q1.54%200%202.966.582t2.398%201.74l-.741.664q-.856-.988-2.068-1.487T12%209.23t-2.564.49q-1.223.49-2.084%201.497m2.62%202.677l-.733-.694q.534-.584%201.252-.902q.719-.317%201.515-.317t1.518.317t1.257.902l-.727.694q-.408-.432-.94-.673q-.531-.24-1.114-.24t-1.111.24q-.53.24-.918.673m1.509%202.626q-.21-.21-.21-.52t.21-.52t.52-.21t.52.21t.21.52t-.21.52t-.52.21t-.52-.21M12%2012%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.308%2019q-.96%200-1.634-.674T5%2016.692V7.327q0-.96.674-1.643Q6.348%205%207.308%205h9.365q.979%200%201.653.674T19%207.327v9.365q0%20.96-.684%201.634q-.683.674-1.643.674zm0%201h9.365q1.38%200%202.354-.963q.973-.964.973-2.345V7.327q0-1.38-.973-2.354Q18.054%204%2016.673%204H7.308q-1.381%200-2.344.973Q4%205.946%204%207.327v9.365q0%201.362.973%202.335T7.308%2020m.044-8.783l-.74-.663q.973-1.16%202.404-1.741T12%208.23q1.54%200%202.966.582t2.398%201.74l-.741.664q-.856-.988-2.068-1.487T12%209.23t-2.564.49q-1.223.49-2.084%201.497m2.62%202.677l-.733-.694q.534-.584%201.252-.902q.719-.317%201.515-.317t1.518.317t1.257.902l-.727.694q-.408-.432-.94-.673q-.531-.24-1.114-.24t-1.111.24q-.53.24-.918.673m1.509%202.626q-.21-.21-.21-.52t.21-.52t.52-.21t.52.21t.21.52t-.21.52t-.52.21t-.52-.21M12%2012%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-device-outline.svg?color=%231a73e8&size=48