thermometer emoji

thermometer from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.

Name
thermometer
Set
OpenMoji
Style
Default
Category
Travel Places
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More travel places icons from OpenMoji

Use the thermometer emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M35.97 3.452c-3 0-4.683 2.433-4.683 5.434v23.106h9.118l.25-23.106c0-3.001-1.683-5.434-4.684-5.434"/><path fill="#ea5a47" d="M40.566 47.498C44.092 49.327 47 53.004 47 57.243c0 6.061-4.925 10.975-11 10.975s-11-4.914-11-10.975c0-4.254 3.138-8.198 6.684-10.02l.09-18.52s7.571 1.436 8.773-1.144z"/><path fill="#d22f27" d="M37.042 29.403c1.692-.15 1.282-.33 3.485-1.241l.024 18.828c0 .557.182 1.104.535 1.539c2.168 2.67 5.252 5.211 5.252 9.091c0 5.994-4.99 10.037-10.431 10.037c0 0 10.103-7.61 1.692-16.586c-.356-.38-.551-1.23-.551-1.775z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M38.387 35.913c-.721.16-1.974.266-3.4.266c-2.236 0-4.049-.26-4.049-.582m7.449 8.013c-.721.16-1.974.266-3.4.266c-2.236 0-4.049-.26-4.049-.581m7.449-15.079c-.721.16-1.974.266-3.4.266c-2.236 0-4.049-.261-4.049-.582m7.449-7.382c-.721.16-1.974.266-3.4.266c-2.236 0-4.049-.26-4.049-.582"/><path d="M29.663 49.462c1.294-.963 1.276-2.236 1.276-2.236V8.639a5.082 5.082 0 1 1 10.165 0v38.587s.005 1.286 1.298 2.249a10.15 10.15 0 0 1 3.788 7.916c0 5.614-4.55 10.165-10.165 10.165S25.86 63.005 25.86 57.391c0-1.536.34-2.992.95-4.297"/><path d="M38.387 12.82c-.721.16-1.974.266-3.4.266c-2.236 0-4.049-.26-4.049-.581"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiThermometer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M35.97 3.452c-3 0-4.683 2.433-4.683 5.434v23.106h9.118l.25-23.106c0-3.001-1.683-5.434-4.684-5.434"/><path fill="#ea5a47" d="M40.566 47.498C44.092 49.327 47 53.004 47 57.243c0 6.061-4.925 10.975-11 10.975s-11-4.914-11-10.975c0-4.254 3.138-8.198 6.684-10.02l.09-18.52s7.571 1.436 8.773-1.144z"/><path fill="#d22f27" d="M37.042 29.403c1.692-.15 1.282-.33 3.485-1.241l.024 18.828c0 .557.182 1.104.535 1.539c2.168 2.67 5.252 5.211 5.252 9.091c0 5.994-4.99 10.037-10.431 10.037c0 0 10.103-7.61 1.692-16.586c-.356-.38-.551-1.23-.551-1.775z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M38.387 35.913c-.721.16-1.974.266-3.4.266c-2.236 0-4.049-.26-4.049-.582m7.449 8.013c-.721.16-1.974.266-3.4.266c-2.236 0-4.049-.26-4.049-.581m7.449-15.079c-.721.16-1.974.266-3.4.266c-2.236 0-4.049-.261-4.049-.582m7.449-7.382c-.721.16-1.974.266-3.4.266c-2.236 0-4.049-.26-4.049-.582"/><path d="M29.663 49.462c1.294-.963 1.276-2.236 1.276-2.236V8.639a5.082 5.082 0 1 1 10.165 0v38.587s.005 1.286 1.298 2.249a10.15 10.15 0 0 1 3.788 7.916c0 5.614-4.55 10.165-10.165 10.165S25.86 63.005 25.86 57.391c0-1.536.34-2.992.95-4.297"/><path d="M38.387 12.82c-.721.16-1.974.266-3.4.266c-2.236 0-4.049-.26-4.049-.581"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M35.97 3.452c-3 0-4.683 2.433-4.683 5.434v23.106h9.118l.25-23.106c0-3.001-1.683-5.434-4.684-5.434"/><path fill="#ea5a47" d="M40.566 47.498C44.092 49.327 47 53.004 47 57.243c0 6.061-4.925 10.975-11 10.975s-11-4.914-11-10.975c0-4.254 3.138-8.198 6.684-10.02l.09-18.52s7.571 1.436 8.773-1.144z"/><path fill="#d22f27" d="M37.042 29.403c1.692-.15 1.282-.33 3.485-1.241l.024 18.828c0 .557.182 1.104.535 1.539c2.168 2.67 5.252 5.211 5.252 9.091c0 5.994-4.99 10.037-10.431 10.037c0 0 10.103-7.61 1.692-16.586c-.356-.38-.551-1.23-.551-1.775z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M38.387 35.913c-.721.16-1.974.266-3.4.266c-2.236 0-4.049-.26-4.049-.582m7.449 8.013c-.721.16-1.974.266-3.4.266c-2.236 0-4.049-.26-4.049-.581m7.449-15.079c-.721.16-1.974.266-3.4.266c-2.236 0-4.049-.261-4.049-.582m7.449-7.382c-.721.16-1.974.266-3.4.266c-2.236 0-4.049-.26-4.049-.582"/><path d="M29.663 49.462c1.294-.963 1.276-2.236 1.276-2.236V8.639a5.082 5.082 0 1 1 10.165 0v38.587s.005 1.286 1.298 2.249a10.15 10.15 0 0 1 3.788 7.916c0 5.614-4.55 10.165-10.165 10.165S25.86 63.005 25.86 57.391c0-1.536.34-2.992.95-4.297"/><path d="M38.387 12.82c-.721.16-1.974.266-3.4.266c-2.236 0-4.049-.26-4.049-.581"/></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M35.97%203.452c-3%200-4.683%202.433-4.683%205.434v23.106h9.118l.25-23.106c0-3.001-1.683-5.434-4.684-5.434%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M40.566%2047.498C44.092%2049.327%2047%2053.004%2047%2057.243c0%206.061-4.925%2010.975-11%2010.975s-11-4.914-11-10.975c0-4.254%203.138-8.198%206.684-10.02l.09-18.52s7.571%201.436%208.773-1.144z%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M37.042%2029.403c1.692-.15%201.282-.33%203.485-1.241l.024%2018.828c0%20.557.182%201.104.535%201.539c2.168%202.67%205.252%205.211%205.252%209.091c0%205.994-4.99%2010.037-10.431%2010.037c0%200%2010.103-7.61%201.692-16.586c-.356-.38-.551-1.23-.551-1.775z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M38.387%2035.913c-.721.16-1.974.266-3.4.266c-2.236%200-4.049-.26-4.049-.582m7.449%208.013c-.721.16-1.974.266-3.4.266c-2.236%200-4.049-.26-4.049-.581m7.449-15.079c-.721.16-1.974.266-3.4.266c-2.236%200-4.049-.261-4.049-.582m7.449-7.382c-.721.16-1.974.266-3.4.266c-2.236%200-4.049-.26-4.049-.582%22%2F%3E%3Cpath%20d%3D%22M29.663%2049.462c1.294-.963%201.276-2.236%201.276-2.236V8.639a5.082%205.082%200%201%201%2010.165%200v38.587s.005%201.286%201.298%202.249a10.15%2010.15%200%200%201%203.788%207.916c0%205.614-4.55%2010.165-10.165%2010.165S25.86%2063.005%2025.86%2057.391c0-1.536.34-2.992.95-4.297%22%2F%3E%3Cpath%20d%3D%22M38.387%2012.82c-.721.16-1.974.266-3.4.266c-2.236%200-4.049-.26-4.049-.581%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M35.97%203.452c-3%200-4.683%202.433-4.683%205.434v23.106h9.118l.25-23.106c0-3.001-1.683-5.434-4.684-5.434%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M40.566%2047.498C44.092%2049.327%2047%2053.004%2047%2057.243c0%206.061-4.925%2010.975-11%2010.975s-11-4.914-11-10.975c0-4.254%203.138-8.198%206.684-10.02l.09-18.52s7.571%201.436%208.773-1.144z%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M37.042%2029.403c1.692-.15%201.282-.33%203.485-1.241l.024%2018.828c0%20.557.182%201.104.535%201.539c2.168%202.67%205.252%205.211%205.252%209.091c0%205.994-4.99%2010.037-10.431%2010.037c0%200%2010.103-7.61%201.692-16.586c-.356-.38-.551-1.23-.551-1.775z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M38.387%2035.913c-.721.16-1.974.266-3.4.266c-2.236%200-4.049-.26-4.049-.582m7.449%208.013c-.721.16-1.974.266-3.4.266c-2.236%200-4.049-.26-4.049-.581m7.449-15.079c-.721.16-1.974.266-3.4.266c-2.236%200-4.049-.261-4.049-.582m7.449-7.382c-.721.16-1.974.266-3.4.266c-2.236%200-4.049-.26-4.049-.582%22%2F%3E%3Cpath%20d%3D%22M29.663%2049.462c1.294-.963%201.276-2.236%201.276-2.236V8.639a5.082%205.082%200%201%201%2010.165%200v38.587s.005%201.286%201.298%202.249a10.15%2010.15%200%200%201%203.788%207.916c0%205.614-4.55%2010.165-10.165%2010.165S25.86%2063.005%2025.86%2057.391c0-1.536.34-2.992.95-4.297%22%2F%3E%3Cpath%20d%3D%22M38.387%2012.82c-.721.16-1.974.266-3.4.266c-2.236%200-4.049-.26-4.049-.581%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/thermometer.svg?color=%231a73e8&size=48