cellular data 1 icon
cellular-data-1-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- cellular-data-1-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
cellular-3g-20-filledcellular-4g-20-filledcellular-5g-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 data 1 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.503 4a.5.5 0 0 1 .492.41l.008.09v11a.5.5 0 0 1-.992.09l-.008-.09v-11a.5.5 0 0 1 .5-.5m-9 5.999a.5.5 0 0 1 .492.41l.008.09v5a.5.5 0 0 1-.992.09l-.008-.09v-5a.5.5 0 0 1 .5-.5m-3.003 2a.5.5 0 0 1 .492.41L5 12.5v3a.5.5 0 0 1-.992.09L4 15.5v-3a.5.5 0 0 1 .5-.5m6-4.002a.5.5 0 0 1 .492.41l.008.09V15.5a.5.5 0 0 1-.992.09L10 15.5V8.497a.5.5 0 0 1 .5-.5M13.5 6a.5.5 0 0 1 .492.41L14 6.5v9a.5.5 0 0 1-.992.09L13 15.5V6.501a.5.5 0 0 1 .5-.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentCellularData120Regular(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="M16.503 4a.5.5 0 0 1 .492.41l.008.09v11a.5.5 0 0 1-.992.09l-.008-.09v-11a.5.5 0 0 1 .5-.5m-9 5.999a.5.5 0 0 1 .492.41l.008.09v5a.5.5 0 0 1-.992.09l-.008-.09v-5a.5.5 0 0 1 .5-.5m-3.003 2a.5.5 0 0 1 .492.41L5 12.5v3a.5.5 0 0 1-.992.09L4 15.5v-3a.5.5 0 0 1 .5-.5m6-4.002a.5.5 0 0 1 .492.41l.008.09V15.5a.5.5 0 0 1-.992.09L10 15.5V8.497a.5.5 0 0 1 .5-.5M13.5 6a.5.5 0 0 1 .492.41L14 6.5v9a.5.5 0 0 1-.992.09L13 15.5V6.501a.5.5 0 0 1 .5-.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.503 4a.5.5 0 0 1 .492.41l.008.09v11a.5.5 0 0 1-.992.09l-.008-.09v-11a.5.5 0 0 1 .5-.5m-9 5.999a.5.5 0 0 1 .492.41l.008.09v5a.5.5 0 0 1-.992.09l-.008-.09v-5a.5.5 0 0 1 .5-.5m-3.003 2a.5.5 0 0 1 .492.41L5 12.5v3a.5.5 0 0 1-.992.09L4 15.5v-3a.5.5 0 0 1 .5-.5m6-4.002a.5.5 0 0 1 .492.41l.008.09V15.5a.5.5 0 0 1-.992.09L10 15.5V8.497a.5.5 0 0 1 .5-.5M13.5 6a.5.5 0 0 1 .492.41L14 6.5v9a.5.5 0 0 1-.992.09L13 15.5V6.501a.5.5 0 0 1 .5-.5"/></svg> </template>
CSS
.icon-cellular-data-1-20-regular {
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%22M16.503%204a.5.5%200%200%201%20.492.41l.008.09v11a.5.5%200%200%201-.992.09l-.008-.09v-11a.5.5%200%200%201%20.5-.5m-9%205.999a.5.5%200%200%201%20.492.41l.008.09v5a.5.5%200%200%201-.992.09l-.008-.09v-5a.5.5%200%200%201%20.5-.5m-3.003%202a.5.5%200%200%201%20.492.41L5%2012.5v3a.5.5%200%200%201-.992.09L4%2015.5v-3a.5.5%200%200%201%20.5-.5m6-4.002a.5.5%200%200%201%20.492.41l.008.09V15.5a.5.5%200%200%201-.992.09L10%2015.5V8.497a.5.5%200%200%201%20.5-.5M13.5%206a.5.5%200%200%201%20.492.41L14%206.5v9a.5.5%200%200%201-.992.09L13%2015.5V6.501a.5.5%200%200%201%20.5-.5%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%22M16.503%204a.5.5%200%200%201%20.492.41l.008.09v11a.5.5%200%200%201-.992.09l-.008-.09v-11a.5.5%200%200%201%20.5-.5m-9%205.999a.5.5%200%200%201%20.492.41l.008.09v5a.5.5%200%200%201-.992.09l-.008-.09v-5a.5.5%200%200%201%20.5-.5m-3.003%202a.5.5%200%200%201%20.492.41L5%2012.5v3a.5.5%200%200%201-.992.09L4%2015.5v-3a.5.5%200%200%201%20.5-.5m6-4.002a.5.5%200%200%201%20.492.41l.008.09V15.5a.5.5%200%200%201-.992.09L10%2015.5V8.497a.5.5%200%200%201%20.5-.5M13.5%206a.5.5%200%200%201%20.492.41L14%206.5v9a.5.5%200%200%201-.992.09L13%2015.5V6.501a.5.5%200%200%201%20.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cellular-data-1-20-regular.svg?color=%231a73e8&size=48