3 negative icon

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

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

Use the 3 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(#healthicons3Negative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM30 18c0-2.169-1.808-4-4.13-4h-4.088c-1.823 0-3.344 1.137-3.9 2.68a2 2 0 0 1-3.763-1.36c1.126-3.118 4.147-5.32 7.663-5.32h4.087C30.32 10 34 13.541 34 18a7.91 7.91 0 0 1-2.753 6A7.91 7.91 0 0 1 34 30c0 4.459-3.681 8-8.13 8h-4.088c-3.516 0-6.537-2.202-7.663-5.32a2 2 0 0 1 3.762-1.36c.557 1.543 2.078 2.68 3.901 2.68h4.087C28.192 34 30 32.169 30 30s-1.808-4-4.13-4h-4.088a2 2 0 1 1 0-4h4.087C28.192 22 30 20.169 30 18" clip-rule="evenodd"/></g><defs><clipPath id="healthicons3Negative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function Healthicons3Negative(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(#healthicons3Negative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM30 18c0-2.169-1.808-4-4.13-4h-4.088c-1.823 0-3.344 1.137-3.9 2.68a2 2 0 0 1-3.763-1.36c1.126-3.118 4.147-5.32 7.663-5.32h4.087C30.32 10 34 13.541 34 18a7.91 7.91 0 0 1-2.753 6A7.91 7.91 0 0 1 34 30c0 4.459-3.681 8-8.13 8h-4.088c-3.516 0-6.537-2.202-7.663-5.32a2 2 0 0 1 3.762-1.36c.557 1.543 2.078 2.68 3.901 2.68h4.087C28.192 34 30 32.169 30 30s-1.808-4-4.13-4h-4.088a2 2 0 1 1 0-4h4.087C28.192 22 30 20.169 30 18" clipRule="evenodd"/></g><defs><clipPath id="healthicons3Negative"><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(#healthicons3Negative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM30 18c0-2.169-1.808-4-4.13-4h-4.088c-1.823 0-3.344 1.137-3.9 2.68a2 2 0 0 1-3.763-1.36c1.126-3.118 4.147-5.32 7.663-5.32h4.087C30.32 10 34 13.541 34 18a7.91 7.91 0 0 1-2.753 6A7.91 7.91 0 0 1 34 30c0 4.459-3.681 8-8.13 8h-4.088c-3.516 0-6.537-2.202-7.663-5.32a2 2 0 0 1 3.762-1.36c.557 1.543 2.078 2.68 3.901 2.68h4.087C28.192 34 30 32.169 30 30s-1.808-4-4.13-4h-4.088a2 2 0 1 1 0-4h4.087C28.192 22 30 20.169 30 18" clip-rule="evenodd"/></g><defs><clipPath id="healthicons3Negative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-3-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(%23healthicons3Negative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM30%2018c0-2.169-1.808-4-4.13-4h-4.088c-1.823%200-3.344%201.137-3.9%202.68a2%202%200%200%201-3.763-1.36c1.126-3.118%204.147-5.32%207.663-5.32h4.087C30.32%2010%2034%2013.541%2034%2018a7.91%207.91%200%200%201-2.753%206A7.91%207.91%200%200%201%2034%2030c0%204.459-3.681%208-8.13%208h-4.088c-3.516%200-6.537-2.202-7.663-5.32a2%202%200%200%201%203.762-1.36c.557%201.543%202.078%202.68%203.901%202.68h4.087C28.192%2034%2030%2032.169%2030%2030s-1.808-4-4.13-4h-4.088a2%202%200%201%201%200-4h4.087C28.192%2022%2030%2020.169%2030%2018%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthicons3Negative%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(%23healthicons3Negative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM30%2018c0-2.169-1.808-4-4.13-4h-4.088c-1.823%200-3.344%201.137-3.9%202.68a2%202%200%200%201-3.763-1.36c1.126-3.118%204.147-5.32%207.663-5.32h4.087C30.32%2010%2034%2013.541%2034%2018a7.91%207.91%200%200%201-2.753%206A7.91%207.91%200%200%201%2034%2030c0%204.459-3.681%208-8.13%208h-4.088c-3.516%200-6.537-2.202-7.663-5.32a2%202%200%200%201%203.762-1.36c.557%201.543%202.078%202.68%203.901%202.68h4.087C28.192%2034%2030%2032.169%2030%2030s-1.808-4-4.13-4h-4.088a2%202%200%201%201%200-4h4.087C28.192%2022%2030%2020.169%2030%2018%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthicons3Negative%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/3-negative.svg?color=%231a73e8&size=48