thermometer icon
thermometer from Font Awesome 6 Solid by Dave Gandy · Regular · Medical · CC-BY-4.0 Attribution required.
- Name
- thermometer
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Medical
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
thermometerBootstrap IconsthermometerBoxIcons v2 SolidthermometerEmoji One (Colored)thermometer-fillEva IconsthermometerFramework7 IconsthermometerFont Awesome SolidthermometerFeather IconsthermometerFluent EmojithermometerFluent Emoji FlatthermometerFluent Emoji High ContrastthermometerFirefox OS Emojithermometercss.ggthermometerHealth IconsthermometerHuge IconsthermometerIconParkthermometerIconPark OutlinethermometerIconPark SolidthermometerIconPark TwoTonethermometerIonIconsthermometerLine AwesomethermometerLucidethermometerMaterial SymbolsthermometerMaterial Symbols LightthermometerMaterial Design Icons
More medical icons from Font Awesome 6 Solid
Use the thermometer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M96 382.1v-88.8c0-14.9 5.9-29.1 16.4-39.6l27.3-27.3l57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57l41.4-41.4l57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57l41.4-41.4l57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57l45.5-45.5C355.2 10.9 381.4 0 408.8 0C465.8 0 512 46.2 512 103.2c0 27.4-10.9 53.6-30.2 73L258.3 399.6a55.92 55.92 0 0 1-39.6 16.4h-88.8L41 505c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l89-89z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidThermometer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M96 382.1v-88.8c0-14.9 5.9-29.1 16.4-39.6l27.3-27.3l57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57l41.4-41.4l57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57l41.4-41.4l57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57l45.5-45.5C355.2 10.9 381.4 0 408.8 0C465.8 0 512 46.2 512 103.2c0 27.4-10.9 53.6-30.2 73L258.3 399.6a55.92 55.92 0 0 1-39.6 16.4h-88.8L41 505c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l89-89z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M96 382.1v-88.8c0-14.9 5.9-29.1 16.4-39.6l27.3-27.3l57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57l41.4-41.4l57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57l41.4-41.4l57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57l45.5-45.5C355.2 10.9 381.4 0 408.8 0C465.8 0 512 46.2 512 103.2c0 27.4-10.9 53.6-30.2 73L258.3 399.6a55.92 55.92 0 0 1-39.6 16.4h-88.8L41 505c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l89-89z"/></svg> </template>
CSS
.icon-thermometer {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%20382.1v-88.8c0-14.9%205.9-29.1%2016.4-39.6l27.3-27.3l57%2057c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6l-57-57l41.4-41.4l57%2057c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6l-57-57l41.4-41.4l57%2057c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6l-57-57l45.5-45.5C355.2%2010.9%20381.4%200%20408.8%200C465.8%200%20512%2046.2%20512%20103.2c0%2027.4-10.9%2053.6-30.2%2073L258.3%20399.6a55.92%2055.92%200%200%201-39.6%2016.4h-88.8L41%20505c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9l89-89z%22%2F%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%20382.1v-88.8c0-14.9%205.9-29.1%2016.4-39.6l27.3-27.3l57%2057c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6l-57-57l41.4-41.4l57%2057c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6l-57-57l41.4-41.4l57%2057c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6l-57-57l45.5-45.5C355.2%2010.9%20381.4%200%20408.8%200C465.8%200%20512%2046.2%20512%20103.2c0%2027.4-10.9%2053.6-30.2%2073L258.3%20399.6a55.92%2055.92%200%200%201-39.6%2016.4h-88.8L41%20505c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9l89-89z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/thermometer.svg?color=%231a73e8&size=48