fever-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Emotions · MIT Free for personal and commercial use.

Name
fever-outline-24px
Set
Health Icons
Style
Outline 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.319 4.398a8 8 0 0 0-.274.698A8.003 8.003 0 0 0 4.249 10.01a3 3 0 0 0-2.225 1.296C2.38 6.106 6.71 2 12 2c1.773 0 3.439.462 4.883 1.271q-.36.667-.564 1.127m.351 5.225q.168.188.35.343l-.16.079c-.51.237-1.182.393-1.914.197c-.731-.196-1.236-.667-1.56-1.128a3.5 3.5 0 0 1-.56-1.286l1.471-.288c.03.154.13.444.318.712c.184.263.42.461.72.541c.246.066.497.041.74-.045q.228.468.594.875M12 22c-4.374 0-8.092-2.808-9.45-6.72a2.99 2.99 0 0 0 2.492.671a8 8 0 0 0 14.832-5.373q.814-.241 1.457-.955a4 4 0 0 0 .29-.362c.247.87.379 1.79.379 2.739c0 5.523-4.477 10-10 10"/><path d="M9.704 7.54c-.03.154-.129.444-.317.712c-.185.263-.421.461-.72.541s-.603.027-.894-.108a2 2 0 0 1-.631-.459l-1.131.986c.229.262.625.598 1.13.833c.51.237 1.183.393 1.914.197c.732-.196 1.236-.667 1.56-1.128c.319-.455.494-.944.561-1.286z"/><path fill-rule="evenodd" d="M8.995 13.495A4.25 4.25 0 0 1 16.25 16.5v.75h-8.5v-.75q0-.393.071-.774l-2.32-.995a2 2 0 1 1 .998-1.748l2.14.917q.164-.213.356-.405m2.973 2.255a1 1 0 0 0-.574-.67l-1.304-.558a2.75 2.75 0 0 1 4.556 1.228z" clip-rule="evenodd"/><path d="M19 9q-.824 0-1.413-.588A1.93 1.93 0 0 1 17 7q0-.676.375-1.437Q17.75 4.8 19 3q1.25 1.8 1.625 2.563Q21 6.325 21 7q0 .824-.587 1.412A1.93 1.93 0 0 1 19 9"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsFeverOutline24px(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.319 4.398a8 8 0 0 0-.274.698A8.003 8.003 0 0 0 4.249 10.01a3 3 0 0 0-2.225 1.296C2.38 6.106 6.71 2 12 2c1.773 0 3.439.462 4.883 1.271q-.36.667-.564 1.127m.351 5.225q.168.188.35.343l-.16.079c-.51.237-1.182.393-1.914.197c-.731-.196-1.236-.667-1.56-1.128a3.5 3.5 0 0 1-.56-1.286l1.471-.288c.03.154.13.444.318.712c.184.263.42.461.72.541c.246.066.497.041.74-.045q.228.468.594.875M12 22c-4.374 0-8.092-2.808-9.45-6.72a2.99 2.99 0 0 0 2.492.671a8 8 0 0 0 14.832-5.373q.814-.241 1.457-.955a4 4 0 0 0 .29-.362c.247.87.379 1.79.379 2.739c0 5.523-4.477 10-10 10"/><path d="M9.704 7.54c-.03.154-.129.444-.317.712c-.185.263-.421.461-.72.541s-.603.027-.894-.108a2 2 0 0 1-.631-.459l-1.131.986c.229.262.625.598 1.13.833c.51.237 1.183.393 1.914.197c.732-.196 1.236-.667 1.56-1.128c.319-.455.494-.944.561-1.286z"/><path fillRule="evenodd" d="M8.995 13.495A4.25 4.25 0 0 1 16.25 16.5v.75h-8.5v-.75q0-.393.071-.774l-2.32-.995a2 2 0 1 1 .998-1.748l2.14.917q.164-.213.356-.405m2.973 2.255a1 1 0 0 0-.574-.67l-1.304-.558a2.75 2.75 0 0 1 4.556 1.228z" clipRule="evenodd"/><path d="M19 9q-.824 0-1.413-.588A1.93 1.93 0 0 1 17 7q0-.676.375-1.437Q17.75 4.8 19 3q1.25 1.8 1.625 2.563Q21 6.325 21 7q0 .824-.587 1.412A1.93 1.93 0 0 1 19 9"/></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.319 4.398a8 8 0 0 0-.274.698A8.003 8.003 0 0 0 4.249 10.01a3 3 0 0 0-2.225 1.296C2.38 6.106 6.71 2 12 2c1.773 0 3.439.462 4.883 1.271q-.36.667-.564 1.127m.351 5.225q.168.188.35.343l-.16.079c-.51.237-1.182.393-1.914.197c-.731-.196-1.236-.667-1.56-1.128a3.5 3.5 0 0 1-.56-1.286l1.471-.288c.03.154.13.444.318.712c.184.263.42.461.72.541c.246.066.497.041.74-.045q.228.468.594.875M12 22c-4.374 0-8.092-2.808-9.45-6.72a2.99 2.99 0 0 0 2.492.671a8 8 0 0 0 14.832-5.373q.814-.241 1.457-.955a4 4 0 0 0 .29-.362c.247.87.379 1.79.379 2.739c0 5.523-4.477 10-10 10"/><path d="M9.704 7.54c-.03.154-.129.444-.317.712c-.185.263-.421.461-.72.541s-.603.027-.894-.108a2 2 0 0 1-.631-.459l-1.131.986c.229.262.625.598 1.13.833c.51.237 1.183.393 1.914.197c.732-.196 1.236-.667 1.56-1.128c.319-.455.494-.944.561-1.286z"/><path fill-rule="evenodd" d="M8.995 13.495A4.25 4.25 0 0 1 16.25 16.5v.75h-8.5v-.75q0-.393.071-.774l-2.32-.995a2 2 0 1 1 .998-1.748l2.14.917q.164-.213.356-.405m2.973 2.255a1 1 0 0 0-.574-.67l-1.304-.558a2.75 2.75 0 0 1 4.556 1.228z" clip-rule="evenodd"/><path d="M19 9q-.824 0-1.413-.588A1.93 1.93 0 0 1 17 7q0-.676.375-1.437Q17.75 4.8 19 3q1.25 1.8 1.625 2.563Q21 6.325 21 7q0 .824-.587 1.412A1.93 1.93 0 0 1 19 9"/></g></svg>
</template>

