Cellular Data 5 icon

Used for device connection status. Contains level variants. The Cellular Data 5 icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Cellular Data 5 icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { CellularData524Regular, CellularData524Filled } from "@fluentui/react-icons";

export function Example() {
  return <CellularData524Regular aria-label="Cellular Data 5" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_cellular_data_5_24_regular.svg" width="24" height="24" alt="Cellular Data 5">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 17.75V19.25C3 19.6642 3.33579 20 3.75 20C4.16421 20 4.5 19.6642 4.5 19.25V17.75C4.5 17.3358 4.16421 17 3.75 17C3.33579 17 3 17.3358 3 17.75Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/cellular_data_5_24_regular.svg";

Details

NameCellular Data 5
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_cellular_data_5_24_regular.svg
Filled fileic_fluent_cellular_data_5_24_filled.svg
React componentsCellularData524Regular, CellularData524Filled
LicenseMIT (© Microsoft Corporation)

Keywords

dataconnection

Related icons