cellular-5g-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
cellular-5g-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

Use the cellular 5g 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 0 1 0-1H11a.5.5 0 0 1 .5.5v.5a2.25 2.25 0 0 1-4.5 0v-1.5A2.25 2.25 0 0 1 9.25 2h.25c.028 0 1.117 0 1.647 1.02a.5.5 0 1 1-.887.461a.86.86 0 0 0-.478-.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 .74.626l.01.11l-.014 10.515a.743.743 0 0 1-1.477.124l-.009-.11l.014-10.515A.743.743 0 0 1 16.75 5m-14-3a.5.5 0 0 0-.496.438l-.25 2a.5.5 0 0 0 .538.56l.174-.014l1.371-.115A.843.843 0 0 1 5 5.71v.218C5 6.52 4.52 7 3.927 7a.98.98 0 0 1-.748-.32a1.2 1.2 0 0 1-.206-.304l-.006-.014a.5.5 0 0 0-.935.357l.001.002l.001.002l.002.006l.007.016a1.4 1.4 0 0 0 .094.192c.066.116.166.27.311.426A1.98 1.98 0 0 0 3.927 8A2.073 2.073 0 0 0 6 5.927v-.218a1.843 1.843 0 0 0-1.996-1.836l-.931.078L3.19 3H5.5a.5.5 0 0 0 0-1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCellular5g20Filled(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 0 1 0-1H11a.5.5 0 0 1 .5.5v.5a2.25 2.25 0 0 1-4.5 0v-1.5A2.25 2.25 0 0 1 9.25 2h.25c.028 0 1.117 0 1.647 1.02a.5.5 0 1 1-.887.461a.86.86 0 0 0-.478-.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 .74.626l.01.11l-.014 10.515a.743.743 0 0 1-1.477.124l-.009-.11l.014-10.515A.743.743 0 0 1 16.75 5m-14-3a.5.5 0 0 0-.496.438l-.25 2a.5.5 0 0 0 .538.56l.174-.014l1.371-.115A.843.843 0 0 1 5 5.71v.218C5 6.52 4.52 7 3.927 7a.98.98 0 0 1-.748-.32a1.2 1.2 0 0 1-.206-.304l-.006-.014a.5.5 0 0 0-.935.357l.001.002l.001.002l.002.006l.007.016a1.4 1.4 0 0 0 .094.192c.066.116.166.27.311.426A1.98 1.98 0 0 0 3.927 8A2.073 2.073 0 0 0 6 5.927v-.218a1.843 1.843 0 0 0-1.996-1.836l-.931.078L3.19 3H5.5a.5.5 0 0 0 0-1z"/></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 0 1 0-1H11a.5.5 0 0 1 .5.5v.5a2.25 2.25 0 0 1-4.5 0v-1.5A2.25 2.25 0 0 1 9.25 2h.25c.028 0 1.117 0 1.647 1.02a.5.5 0 1 1-.887.461a.86.86 0 0 0-.478-.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 .74.626l.01.11l-.014 10.515a.743.743 0 0 1-1.477.124l-.009-.11l.014-10.515A.743.743 0 0 1 16.75 5m-14-3a.5.5 0 0 0-.496.438l-.25 2a.5.5 0 0 0 .538.56l.174-.014l1.371-.115A.843.843 0 0 1 5 5.71v.218C5 6.52 4.52 7 3.927 7a.98.98 0 0 1-.748-.32a1.2 1.2 0 0 1-.206-.304l-.006-.014a.5.5 0 0 0-.935.357l.001.002l.001.002l.002.006l.007.016a1.4 1.4 0 0 0 .094.192c.066.116.166.27.311.426A1.98 1.98 0 0 0 3.927 8A2.073 2.073 0 0 0 6 5.927v-.218a1.843 1.843 0 0 0-1.996-1.836l-.931.078L3.19 3H5.5a.5.5 0 0 0 0-1z"/></svg>
</template>

CSS

.icon-cellular-5g-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%200%201%200-1H11a.5.5%200%200%201%20.5.5v.5a2.25%202.25%200%200%201-4.5%200v-1.5A2.25%202.25%200%200%201%209.25%202h.25c.028%200%201.117%200%201.647%201.02a.5.5%200%201%201-.887.461a.86.86%200%200%200-.478-.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.74.626l.01.11l-.014%2010.515a.743.743%200%200%201-1.477.124l-.009-.11l.014-10.515A.743.743%200%200%201%2016.75%205m-14-3a.5.5%200%200%200-.496.438l-.25%202a.5.5%200%200%200%20.538.56l.174-.014l1.371-.115A.843.843%200%200%201%205%205.71v.218C5%206.52%204.52%207%203.927%207a.98.98%200%200%201-.748-.32a1.2%201.2%200%200%201-.206-.304l-.006-.014a.5.5%200%200%200-.935.357l.001.002l.001.002l.002.006l.007.016a1.4%201.4%200%200%200%20.094.192c.066.116.166.27.311.426A1.98%201.98%200%200%200%203.927%208A2.073%202.073%200%200%200%206%205.927v-.218a1.843%201.843%200%200%200-1.996-1.836l-.931.078L3.19%203H5.5a.5.5%200%200%200%200-1z%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%200%201%200-1H11a.5.5%200%200%201%20.5.5v.5a2.25%202.25%200%200%201-4.5%200v-1.5A2.25%202.25%200%200%201%209.25%202h.25c.028%200%201.117%200%201.647%201.02a.5.5%200%201%201-.887.461a.86.86%200%200%200-.478-.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.74.626l.01.11l-.014%2010.515a.743.743%200%200%201-1.477.124l-.009-.11l.014-10.515A.743.743%200%200%201%2016.75%205m-14-3a.5.5%200%200%200-.496.438l-.25%202a.5.5%200%200%200%20.538.56l.174-.014l1.371-.115A.843.843%200%200%201%205%205.71v.218C5%206.52%204.52%207%203.927%207a.98.98%200%200%201-.748-.32a1.2%201.2%200%200%201-.206-.304l-.006-.014a.5.5%200%200%200-.935.357l.001.002l.001.002l.002.006l.007.016a1.4%201.4%200%200%200%20.094.192c.066.116.166.27.311.426A1.98%201.98%200%200%200%203.927%208A2.073%202.073%200%200%200%206%205.927v-.218a1.843%201.843%200%200%200-1.996-1.836l-.931.078L3.19%203H5.5a.5.5%200%200%200%200-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cellular-5g-20-filled.svg?color=%231a73e8&size=48