medium level negative icon
medium-level-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- medium-level-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the medium 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(#healthiconsMediumLevelNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM11.065 13.48A17.93 17.93 0 0 0 6.109 24h3.944v2H6a17.9 17.9 0 0 0 3.864 11.127l2.211-2.21l.708-.708l1.414 1.414l-.707.707l-2.233 2.233l-.066.066l.02.019l-1.421 1.407A19.92 19.92 0 0 1 4 25.99C4 14.95 12.955 6 24 6s20 8.949 20 19.99a19.93 19.93 0 0 1-6.085 14.357l-1.391-1.437l.013-.012L36 38.36l-2.233-2.233l-.708-.707l1.415-1.414l.707.707l2.233 2.233l.48.48A17.9 17.9 0 0 0 42 26h-4.316v-2h4.207a17.93 17.93 0 0 0-4.956-10.52l-2.228 2.227l-.707.707L32.586 15l.707-.707l2.172-2.172A17.92 17.92 0 0 0 25 8.027V13h-2V8.027a17.93 17.93 0 0 0-10.465 4.094l.172.172l2.121 2.121l.708.707l-1.415 1.414l-.707-.707l-2.121-2.12zm9.561 24.224c-.028.392.088.781.326 1.094l1.922 2.212c1.126.49 1.626.49 2.569 0l1.922-2.212c.238-.313.354-.702.326-1.094L25.31 23.902c-.145-1.997-2.17-2.015-2.314-.018z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsMediumLevelNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMediumLevelNegative(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(#healthiconsMediumLevelNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM11.065 13.48A17.93 17.93 0 0 0 6.109 24h3.944v2H6a17.9 17.9 0 0 0 3.864 11.127l2.211-2.21l.708-.708l1.414 1.414l-.707.707l-2.233 2.233l-.066.066l.02.019l-1.421 1.407A19.92 19.92 0 0 1 4 25.99C4 14.95 12.955 6 24 6s20 8.949 20 19.99a19.93 19.93 0 0 1-6.085 14.357l-1.391-1.437l.013-.012L36 38.36l-2.233-2.233l-.708-.707l1.415-1.414l.707.707l2.233 2.233l.48.48A17.9 17.9 0 0 0 42 26h-4.316v-2h4.207a17.93 17.93 0 0 0-4.956-10.52l-2.228 2.227l-.707.707L32.586 15l.707-.707l2.172-2.172A17.92 17.92 0 0 0 25 8.027V13h-2V8.027a17.93 17.93 0 0 0-10.465 4.094l.172.172l2.121 2.121l.708.707l-1.415 1.414l-.707-.707l-2.121-2.12zm9.561 24.224c-.028.392.088.781.326 1.094l1.922 2.212c1.126.49 1.626.49 2.569 0l1.922-2.212c.238-.313.354-.702.326-1.094L25.31 23.902c-.145-1.997-2.17-2.015-2.314-.018z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsMediumLevelNegative"><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(#healthiconsMediumLevelNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM11.065 13.48A17.93 17.93 0 0 0 6.109 24h3.944v2H6a17.9 17.9 0 0 0 3.864 11.127l2.211-2.21l.708-.708l1.414 1.414l-.707.707l-2.233 2.233l-.066.066l.02.019l-1.421 1.407A19.92 19.92 0 0 1 4 25.99C4 14.95 12.955 6 24 6s20 8.949 20 19.99a19.93 19.93 0 0 1-6.085 14.357l-1.391-1.437l.013-.012L36 38.36l-2.233-2.233l-.708-.707l1.415-1.414l.707.707l2.233 2.233l.48.48A17.9 17.9 0 0 0 42 26h-4.316v-2h4.207a17.93 17.93 0 0 0-4.956-10.52l-2.228 2.227l-.707.707L32.586 15l.707-.707l2.172-2.172A17.92 17.92 0 0 0 25 8.027V13h-2V8.027a17.93 17.93 0 0 0-10.465 4.094l.172.172l2.121 2.121l.708.707l-1.415 1.414l-.707-.707l-2.121-2.12zm9.561 24.224c-.028.392.088.781.326 1.094l1.922 2.212c1.126.49 1.626.49 2.569 0l1.922-2.212c.238-.313.354-.702.326-1.094L25.31 23.902c-.145-1.997-2.17-2.015-2.314-.018z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsMediumLevelNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-medium-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(%23healthiconsMediumLevelNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM11.065%2013.48A17.93%2017.93%200%200%200%206.109%2024h3.944v2H6a17.9%2017.9%200%200%200%203.864%2011.127l2.211-2.21l.708-.708l1.414%201.414l-.707.707l-2.233%202.233l-.066.066l.02.019l-1.421%201.407A19.92%2019.92%200%200%201%204%2025.99C4%2014.95%2012.955%206%2024%206s20%208.949%2020%2019.99a19.93%2019.93%200%200%201-6.085%2014.357l-1.391-1.437l.013-.012L36%2038.36l-2.233-2.233l-.708-.707l1.415-1.414l.707.707l2.233%202.233l.48.48A17.9%2017.9%200%200%200%2042%2026h-4.316v-2h4.207a17.93%2017.93%200%200%200-4.956-10.52l-2.228%202.227l-.707.707L32.586%2015l.707-.707l2.172-2.172A17.92%2017.92%200%200%200%2025%208.027V13h-2V8.027a17.93%2017.93%200%200%200-10.465%204.094l.172.172l2.121%202.121l.708.707l-1.415%201.414l-.707-.707l-2.121-2.12zm9.561%2024.224c-.028.392.088.781.326%201.094l1.922%202.212c1.126.49%201.626.49%202.569%200l1.922-2.212c.238-.313.354-.702.326-1.094L25.31%2023.902c-.145-1.997-2.17-2.015-2.314-.018z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsMediumLevelNegative%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(%23healthiconsMediumLevelNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM11.065%2013.48A17.93%2017.93%200%200%200%206.109%2024h3.944v2H6a17.9%2017.9%200%200%200%203.864%2011.127l2.211-2.21l.708-.708l1.414%201.414l-.707.707l-2.233%202.233l-.066.066l.02.019l-1.421%201.407A19.92%2019.92%200%200%201%204%2025.99C4%2014.95%2012.955%206%2024%206s20%208.949%2020%2019.99a19.93%2019.93%200%200%201-6.085%2014.357l-1.391-1.437l.013-.012L36%2038.36l-2.233-2.233l-.708-.707l1.415-1.414l.707.707l2.233%202.233l.48.48A17.9%2017.9%200%200%200%2042%2026h-4.316v-2h4.207a17.93%2017.93%200%200%200-4.956-10.52l-2.228%202.227l-.707.707L32.586%2015l.707-.707l2.172-2.172A17.92%2017.92%200%200%200%2025%208.027V13h-2V8.027a17.93%2017.93%200%200%200-10.465%204.094l.172.172l2.121%202.121l.708.707l-1.415%201.414l-.707-.707l-2.121-2.12zm9.561%2024.224c-.028.392.088.781.326%201.094l1.922%202.212c1.126.49%201.626.49%202.569%200l1.922-2.212c.238-.313.354-.702.326-1.094L25.31%2023.902c-.145-1.997-2.17-2.015-2.314-.018z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsMediumLevelNegative%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/medium-level-negative.svg?color=%231a73e8&size=48