fever icon
fever-24px from Health Icons by Resolve to Save Lives · Filled 24px · Emotions · MIT Free for personal and commercial use.
- Name
- fever-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- Emotions
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health Icons
More emotions icons from Health Icons
Use the fever icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.038 5.096q.117-.344.274-.698q.204-.46.565-1.127A10 10 0 0 0 11.988 2C6.692 2 2.357 6.107 2 11.306a3 3 0 0 1 2.228-1.296A8.01 8.01 0 0 1 11.988 4c1.478 0 2.862.4 4.05 1.096m.975 4.87a4 4 0 0 1-.35-.343a3.8 3.8 0 0 1-.595-.875a1.23 1.23 0 0 1-.741.045c-.3-.08-.537-.278-.72-.54a2 2 0 0 1-.319-.713l-1.474.288c.067.342.243.83.563 1.286c.324.461.829.932 1.56 1.128c.733.196 1.406.04 1.918-.197q.081-.038.158-.08M2.527 15.28A10.015 10.015 0 0 0 11.988 22C17.518 22 22 17.523 22 12c0-.95-.133-1.868-.38-2.739a4 4 0 0 1-.29.362q-.643.714-1.459.955q.126.693.127 1.422c0 4.418-3.586 8-8.01 8a8.01 8.01 0 0 1-6.966-4.049a3 3 0 0 1-2.495-.67"/><path d="M9.372 8.252c.188-.268.287-.558.318-.712l1.473.288a3.5 3.5 0 0 1-.562 1.286c-.324.461-.829.932-1.561 1.128c-.733.196-1.406.04-1.917-.197a3.5 3.5 0 0 1-1.131-.833l1.132-.986c.104.119.335.32.632.459c.292.135.596.188.895.108s.536-.278.72-.54M18.996 9a1.93 1.93 0 0 1-1.414-.588A1.92 1.92 0 0 1 16.994 7q0-.676.375-1.437Q17.745 4.8 18.996 3q1.252 1.8 1.627 2.563q.375.762.376 1.437q0 .824-.588 1.412A1.93 1.93 0 0 1 18.996 9M5.482 14.732a2.001 2.001 0 1 1 1-1.748l4.9 2.097a1 1 0 1 1-.79 1.838z"/><path d="M7.683 17.2c0-1.93.3-2.7 1.302-3.7c1-1 2.274-1.3 3.003-1.3s2.003.3 3.004 1.3s1.301 1.806 1.301 3.7z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsFever24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.038 5.096q.117-.344.274-.698q.204-.46.565-1.127A10 10 0 0 0 11.988 2C6.692 2 2.357 6.107 2 11.306a3 3 0 0 1 2.228-1.296A8.01 8.01 0 0 1 11.988 4c1.478 0 2.862.4 4.05 1.096m.975 4.87a4 4 0 0 1-.35-.343a3.8 3.8 0 0 1-.595-.875a1.23 1.23 0 0 1-.741.045c-.3-.08-.537-.278-.72-.54a2 2 0 0 1-.319-.713l-1.474.288c.067.342.243.83.563 1.286c.324.461.829.932 1.56 1.128c.733.196 1.406.04 1.918-.197q.081-.038.158-.08M2.527 15.28A10.015 10.015 0 0 0 11.988 22C17.518 22 22 17.523 22 12c0-.95-.133-1.868-.38-2.739a4 4 0 0 1-.29.362q-.643.714-1.459.955q.126.693.127 1.422c0 4.418-3.586 8-8.01 8a8.01 8.01 0 0 1-6.966-4.049a3 3 0 0 1-2.495-.67"/><path d="M9.372 8.252c.188-.268.287-.558.318-.712l1.473.288a3.5 3.5 0 0 1-.562 1.286c-.324.461-.829.932-1.561 1.128c-.733.196-1.406.04-1.917-.197a3.5 3.5 0 0 1-1.131-.833l1.132-.986c.104.119.335.32.632.459c.292.135.596.188.895.108s.536-.278.72-.54M18.996 9a1.93 1.93 0 0 1-1.414-.588A1.92 1.92 0 0 1 16.994 7q0-.676.375-1.437Q17.745 4.8 18.996 3q1.252 1.8 1.627 2.563q.375.762.376 1.437q0 .824-.588 1.412A1.93 1.93 0 0 1 18.996 9M5.482 14.732a2.001 2.001 0 1 1 1-1.748l4.9 2.097a1 1 0 1 1-.79 1.838z"/><path d="M7.683 17.2c0-1.93.3-2.7 1.302-3.7c1-1 2.274-1.3 3.003-1.3s2.003.3 3.004 1.3s1.301 1.806 1.301 3.7z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.038 5.096q.117-.344.274-.698q.204-.46.565-1.127A10 10 0 0 0 11.988 2C6.692 2 2.357 6.107 2 11.306a3 3 0 0 1 2.228-1.296A8.01 8.01 0 0 1 11.988 4c1.478 0 2.862.4 4.05 1.096m.975 4.87a4 4 0 0 1-.35-.343a3.8 3.8 0 0 1-.595-.875a1.23 1.23 0 0 1-.741.045c-.3-.08-.537-.278-.72-.54a2 2 0 0 1-.319-.713l-1.474.288c.067.342.243.83.563 1.286c.324.461.829.932 1.56 1.128c.733.196 1.406.04 1.918-.197q.081-.038.158-.08M2.527 15.28A10.015 10.015 0 0 0 11.988 22C17.518 22 22 17.523 22 12c0-.95-.133-1.868-.38-2.739a4 4 0 0 1-.29.362q-.643.714-1.459.955q.126.693.127 1.422c0 4.418-3.586 8-8.01 8a8.01 8.01 0 0 1-6.966-4.049a3 3 0 0 1-2.495-.67"/><path d="M9.372 8.252c.188-.268.287-.558.318-.712l1.473.288a3.5 3.5 0 0 1-.562 1.286c-.324.461-.829.932-1.561 1.128c-.733.196-1.406.04-1.917-.197a3.5 3.5 0 0 1-1.131-.833l1.132-.986c.104.119.335.32.632.459c.292.135.596.188.895.108s.536-.278.72-.54M18.996 9a1.93 1.93 0 0 1-1.414-.588A1.92 1.92 0 0 1 16.994 7q0-.676.375-1.437Q17.745 4.8 18.996 3q1.252 1.8 1.627 2.563q.375.762.376 1.437q0 .824-.588 1.412A1.93 1.93 0 0 1 18.996 9M5.482 14.732a2.001 2.001 0 1 1 1-1.748l4.9 2.097a1 1 0 1 1-.79 1.838z"/><path d="M7.683 17.2c0-1.93.3-2.7 1.302-3.7c1-1 2.274-1.3 3.003-1.3s2.003.3 3.004 1.3s1.301 1.806 1.301 3.7z"/></g></svg> </template>
CSS
.icon-fever-24px {
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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16.038%205.096q.117-.344.274-.698q.204-.46.565-1.127A10%2010%200%200%200%2011.988%202C6.692%202%202.357%206.107%202%2011.306a3%203%200%200%201%202.228-1.296A8.01%208.01%200%200%201%2011.988%204c1.478%200%202.862.4%204.05%201.096m.975%204.87a4%204%200%200%201-.35-.343a3.8%203.8%200%200%201-.595-.875a1.23%201.23%200%200%201-.741.045c-.3-.08-.537-.278-.72-.54a2%202%200%200%201-.319-.713l-1.474.288c.067.342.243.83.563%201.286c.324.461.829.932%201.56%201.128c.733.196%201.406.04%201.918-.197q.081-.038.158-.08M2.527%2015.28A10.015%2010.015%200%200%200%2011.988%2022C17.518%2022%2022%2017.523%2022%2012c0-.95-.133-1.868-.38-2.739a4%204%200%200%201-.29.362q-.643.714-1.459.955q.126.693.127%201.422c0%204.418-3.586%208-8.01%208a8.01%208.01%200%200%201-6.966-4.049a3%203%200%200%201-2.495-.67%22%2F%3E%3Cpath%20d%3D%22M9.372%208.252c.188-.268.287-.558.318-.712l1.473.288a3.5%203.5%200%200%201-.562%201.286c-.324.461-.829.932-1.561%201.128c-.733.196-1.406.04-1.917-.197a3.5%203.5%200%200%201-1.131-.833l1.132-.986c.104.119.335.32.632.459c.292.135.596.188.895.108s.536-.278.72-.54M18.996%209a1.93%201.93%200%200%201-1.414-.588A1.92%201.92%200%200%201%2016.994%207q0-.676.375-1.437Q17.745%204.8%2018.996%203q1.252%201.8%201.627%202.563q.375.762.376%201.437q0%20.824-.588%201.412A1.93%201.93%200%200%201%2018.996%209M5.482%2014.732a2.001%202.001%200%201%201%201-1.748l4.9%202.097a1%201%200%201%201-.79%201.838z%22%2F%3E%3Cpath%20d%3D%22M7.683%2017.2c0-1.93.3-2.7%201.302-3.7c1-1%202.274-1.3%203.003-1.3s2.003.3%203.004%201.3s1.301%201.806%201.301%203.7z%22%2F%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16.038%205.096q.117-.344.274-.698q.204-.46.565-1.127A10%2010%200%200%200%2011.988%202C6.692%202%202.357%206.107%202%2011.306a3%203%200%200%201%202.228-1.296A8.01%208.01%200%200%201%2011.988%204c1.478%200%202.862.4%204.05%201.096m.975%204.87a4%204%200%200%201-.35-.343a3.8%203.8%200%200%201-.595-.875a1.23%201.23%200%200%201-.741.045c-.3-.08-.537-.278-.72-.54a2%202%200%200%201-.319-.713l-1.474.288c.067.342.243.83.563%201.286c.324.461.829.932%201.56%201.128c.733.196%201.406.04%201.918-.197q.081-.038.158-.08M2.527%2015.28A10.015%2010.015%200%200%200%2011.988%2022C17.518%2022%2022%2017.523%2022%2012c0-.95-.133-1.868-.38-2.739a4%204%200%200%201-.29.362q-.643.714-1.459.955q.126.693.127%201.422c0%204.418-3.586%208-8.01%208a8.01%208.01%200%200%201-6.966-4.049a3%203%200%200%201-2.495-.67%22%2F%3E%3Cpath%20d%3D%22M9.372%208.252c.188-.268.287-.558.318-.712l1.473.288a3.5%203.5%200%200%201-.562%201.286c-.324.461-.829.932-1.561%201.128c-.733.196-1.406.04-1.917-.197a3.5%203.5%200%200%201-1.131-.833l1.132-.986c.104.119.335.32.632.459c.292.135.596.188.895.108s.536-.278.72-.54M18.996%209a1.93%201.93%200%200%201-1.414-.588A1.92%201.92%200%200%201%2016.994%207q0-.676.375-1.437Q17.745%204.8%2018.996%203q1.252%201.8%201.627%202.563q.375.762.376%201.437q0%20.824-.588%201.412A1.93%201.93%200%200%201%2018.996%209M5.482%2014.732a2.001%202.001%200%201%201%201-1.748l4.9%202.097a1%201%200%201%201-.79%201.838z%22%2F%3E%3Cpath%20d%3D%22M7.683%2017.2c0-1.93.3-2.7%201.302-3.7c1-1%202.274-1.3%203.003-1.3s2.003.3%203.004%201.3s1.301%201.806%201.301%203.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/fever-24px.svg?color=%231a73e8&size=48