cell wifi icon
cell-wifi-rounded from Material Symbols by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- cell-wifi-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- cell-wifi-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More communicate icons from Material Symbols
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.4 22q-.675 0-.925-.612T7.7 20.3L20.3 7.675q.475-.475 1.088-.225t.612.925V20.5q0 .625-.437 1.063T20.5 22zm9.6-2h2v-9.2l-2 2zm-6.95-6.9q-.6 0-1.05-.45t-.45-1.05t.45-1.05t1.05-.45t1.05.45t.45 1.05t-.45 1.05t-1.05.45m0-4.65q-.65 0-1.287.188t-1.213.587q-.325.2-.7.2T7.2 9.15t-.262-.65t.312-.6q.85-.625 1.813-.938t1.987-.312t1.988.313t1.812.937q.3.225.313.6t-.263.65t-.65.275t-.7-.2q-.575-.4-1.213-.587T11.05 8.45m0-3.6q-1.35 0-2.637.425T6 6.575q-.3.25-.687.263t-.663-.263t-.25-.65t.325-.625q1.375-1.15 3-1.725T11.05 3t3.338.575T17.425 5.3q.3.25.325.625t-.25.65t-.663.263t-.687-.263q-1.125-.875-2.437-1.3T11.05 4.85"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCellWifiRounded(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.4 22q-.675 0-.925-.612T7.7 20.3L20.3 7.675q.475-.475 1.088-.225t.612.925V20.5q0 .625-.437 1.063T20.5 22zm9.6-2h2v-9.2l-2 2zm-6.95-6.9q-.6 0-1.05-.45t-.45-1.05t.45-1.05t1.05-.45t1.05.45t.45 1.05t-.45 1.05t-1.05.45m0-4.65q-.65 0-1.287.188t-1.213.587q-.325.2-.7.2T7.2 9.15t-.262-.65t.312-.6q.85-.625 1.813-.938t1.987-.312t1.988.313t1.812.937q.3.225.313.6t-.263.65t-.65.275t-.7-.2q-.575-.4-1.213-.587T11.05 8.45m0-3.6q-1.35 0-2.637.425T6 6.575q-.3.25-.687.263t-.663-.263t-.25-.65t.325-.625q1.375-1.15 3-1.725T11.05 3t3.338.575T17.425 5.3q.3.25.325.625t-.25.65t-.663.263t-.687-.263q-1.125-.875-2.437-1.3T11.05 4.85"/></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.4 22q-.675 0-.925-.612T7.7 20.3L20.3 7.675q.475-.475 1.088-.225t.612.925V20.5q0 .625-.437 1.063T20.5 22zm9.6-2h2v-9.2l-2 2zm-6.95-6.9q-.6 0-1.05-.45t-.45-1.05t.45-1.05t1.05-.45t1.05.45t.45 1.05t-.45 1.05t-1.05.45m0-4.65q-.65 0-1.287.188t-1.213.587q-.325.2-.7.2T7.2 9.15t-.262-.65t.312-.6q.85-.625 1.813-.938t1.987-.312t1.988.313t1.812.937q.3.225.313.6t-.263.65t-.65.275t-.7-.2q-.575-.4-1.213-.587T11.05 8.45m0-3.6q-1.35 0-2.637.425T6 6.575q-.3.25-.687.263t-.663-.263t-.25-.65t.325-.625q1.375-1.15 3-1.725T11.05 3t3.338.575T17.425 5.3q.3.25.325.625t-.25.65t-.663.263t-.687-.263q-1.125-.875-2.437-1.3T11.05 4.85"/></svg> </template>
CSS
.icon-cell-wifi-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%22M8.4%2022q-.675%200-.925-.612T7.7%2020.3L20.3%207.675q.475-.475%201.088-.225t.612.925V20.5q0%20.625-.437%201.063T20.5%2022zm9.6-2h2v-9.2l-2%202zm-6.95-6.9q-.6%200-1.05-.45t-.45-1.05t.45-1.05t1.05-.45t1.05.45t.45%201.05t-.45%201.05t-1.05.45m0-4.65q-.65%200-1.287.188t-1.213.587q-.325.2-.7.2T7.2%209.15t-.262-.65t.312-.6q.85-.625%201.813-.938t1.987-.312t1.988.313t1.812.937q.3.225.313.6t-.263.65t-.65.275t-.7-.2q-.575-.4-1.213-.587T11.05%208.45m0-3.6q-1.35%200-2.637.425T6%206.575q-.3.25-.687.263t-.663-.263t-.25-.65t.325-.625q1.375-1.15%203-1.725T11.05%203t3.338.575T17.425%205.3q.3.25.325.625t-.25.65t-.663.263t-.687-.263q-1.125-.875-2.437-1.3T11.05%204.85%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.4%2022q-.675%200-.925-.612T7.7%2020.3L20.3%207.675q.475-.475%201.088-.225t.612.925V20.5q0%20.625-.437%201.063T20.5%2022zm9.6-2h2v-9.2l-2%202zm-6.95-6.9q-.6%200-1.05-.45t-.45-1.05t.45-1.05t1.05-.45t1.05.45t.45%201.05t-.45%201.05t-1.05.45m0-4.65q-.65%200-1.287.188t-1.213.587q-.325.2-.7.2T7.2%209.15t-.262-.65t.312-.6q.85-.625%201.813-.938t1.987-.312t1.988.313t1.812.937q.3.225.313.6t-.263.65t-.65.275t-.7-.2q-.575-.4-1.213-.587T11.05%208.45m0-3.6q-1.35%200-2.637.425T6%206.575q-.3.25-.687.263t-.663-.263t-.25-.65t.325-.625q1.375-1.15%203-1.725T11.05%203t3.338.575T17.425%205.3q.3.25.325.625t-.25.65t-.663.263t-.687-.263q-1.125-.875-2.437-1.3T11.05%204.85%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/cell-wifi-rounded.svg?color=%231a73e8&size=48