CSS

.icon-fever-outline-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.319%204.398a8%208%200%200%200-.274.698A8.003%208.003%200%200%200%204.249%2010.01a3%203%200%200%200-2.225%201.296C2.38%206.106%206.71%202%2012%202c1.773%200%203.439.462%204.883%201.271q-.36.667-.564%201.127m.351%205.225q.168.188.35.343l-.16.079c-.51.237-1.182.393-1.914.197c-.731-.196-1.236-.667-1.56-1.128a3.5%203.5%200%200%201-.56-1.286l1.471-.288c.03.154.13.444.318.712c.184.263.42.461.72.541c.246.066.497.041.74-.045q.228.468.594.875M12%2022c-4.374%200-8.092-2.808-9.45-6.72a2.99%202.99%200%200%200%202.492.671a8%208%200%200%200%2014.832-5.373q.814-.241%201.457-.955a4%204%200%200%200%20.29-.362c.247.87.379%201.79.379%202.739c0%205.523-4.477%2010-10%2010%22%2F%3E%3Cpath%20d%3D%22M9.704%207.54c-.03.154-.129.444-.317.712c-.185.263-.421.461-.72.541s-.603.027-.894-.108a2%202%200%200%201-.631-.459l-1.131.986c.229.262.625.598%201.13.833c.51.237%201.183.393%201.914.197c.732-.196%201.236-.667%201.56-1.128c.319-.455.494-.944.561-1.286z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.995%2013.495A4.25%204.25%200%200%201%2016.25%2016.5v.75h-8.5v-.75q0-.393.071-.774l-2.32-.995a2%202%200%201%201%20.998-1.748l2.14.917q.164-.213.356-.405m2.973%202.255a1%201%200%200%200-.574-.67l-1.304-.558a2.75%202.75%200%200%201%204.556%201.228z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19%209q-.824%200-1.413-.588A1.93%201.93%200%200%201%2017%207q0-.676.375-1.437Q17.75%204.8%2019%203q1.25%201.8%201.625%202.563Q21%206.325%2021%207q0%20.824-.587%201.412A1.93%201.93%200%200%201%2019%209%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.319%204.398a8%208%200%200%200-.274.698A8.003%208.003%200%200%200%204.249%2010.01a3%203%200%200%200-2.225%201.296C2.38%206.106%206.71%202%2012%202c1.773%200%203.439.462%204.883%201.271q-.36.667-.564%201.127m.351%205.225q.168.188.35.343l-.16.079c-.51.237-1.182.393-1.914.197c-.731-.196-1.236-.667-1.56-1.128a3.5%203.5%200%200%201-.56-1.286l1.471-.288c.03.154.13.444.318.712c.184.263.42.461.72.541c.246.066.497.041.74-.045q.228.468.594.875M12%2022c-4.374%200-8.092-2.808-9.45-6.72a2.99%202.99%200%200%200%202.492.671a8%208%200%200%200%2014.832-5.373q.814-.241%201.457-.955a4%204%200%200%200%20.29-.362c.247.87.379%201.79.379%202.739c0%205.523-4.477%2010-10%2010%22%2F%3E%3Cpath%20d%3D%22M9.704%207.54c-.03.154-.129.444-.317.712c-.185.263-.421.461-.72.541s-.603.027-.894-.108a2%202%200%200%201-.631-.459l-1.131.986c.229.262.625.598%201.13.833c.51.237%201.183.393%201.914.197c.732-.196%201.236-.667%201.56-1.128c.319-.455.494-.944.561-1.286z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.995%2013.495A4.25%204.25%200%200%201%2016.25%2016.5v.75h-8.5v-.75q0-.393.071-.774l-2.32-.995a2%202%200%201%201%20.998-1.748l2.14.917q.164-.213.356-.405m2.973%202.255a1%201%200%200%200-.574-.67l-1.304-.558a2.75%202.75%200%200%201%204.556%201.228z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19%209q-.824%200-1.413-.588A1.93%201.93%200%200%201%2017%207q0-.676.375-1.437Q17.75%204.8%2019%203q1.25%201.8%201.625%202.563Q21%206.325%2021%207q0%20.824-.587%201.412A1.93%201.93%200%200%201%2019%209%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-outline-24px.svg?color=%231a73e8&size=48