thermometer emoji
thermometer from Fluent Emoji Flat by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.
- Name
- thermometer
- Set
- Fluent Emoji Flat
- 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 High ContrastthermometerFirefox OS Emojithermometercss.ggthermometerHealth IconsthermometerHuge IconsthermometerIconParkthermometerIconPark OutlinethermometerIconPark SolidthermometerIconPark TwoTonethermometerIonIconsthermometerLine AwesomethermometerLucidethermometerMaterial SymbolsthermometerMaterial Symbols LightthermometerMaterial Design Icons
More travel & places icons from Fluent Emoji Flat
Use the thermometer emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f4f4f4" d="M21.74 16.08L8.83 3.17a4.01 4.01 0 0 0-5.66 0a4.01 4.01 0 0 0 0 5.66l12.91 12.91c-.39 2.18.26 4.5 1.94 6.18a7.007 7.007 0 0 0 9.9 0a7.007 7.007 0 0 0 0-9.9c-1.68-1.68-4-2.32-6.18-1.94"/><path fill="#f8312f" d="M4.59 7.42c-.78-.78-.78-2.05 0-2.83s2.04-.78 2.83 0l13.724 13.724a5 5 0 1 1-2.83 2.83z"/><path fill="#000" d="M10.23 4.6L8.11 6.72a.996.996 0 1 0 1.41 1.41l2.12-2.12zm2.12 6.37l2.12-2.12l1.41 1.41l-2.12 2.12a.996.996 0 1 1-1.41-1.41m4.24 4.24l2.12-2.12l1.41 1.41L18 16.62a.996.996 0 1 1-1.41-1.41"/><path fill="#ff8687" d="M24.97 23.97a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatThermometer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f4f4f4" d="M21.74 16.08L8.83 3.17a4.01 4.01 0 0 0-5.66 0a4.01 4.01 0 0 0 0 5.66l12.91 12.91c-.39 2.18.26 4.5 1.94 6.18a7.007 7.007 0 0 0 9.9 0a7.007 7.007 0 0 0 0-9.9c-1.68-1.68-4-2.32-6.18-1.94"/><path fill="#f8312f" d="M4.59 7.42c-.78-.78-.78-2.05 0-2.83s2.04-.78 2.83 0l13.724 13.724a5 5 0 1 1-2.83 2.83z"/><path fill="#000" d="M10.23 4.6L8.11 6.72a.996.996 0 1 0 1.41 1.41l2.12-2.12zm2.12 6.37l2.12-2.12l1.41 1.41l-2.12 2.12a.996.996 0 1 1-1.41-1.41m4.24 4.24l2.12-2.12l1.41 1.41L18 16.62a.996.996 0 1 1-1.41-1.41"/><path fill="#ff8687" d="M24.97 23.97a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f4f4f4" d="M21.74 16.08L8.83 3.17a4.01 4.01 0 0 0-5.66 0a4.01 4.01 0 0 0 0 5.66l12.91 12.91c-.39 2.18.26 4.5 1.94 6.18a7.007 7.007 0 0 0 9.9 0a7.007 7.007 0 0 0 0-9.9c-1.68-1.68-4-2.32-6.18-1.94"/><path fill="#f8312f" d="M4.59 7.42c-.78-.78-.78-2.05 0-2.83s2.04-.78 2.83 0l13.724 13.724a5 5 0 1 1-2.83 2.83z"/><path fill="#000" d="M10.23 4.6L8.11 6.72a.996.996 0 1 0 1.41 1.41l2.12-2.12zm2.12 6.37l2.12-2.12l1.41 1.41l-2.12 2.12a.996.996 0 1 1-1.41-1.41m4.24 4.24l2.12-2.12l1.41 1.41L18 16.62a.996.996 0 1 1-1.41-1.41"/><path fill="#ff8687" d="M24.97 23.97a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/></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%22none%22%3E%3Cpath%20fill%3D%22%23f4f4f4%22%20d%3D%22M21.74%2016.08L8.83%203.17a4.01%204.01%200%200%200-5.66%200a4.01%204.01%200%200%200%200%205.66l12.91%2012.91c-.39%202.18.26%204.5%201.94%206.18a7.007%207.007%200%200%200%209.9%200a7.007%207.007%200%200%200%200-9.9c-1.68-1.68-4-2.32-6.18-1.94%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M4.59%207.42c-.78-.78-.78-2.05%200-2.83s2.04-.78%202.83%200l13.724%2013.724a5%205%200%201%201-2.83%202.83z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M10.23%204.6L8.11%206.72a.996.996%200%201%200%201.41%201.41l2.12-2.12zm2.12%206.37l2.12-2.12l1.41%201.41l-2.12%202.12a.996.996%200%201%201-1.41-1.41m4.24%204.24l2.12-2.12l1.41%201.41L18%2016.62a.996.996%200%201%201-1.41-1.41%22%2F%3E%3Cpath%20fill%3D%22%23ff8687%22%20d%3D%22M24.97%2023.97a2%202%200%201%200%200-4a2%202%200%200%200%200%204%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%22none%22%3E%3Cpath%20fill%3D%22%23f4f4f4%22%20d%3D%22M21.74%2016.08L8.83%203.17a4.01%204.01%200%200%200-5.66%200a4.01%204.01%200%200%200%200%205.66l12.91%2012.91c-.39%202.18.26%204.5%201.94%206.18a7.007%207.007%200%200%200%209.9%200a7.007%207.007%200%200%200%200-9.9c-1.68-1.68-4-2.32-6.18-1.94%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M4.59%207.42c-.78-.78-.78-2.05%200-2.83s2.04-.78%202.83%200l13.724%2013.724a5%205%200%201%201-2.83%202.83z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M10.23%204.6L8.11%206.72a.996.996%200%201%200%201.41%201.41l2.12-2.12zm2.12%206.37l2.12-2.12l1.41%201.41l-2.12%202.12a.996.996%200%201%201-1.41-1.41m4.24%204.24l2.12-2.12l1.41%201.41L18%2016.62a.996.996%200%201%201-1.41-1.41%22%2F%3E%3Cpath%20fill%3D%22%23ff8687%22%20d%3D%22M24.97%2023.97a2%202%200%201%200%200-4a2%202%200%200%200%200%204%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-flat/thermometer.svg?color=%231a73e8&size=48