cellular 4g icon
cellular-4g-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- cellular-4g-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
cellular-3g-20-filledcellular-5g-20-filledcellular-data-1-20-filledcellular-data-2-20-filledcellular-data-3-20-filledcellular-data-4-20-filledcellular-data-5-20-filledcellular-data-cellular-off-24-filledcellular-data-cellular-unavailable-24-filledcellular-off-20-filledcellular-unavailable-24-filledcellular-warning-20-filled
Use the cellular 4g icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.496 3H9.25C8.56 3 8 3.56 8 4.25v1.5a1.25 1.25 0 0 0 2.5 0h-1a.5.5 0 1 1 0-1H11a.5.5 0 0 1 .5.5v.5a2.25 2.25 0 1 1-4.5 0v-1.5A2.25 2.25 0 0 1 9.25 2h.25c.029 0 1.117 0 1.648 1.02a.5.5 0 1 1-.887.461a.86.86 0 0 0-.479-.418A1 1 0 0 0 9.496 3M4.75 13a.75.75 0 0 1 .742.64l.008.11v2.5a.75.75 0 0 1-1.492.11L4 16.25v-2.5a.75.75 0 0 1 .75-.75m3-2a.75.75 0 0 1 .742.64l.008.11v4.5a.75.75 0 0 1-1.492.11L7 16.25v-4.5a.75.75 0 0 1 .75-.75m3-2a.75.75 0 0 1 .742.64l.008.11v6.5a.75.75 0 0 1-1.492.11L10 16.25v-6.5a.75.75 0 0 1 .75-.75m3-2a.75.75 0 0 1 .742.64l.008.11v8.499a.75.75 0 0 1-1.492.11L13 16.25v-8.5a.75.75 0 0 1 .75-.75m3-2a.74.74 0 0 1 .741.626l.01.11l-.015 10.515a.743.743 0 0 1-1.477.124l-.009-.11l.015-10.515A.743.743 0 0 1 16.75 5M4.958 2.706c0-.681-.875-.96-1.27-.406L1.129 5.894A.7.7 0 0 0 1.7 7h2.26v.499a.5.5 0 1 0 1 0V7h.543a.5.5 0 0 0 0-1h-.544zm-1 .939V6H2.281z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCellular4g20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.496 3H9.25C8.56 3 8 3.56 8 4.25v1.5a1.25 1.25 0 0 0 2.5 0h-1a.5.5 0 1 1 0-1H11a.5.5 0 0 1 .5.5v.5a2.25 2.25 0 1 1-4.5 0v-1.5A2.25 2.25 0 0 1 9.25 2h.25c.029 0 1.117 0 1.648 1.02a.5.5 0 1 1-.887.461a.86.86 0 0 0-.479-.418A1 1 0 0 0 9.496 3M4.75 13a.75.75 0 0 1 .742.64l.008.11v2.5a.75.75 0 0 1-1.492.11L4 16.25v-2.5a.75.75 0 0 1 .75-.75m3-2a.75.75 0 0 1 .742.64l.008.11v4.5a.75.75 0 0 1-1.492.11L7 16.25v-4.5a.75.75 0 0 1 .75-.75m3-2a.75.75 0 0 1 .742.64l.008.11v6.5a.75.75 0 0 1-1.492.11L10 16.25v-6.5a.75.75 0 0 1 .75-.75m3-2a.75.75 0 0 1 .742.64l.008.11v8.499a.75.75 0 0 1-1.492.11L13 16.25v-8.5a.75.75 0 0 1 .75-.75m3-2a.74.74 0 0 1 .741.626l.01.11l-.015 10.515a.743.743 0 0 1-1.477.124l-.009-.11l.015-10.515A.743.743 0 0 1 16.75 5M4.958 2.706c0-.681-.875-.96-1.27-.406L1.129 5.894A.7.7 0 0 0 1.7 7h2.26v.499a.5.5 0 1 0 1 0V7h.543a.5.5 0 0 0 0-1h-.544zm-1 .939V6H2.281z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.496 3H9.25C8.56 3 8 3.56 8 4.25v1.5a1.25 1.25 0 0 0 2.5 0h-1a.5.5 0 1 1 0-1H11a.5.5 0 0 1 .5.5v.5a2.25 2.25 0 1 1-4.5 0v-1.5A2.25 2.25 0 0 1 9.25 2h.25c.029 0 1.117 0 1.648 1.02a.5.5 0 1 1-.887.461a.86.86 0 0 0-.479-.418A1 1 0 0 0 9.496 3M4.75 13a.75.75 0 0 1 .742.64l.008.11v2.5a.75.75 0 0 1-1.492.11L4 16.25v-2.5a.75.75 0 0 1 .75-.75m3-2a.75.75 0 0 1 .742.64l.008.11v4.5a.75.75 0 0 1-1.492.11L7 16.25v-4.5a.75.75 0 0 1 .75-.75m3-2a.75.75 0 0 1 .742.64l.008.11v6.5a.75.75 0 0 1-1.492.11L10 16.25v-6.5a.75.75 0 0 1 .75-.75m3-2a.75.75 0 0 1 .742.64l.008.11v8.499a.75.75 0 0 1-1.492.11L13 16.25v-8.5a.75.75 0 0 1 .75-.75m3-2a.74.74 0 0 1 .741.626l.01.11l-.015 10.515a.743.743 0 0 1-1.477.124l-.009-.11l.015-10.515A.743.743 0 0 1 16.75 5M4.958 2.706c0-.681-.875-.96-1.27-.406L1.129 5.894A.7.7 0 0 0 1.7 7h2.26v.499a.5.5 0 1 0 1 0V7h.543a.5.5 0 0 0 0-1h-.544zm-1 .939V6H2.281z"/></svg> </template>
CSS
.icon-cellular-4g-20-filled {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.496%203H9.25C8.56%203%208%203.56%208%204.25v1.5a1.25%201.25%200%200%200%202.5%200h-1a.5.5%200%201%201%200-1H11a.5.5%200%200%201%20.5.5v.5a2.25%202.25%200%201%201-4.5%200v-1.5A2.25%202.25%200%200%201%209.25%202h.25c.029%200%201.117%200%201.648%201.02a.5.5%200%201%201-.887.461a.86.86%200%200%200-.479-.418A1%201%200%200%200%209.496%203M4.75%2013a.75.75%200%200%201%20.742.64l.008.11v2.5a.75.75%200%200%201-1.492.11L4%2016.25v-2.5a.75.75%200%200%201%20.75-.75m3-2a.75.75%200%200%201%20.742.64l.008.11v4.5a.75.75%200%200%201-1.492.11L7%2016.25v-4.5a.75.75%200%200%201%20.75-.75m3-2a.75.75%200%200%201%20.742.64l.008.11v6.5a.75.75%200%200%201-1.492.11L10%2016.25v-6.5a.75.75%200%200%201%20.75-.75m3-2a.75.75%200%200%201%20.742.64l.008.11v8.499a.75.75%200%200%201-1.492.11L13%2016.25v-8.5a.75.75%200%200%201%20.75-.75m3-2a.74.74%200%200%201%20.741.626l.01.11l-.015%2010.515a.743.743%200%200%201-1.477.124l-.009-.11l.015-10.515A.743.743%200%200%201%2016.75%205M4.958%202.706c0-.681-.875-.96-1.27-.406L1.129%205.894A.7.7%200%200%200%201.7%207h2.26v.499a.5.5%200%201%200%201%200V7h.543a.5.5%200%200%200%200-1h-.544zm-1%20.939V6H2.281z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.496%203H9.25C8.56%203%208%203.56%208%204.25v1.5a1.25%201.25%200%200%200%202.5%200h-1a.5.5%200%201%201%200-1H11a.5.5%200%200%201%20.5.5v.5a2.25%202.25%200%201%201-4.5%200v-1.5A2.25%202.25%200%200%201%209.25%202h.25c.029%200%201.117%200%201.648%201.02a.5.5%200%201%201-.887.461a.86.86%200%200%200-.479-.418A1%201%200%200%200%209.496%203M4.75%2013a.75.75%200%200%201%20.742.64l.008.11v2.5a.75.75%200%200%201-1.492.11L4%2016.25v-2.5a.75.75%200%200%201%20.75-.75m3-2a.75.75%200%200%201%20.742.64l.008.11v4.5a.75.75%200%200%201-1.492.11L7%2016.25v-4.5a.75.75%200%200%201%20.75-.75m3-2a.75.75%200%200%201%20.742.64l.008.11v6.5a.75.75%200%200%201-1.492.11L10%2016.25v-6.5a.75.75%200%200%201%20.75-.75m3-2a.75.75%200%200%201%20.742.64l.008.11v8.499a.75.75%200%200%201-1.492.11L13%2016.25v-8.5a.75.75%200%200%201%20.75-.75m3-2a.74.74%200%200%201%20.741.626l.01.11l-.015%2010.515a.743.743%200%200%201-1.477.124l-.009-.11l.015-10.515A.743.743%200%200%201%2016.75%205M4.958%202.706c0-.681-.875-.96-1.27-.406L1.129%205.894A.7.7%200%200%200%201.7%207h2.26v.499a.5.5%200%201%200%201%200V7h.543a.5.5%200%200%200%200-1h-.544zm-1%20.939V6H2.281z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cellular-4g-20-filled.svg?color=%231a73e8&size=48