cell wifi icon
cell-wifi-outline-rounded from Material Symbols Light by Google · Outline Rounded · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- cell-wifi-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
2 other variants in Material Symbols Light
The same icon in other sets
More communicate icons from Material Symbols Light
Use the cell 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.362 21q-.54 0-.743-.497t.177-.876l9.831-9.875q.379-.379.876-.168q.497.212.497.753v9.74q0 .394-.264.659q-.265.264-.659.264zM18 20h2v-9.2l-2 2zm-6.95-7.092q-.465 0-.79-.325t-.325-.79t.325-.791t.79-.325t.79.325t.326.79t-.326.79t-.79.326m.039-4.342q-.708 0-1.451.225q-.744.226-1.396.703q-.17.123-.373.123t-.361-.16q-.14-.14-.128-.332t.178-.321q.811-.587 1.726-.89t1.804-.303t1.777.284q.885.284 1.658.851q.166.129.197.331q.032.202-.128.361q-.16.16-.361.16t-.373-.123q-.633-.458-1.357-.684t-1.412-.226m0-3.6q-1.408 0-2.811.483T5.692 6.864q-.165.134-.37.147t-.364-.147q-.16-.16-.125-.352q.034-.193.2-.346q1.336-1.112 2.884-1.639Q9.466 4 11.09 4t3.164.527q1.541.527 2.864 1.639q.166.153.2.346q.035.192-.125.352t-.364.147t-.37-.147q-1.183-.933-2.572-1.416t-2.797-.482"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCellWifiOutlineRounded(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.362 21q-.54 0-.743-.497t.177-.876l9.831-9.875q.379-.379.876-.168q.497.212.497.753v9.74q0 .394-.264.659q-.265.264-.659.264zM18 20h2v-9.2l-2 2zm-6.95-7.092q-.465 0-.79-.325t-.325-.79t.325-.791t.79-.325t.79.325t.326.79t-.326.79t-.79.326m.039-4.342q-.708 0-1.451.225q-.744.226-1.396.703q-.17.123-.373.123t-.361-.16q-.14-.14-.128-.332t.178-.321q.811-.587 1.726-.89t1.804-.303t1.777.284q.885.284 1.658.851q.166.129.197.331q.032.202-.128.361q-.16.16-.361.16t-.373-.123q-.633-.458-1.357-.684t-1.412-.226m0-3.6q-1.408 0-2.811.483T5.692 6.864q-.165.134-.37.147t-.364-.147q-.16-.16-.125-.352q.034-.193.2-.346q1.336-1.112 2.884-1.639Q9.466 4 11.09 4t3.164.527q1.541.527 2.864 1.639q.166.153.2.346q.035.192-.125.352t-.364.147t-.37-.147q-1.183-.933-2.572-1.416t-2.797-.482"/></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.362 21q-.54 0-.743-.497t.177-.876l9.831-9.875q.379-.379.876-.168q.497.212.497.753v9.74q0 .394-.264.659q-.265.264-.659.264zM18 20h2v-9.2l-2 2zm-6.95-7.092q-.465 0-.79-.325t-.325-.79t.325-.791t.79-.325t.79.325t.326.79t-.326.79t-.79.326m.039-4.342q-.708 0-1.451.225q-.744.226-1.396.703q-.17.123-.373.123t-.361-.16q-.14-.14-.128-.332t.178-.321q.811-.587 1.726-.89t1.804-.303t1.777.284q.885.284 1.658.851q.166.129.197.331q.032.202-.128.361q-.16.16-.361.16t-.373-.123q-.633-.458-1.357-.684t-1.412-.226m0-3.6q-1.408 0-2.811.483T5.692 6.864q-.165.134-.37.147t-.364-.147q-.16-.16-.125-.352q.034-.193.2-.346q1.336-1.112 2.884-1.639Q9.466 4 11.09 4t3.164.527q1.541.527 2.864 1.639q.166.153.2.346q.035.192-.125.352t-.364.147t-.37-.147q-1.183-.933-2.572-1.416t-2.797-.482"/></svg> </template>
CSS
.icon-cell-wifi-outline-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%22M10.362%2021q-.54%200-.743-.497t.177-.876l9.831-9.875q.379-.379.876-.168q.497.212.497.753v9.74q0%20.394-.264.659q-.265.264-.659.264zM18%2020h2v-9.2l-2%202zm-6.95-7.092q-.465%200-.79-.325t-.325-.79t.325-.791t.79-.325t.79.325t.326.79t-.326.79t-.79.326m.039-4.342q-.708%200-1.451.225q-.744.226-1.396.703q-.17.123-.373.123t-.361-.16q-.14-.14-.128-.332t.178-.321q.811-.587%201.726-.89t1.804-.303t1.777.284q.885.284%201.658.851q.166.129.197.331q.032.202-.128.361q-.16.16-.361.16t-.373-.123q-.633-.458-1.357-.684t-1.412-.226m0-3.6q-1.408%200-2.811.483T5.692%206.864q-.165.134-.37.147t-.364-.147q-.16-.16-.125-.352q.034-.193.2-.346q1.336-1.112%202.884-1.639Q9.466%204%2011.09%204t3.164.527q1.541.527%202.864%201.639q.166.153.2.346q.035.192-.125.352t-.364.147t-.37-.147q-1.183-.933-2.572-1.416t-2.797-.482%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.362%2021q-.54%200-.743-.497t.177-.876l9.831-9.875q.379-.379.876-.168q.497.212.497.753v9.74q0%20.394-.264.659q-.265.264-.659.264zM18%2020h2v-9.2l-2%202zm-6.95-7.092q-.465%200-.79-.325t-.325-.79t.325-.791t.79-.325t.79.325t.326.79t-.326.79t-.79.326m.039-4.342q-.708%200-1.451.225q-.744.226-1.396.703q-.17.123-.373.123t-.361-.16q-.14-.14-.128-.332t.178-.321q.811-.587%201.726-.89t1.804-.303t1.777.284q.885.284%201.658.851q.166.129.197.331q.032.202-.128.361q-.16.16-.361.16t-.373-.123q-.633-.458-1.357-.684t-1.412-.226m0-3.6q-1.408%200-2.811.483T5.692%206.864q-.165.134-.37.147t-.364-.147q-.16-.16-.125-.352q.034-.193.2-.346q1.336-1.112%202.884-1.639Q9.466%204%2011.09%204t3.164.527q1.541.527%202.864%201.639q.166.153.2.346q.035.192-.125.352t-.364.147t-.37-.147q-1.183-.933-2.572-1.416t-2.797-.482%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/cell-wifi-outline-rounded.svg?color=%231a73e8&size=48