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

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

Use the cellular 3g 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-.786m-8.461.99l.057-.045l.017-.014l.017-.016a1 1 0 0 1 .198-.14c.135-.078.313-.145.525-.145c.161 0 .26.049.324.104a.53.53 0 0 1 .163.276a.57.57 0 0 1-.056.444c-.05.074-.153.176-.43.176a.75.75 0 1 0 0 1.5c.25 0 .356.084.405.143c.064.075.11.2.1.358a.6.6 0 0 1-.148.363c-.069.073-.174.136-.358.136c-.407 0-.673-.24-.748-.307l-.014-.012a.75.75 0 1 0-.976 1.138c-.014-.011.178.175.472.342c.296.168.729.339 1.266.339c1.256 0 1.941-.986 2.002-1.9A2 2 0 0 0 6.862 6l.07-.099c.33-.498.394-1.11.258-1.642c-.2-.787-.876-1.509-1.94-1.509c-1.052 0-1.764.696-1.686.64a.75.75 0 1 0 .872 1.22M21 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 FluentCellular3g24Filled(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-.786m-8.461.99l.057-.045l.017-.014l.017-.016a1 1 0 0 1 .198-.14c.135-.078.313-.145.525-.145c.161 0 .26.049.324.104a.53.53 0 0 1 .163.276a.57.57 0 0 1-.056.444c-.05.074-.153.176-.43.176a.75.75 0 1 0 0 1.5c.25 0 .356.084.405.143c.064.075.11.2.1.358a.6.6 0 0 1-.148.363c-.069.073-.174.136-.358.136c-.407 0-.673-.24-.748-.307l-.014-.012a.75.75 0 1 0-.976 1.138c-.014-.011.178.175.472.342c.296.168.729.339 1.266.339c1.256 0 1.941-.986 2.002-1.9A2 2 0 0 0 6.862 6l.07-.099c.33-.498.394-1.11.258-1.642c-.2-.787-.876-1.509-1.94-1.509c-1.052 0-1.764.696-1.686.64a.75.75 0 1 0 .872 1.22M21 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-.786m-8.461.99l.057-.045l.017-.014l.017-.016a1 1 0 0 1 .198-.14c.135-.078.313-.145.525-.145c.161 0 .26.049.324.104a.53.53 0 0 1 .163.276a.57.57 0 0 1-.056.444c-.05.074-.153.176-.43.176a.75.75 0 1 0 0 1.5c.25 0 .356.084.405.143c.064.075.11.2.1.358a.6.6 0 0 1-.148.363c-.069.073-.174.136-.358.136c-.407 0-.673-.24-.748-.307l-.014-.012a.75.75 0 1 0-.976 1.138c-.014-.011.178.175.472.342c.296.168.729.339 1.266.339c1.256 0 1.941-.986 2.002-1.9A2 2 0 0 0 6.862 6l.07-.099c.33-.498.394-1.11.258-1.642c-.2-.787-.876-1.509-1.94-1.509c-1.052 0-1.764.696-1.686.64a.75.75 0 1 0 .872 1.22M21 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-3g-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-.786m-8.461.99l.057-.045l.017-.014l.017-.016a1%201%200%200%201%20.198-.14c.135-.078.313-.145.525-.145c.161%200%20.26.049.324.104a.53.53%200%200%201%20.163.276a.57.57%200%200%201-.056.444c-.05.074-.153.176-.43.176a.75.75%200%201%200%200%201.5c.25%200%20.356.084.405.143c.064.075.11.2.1.358a.6.6%200%200%201-.148.363c-.069.073-.174.136-.358.136c-.407%200-.673-.24-.748-.307l-.014-.012a.75.75%200%201%200-.976%201.138c-.014-.011.178.175.472.342c.296.168.729.339%201.266.339c1.256%200%201.941-.986%202.002-1.9A2%202%200%200%200%206.862%206l.07-.099c.33-.498.394-1.11.258-1.642c-.2-.787-.876-1.509-1.94-1.509c-1.052%200-1.764.696-1.686.64a.75.75%200%201%200%20.872%201.22M21%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-.786m-8.461.99l.057-.045l.017-.014l.017-.016a1%201%200%200%201%20.198-.14c.135-.078.313-.145.525-.145c.161%200%20.26.049.324.104a.53.53%200%200%201%20.163.276a.57.57%200%200%201-.056.444c-.05.074-.153.176-.43.176a.75.75%200%201%200%200%201.5c.25%200%20.356.084.405.143c.064.075.11.2.1.358a.6.6%200%200%201-.148.363c-.069.073-.174.136-.358.136c-.407%200-.673-.24-.748-.307l-.014-.012a.75.75%200%201%200-.976%201.138c-.014-.011.178.175.472.342c.296.168.729.339%201.266.339c1.256%200%201.941-.986%202.002-1.9A2%202%200%200%200%206.862%206l.07-.099c.33-.498.394-1.11.258-1.642c-.2-.787-.876-1.509-1.94-1.509c-1.052%200-1.764.696-1.686.64a.75.75%200%201%200%20.872%201.22M21%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-3g-24-filled.svg?color=%231a73e8&size=48