2g icon
2g from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.
- Name
- 2g
- Set
- Health Icons
- Style
- Filled
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More symbols icons from Health Icons
3galertalert-circlealert-triangleamerican-sign-languagearm-circumferenceartificial-intelligenceassembly-pointaward-ribbonbio-pharmabiomarkerblood-transfusionbody-mass-indexbreeding-sitescalendar-quarantinecancelcannabiscardiogramcardiogram-echoleraclinical-fclinical-feclose-policy-gapsclose-policy-gaps-alt
Use the 2g icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M32.485 5.515a12 12 0 0 1 0 16.97L33.9 23.9a14 14 0 0 0 0-19.799z"/><path fill-rule="evenodd" d="M13 26a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h22a3 3 0 0 0 3-3V29a3 3 0 0 0-3-3zm7 6.25c0-.69-.56-1.25-1.25-1.25h-1.5a1.25 1.25 0 0 0-1.18.833a1 1 0 0 1-1.885-.666A3.25 3.25 0 0 1 17.25 29h1.5a3.25 3.25 0 0 1 2.182 5.658L17.474 38H21a1 1 0 1 1 0 2h-6a1 1 0 0 1-.695-1.72l5.25-5.072l.028-.026c.257-.23.417-.562.417-.932m12.674-1.888a1 1 0 1 1-1.333 1.49a3.504 3.504 0 1 0-.334 5.487v-1.875h-2.002a1 1 0 1 1 0-2h3.002a1 1 0 0 1 1 1v3.356a1 1 0 0 1-.333.746a5.504 5.504 0 1 1 0-8.204" clip-rule="evenodd"/><path d="M29.543 11.704a6 6 0 0 0-1.3-1.947l1.414-1.414a8 8 0 0 1 0 11.314l-1.414-1.415a6 6 0 0 0 1.3-6.538m-11.086 0a6 6 0 0 1 1.3-1.947l-1.414-1.414a8 8 0 0 0 0 11.314l1.414-1.415a6 6 0 0 1-1.3-6.538"/><path d="M15.515 5.515a12 12 0 0 0 0 16.97L14.1 23.9a14 14 0 0 1 0-19.799zM24 16a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/></g></svg>
React
import type { SVGProps } from "react";
export function Healthicons2g(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M32.485 5.515a12 12 0 0 1 0 16.97L33.9 23.9a14 14 0 0 0 0-19.799z"/><path fillRule="evenodd" d="M13 26a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h22a3 3 0 0 0 3-3V29a3 3 0 0 0-3-3zm7 6.25c0-.69-.56-1.25-1.25-1.25h-1.5a1.25 1.25 0 0 0-1.18.833a1 1 0 0 1-1.885-.666A3.25 3.25 0 0 1 17.25 29h1.5a3.25 3.25 0 0 1 2.182 5.658L17.474 38H21a1 1 0 1 1 0 2h-6a1 1 0 0 1-.695-1.72l5.25-5.072l.028-.026c.257-.23.417-.562.417-.932m12.674-1.888a1 1 0 1 1-1.333 1.49a3.504 3.504 0 1 0-.334 5.487v-1.875h-2.002a1 1 0 1 1 0-2h3.002a1 1 0 0 1 1 1v3.356a1 1 0 0 1-.333.746a5.504 5.504 0 1 1 0-8.204" clipRule="evenodd"/><path d="M29.543 11.704a6 6 0 0 0-1.3-1.947l1.414-1.414a8 8 0 0 1 0 11.314l-1.414-1.415a6 6 0 0 0 1.3-6.538m-11.086 0a6 6 0 0 1 1.3-1.947l-1.414-1.414a8 8 0 0 0 0 11.314l1.414-1.415a6 6 0 0 1-1.3-6.538"/><path d="M15.515 5.515a12 12 0 0 0 0 16.97L14.1 23.9a14 14 0 0 1 0-19.799zM24 16a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M32.485 5.515a12 12 0 0 1 0 16.97L33.9 23.9a14 14 0 0 0 0-19.799z"/><path fill-rule="evenodd" d="M13 26a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h22a3 3 0 0 0 3-3V29a3 3 0 0 0-3-3zm7 6.25c0-.69-.56-1.25-1.25-1.25h-1.5a1.25 1.25 0 0 0-1.18.833a1 1 0 0 1-1.885-.666A3.25 3.25 0 0 1 17.25 29h1.5a3.25 3.25 0 0 1 2.182 5.658L17.474 38H21a1 1 0 1 1 0 2h-6a1 1 0 0 1-.695-1.72l5.25-5.072l.028-.026c.257-.23.417-.562.417-.932m12.674-1.888a1 1 0 1 1-1.333 1.49a3.504 3.504 0 1 0-.334 5.487v-1.875h-2.002a1 1 0 1 1 0-2h3.002a1 1 0 0 1 1 1v3.356a1 1 0 0 1-.333.746a5.504 5.504 0 1 1 0-8.204" clip-rule="evenodd"/><path d="M29.543 11.704a6 6 0 0 0-1.3-1.947l1.414-1.414a8 8 0 0 1 0 11.314l-1.414-1.415a6 6 0 0 0 1.3-6.538m-11.086 0a6 6 0 0 1 1.3-1.947l-1.414-1.414a8 8 0 0 0 0 11.314l1.414-1.415a6 6 0 0 1-1.3-6.538"/><path d="M15.515 5.515a12 12 0 0 0 0 16.97L14.1 23.9a14 14 0 0 1 0-19.799zM24 16a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/></g></svg> </template>
CSS
.icon-2g {
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%22currentColor%22%3E%3Cpath%20d%3D%22M32.485%205.515a12%2012%200%200%201%200%2016.97L33.9%2023.9a14%2014%200%200%200%200-19.799z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13%2026a3%203%200%200%200-3%203v12a3%203%200%200%200%203%203h22a3%203%200%200%200%203-3V29a3%203%200%200%200-3-3zm7%206.25c0-.69-.56-1.25-1.25-1.25h-1.5a1.25%201.25%200%200%200-1.18.833a1%201%200%200%201-1.885-.666A3.25%203.25%200%200%201%2017.25%2029h1.5a3.25%203.25%200%200%201%202.182%205.658L17.474%2038H21a1%201%200%201%201%200%202h-6a1%201%200%200%201-.695-1.72l5.25-5.072l.028-.026c.257-.23.417-.562.417-.932m12.674-1.888a1%201%200%201%201-1.333%201.49a3.504%203.504%200%201%200-.334%205.487v-1.875h-2.002a1%201%200%201%201%200-2h3.002a1%201%200%200%201%201%201v3.356a1%201%200%200%201-.333.746a5.504%205.504%200%201%201%200-8.204%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M29.543%2011.704a6%206%200%200%200-1.3-1.947l1.414-1.414a8%208%200%200%201%200%2011.314l-1.414-1.415a6%206%200%200%200%201.3-6.538m-11.086%200a6%206%200%200%201%201.3-1.947l-1.414-1.414a8%208%200%200%200%200%2011.314l1.414-1.415a6%206%200%200%201-1.3-6.538%22%2F%3E%3Cpath%20d%3D%22M15.515%205.515a12%2012%200%200%200%200%2016.97L14.1%2023.9a14%2014%200%200%201%200-19.799zM24%2016a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%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%22currentColor%22%3E%3Cpath%20d%3D%22M32.485%205.515a12%2012%200%200%201%200%2016.97L33.9%2023.9a14%2014%200%200%200%200-19.799z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13%2026a3%203%200%200%200-3%203v12a3%203%200%200%200%203%203h22a3%203%200%200%200%203-3V29a3%203%200%200%200-3-3zm7%206.25c0-.69-.56-1.25-1.25-1.25h-1.5a1.25%201.25%200%200%200-1.18.833a1%201%200%200%201-1.885-.666A3.25%203.25%200%200%201%2017.25%2029h1.5a3.25%203.25%200%200%201%202.182%205.658L17.474%2038H21a1%201%200%201%201%200%202h-6a1%201%200%200%201-.695-1.72l5.25-5.072l.028-.026c.257-.23.417-.562.417-.932m12.674-1.888a1%201%200%201%201-1.333%201.49a3.504%203.504%200%201%200-.334%205.487v-1.875h-2.002a1%201%200%201%201%200-2h3.002a1%201%200%200%201%201%201v3.356a1%201%200%200%201-.333.746a5.504%205.504%200%201%201%200-8.204%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M29.543%2011.704a6%206%200%200%200-1.3-1.947l1.414-1.414a8%208%200%200%201%200%2011.314l-1.414-1.415a6%206%200%200%200%201.3-6.538m-11.086%200a6%206%200%200%201%201.3-1.947l-1.414-1.414a8%208%200%200%200%200%2011.314l1.414-1.415a6%206%200%200%201-1.3-6.538%22%2F%3E%3Cpath%20d%3D%22M15.515%205.515a12%2012%200%200%200%200%2016.97L14.1%2023.9a14%2014%200%200%201%200-19.799zM24%2016a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/2g.svg?color=%231a73e8&size=48