cellular 5g icon
cellular-5g-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- cellular-5g-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
cellular-3g-20-filledcellular-4g-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 5g icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.897 3.62l-.002-.002l-.002-.004l-.006-.01a1 1 0 0 0-.056-.081a2 2 0 0 0-.134-.161a2.1 2.1 0 0 0-.514-.397c-.476-.266-1.155-.425-2.068-.258c-1.091.2-1.63.97-1.875 1.597A3.6 3.6 0 0 0 8 5.459V6.75a2.5 2.5 0 0 0 2.5 2.5h.25a2.5 2.5 0 0 0 2.5-2.5v-.5a.75.75 0 0 0-.75-.75h-1.25a.75.75 0 0 0 0 1.5h.469a1 1 0 0 1-.969.75h-.25a1 1 0 0 1-1-1V5.501l.002-.034q.002-.05.015-.148a2 2 0 0 1 .119-.471c.13-.333.341-.592.75-.667c.597-.11.917.01 1.064.091a.6.6 0 0 1 .17.134a.75.75 0 0 0 1.277-.786M4 2.75a.75.75 0 0 0-.745.667l-.25 2.25a.75.75 0 0 0 .88.82l1.006-.182a.728.728 0 1 1 .13 1.445h-.218a.75.75 0 0 1-.624-.334l-.055-.082a.75.75 0 0 0-1.248.832l.055.082A2.25 2.25 0 0 0 4.803 9.25h.219a2.228 2.228 0 1 0-.399-4.421l-.016.003l.064-.582h1.83a.75.75 0 0 0 0-1.5zM21 7a1 1 0 0 0-2 0v13a1 1 0 0 0 2 0zm-4 2.995A1 1 0 0 0 16 9c-.552 0-1 .446-1 .995v10.01c0 .55.448.995 1 .995s1-.446 1-.995zM13 13a1 1 0 1 0-2 0v7a1 1 0 1 0 2 0zm-4 2.994A.997.997 0 0 0 8 15c-.552 0-1 .445-1 .994v4.012c0 .549.448.994 1 .994s1-.445 1-.994zm-4 2.99A.99.99 0 0 0 4 18c-.552 0-1 .44-1 .984v1.032c0 .544.448.984 1 .984s1-.44 1-.984z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCellular5g24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.897 3.62l-.002-.002l-.002-.004l-.006-.01a1 1 0 0 0-.056-.081a2 2 0 0 0-.134-.161a2.1 2.1 0 0 0-.514-.397c-.476-.266-1.155-.425-2.068-.258c-1.091.2-1.63.97-1.875 1.597A3.6 3.6 0 0 0 8 5.459V6.75a2.5 2.5 0 0 0 2.5 2.5h.25a2.5 2.5 0 0 0 2.5-2.5v-.5a.75.75 0 0 0-.75-.75h-1.25a.75.75 0 0 0 0 1.5h.469a1 1 0 0 1-.969.75h-.25a1 1 0 0 1-1-1V5.501l.002-.034q.002-.05.015-.148a2 2 0 0 1 .119-.471c.13-.333.341-.592.75-.667c.597-.11.917.01 1.064.091a.6.6 0 0 1 .17.134a.75.75 0 0 0 1.277-.786M4 2.75a.75.75 0 0 0-.745.667l-.25 2.25a.75.75 0 0 0 .88.82l1.006-.182a.728.728 0 1 1 .13 1.445h-.218a.75.75 0 0 1-.624-.334l-.055-.082a.75.75 0 0 0-1.248.832l.055.082A2.25 2.25 0 0 0 4.803 9.25h.219a2.228 2.228 0 1 0-.399-4.421l-.016.003l.064-.582h1.83a.75.75 0 0 0 0-1.5zM21 7a1 1 0 0 0-2 0v13a1 1 0 0 0 2 0zm-4 2.995A1 1 0 0 0 16 9c-.552 0-1 .446-1 .995v10.01c0 .55.448.995 1 .995s1-.446 1-.995zM13 13a1 1 0 1 0-2 0v7a1 1 0 1 0 2 0zm-4 2.994A.997.997 0 0 0 8 15c-.552 0-1 .445-1 .994v4.012c0 .549.448.994 1 .994s1-.445 1-.994zm-4 2.99A.99.99 0 0 0 4 18c-.552 0-1 .44-1 .984v1.032c0 .544.448.984 1 .984s1-.44 1-.984z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.897 3.62l-.002-.002l-.002-.004l-.006-.01a1 1 0 0 0-.056-.081a2 2 0 0 0-.134-.161a2.1 2.1 0 0 0-.514-.397c-.476-.266-1.155-.425-2.068-.258c-1.091.2-1.63.97-1.875 1.597A3.6 3.6 0 0 0 8 5.459V6.75a2.5 2.5 0 0 0 2.5 2.5h.25a2.5 2.5 0 0 0 2.5-2.5v-.5a.75.75 0 0 0-.75-.75h-1.25a.75.75 0 0 0 0 1.5h.469a1 1 0 0 1-.969.75h-.25a1 1 0 0 1-1-1V5.501l.002-.034q.002-.05.015-.148a2 2 0 0 1 .119-.471c.13-.333.341-.592.75-.667c.597-.11.917.01 1.064.091a.6.6 0 0 1 .17.134a.75.75 0 0 0 1.277-.786M4 2.75a.75.75 0 0 0-.745.667l-.25 2.25a.75.75 0 0 0 .88.82l1.006-.182a.728.728 0 1 1 .13 1.445h-.218a.75.75 0 0 1-.624-.334l-.055-.082a.75.75 0 0 0-1.248.832l.055.082A2.25 2.25 0 0 0 4.803 9.25h.219a2.228 2.228 0 1 0-.399-4.421l-.016.003l.064-.582h1.83a.75.75 0 0 0 0-1.5zM21 7a1 1 0 0 0-2 0v13a1 1 0 0 0 2 0zm-4 2.995A1 1 0 0 0 16 9c-.552 0-1 .446-1 .995v10.01c0 .55.448.995 1 .995s1-.446 1-.995zM13 13a1 1 0 1 0-2 0v7a1 1 0 1 0 2 0zm-4 2.994A.997.997 0 0 0 8 15c-.552 0-1 .445-1 .994v4.012c0 .549.448.994 1 .994s1-.445 1-.994zm-4 2.99A.99.99 0 0 0 4 18c-.552 0-1 .44-1 .984v1.032c0 .544.448.984 1 .984s1-.44 1-.984z"/></svg> </template>
CSS
.icon-cellular-5g-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.897%203.62l-.002-.002l-.002-.004l-.006-.01a1%201%200%200%200-.056-.081a2%202%200%200%200-.134-.161a2.1%202.1%200%200%200-.514-.397c-.476-.266-1.155-.425-2.068-.258c-1.091.2-1.63.97-1.875%201.597A3.6%203.6%200%200%200%208%205.459V6.75a2.5%202.5%200%200%200%202.5%202.5h.25a2.5%202.5%200%200%200%202.5-2.5v-.5a.75.75%200%200%200-.75-.75h-1.25a.75.75%200%200%200%200%201.5h.469a1%201%200%200%201-.969.75h-.25a1%201%200%200%201-1-1V5.501l.002-.034q.002-.05.015-.148a2%202%200%200%201%20.119-.471c.13-.333.341-.592.75-.667c.597-.11.917.01%201.064.091a.6.6%200%200%201%20.17.134a.75.75%200%200%200%201.277-.786M4%202.75a.75.75%200%200%200-.745.667l-.25%202.25a.75.75%200%200%200%20.88.82l1.006-.182a.728.728%200%201%201%20.13%201.445h-.218a.75.75%200%200%201-.624-.334l-.055-.082a.75.75%200%200%200-1.248.832l.055.082A2.25%202.25%200%200%200%204.803%209.25h.219a2.228%202.228%200%201%200-.399-4.421l-.016.003l.064-.582h1.83a.75.75%200%200%200%200-1.5zM21%207a1%201%200%200%200-2%200v13a1%201%200%200%200%202%200zm-4%202.995A1%201%200%200%200%2016%209c-.552%200-1%20.446-1%20.995v10.01c0%20.55.448.995%201%20.995s1-.446%201-.995zM13%2013a1%201%200%201%200-2%200v7a1%201%200%201%200%202%200zm-4%202.994A.997.997%200%200%200%208%2015c-.552%200-1%20.445-1%20.994v4.012c0%20.549.448.994%201%20.994s1-.445%201-.994zm-4%202.99A.99.99%200%200%200%204%2018c-.552%200-1%20.44-1%20.984v1.032c0%20.544.448.984%201%20.984s1-.44%201-.984z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.897%203.62l-.002-.002l-.002-.004l-.006-.01a1%201%200%200%200-.056-.081a2%202%200%200%200-.134-.161a2.1%202.1%200%200%200-.514-.397c-.476-.266-1.155-.425-2.068-.258c-1.091.2-1.63.97-1.875%201.597A3.6%203.6%200%200%200%208%205.459V6.75a2.5%202.5%200%200%200%202.5%202.5h.25a2.5%202.5%200%200%200%202.5-2.5v-.5a.75.75%200%200%200-.75-.75h-1.25a.75.75%200%200%200%200%201.5h.469a1%201%200%200%201-.969.75h-.25a1%201%200%200%201-1-1V5.501l.002-.034q.002-.05.015-.148a2%202%200%200%201%20.119-.471c.13-.333.341-.592.75-.667c.597-.11.917.01%201.064.091a.6.6%200%200%201%20.17.134a.75.75%200%200%200%201.277-.786M4%202.75a.75.75%200%200%200-.745.667l-.25%202.25a.75.75%200%200%200%20.88.82l1.006-.182a.728.728%200%201%201%20.13%201.445h-.218a.75.75%200%200%201-.624-.334l-.055-.082a.75.75%200%200%200-1.248.832l.055.082A2.25%202.25%200%200%200%204.803%209.25h.219a2.228%202.228%200%201%200-.399-4.421l-.016.003l.064-.582h1.83a.75.75%200%200%200%200-1.5zM21%207a1%201%200%200%200-2%200v13a1%201%200%200%200%202%200zm-4%202.995A1%201%200%200%200%2016%209c-.552%200-1%20.446-1%20.995v10.01c0%20.55.448.995%201%20.995s1-.446%201-.995zM13%2013a1%201%200%201%200-2%200v7a1%201%200%201%200%202%200zm-4%202.994A.997.997%200%200%200%208%2015c-.552%200-1%20.445-1%20.994v4.012c0%20.549.448.994%201%20.994s1-.445%201-.994zm-4%202.99A.99.99%200%200%200%204%2018c-.552%200-1%20.44-1%20.984v1.032c0%20.544.448.984%201%20.984s1-.44%201-.984z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cellular-5g-24-filled.svg?color=%231a73e8&size=48