fever negative icon
fever-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- fever-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the fever 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(#healthiconsFeverNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm31.588 7.673A17.9 17.9 0 0 0 24 6C14.059 6 6 14.059 6 24s8.059 18 18 18s18-8.059 18-18c0-1.87-.285-3.674-.815-5.37a7 7 0 0 1-1.8.959A16 16 0 0 1 40 24c0 8.837-7.163 16-16 16S8 32.837 8 24S15.163 8 24 8c2.407 0 4.69.532 6.739 1.484c.24-.62.53-1.226.849-1.811M37 17a4 4 0 0 0 4-4c0-3.5-4-7-4-7s-4 3.5-4 7a4 4 0 0 0 4 4M17.376 31.353A12 12 0 0 0 16.593 33c-.387 1.003.42 2 1.495 2h3.29l-3.457-2.994l1.309-1.512L24.433 35h5.479c1.075 0 1.882-.997 1.495-2c-1.376-3.562-4.177-6-7.407-6c-2.093 0-4.005 1.023-5.466 2.712l-1.568-1.344Q17 28.188 17 28a2 2 0 1 0-1.335 1.887zM13.63 19.875c-.119.738.381 1.445 1.065 1.883c.713.457 1.73.707 2.93.53a3.8 3.8 0 0 0 2.653-1.666c.504-.763.712-1.693.48-2.381a.5.5 0 0 0-.818-.204c-1.796 1.705-3.824 2.124-5.642 1.449a.5.5 0 0 0-.668.389m20.076 0c.119.738-.382 1.445-1.065 1.883c-.713.457-1.73.707-2.93.53a3.8 3.8 0 0 1-2.653-1.666c-.504-.763-.712-1.693-.48-2.381a.5.5 0 0 1 .818-.204c1.796 1.705 3.824 2.124 5.642 1.449a.5.5 0 0 1 .668.389" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsFeverNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsFeverNegative(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(#healthiconsFeverNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm31.588 7.673A17.9 17.9 0 0 0 24 6C14.059 6 6 14.059 6 24s8.059 18 18 18s18-8.059 18-18c0-1.87-.285-3.674-.815-5.37a7 7 0 0 1-1.8.959A16 16 0 0 1 40 24c0 8.837-7.163 16-16 16S8 32.837 8 24S15.163 8 24 8c2.407 0 4.69.532 6.739 1.484c.24-.62.53-1.226.849-1.811M37 17a4 4 0 0 0 4-4c0-3.5-4-7-4-7s-4 3.5-4 7a4 4 0 0 0 4 4M17.376 31.353A12 12 0 0 0 16.593 33c-.387 1.003.42 2 1.495 2h3.29l-3.457-2.994l1.309-1.512L24.433 35h5.479c1.075 0 1.882-.997 1.495-2c-1.376-3.562-4.177-6-7.407-6c-2.093 0-4.005 1.023-5.466 2.712l-1.568-1.344Q17 28.188 17 28a2 2 0 1 0-1.335 1.887zM13.63 19.875c-.119.738.381 1.445 1.065 1.883c.713.457 1.73.707 2.93.53a3.8 3.8 0 0 0 2.653-1.666c.504-.763.712-1.693.48-2.381a.5.5 0 0 0-.818-.204c-1.796 1.705-3.824 2.124-5.642 1.449a.5.5 0 0 0-.668.389m20.076 0c.119.738-.382 1.445-1.065 1.883c-.713.457-1.73.707-2.93.53a3.8 3.8 0 0 1-2.653-1.666c-.504-.763-.712-1.693-.48-2.381a.5.5 0 0 1 .818-.204c1.796 1.705 3.824 2.124 5.642 1.449a.5.5 0 0 1 .668.389" clipRule="evenodd"/></g><defs><clipPath id="healthiconsFeverNegative"><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(#healthiconsFeverNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm31.588 7.673A17.9 17.9 0 0 0 24 6C14.059 6 6 14.059 6 24s8.059 18 18 18s18-8.059 18-18c0-1.87-.285-3.674-.815-5.37a7 7 0 0 1-1.8.959A16 16 0 0 1 40 24c0 8.837-7.163 16-16 16S8 32.837 8 24S15.163 8 24 8c2.407 0 4.69.532 6.739 1.484c.24-.62.53-1.226.849-1.811M37 17a4 4 0 0 0 4-4c0-3.5-4-7-4-7s-4 3.5-4 7a4 4 0 0 0 4 4M17.376 31.353A12 12 0 0 0 16.593 33c-.387 1.003.42 2 1.495 2h3.29l-3.457-2.994l1.309-1.512L24.433 35h5.479c1.075 0 1.882-.997 1.495-2c-1.376-3.562-4.177-6-7.407-6c-2.093 0-4.005 1.023-5.466 2.712l-1.568-1.344Q17 28.188 17 28a2 2 0 1 0-1.335 1.887zM13.63 19.875c-.119.738.381 1.445 1.065 1.883c.713.457 1.73.707 2.93.53a3.8 3.8 0 0 0 2.653-1.666c.504-.763.712-1.693.48-2.381a.5.5 0 0 0-.818-.204c-1.796 1.705-3.824 2.124-5.642 1.449a.5.5 0 0 0-.668.389m20.076 0c.119.738-.382 1.445-1.065 1.883c-.713.457-1.73.707-2.93.53a3.8 3.8 0 0 1-2.653-1.666c-.504-.763-.712-1.693-.48-2.381a.5.5 0 0 1 .818-.204c1.796 1.705 3.824 2.124 5.642 1.449a.5.5 0 0 1 .668.389" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsFeverNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-fever-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(%23healthiconsFeverNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm31.588%207.673A17.9%2017.9%200%200%200%2024%206C14.059%206%206%2014.059%206%2024s8.059%2018%2018%2018s18-8.059%2018-18c0-1.87-.285-3.674-.815-5.37a7%207%200%200%201-1.8.959A16%2016%200%200%201%2040%2024c0%208.837-7.163%2016-16%2016S8%2032.837%208%2024S15.163%208%2024%208c2.407%200%204.69.532%206.739%201.484c.24-.62.53-1.226.849-1.811M37%2017a4%204%200%200%200%204-4c0-3.5-4-7-4-7s-4%203.5-4%207a4%204%200%200%200%204%204M17.376%2031.353A12%2012%200%200%200%2016.593%2033c-.387%201.003.42%202%201.495%202h3.29l-3.457-2.994l1.309-1.512L24.433%2035h5.479c1.075%200%201.882-.997%201.495-2c-1.376-3.562-4.177-6-7.407-6c-2.093%200-4.005%201.023-5.466%202.712l-1.568-1.344Q17%2028.188%2017%2028a2%202%200%201%200-1.335%201.887zM13.63%2019.875c-.119.738.381%201.445%201.065%201.883c.713.457%201.73.707%202.93.53a3.8%203.8%200%200%200%202.653-1.666c.504-.763.712-1.693.48-2.381a.5.5%200%200%200-.818-.204c-1.796%201.705-3.824%202.124-5.642%201.449a.5.5%200%200%200-.668.389m20.076%200c.119.738-.382%201.445-1.065%201.883c-.713.457-1.73.707-2.93.53a3.8%203.8%200%200%201-2.653-1.666c-.504-.763-.712-1.693-.48-2.381a.5.5%200%200%201%20.818-.204c1.796%201.705%203.824%202.124%205.642%201.449a.5.5%200%200%201%20.668.389%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsFeverNegative%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(%23healthiconsFeverNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm31.588%207.673A17.9%2017.9%200%200%200%2024%206C14.059%206%206%2014.059%206%2024s8.059%2018%2018%2018s18-8.059%2018-18c0-1.87-.285-3.674-.815-5.37a7%207%200%200%201-1.8.959A16%2016%200%200%201%2040%2024c0%208.837-7.163%2016-16%2016S8%2032.837%208%2024S15.163%208%2024%208c2.407%200%204.69.532%206.739%201.484c.24-.62.53-1.226.849-1.811M37%2017a4%204%200%200%200%204-4c0-3.5-4-7-4-7s-4%203.5-4%207a4%204%200%200%200%204%204M17.376%2031.353A12%2012%200%200%200%2016.593%2033c-.387%201.003.42%202%201.495%202h3.29l-3.457-2.994l1.309-1.512L24.433%2035h5.479c1.075%200%201.882-.997%201.495-2c-1.376-3.562-4.177-6-7.407-6c-2.093%200-4.005%201.023-5.466%202.712l-1.568-1.344Q17%2028.188%2017%2028a2%202%200%201%200-1.335%201.887zM13.63%2019.875c-.119.738.381%201.445%201.065%201.883c.713.457%201.73.707%202.93.53a3.8%203.8%200%200%200%202.653-1.666c.504-.763.712-1.693.48-2.381a.5.5%200%200%200-.818-.204c-1.796%201.705-3.824%202.124-5.642%201.449a.5.5%200%200%200-.668.389m20.076%200c.119.738-.382%201.445-1.065%201.883c-.713.457-1.73.707-2.93.53a3.8%203.8%200%200%201-2.653-1.666c-.504-.763-.712-1.693-.48-2.381a.5.5%200%200%201%20.818-.204c1.796%201.705%203.824%202.124%205.642%201.449a.5.5%200%200%201%20.668.389%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsFeverNegative%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/fever-negative.svg?color=%231a73e8&size=48