high level negative icon

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

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

Related icons in Health Icons

Use the high 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(#healthiconsHighLevelNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM21.519 29.91a1.6 1.6 0 0 0-.973.597l-1.638 2.43c-.183 1.213-.053 1.696.665 2.48l2.633 1.284c.364.15.77.16 1.141.032l12.716-5.872c1.891-.657 1.385-2.617-.581-2.24zM6.109 24a17.93 17.93 0 0 1 4.956-10.52l3.056 3.055l1.415-1.414l-3.001-3A17.93 17.93 0 0 1 23 8.027V13h2V8.027a17.92 17.92 0 0 1 10.465 4.094L32.585 15L34 16.414l2.935-2.935A17.93 17.93 0 0 1 41.891 24h-4.207v2H42a17.9 17.9 0 0 1-4.106 11.427l-3.42-3.42l-1.414 1.414l3.477 3.477l-.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-.02l3.006-3.005l-1.414-1.414l-2.919 2.918A17.9 17.9 0 0 1 6 26h4.053v-2z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsHighLevelNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsHighLevelNegative(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(#healthiconsHighLevelNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM21.519 29.91a1.6 1.6 0 0 0-.973.597l-1.638 2.43c-.183 1.213-.053 1.696.665 2.48l2.633 1.284c.364.15.77.16 1.141.032l12.716-5.872c1.891-.657 1.385-2.617-.581-2.24zM6.109 24a17.93 17.93 0 0 1 4.956-10.52l3.056 3.055l1.415-1.414l-3.001-3A17.93 17.93 0 0 1 23 8.027V13h2V8.027a17.92 17.92 0 0 1 10.465 4.094L32.585 15L34 16.414l2.935-2.935A17.93 17.93 0 0 1 41.891 24h-4.207v2H42a17.9 17.9 0 0 1-4.106 11.427l-3.42-3.42l-1.414 1.414l3.477 3.477l-.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-.02l3.006-3.005l-1.414-1.414l-2.919 2.918A17.9 17.9 0 0 1 6 26h4.053v-2z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsHighLevelNegative"><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(#healthiconsHighLevelNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM21.519 29.91a1.6 1.6 0 0 0-.973.597l-1.638 2.43c-.183 1.213-.053 1.696.665 2.48l2.633 1.284c.364.15.77.16 1.141.032l12.716-5.872c1.891-.657 1.385-2.617-.581-2.24zM6.109 24a17.93 17.93 0 0 1 4.956-10.52l3.056 3.055l1.415-1.414l-3.001-3A17.93 17.93 0 0 1 23 8.027V13h2V8.027a17.92 17.92 0 0 1 10.465 4.094L32.585 15L34 16.414l2.935-2.935A17.93 17.93 0 0 1 41.891 24h-4.207v2H42a17.9 17.9 0 0 1-4.106 11.427l-3.42-3.42l-1.414 1.414l3.477 3.477l-.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-.02l3.006-3.005l-1.414-1.414l-2.919 2.918A17.9 17.9 0 0 1 6 26h4.053v-2z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsHighLevelNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-high-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(%23healthiconsHighLevelNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM21.519%2029.91a1.6%201.6%200%200%200-.973.597l-1.638%202.43c-.183%201.213-.053%201.696.665%202.48l2.633%201.284c.364.15.77.16%201.141.032l12.716-5.872c1.891-.657%201.385-2.617-.581-2.24zM6.109%2024a17.93%2017.93%200%200%201%204.956-10.52l3.056%203.055l1.415-1.414l-3.001-3A17.93%2017.93%200%200%201%2023%208.027V13h2V8.027a17.92%2017.92%200%200%201%2010.465%204.094L32.585%2015L34%2016.414l2.935-2.935A17.93%2017.93%200%200%201%2041.891%2024h-4.207v2H42a17.9%2017.9%200%200%201-4.106%2011.427l-3.42-3.42l-1.414%201.414l3.477%203.477l-.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-.02l3.006-3.005l-1.414-1.414l-2.919%202.918A17.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%22healthiconsHighLevelNegative%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(%23healthiconsHighLevelNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM21.519%2029.91a1.6%201.6%200%200%200-.973.597l-1.638%202.43c-.183%201.213-.053%201.696.665%202.48l2.633%201.284c.364.15.77.16%201.141.032l12.716-5.872c1.891-.657%201.385-2.617-.581-2.24zM6.109%2024a17.93%2017.93%200%200%201%204.956-10.52l3.056%203.055l1.415-1.414l-3.001-3A17.93%2017.93%200%200%201%2023%208.027V13h2V8.027a17.92%2017.92%200%200%201%2010.465%204.094L32.585%2015L34%2016.414l2.935-2.935A17.93%2017.93%200%200%201%2041.891%2024h-4.207v2H42a17.9%2017.9%200%200%201-4.106%2011.427l-3.42-3.42l-1.414%201.414l3.477%203.477l-.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-.02l3.006-3.005l-1.414-1.414l-2.919%202.918A17.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%22healthiconsHighLevelNegative%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/high-level-negative.svg?color=%231a73e8&size=48