3g negative icon

3g-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
3g-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Use the 3g negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthicons3gNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0v48h48V0zm10 29a3 3 0 0 1 3-3h22a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H13a3 3 0 0 1-3-3zm22.674 1.362a1 1 0 1 1-1.333 1.49a3.503 3.503 0 1 0-.334 5.487v-1.875h-2.002a1 1 0 1 1 0-2h3.002a1 1 0 0 1 1 1v3.357a1 1 0 0 1-.333.745a5.503 5.503 0 1 1 0-8.204M20 32.25c0-.67-.561-1.25-1.3-1.25h-1.532c-.577 0-1.054.36-1.227.84a1 1 0 1 1-1.882-.68A3.3 3.3 0 0 1 17.17 29h1.53c1.803 0 3.3 1.435 3.3 3.25c0 .88-.351 1.67-.918 2.25c.567.58.918 1.37.918 2.25c0 1.815-1.497 3.25-3.3 3.25h-1.532a3.3 3.3 0 0 1-3.108-2.16a1 1 0 1 1 1.88-.68c.174.48.65.84 1.228.84h1.533c.738 0 1.299-.58 1.299-1.25s-.561-1.25-1.3-1.25h-1.532a1 1 0 0 1 0-2h1.533c.738 0 1.299-.58 1.299-1.25M32.485 5.515a12 12 0 0 1 0 16.97L33.9 23.9a14 14 0 0 0 0-19.8zm-2.942 6.189a6 6 0 0 0-1.3-1.947l1.414-1.414a8 8 0 0 1 0 11.314l-1.414-1.414a6 6 0 0 0 1.3-6.54m-11.086 0a6 6 0 0 1 1.3-1.947l-1.414-1.414a8 8 0 0 0 0 11.314l1.414-1.414a6 6 0 0 1-1.3-6.54m-2.942-6.19a12 12 0 0 0 0 16.971L14.1 23.9a14 14 0 0 1 0-19.8zM24 16a2 2 0 1 0 0-4a2 2 0 0 0 0 4" clip-rule="evenodd"/></g><defs><clipPath id="healthicons3gNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function Healthicons3gNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthicons3gNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0v48h48V0zm10 29a3 3 0 0 1 3-3h22a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H13a3 3 0 0 1-3-3zm22.674 1.362a1 1 0 1 1-1.333 1.49a3.503 3.503 0 1 0-.334 5.487v-1.875h-2.002a1 1 0 1 1 0-2h3.002a1 1 0 0 1 1 1v3.357a1 1 0 0 1-.333.745a5.503 5.503 0 1 1 0-8.204M20 32.25c0-.67-.561-1.25-1.3-1.25h-1.532c-.577 0-1.054.36-1.227.84a1 1 0 1 1-1.882-.68A3.3 3.3 0 0 1 17.17 29h1.53c1.803 0 3.3 1.435 3.3 3.25c0 .88-.351 1.67-.918 2.25c.567.58.918 1.37.918 2.25c0 1.815-1.497 3.25-3.3 3.25h-1.532a3.3 3.3 0 0 1-3.108-2.16a1 1 0 1 1 1.88-.68c.174.48.65.84 1.228.84h1.533c.738 0 1.299-.58 1.299-1.25s-.561-1.25-1.3-1.25h-1.532a1 1 0 0 1 0-2h1.533c.738 0 1.299-.58 1.299-1.25M32.485 5.515a12 12 0 0 1 0 16.97L33.9 23.9a14 14 0 0 0 0-19.8zm-2.942 6.189a6 6 0 0 0-1.3-1.947l1.414-1.414a8 8 0 0 1 0 11.314l-1.414-1.414a6 6 0 0 0 1.3-6.54m-11.086 0a6 6 0 0 1 1.3-1.947l-1.414-1.414a8 8 0 0 0 0 11.314l1.414-1.414a6 6 0 0 1-1.3-6.54m-2.942-6.19a12 12 0 0 0 0 16.971L14.1 23.9a14 14 0 0 1 0-19.8zM24 16a2 2 0 1 0 0-4a2 2 0 0 0 0 4" clipRule="evenodd"/></g><defs><clipPath id="healthicons3gNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthicons3gNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0v48h48V0zm10 29a3 3 0 0 1 3-3h22a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H13a3 3 0 0 1-3-3zm22.674 1.362a1 1 0 1 1-1.333 1.49a3.503 3.503 0 1 0-.334 5.487v-1.875h-2.002a1 1 0 1 1 0-2h3.002a1 1 0 0 1 1 1v3.357a1 1 0 0 1-.333.745a5.503 5.503 0 1 1 0-8.204M20 32.25c0-.67-.561-1.25-1.3-1.25h-1.532c-.577 0-1.054.36-1.227.84a1 1 0 1 1-1.882-.68A3.3 3.3 0 0 1 17.17 29h1.53c1.803 0 3.3 1.435 3.3 3.25c0 .88-.351 1.67-.918 2.25c.567.58.918 1.37.918 2.25c0 1.815-1.497 3.25-3.3 3.25h-1.532a3.3 3.3 0 0 1-3.108-2.16a1 1 0 1 1 1.88-.68c.174.48.65.84 1.228.84h1.533c.738 0 1.299-.58 1.299-1.25s-.561-1.25-1.3-1.25h-1.532a1 1 0 0 1 0-2h1.533c.738 0 1.299-.58 1.299-1.25M32.485 5.515a12 12 0 0 1 0 16.97L33.9 23.9a14 14 0 0 0 0-19.8zm-2.942 6.189a6 6 0 0 0-1.3-1.947l1.414-1.414a8 8 0 0 1 0 11.314l-1.414-1.414a6 6 0 0 0 1.3-6.54m-11.086 0a6 6 0 0 1 1.3-1.947l-1.414-1.414a8 8 0 0 0 0 11.314l1.414-1.414a6 6 0 0 1-1.3-6.54m-2.942-6.19a12 12 0 0 0 0 16.971L14.1 23.9a14 14 0 0 1 0-19.8zM24 16a2 2 0 1 0 0-4a2 2 0 0 0 0 4" clip-rule="evenodd"/></g><defs><clipPath id="healthicons3gNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-3g-negative {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthicons3gNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200v48h48V0zm10%2029a3%203%200%200%201%203-3h22a3%203%200%200%201%203%203v12a3%203%200%200%201-3%203H13a3%203%200%200%201-3-3zm22.674%201.362a1%201%200%201%201-1.333%201.49a3.503%203.503%200%201%200-.334%205.487v-1.875h-2.002a1%201%200%201%201%200-2h3.002a1%201%200%200%201%201%201v3.357a1%201%200%200%201-.333.745a5.503%205.503%200%201%201%200-8.204M20%2032.25c0-.67-.561-1.25-1.3-1.25h-1.532c-.577%200-1.054.36-1.227.84a1%201%200%201%201-1.882-.68A3.3%203.3%200%200%201%2017.17%2029h1.53c1.803%200%203.3%201.435%203.3%203.25c0%20.88-.351%201.67-.918%202.25c.567.58.918%201.37.918%202.25c0%201.815-1.497%203.25-3.3%203.25h-1.532a3.3%203.3%200%200%201-3.108-2.16a1%201%200%201%201%201.88-.68c.174.48.65.84%201.228.84h1.533c.738%200%201.299-.58%201.299-1.25s-.561-1.25-1.3-1.25h-1.532a1%201%200%200%201%200-2h1.533c.738%200%201.299-.58%201.299-1.25M32.485%205.515a12%2012%200%200%201%200%2016.97L33.9%2023.9a14%2014%200%200%200%200-19.8zm-2.942%206.189a6%206%200%200%200-1.3-1.947l1.414-1.414a8%208%200%200%201%200%2011.314l-1.414-1.414a6%206%200%200%200%201.3-6.54m-11.086%200a6%206%200%200%201%201.3-1.947l-1.414-1.414a8%208%200%200%200%200%2011.314l1.414-1.414a6%206%200%200%201-1.3-6.54m-2.942-6.19a12%2012%200%200%200%200%2016.971L14.1%2023.9a14%2014%200%200%201%200-19.8zM24%2016a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthicons3gNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthicons3gNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200v48h48V0zm10%2029a3%203%200%200%201%203-3h22a3%203%200%200%201%203%203v12a3%203%200%200%201-3%203H13a3%203%200%200%201-3-3zm22.674%201.362a1%201%200%201%201-1.333%201.49a3.503%203.503%200%201%200-.334%205.487v-1.875h-2.002a1%201%200%201%201%200-2h3.002a1%201%200%200%201%201%201v3.357a1%201%200%200%201-.333.745a5.503%205.503%200%201%201%200-8.204M20%2032.25c0-.67-.561-1.25-1.3-1.25h-1.532c-.577%200-1.054.36-1.227.84a1%201%200%201%201-1.882-.68A3.3%203.3%200%200%201%2017.17%2029h1.53c1.803%200%203.3%201.435%203.3%203.25c0%20.88-.351%201.67-.918%202.25c.567.58.918%201.37.918%202.25c0%201.815-1.497%203.25-3.3%203.25h-1.532a3.3%203.3%200%200%201-3.108-2.16a1%201%200%201%201%201.88-.68c.174.48.65.84%201.228.84h1.533c.738%200%201.299-.58%201.299-1.25s-.561-1.25-1.3-1.25h-1.532a1%201%200%200%201%200-2h1.533c.738%200%201.299-.58%201.299-1.25M32.485%205.515a12%2012%200%200%201%200%2016.97L33.9%2023.9a14%2014%200%200%200%200-19.8zm-2.942%206.189a6%206%200%200%200-1.3-1.947l1.414-1.414a8%208%200%200%201%200%2011.314l-1.414-1.414a6%206%200%200%200%201.3-6.54m-11.086%200a6%206%200%200%201%201.3-1.947l-1.414-1.414a8%208%200%200%200%200%2011.314l1.414-1.414a6%206%200%200%201-1.3-6.54m-2.942-6.19a12%2012%200%200%200%200%2016.971L14.1%2023.9a14%2014%200%200%201%200-19.8zM24%2016a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthicons3gNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/3g-negative.svg?color=%231a73e8&size=48