low level negative icon

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

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

Related icons in Health Icons

Use the low level 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(#healthiconsLowLevelNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM24.493 36.569c.375.116.78.091 1.139-.07l2.589-1.373c.732-.985.845-1.472.58-2.501l-1.72-2.373a1.62 1.62 0 0 0-.991-.565l-13.983-.8c-1.978-.311-2.454 1.657-.541 2.25zM6.109 24a17.93 17.93 0 0 1 4.956-10.52l.228.227l2.121 2.121l.707.707l1.415-1.414l-.708-.707l-2.121-2.121l-.172-.172A17.93 17.93 0 0 1 23 8.027V13h2V8.027a17.92 17.92 0 0 1 10.465 4.094l-2.172 2.172l-.707.707L34 16.414l.707-.707l2.228-2.228A17.93 17.93 0 0 1 41.891 24h-4.207v2H42a17.9 17.9 0 0 1-4.106 11.427l-.48-.48l-2.233-2.233l-.707-.707l-1.414 1.414l.707.707L36 38.361l.537.537l-.013.012l1.391 1.437A19.93 19.93 0 0 0 44 25.99C44 14.95 35.045 6 24 6S4 14.949 4 25.99a19.92 19.92 0 0 0 5.79 14.065l1.42-1.407l-.019-.02l.066-.065l2.233-2.233l.707-.707l-1.414-1.414l-.708.707l-2.21 2.211A17.9 17.9 0 0 1 6 26h4.053v-2z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsLowLevelNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsLowLevelNegative(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(#healthiconsLowLevelNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM24.493 36.569c.375.116.78.091 1.139-.07l2.589-1.373c.732-.985.845-1.472.58-2.501l-1.72-2.373a1.62 1.62 0 0 0-.991-.565l-13.983-.8c-1.978-.311-2.454 1.657-.541 2.25zM6.109 24a17.93 17.93 0 0 1 4.956-10.52l.228.227l2.121 2.121l.707.707l1.415-1.414l-.708-.707l-2.121-2.121l-.172-.172A17.93 17.93 0 0 1 23 8.027V13h2V8.027a17.92 17.92 0 0 1 10.465 4.094l-2.172 2.172l-.707.707L34 16.414l.707-.707l2.228-2.228A17.93 17.93 0 0 1 41.891 24h-4.207v2H42a17.9 17.9 0 0 1-4.106 11.427l-.48-.48l-2.233-2.233l-.707-.707l-1.414 1.414l.707.707L36 38.361l.537.537l-.013.012l1.391 1.437A19.93 19.93 0 0 0 44 25.99C44 14.95 35.045 6 24 6S4 14.949 4 25.99a19.92 19.92 0 0 0 5.79 14.065l1.42-1.407l-.019-.02l.066-.065l2.233-2.233l.707-.707l-1.414-1.414l-.708.707l-2.21 2.211A17.9 17.9 0 0 1 6 26h4.053v-2z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsLowLevelNegative"><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(#healthiconsLowLevelNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM24.493 36.569c.375.116.78.091 1.139-.07l2.589-1.373c.732-.985.845-1.472.58-2.501l-1.72-2.373a1.62 1.62 0 0 0-.991-.565l-13.983-.8c-1.978-.311-2.454 1.657-.541 2.25zM6.109 24a17.93 17.93 0 0 1 4.956-10.52l.228.227l2.121 2.121l.707.707l1.415-1.414l-.708-.707l-2.121-2.121l-.172-.172A17.93 17.93 0 0 1 23 8.027V13h2V8.027a17.92 17.92 0 0 1 10.465 4.094l-2.172 2.172l-.707.707L34 16.414l.707-.707l2.228-2.228A17.93 17.93 0 0 1 41.891 24h-4.207v2H42a17.9 17.9 0 0 1-4.106 11.427l-.48-.48l-2.233-2.233l-.707-.707l-1.414 1.414l.707.707L36 38.361l.537.537l-.013.012l1.391 1.437A19.93 19.93 0 0 0 44 25.99C44 14.95 35.045 6 24 6S4 14.949 4 25.99a19.92 19.92 0 0 0 5.79 14.065l1.42-1.407l-.019-.02l.066-.065l2.233-2.233l.707-.707l-1.414-1.414l-.708.707l-2.21 2.211A17.9 17.9 0 0 1 6 26h4.053v-2z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsLowLevelNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-low-level-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(%23healthiconsLowLevelNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM24.493%2036.569c.375.116.78.091%201.139-.07l2.589-1.373c.732-.985.845-1.472.58-2.501l-1.72-2.373a1.62%201.62%200%200%200-.991-.565l-13.983-.8c-1.978-.311-2.454%201.657-.541%202.25zM6.109%2024a17.93%2017.93%200%200%201%204.956-10.52l.228.227l2.121%202.121l.707.707l1.415-1.414l-.708-.707l-2.121-2.121l-.172-.172A17.93%2017.93%200%200%201%2023%208.027V13h2V8.027a17.92%2017.92%200%200%201%2010.465%204.094l-2.172%202.172l-.707.707L34%2016.414l.707-.707l2.228-2.228A17.93%2017.93%200%200%201%2041.891%2024h-4.207v2H42a17.9%2017.9%200%200%201-4.106%2011.427l-.48-.48l-2.233-2.233l-.707-.707l-1.414%201.414l.707.707L36%2038.361l.537.537l-.013.012l1.391%201.437A19.93%2019.93%200%200%200%2044%2025.99C44%2014.95%2035.045%206%2024%206S4%2014.949%204%2025.99a19.92%2019.92%200%200%200%205.79%2014.065l1.42-1.407l-.019-.02l.066-.065l2.233-2.233l.707-.707l-1.414-1.414l-.708.707l-2.21%202.211A17.9%2017.9%200%200%201%206%2026h4.053v-2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsLowLevelNegative%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(%23healthiconsLowLevelNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM24.493%2036.569c.375.116.78.091%201.139-.07l2.589-1.373c.732-.985.845-1.472.58-2.501l-1.72-2.373a1.62%201.62%200%200%200-.991-.565l-13.983-.8c-1.978-.311-2.454%201.657-.541%202.25zM6.109%2024a17.93%2017.93%200%200%201%204.956-10.52l.228.227l2.121%202.121l.707.707l1.415-1.414l-.708-.707l-2.121-2.121l-.172-.172A17.93%2017.93%200%200%201%2023%208.027V13h2V8.027a17.92%2017.92%200%200%201%2010.465%204.094l-2.172%202.172l-.707.707L34%2016.414l.707-.707l2.228-2.228A17.93%2017.93%200%200%201%2041.891%2024h-4.207v2H42a17.9%2017.9%200%200%201-4.106%2011.427l-.48-.48l-2.233-2.233l-.707-.707l-1.414%201.414l.707.707L36%2038.361l.537.537l-.013.012l1.391%201.437A19.93%2019.93%200%200%200%2044%2025.99C44%2014.95%2035.045%206%2024%206S4%2014.949%204%2025.99a19.92%2019.92%200%200%200%205.79%2014.065l1.42-1.407l-.019-.02l.066-.065l2.233-2.233l.707-.707l-1.414-1.414l-.708.707l-2.21%202.211A17.9%2017.9%200%200%201%206%2026h4.053v-2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsLowLevelNegative%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/low-level-negative.svg?color=%231a73e8&size=48