chills icon
chills-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Conditions · MIT Free for personal and commercial use.
- Name
- chills-outline-24px
- Set
- Health Icons
- Style
- Outline 24px
- Category
- Conditions
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health Icons
More conditions icons from Health Icons
Use the chills icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14 4a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path fill-rule="evenodd" d="M9 11.923a1.64 1.64 0 0 1-1.108-1.884l.52-2.601A.545.545 0 0 1 8.947 7h6.04c.298 0 .555.21.614.504l.468 2.34A1.804 1.804 0 0 1 15 11.86V22h-2v-6h-2v6H9zM10 10V9h4v1zm-1 3h4v-1H9z" clip-rule="evenodd"/><path d="M5.629 6.835a.67.67 0 0 0-.129.415c0 .187.061.331.129.415c.066.083.114.085.121.085a.75.75 0 0 1 0 1.5c-.007 0-.055.002-.121.085a.67.67 0 0 0-.129.415c0 .187.061.331.129.415c.066.083.114.085.121.085a.75.75 0 0 1 0 1.5c-.007 0-.055.002-.121.085a.67.67 0 0 0-.129.415c0 .187.061.331.129.415c.066.083.114.085.121.085a.75.75 0 0 1 0 1.5c-.007 0-.055.002-.121.085a.67.67 0 0 0-.129.415c0 .187.061.331.129.415c.066.083.114.085.121.085a.75.75 0 0 1 0 1.5c-1.114 0-1.75-1.06-1.75-2c0-.429.133-.883.383-1.25A2.26 2.26 0 0 1 4 12.25c0-.429.133-.883.383-1.25A2.26 2.26 0 0 1 4 9.75c0-.429.133-.883.383-1.25A2.26 2.26 0 0 1 4 7.25c0-.94.636-2 1.75-2a.75.75 0 0 1 0 1.5c-.007 0-.055.002-.121.085m12.743 0a.67.67 0 0 1 .128.415a.67.67 0 0 1-.128.415c-.067.083-.114.085-.122.085a.75.75 0 0 0 0 1.5c.008 0 .055.002.122.085a.67.67 0 0 1 .128.415a.67.67 0 0 1-.128.415c-.067.083-.114.085-.122.085a.75.75 0 0 0 0 1.5c.008 0 .055.002.122.085a.67.67 0 0 1 .128.415a.67.67 0 0 1-.128.415c-.067.083-.114.085-.122.085a.75.75 0 0 0 0 1.5c.008 0 .055.002.122.085a.67.67 0 0 1 .128.415a.67.67 0 0 1-.128.415c-.067.083-.114.085-.122.085a.75.75 0 0 0 0 1.5c1.114 0 1.75-1.06 1.75-2c0-.429-.133-.883-.383-1.25c.25-.367.383-.821.383-1.25s-.133-.883-.383-1.25c.25-.367.383-.821.383-1.25s-.133-.883-.383-1.25c.25-.367.383-.821.383-1.25c0-.94-.636-2-1.75-2a.75.75 0 0 0 0 1.5c.008 0 .055.002.122.085"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsChillsOutline24px(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="M14 4a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path fillRule="evenodd" d="M9 11.923a1.64 1.64 0 0 1-1.108-1.884l.52-2.601A.545.545 0 0 1 8.947 7h6.04c.298 0 .555.21.614.504l.468 2.34A1.804 1.804 0 0 1 15 11.86V22h-2v-6h-2v6H9zM10 10V9h4v1zm-1 3h4v-1H9z" clipRule="evenodd"/><path d="M5.629 6.835a.67.67 0 0 0-.129.415c0 .187.061.331.129.415c.066.083.114.085.121.085a.75.75 0 0 1 0 1.5c-.007 0-.055.002-.121.085a.67.67 0 0 0-.129.415c0 .187.061.331.129.415c.066.083.114.085.121.085a.75.75 0 0 1 0 1.5c-.007 0-.055.002-.121.085a.67.67 0 0 0-.129.415c0 .187.061.331.129.415c.066.083.114.085.121.085a.75.75 0 0 1 0 1.5c-.007 0-.055.002-.121.085a.67.67 0 0 0-.129.415c0 .187.061.331.129.415c.066.083.114.085.121.085a.75.75 0 0 1 0 1.5c-1.114 0-1.75-1.06-1.75-2c0-.429.133-.883.383-1.25A2.26 2.26 0 0 1 4 12.25c0-.429.133-.883.383-1.25A2.26 2.26 0 0 1 4 9.75c0-.429.133-.883.383-1.25A2.26 2.26 0 0 1 4 7.25c0-.94.636-2 1.75-2a.75.75 0 0 1 0 1.5c-.007 0-.055.002-.121.085m12.743 0a.67.67 0 0 1 .128.415a.67.67 0 0 1-.128.415c-.067.083-.114.085-.122.085a.75.75 0 0 0 0 1.5c.008 0 .055.002.122.085a.67.67 0 0 1 .128.415a.67.67 0 0 1-.128.415c-.067.083-.114.085-.122.085a.75.75 0 0 0 0 1.5c.008 0 .055.002.122.085a.67.67 0 0 1 .128.415a.67.67 0 0 1-.128.415c-.067.083-.114.085-.122.085a.75.75 0 0 0 0 1.5c.008 0 .055.002.122.085a.67.67 0 0 1 .128.415a.67.67 0 0 1-.128.415c-.067.083-.114.085-.122.085a.75.75 0 0 0 0 1.5c1.114 0 1.75-1.06 1.75-2c0-.429-.133-.883-.383-1.25c.25-.367.383-.821.383-1.25s-.133-.883-.383-1.25c.25-.367.383-.821.383-1.25s-.133-.883-.383-1.25c.25-.367.383-.821.383-1.25c0-.94-.636-2-1.75-2a.75.75 0 0 0 0 1.5c.008 0 .055.002.122.085"/></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="M14 4a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path fill-rule="evenodd" d="M9 11.923a1.64 1.64 0 0 1-1.108-1.884l.52-2.601A.545.545 0 0 1 8.947 7h6.04c.298 0 .555.21.614.504l.468 2.34A1.804 1.804 0 0 1 15 11.86V22h-2v-6h-2v6H9zM10 10V9h4v1zm-1 3h4v-1H9z" clip-rule="evenodd"/><path d="M5.629 6.835a.67.67 0 0 0-.129.415c0 .187.061.331.129.415c.066.083.114.085.121.085a.75.75 0 0 1 0 1.5c-.007 0-.055.002-.121.085a.67.67 0 0 0-.129.415c0 .187.061.331.129.415c.066.083.114.085.121.085a.75.75 0 0 1 0 1.5c-.007 0-.055.002-.121.085a.67.67 0 0 0-.129.415c0 .187.061.331.129.415c.066.083.114.085.121.085a.75.75 0 0 1 0 1.5c-.007 0-.055.002-.121.085a.67.67 0 0 0-.129.415c0 .187.061.331.129.415c.066.083.114.085.121.085a.75.75 0 0 1 0 1.5c-1.114 0-1.75-1.06-1.75-2c0-.429.133-.883.383-1.25A2.26 2.26 0 0 1 4 12.25c0-.429.133-.883.383-1.25A2.26 2.26 0 0 1 4 9.75c0-.429.133-.883.383-1.25A2.26 2.26 0 0 1 4 7.25c0-.94.636-2 1.75-2a.75.75 0 0 1 0 1.5c-.007 0-.055.002-.121.085m12.743 0a.67.67 0 0 1 .128.415a.67.67 0 0 1-.128.415c-.067.083-.114.085-.122.085a.75.75 0 0 0 0 1.5c.008 0 .055.002.122.085a.67.67 0 0 1 .128.415a.67.67 0 0 1-.128.415c-.067.083-.114.085-.122.085a.75.75 0 0 0 0 1.5c.008 0 .055.002.122.085a.67.67 0 0 1 .128.415a.67.67 0 0 1-.128.415c-.067.083-.114.085-.122.085a.75.75 0 0 0 0 1.5c.008 0 .055.002.122.085a.67.67 0 0 1 .128.415a.67.67 0 0 1-.128.415c-.067.083-.114.085-.122.085a.75.75 0 0 0 0 1.5c1.114 0 1.75-1.06 1.75-2c0-.429-.133-.883-.383-1.25c.25-.367.383-.821.383-1.25s-.133-.883-.383-1.25c.25-.367.383-.821.383-1.25s-.133-.883-.383-1.25c.25-.367.383-.821.383-1.25c0-.94-.636-2-1.75-2a.75.75 0 0 0 0 1.5c.008 0 .055.002.122.085"/></g></svg> </template>
CSS
.icon-chills-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%22M14%204a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9%2011.923a1.64%201.64%200%200%201-1.108-1.884l.52-2.601A.545.545%200%200%201%208.947%207h6.04c.298%200%20.555.21.614.504l.468%202.34A1.804%201.804%200%200%201%2015%2011.86V22h-2v-6h-2v6H9zM10%2010V9h4v1zm-1%203h4v-1H9z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.629%206.835a.67.67%200%200%200-.129.415c0%20.187.061.331.129.415c.066.083.114.085.121.085a.75.75%200%200%201%200%201.5c-.007%200-.055.002-.121.085a.67.67%200%200%200-.129.415c0%20.187.061.331.129.415c.066.083.114.085.121.085a.75.75%200%200%201%200%201.5c-.007%200-.055.002-.121.085a.67.67%200%200%200-.129.415c0%20.187.061.331.129.415c.066.083.114.085.121.085a.75.75%200%200%201%200%201.5c-.007%200-.055.002-.121.085a.67.67%200%200%200-.129.415c0%20.187.061.331.129.415c.066.083.114.085.121.085a.75.75%200%200%201%200%201.5c-1.114%200-1.75-1.06-1.75-2c0-.429.133-.883.383-1.25A2.26%202.26%200%200%201%204%2012.25c0-.429.133-.883.383-1.25A2.26%202.26%200%200%201%204%209.75c0-.429.133-.883.383-1.25A2.26%202.26%200%200%201%204%207.25c0-.94.636-2%201.75-2a.75.75%200%200%201%200%201.5c-.007%200-.055.002-.121.085m12.743%200a.67.67%200%200%201%20.128.415a.67.67%200%200%201-.128.415c-.067.083-.114.085-.122.085a.75.75%200%200%200%200%201.5c.008%200%20.055.002.122.085a.67.67%200%200%201%20.128.415a.67.67%200%200%201-.128.415c-.067.083-.114.085-.122.085a.75.75%200%200%200%200%201.5c.008%200%20.055.002.122.085a.67.67%200%200%201%20.128.415a.67.67%200%200%201-.128.415c-.067.083-.114.085-.122.085a.75.75%200%200%200%200%201.5c.008%200%20.055.002.122.085a.67.67%200%200%201%20.128.415a.67.67%200%200%201-.128.415c-.067.083-.114.085-.122.085a.75.75%200%200%200%200%201.5c1.114%200%201.75-1.06%201.75-2c0-.429-.133-.883-.383-1.25c.25-.367.383-.821.383-1.25s-.133-.883-.383-1.25c.25-.367.383-.821.383-1.25s-.133-.883-.383-1.25c.25-.367.383-.821.383-1.25c0-.94-.636-2-1.75-2a.75.75%200%200%200%200%201.5c.008%200%20.055.002.122.085%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%22M14%204a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9%2011.923a1.64%201.64%200%200%201-1.108-1.884l.52-2.601A.545.545%200%200%201%208.947%207h6.04c.298%200%20.555.21.614.504l.468%202.34A1.804%201.804%200%200%201%2015%2011.86V22h-2v-6h-2v6H9zM10%2010V9h4v1zm-1%203h4v-1H9z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.629%206.835a.67.67%200%200%200-.129.415c0%20.187.061.331.129.415c.066.083.114.085.121.085a.75.75%200%200%201%200%201.5c-.007%200-.055.002-.121.085a.67.67%200%200%200-.129.415c0%20.187.061.331.129.415c.066.083.114.085.121.085a.75.75%200%200%201%200%201.5c-.007%200-.055.002-.121.085a.67.67%200%200%200-.129.415c0%20.187.061.331.129.415c.066.083.114.085.121.085a.75.75%200%200%201%200%201.5c-.007%200-.055.002-.121.085a.67.67%200%200%200-.129.415c0%20.187.061.331.129.415c.066.083.114.085.121.085a.75.75%200%200%201%200%201.5c-1.114%200-1.75-1.06-1.75-2c0-.429.133-.883.383-1.25A2.26%202.26%200%200%201%204%2012.25c0-.429.133-.883.383-1.25A2.26%202.26%200%200%201%204%209.75c0-.429.133-.883.383-1.25A2.26%202.26%200%200%201%204%207.25c0-.94.636-2%201.75-2a.75.75%200%200%201%200%201.5c-.007%200-.055.002-.121.085m12.743%200a.67.67%200%200%201%20.128.415a.67.67%200%200%201-.128.415c-.067.083-.114.085-.122.085a.75.75%200%200%200%200%201.5c.008%200%20.055.002.122.085a.67.67%200%200%201%20.128.415a.67.67%200%200%201-.128.415c-.067.083-.114.085-.122.085a.75.75%200%200%200%200%201.5c.008%200%20.055.002.122.085a.67.67%200%200%201%20.128.415a.67.67%200%200%201-.128.415c-.067.083-.114.085-.122.085a.75.75%200%200%200%200%201.5c.008%200%20.055.002.122.085a.67.67%200%200%201%20.128.415a.67.67%200%200%201-.128.415c-.067.083-.114.085-.122.085a.75.75%200%200%200%200%201.5c1.114%200%201.75-1.06%201.75-2c0-.429-.133-.883-.383-1.25c.25-.367.383-.821.383-1.25s-.133-.883-.383-1.25c.25-.367.383-.821.383-1.25s-.133-.883-.383-1.25c.25-.367.383-.821.383-1.25c0-.94-.636-2-1.75-2a.75.75%200%200%200%200%201.5c.008%200%20.055.002.122.085%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/chills-outline-24px.svg?color=%231a73e8&size=48