Cellular Data 1 icon

Used for device connection status. Contains level variants. The Cellular Data 1 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 1 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 { CellularData124Regular, CellularData124Filled } from "@fluentui/react-icons";

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

Use it in HTML

Reference the SVG file directly:

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

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.75 17C4.1297 17 4.44349 17.2822 4.49315 17.6483L4.5 17.75V19.25C4.5 19.6642 4.16421 20 3.75 20C3.3703 20 3.05651 19.7179 3.00685 19.3518L3 19.25V17.75C3 17.3358 3.33579 17 3.75 17ZM11.75 11C12.1297 11 12.4435 11.2822 12.4932 11.6483L12.5 11.75V19.25C12.5 19.6642 12.1642 20 11.75 20C11.3703 20 11.0565 19.7179 11.0068 19.3518L11 19.25V11.75C11 11.3358 11.3358 11 11.75 11ZM15.75 8.00004C16.1297 8.00004 16.4435 8.28219 16.4932 8.64826L16.5 8.75004V19.25C16.5 19.6642 16.1642 20 15.75 20C15.3703 20 15.0565 19.7179 15.0068 19.3518L15 19.25V8.75004C15 8.33582 15.3358 8.00004 15.75 8.00004ZM19.7427 5.00004C20.1224 4.99639 20.4389 5.27526 20.4921 5.64054L20.5 5.74216V19.2432C20.504 19.6571 20.1715 19.9958 19.7573 19.9999C19.3776 20.0035 19.0611 19.7246 19.0079 19.3594L19 19.2577V5.7567C18.996 5.34284 19.3285 5.00409 19.7427 5.00004ZM7.75 14C8.1297 14 8.44349 14.2822 8.49315 14.6483L8.5 14.75V19.2488C8.5 19.663 8.16421 19.9988 7.75 19.9988C7.3703 19.9988 7.05651 19.7166 7.00685 19.3505L7 19.2488V14.75C7 14.3358 7.33579 14 7.75 14Z" 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_1_24_regular.svg";

Details

NameCellular Data 1
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_cellular_data_1_24_regular.svg
Filled fileic_fluent_cellular_data_1_24_filled.svg
React componentsCellularData124Regular, CellularData124Filled
LicenseMIT (© Microsoft Corporation)

Keywords

dataconnection

Related icons