cell wifi icon
cell-wifi from Material Symbols Light by Google · Regular · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- cell-wifi
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- cell-wifi-outline, cell-wifi-outline-sharp, cell-wifi-sharp
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="M8.423 21L21 8.373V21zM18 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.326M7.85 9.8l-.684-.684q.853-.739 1.878-1.122t2.045-.382t2.015.363t1.83 1.102l-.684.723q-.675-.617-1.51-.926q-.834-.308-1.651-.308t-1.672.308T7.85 9.8M5.3 7.2l-.684-.673q1.378-1.302 3.05-1.914Q9.336 4 11.089 4t3.409.613q1.658.612 3.037 1.914l-.685.673q-1.239-1.084-2.741-1.66t-3.02-.575t-3.034.575Q6.539 6.116 5.3 7.2"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCellWifi(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="M8.423 21L21 8.373V21zM18 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.326M7.85 9.8l-.684-.684q.853-.739 1.878-1.122t2.045-.382t2.015.363t1.83 1.102l-.684.723q-.675-.617-1.51-.926q-.834-.308-1.651-.308t-1.672.308T7.85 9.8M5.3 7.2l-.684-.673q1.378-1.302 3.05-1.914Q9.336 4 11.089 4t3.409.613q1.658.612 3.037 1.914l-.685.673q-1.239-1.084-2.741-1.66t-3.02-.575t-3.034.575Q6.539 6.116 5.3 7.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.423 21L21 8.373V21zM18 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.326M7.85 9.8l-.684-.684q.853-.739 1.878-1.122t2.045-.382t2.015.363t1.83 1.102l-.684.723q-.675-.617-1.51-.926q-.834-.308-1.651-.308t-1.672.308T7.85 9.8M5.3 7.2l-.684-.673q1.378-1.302 3.05-1.914Q9.336 4 11.089 4t3.409.613q1.658.612 3.037 1.914l-.685.673q-1.239-1.084-2.741-1.66t-3.02-.575t-3.034.575Q6.539 6.116 5.3 7.2"/></svg> </template>
CSS
.icon-cell-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%22M8.423%2021L21%208.373V21zM18%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.326M7.85%209.8l-.684-.684q.853-.739%201.878-1.122t2.045-.382t2.015.363t1.83%201.102l-.684.723q-.675-.617-1.51-.926q-.834-.308-1.651-.308t-1.672.308T7.85%209.8M5.3%207.2l-.684-.673q1.378-1.302%203.05-1.914Q9.336%204%2011.089%204t3.409.613q1.658.612%203.037%201.914l-.685.673q-1.239-1.084-2.741-1.66t-3.02-.575t-3.034.575Q6.539%206.116%205.3%207.2%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%22M8.423%2021L21%208.373V21zM18%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.326M7.85%209.8l-.684-.684q.853-.739%201.878-1.122t2.045-.382t2.015.363t1.83%201.102l-.684.723q-.675-.617-1.51-.926q-.834-.308-1.651-.308t-1.672.308T7.85%209.8M5.3%207.2l-.684-.673q1.378-1.302%203.05-1.914Q9.336%204%2011.089%204t3.409.613q1.658.612%203.037%201.914l-.685.673q-1.239-1.084-2.741-1.66t-3.02-.575t-3.034.575Q6.539%206.116%205.3%207.2%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.svg?color=%231a73e8&size=48