thermometer icon
thermometer from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.
- Name
- thermometer
- Set
- BoxIcons v2 Solid
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
thermometerBootstrap IconsthermometerEmoji One (Colored)thermometer-fillEva IconsthermometerFramework7 IconsthermometerFont Awesome 6 SolidthermometerFont Awesome SolidthermometerFeather IconsthermometerFluent EmojithermometerFluent Emoji FlatthermometerFluent Emoji High ContrastthermometerFirefox OS Emojithermometercss.ggthermometerHealth IconsthermometerHuge IconsthermometerIconParkthermometerIconPark OutlinethermometerIconPark SolidthermometerIconPark TwoTonethermometerIonIconsthermometerLine AwesomethermometerLucidethermometerMaterial SymbolsthermometerMaterial Symbols LightthermometerMaterial Design Icons
Use the thermometer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 16a3.001 3.001 0 0 0 6 0c0-.353-.072-.686-.184-1H9.184A3 3 0 0 0 9 16"/><path fill="currentColor" d="M18 6V4h-3.185A2.995 2.995 0 0 0 12 2c-1.654 0-3 1.346-3 3v5.8A6.03 6.03 0 0 0 6 16c0 3.309 2.691 6 6 6s6-2.691 6-6a6.03 6.03 0 0 0-3-5.2V10h3V8h-3V6zm-4.405 6.324A4.03 4.03 0 0 1 16 16c0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.585.944-3.027 2.405-3.676l.595-.263V5a1 1 0 0 1 2 0v7.061z"/></svg>
React
import type { SVGProps } from "react";
export function BxsThermometer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 16a3.001 3.001 0 0 0 6 0c0-.353-.072-.686-.184-1H9.184A3 3 0 0 0 9 16"/><path fill="currentColor" d="M18 6V4h-3.185A2.995 2.995 0 0 0 12 2c-1.654 0-3 1.346-3 3v5.8A6.03 6.03 0 0 0 6 16c0 3.309 2.691 6 6 6s6-2.691 6-6a6.03 6.03 0 0 0-3-5.2V10h3V8h-3V6zm-4.405 6.324A4.03 4.03 0 0 1 16 16c0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.585.944-3.027 2.405-3.676l.595-.263V5a1 1 0 0 1 2 0v7.061z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 16a3.001 3.001 0 0 0 6 0c0-.353-.072-.686-.184-1H9.184A3 3 0 0 0 9 16"/><path fill="currentColor" d="M18 6V4h-3.185A2.995 2.995 0 0 0 12 2c-1.654 0-3 1.346-3 3v5.8A6.03 6.03 0 0 0 6 16c0 3.309 2.691 6 6 6s6-2.691 6-6a6.03 6.03 0 0 0-3-5.2V10h3V8h-3V6zm-4.405 6.324A4.03 4.03 0 0 1 16 16c0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.585.944-3.027 2.405-3.676l.595-.263V5a1 1 0 0 1 2 0v7.061z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2016a3.001%203.001%200%200%200%206%200c0-.353-.072-.686-.184-1H9.184A3%203%200%200%200%209%2016%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%206V4h-3.185A2.995%202.995%200%200%200%2012%202c-1.654%200-3%201.346-3%203v5.8A6.03%206.03%200%200%200%206%2016c0%203.309%202.691%206%206%206s6-2.691%206-6a6.03%206.03%200%200%200-3-5.2V10h3V8h-3V6zm-4.405%206.324A4.03%204.03%200%200%201%2016%2016c0%202.206-1.794%204-4%204s-4-1.794-4-4c0-1.585.944-3.027%202.405-3.676l.595-.263V5a1%201%200%200%201%202%200v7.061z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2016a3.001%203.001%200%200%200%206%200c0-.353-.072-.686-.184-1H9.184A3%203%200%200%200%209%2016%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%206V4h-3.185A2.995%202.995%200%200%200%2012%202c-1.654%200-3%201.346-3%203v5.8A6.03%206.03%200%200%200%206%2016c0%203.309%202.691%206%206%206s6-2.691%206-6a6.03%206.03%200%200%200-3-5.2V10h3V8h-3V6zm-4.405%206.324A4.03%204.03%200%200%201%2016%2016c0%202.206-1.794%204-4%204s-4-1.794-4-4c0-1.585.944-3.027%202.405-3.676l.595-.263V5a1%201%200%200%201%202%200v7.061z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/thermometer.svg?color=%231a73e8&size=48