thermometer emoji
thermometer from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.
- Name
- thermometer
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Travel & Places
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
thermometerBootstrap IconsthermometerBoxIcons v2 SolidthermometerEmoji One (Colored)thermometer-fillEva IconsthermometerFramework7 IconsthermometerFont Awesome 6 SolidthermometerFont Awesome SolidthermometerFeather IconsthermometerFluent EmojithermometerFluent Emoji FlatthermometerFirefox OS Emojithermometercss.ggthermometerHealth IconsthermometerHuge IconsthermometerIconParkthermometerIconPark OutlinethermometerIconPark SolidthermometerIconPark TwoTonethermometerIonIconsthermometerLine AwesomethermometerLucidethermometerMaterial SymbolsthermometerMaterial Symbols LightthermometerMaterial Design Icons
More travel & places icons from Fluent Emoji High Contrast
Use the thermometer emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M26.97 21.97a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path d="m8.834 3.176l12.903 12.903a7 7 0 1 1-5.658 5.658L3.176 8.834a4.004 4.004 0 0 1 0-5.658a4.004 4.004 0 0 1 5.65-.01zm9.48 17.968a5 5 0 1 0 2.83-2.83l-2.419-2.419l-.725.725a.996.996 0 1 1-1.41-1.41l.725-.725l-2.83-2.83l-.725.725a.996.996 0 1 1-1.41-1.41l.725-.725L10.24 7.41l-.72.72a.996.996 0 1 1-1.41-1.41L8.83 6L7.42 4.59c-.79-.78-2.05-.78-2.83 0s-.78 2.05 0 2.83z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastThermometer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M26.97 21.97a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path d="m8.834 3.176l12.903 12.903a7 7 0 1 1-5.658 5.658L3.176 8.834a4.004 4.004 0 0 1 0-5.658a4.004 4.004 0 0 1 5.65-.01zm9.48 17.968a5 5 0 1 0 2.83-2.83l-2.419-2.419l-.725.725a.996.996 0 1 1-1.41-1.41l.725-.725l-2.83-2.83l-.725.725a.996.996 0 1 1-1.41-1.41l.725-.725L10.24 7.41l-.72.72a.996.996 0 1 1-1.41-1.41L8.83 6L7.42 4.59c-.79-.78-2.05-.78-2.83 0s-.78 2.05 0 2.83z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M26.97 21.97a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path d="m8.834 3.176l12.903 12.903a7 7 0 1 1-5.658 5.658L3.176 8.834a4.004 4.004 0 0 1 0-5.658a4.004 4.004 0 0 1 5.65-.01zm9.48 17.968a5 5 0 1 0 2.83-2.83l-2.419-2.419l-.725.725a.996.996 0 1 1-1.41-1.41l.725-.725l-2.83-2.83l-.725.725a.996.996 0 1 1-1.41-1.41l.725-.725L10.24 7.41l-.72.72a.996.996 0 1 1-1.41-1.41L8.83 6L7.42 4.59c-.79-.78-2.05-.78-2.83 0s-.78 2.05 0 2.83z"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M26.97%2021.97a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20d%3D%22m8.834%203.176l12.903%2012.903a7%207%200%201%201-5.658%205.658L3.176%208.834a4.004%204.004%200%200%201%200-5.658a4.004%204.004%200%200%201%205.65-.01zm9.48%2017.968a5%205%200%201%200%202.83-2.83l-2.419-2.419l-.725.725a.996.996%200%201%201-1.41-1.41l.725-.725l-2.83-2.83l-.725.725a.996.996%200%201%201-1.41-1.41l.725-.725L10.24%207.41l-.72.72a.996.996%200%201%201-1.41-1.41L8.83%206L7.42%204.59c-.79-.78-2.05-.78-2.83%200s-.78%202.05%200%202.83z%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M26.97%2021.97a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20d%3D%22m8.834%203.176l12.903%2012.903a7%207%200%201%201-5.658%205.658L3.176%208.834a4.004%204.004%200%200%201%200-5.658a4.004%204.004%200%200%201%205.65-.01zm9.48%2017.968a5%205%200%201%200%202.83-2.83l-2.419-2.419l-.725.725a.996.996%200%201%201-1.41-1.41l.725-.725l-2.83-2.83l-.725.725a.996.996%200%201%201-1.41-1.41l.725-.725L10.24%207.41l-.72.72a.996.996%200%201%201-1.41-1.41L8.83%206L7.42%204.59c-.79-.78-2.05-.78-2.83%200s-.78%202.05%200%202.83z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/thermometer.svg?color=%231a73e8&size=48