2g negative icon

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

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

Use the 2g 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(#healthicons2gNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0v48h48V0zm35.087 9.408a12 12 0 0 0-2.602-3.893L33.9 4.1a14 14 0 0 1 0 19.799l-1.415-1.415a12 12 0 0 0 2.602-13.077m-6.844.35a6 6 0 0 1 0 8.485l1.414 1.414a8 8 0 0 0 0-11.314zm-8.486 0a6 6 0 0 0 0 8.485l-1.414 1.414a8 8 0 0 1 0-11.314zm-6.844-.35a12 12 0 0 1 2.602-3.893L14.1 4.1a14 14 0 0 0 0 19.799l1.415-1.415a12 12 0 0 1-2.602-13.077M26 14a2 2 0 1 1-4 0a2 2 0 0 1 4 0M13 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 1 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.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.204" clip-rule="evenodd"/></g><defs><clipPath id="healthicons2gNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function Healthicons2gNegative(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(#healthicons2gNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0v48h48V0zm35.087 9.408a12 12 0 0 0-2.602-3.893L33.9 4.1a14 14 0 0 1 0 19.799l-1.415-1.415a12 12 0 0 0 2.602-13.077m-6.844.35a6 6 0 0 1 0 8.485l1.414 1.414a8 8 0 0 0 0-11.314zm-8.486 0a6 6 0 0 0 0 8.485l-1.414 1.414a8 8 0 0 1 0-11.314zm-6.844-.35a12 12 0 0 1 2.602-3.893L14.1 4.1a14 14 0 0 0 0 19.799l1.415-1.415a12 12 0 0 1-2.602-13.077M26 14a2 2 0 1 1-4 0a2 2 0 0 1 4 0M13 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 1 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.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.204" clipRule="evenodd"/></g><defs><clipPath id="healthicons2gNegative"><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(#healthicons2gNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0v48h48V0zm35.087 9.408a12 12 0 0 0-2.602-3.893L33.9 4.1a14 14 0 0 1 0 19.799l-1.415-1.415a12 12 0 0 0 2.602-13.077m-6.844.35a6 6 0 0 1 0 8.485l1.414 1.414a8 8 0 0 0 0-11.314zm-8.486 0a6 6 0 0 0 0 8.485l-1.414 1.414a8 8 0 0 1 0-11.314zm-6.844-.35a12 12 0 0 1 2.602-3.893L14.1 4.1a14 14 0 0 0 0 19.799l1.415-1.415a12 12 0 0 1-2.602-13.077M26 14a2 2 0 1 1-4 0a2 2 0 0 1 4 0M13 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 1 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.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.204" clip-rule="evenodd"/></g><defs><clipPath id="healthicons2gNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-2g-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(%23healthicons2gNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200v48h48V0zm35.087%209.408a12%2012%200%200%200-2.602-3.893L33.9%204.1a14%2014%200%200%201%200%2019.799l-1.415-1.415a12%2012%200%200%200%202.602-13.077m-6.844.35a6%206%200%200%201%200%208.485l1.414%201.414a8%208%200%200%200%200-11.314zm-8.486%200a6%206%200%200%200%200%208.485l-1.414%201.414a8%208%200%200%201%200-11.314zm-6.844-.35a12%2012%200%200%201%202.602-3.893L14.1%204.1a14%2014%200%200%200%200%2019.799l1.415-1.415a12%2012%200%200%201-2.602-13.077M26%2014a2%202%200%201%201-4%200a2%202%200%200%201%204%200M13%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%201%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.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.204%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthicons2gNegative%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(%23healthicons2gNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200v48h48V0zm35.087%209.408a12%2012%200%200%200-2.602-3.893L33.9%204.1a14%2014%200%200%201%200%2019.799l-1.415-1.415a12%2012%200%200%200%202.602-13.077m-6.844.35a6%206%200%200%201%200%208.485l1.414%201.414a8%208%200%200%200%200-11.314zm-8.486%200a6%206%200%200%200%200%208.485l-1.414%201.414a8%208%200%200%201%200-11.314zm-6.844-.35a12%2012%200%200%201%202.602-3.893L14.1%204.1a14%2014%200%200%200%200%2019.799l1.415-1.415a12%2012%200%200%201-2.602-13.077M26%2014a2%202%200%201%201-4%200a2%202%200%200%201%204%200M13%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%201%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.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.204%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthicons2gNegative%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/2g-negative.svg?color=%231a73e8&size=48