thermometer emoji

thermometer from Noto Emoji by Google Inc · Default · Travel & Places · Apache-2.0 Free for personal and commercial use.

Name
thermometer
Set
Noto Emoji
Style
Default
Category
Travel & Places
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More travel & places icons from Noto Emoji

Use the thermometer emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#a8d0d6" d="M51.64 79.73V19.55c0-4.61-.21-15.41 12.79-15.41S77 15.52 77 19.61s-.3 60.2-.3 60.2s11.64 6.43 11.22 21.63c-.37 13.55-10.59 22.65-24.85 22.44s-23.49-11.74-23.49-23.38c0-15.11 12.06-20.77 12.06-20.77"/><path fill="#fff" d="M68.76 47.36L58.02 43.2s0-20.44.12-23.32c.12-2.89.92-6.89 6.58-6.81s6.23 4.27 6.35 7.27c.08 1.96-.19 23.04-.19 23.04z"/><path fill="#dd0b2b" d="M68.41 86.96s-20.53 7.62-20.48 12.05c.09 7.33 3.69 16.76 15.71 16.89c10.16.11 15.83-6.3 15.69-16.26C79.17 87.51 70 84.88 70 84.88z"/><path fill="#e7523c" d="m58.68 42.63l12.21.05l-.09 42.57s7.77 7.74 3.93 18.23c-3.26 8.92-14.58 11.05-21.57 5.54c-7.98-6.29-5.17-15.11-2.13-19.44s7.47-4.89 7.47-4.89z"/><path fill="#fed0be" d="M62.71 42.64s-.22 46.7-.24 49.43c-.03 3.36.17 7.94-5.57 7.91c-5.63-.03-6.35-6.44-3.8-8.86c1.9-1.79 4.57-1.39 4.57-1.39l.31-47.1z"/><path fill="#4b4a51" d="M58.49 17.6c-3.23 0-5.22-.26-5.31 2.4c-.1 2.62 2.11 2.46 5.31 2.46c3.1 0 5.18.22 5.18-2.4c0-2.85-2.11-2.46-5.18-2.46m-.19 13.57c-3.41 0-5.04-.16-5.13 2.34c-.1 2.78 2.05 2.53 5.16 2.46c3.11-.06 5.31.42 5.34-2.18c.03-2.74-1.72-2.62-5.37-2.62m.17 13.34c-3.23 0-5.22-.26-5.31 2.4c-.1 2.62 2.11 2.46 5.31 2.46c3.1 0 5.18.22 5.18-2.4c.01-2.84-2.11-2.46-5.18-2.46m-.09 13.73c-3.4 0-5.06-.16-5.11 2.34c-.06 2.76 1.95 2.52 5.04 2.54c3.1.02 5.48 0 5.42-2.25c-.06-2.76-1.71-2.63-5.35-2.63m.22 14.01c-3.23 0-5.22-.26-5.31 2.4c-.1 2.62 2.11 2.46 5.31 2.46c3.1 0 5.18.22 5.18-2.4c.01-2.84-2.1-2.46-5.18-2.46"/></svg>

React

import type { SVGProps } from "react";

export function NotoThermometer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#a8d0d6" d="M51.64 79.73V19.55c0-4.61-.21-15.41 12.79-15.41S77 15.52 77 19.61s-.3 60.2-.3 60.2s11.64 6.43 11.22 21.63c-.37 13.55-10.59 22.65-24.85 22.44s-23.49-11.74-23.49-23.38c0-15.11 12.06-20.77 12.06-20.77"/><path fill="#fff" d="M68.76 47.36L58.02 43.2s0-20.44.12-23.32c.12-2.89.92-6.89 6.58-6.81s6.23 4.27 6.35 7.27c.08 1.96-.19 23.04-.19 23.04z"/><path fill="#dd0b2b" d="M68.41 86.96s-20.53 7.62-20.48 12.05c.09 7.33 3.69 16.76 15.71 16.89c10.16.11 15.83-6.3 15.69-16.26C79.17 87.51 70 84.88 70 84.88z"/><path fill="#e7523c" d="m58.68 42.63l12.21.05l-.09 42.57s7.77 7.74 3.93 18.23c-3.26 8.92-14.58 11.05-21.57 5.54c-7.98-6.29-5.17-15.11-2.13-19.44s7.47-4.89 7.47-4.89z"/><path fill="#fed0be" d="M62.71 42.64s-.22 46.7-.24 49.43c-.03 3.36.17 7.94-5.57 7.91c-5.63-.03-6.35-6.44-3.8-8.86c1.9-1.79 4.57-1.39 4.57-1.39l.31-47.1z"/><path fill="#4b4a51" d="M58.49 17.6c-3.23 0-5.22-.26-5.31 2.4c-.1 2.62 2.11 2.46 5.31 2.46c3.1 0 5.18.22 5.18-2.4c0-2.85-2.11-2.46-5.18-2.46m-.19 13.57c-3.41 0-5.04-.16-5.13 2.34c-.1 2.78 2.05 2.53 5.16 2.46c3.11-.06 5.31.42 5.34-2.18c.03-2.74-1.72-2.62-5.37-2.62m.17 13.34c-3.23 0-5.22-.26-5.31 2.4c-.1 2.62 2.11 2.46 5.31 2.46c3.1 0 5.18.22 5.18-2.4c.01-2.84-2.11-2.46-5.18-2.46m-.09 13.73c-3.4 0-5.06-.16-5.11 2.34c-.06 2.76 1.95 2.52 5.04 2.54c3.1.02 5.48 0 5.42-2.25c-.06-2.76-1.71-2.63-5.35-2.63m.22 14.01c-3.23 0-5.22-.26-5.31 2.4c-.1 2.62 2.11 2.46 5.31 2.46c3.1 0 5.18.22 5.18-2.4c.01-2.84-2.1-2.46-5.18-2.46"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#a8d0d6" d="M51.64 79.73V19.55c0-4.61-.21-15.41 12.79-15.41S77 15.52 77 19.61s-.3 60.2-.3 60.2s11.64 6.43 11.22 21.63c-.37 13.55-10.59 22.65-24.85 22.44s-23.49-11.74-23.49-23.38c0-15.11 12.06-20.77 12.06-20.77"/><path fill="#fff" d="M68.76 47.36L58.02 43.2s0-20.44.12-23.32c.12-2.89.92-6.89 6.58-6.81s6.23 4.27 6.35 7.27c.08 1.96-.19 23.04-.19 23.04z"/><path fill="#dd0b2b" d="M68.41 86.96s-20.53 7.62-20.48 12.05c.09 7.33 3.69 16.76 15.71 16.89c10.16.11 15.83-6.3 15.69-16.26C79.17 87.51 70 84.88 70 84.88z"/><path fill="#e7523c" d="m58.68 42.63l12.21.05l-.09 42.57s7.77 7.74 3.93 18.23c-3.26 8.92-14.58 11.05-21.57 5.54c-7.98-6.29-5.17-15.11-2.13-19.44s7.47-4.89 7.47-4.89z"/><path fill="#fed0be" d="M62.71 42.64s-.22 46.7-.24 49.43c-.03 3.36.17 7.94-5.57 7.91c-5.63-.03-6.35-6.44-3.8-8.86c1.9-1.79 4.57-1.39 4.57-1.39l.31-47.1z"/><path fill="#4b4a51" d="M58.49 17.6c-3.23 0-5.22-.26-5.31 2.4c-.1 2.62 2.11 2.46 5.31 2.46c3.1 0 5.18.22 5.18-2.4c0-2.85-2.11-2.46-5.18-2.46m-.19 13.57c-3.41 0-5.04-.16-5.13 2.34c-.1 2.78 2.05 2.53 5.16 2.46c3.11-.06 5.31.42 5.34-2.18c.03-2.74-1.72-2.62-5.37-2.62m.17 13.34c-3.23 0-5.22-.26-5.31 2.4c-.1 2.62 2.11 2.46 5.31 2.46c3.1 0 5.18.22 5.18-2.4c.01-2.84-2.11-2.46-5.18-2.46m-.09 13.73c-3.4 0-5.06-.16-5.11 2.34c-.06 2.76 1.95 2.52 5.04 2.54c3.1.02 5.48 0 5.42-2.25c-.06-2.76-1.71-2.63-5.35-2.63m.22 14.01c-3.23 0-5.22-.26-5.31 2.4c-.1 2.62 2.11 2.46 5.31 2.46c3.1 0 5.18.22 5.18-2.4c.01-2.84-2.1-2.46-5.18-2.46"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23a8d0d6%22%20d%3D%22M51.64%2079.73V19.55c0-4.61-.21-15.41%2012.79-15.41S77%2015.52%2077%2019.61s-.3%2060.2-.3%2060.2s11.64%206.43%2011.22%2021.63c-.37%2013.55-10.59%2022.65-24.85%2022.44s-23.49-11.74-23.49-23.38c0-15.11%2012.06-20.77%2012.06-20.77%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M68.76%2047.36L58.02%2043.2s0-20.44.12-23.32c.12-2.89.92-6.89%206.58-6.81s6.23%204.27%206.35%207.27c.08%201.96-.19%2023.04-.19%2023.04z%22%2F%3E%3Cpath%20fill%3D%22%23dd0b2b%22%20d%3D%22M68.41%2086.96s-20.53%207.62-20.48%2012.05c.09%207.33%203.69%2016.76%2015.71%2016.89c10.16.11%2015.83-6.3%2015.69-16.26C79.17%2087.51%2070%2084.88%2070%2084.88z%22%2F%3E%3Cpath%20fill%3D%22%23e7523c%22%20d%3D%22m58.68%2042.63l12.21.05l-.09%2042.57s7.77%207.74%203.93%2018.23c-3.26%208.92-14.58%2011.05-21.57%205.54c-7.98-6.29-5.17-15.11-2.13-19.44s7.47-4.89%207.47-4.89z%22%2F%3E%3Cpath%20fill%3D%22%23fed0be%22%20d%3D%22M62.71%2042.64s-.22%2046.7-.24%2049.43c-.03%203.36.17%207.94-5.57%207.91c-5.63-.03-6.35-6.44-3.8-8.86c1.9-1.79%204.57-1.39%204.57-1.39l.31-47.1z%22%2F%3E%3Cpath%20fill%3D%22%234b4a51%22%20d%3D%22M58.49%2017.6c-3.23%200-5.22-.26-5.31%202.4c-.1%202.62%202.11%202.46%205.31%202.46c3.1%200%205.18.22%205.18-2.4c0-2.85-2.11-2.46-5.18-2.46m-.19%2013.57c-3.41%200-5.04-.16-5.13%202.34c-.1%202.78%202.05%202.53%205.16%202.46c3.11-.06%205.31.42%205.34-2.18c.03-2.74-1.72-2.62-5.37-2.62m.17%2013.34c-3.23%200-5.22-.26-5.31%202.4c-.1%202.62%202.11%202.46%205.31%202.46c3.1%200%205.18.22%205.18-2.4c.01-2.84-2.11-2.46-5.18-2.46m-.09%2013.73c-3.4%200-5.06-.16-5.11%202.34c-.06%202.76%201.95%202.52%205.04%202.54c3.1.02%205.48%200%205.42-2.25c-.06-2.76-1.71-2.63-5.35-2.63m.22%2014.01c-3.23%200-5.22-.26-5.31%202.4c-.1%202.62%202.11%202.46%205.31%202.46c3.1%200%205.18.22%205.18-2.4c.01-2.84-2.1-2.46-5.18-2.46%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23a8d0d6%22%20d%3D%22M51.64%2079.73V19.55c0-4.61-.21-15.41%2012.79-15.41S77%2015.52%2077%2019.61s-.3%2060.2-.3%2060.2s11.64%206.43%2011.22%2021.63c-.37%2013.55-10.59%2022.65-24.85%2022.44s-23.49-11.74-23.49-23.38c0-15.11%2012.06-20.77%2012.06-20.77%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M68.76%2047.36L58.02%2043.2s0-20.44.12-23.32c.12-2.89.92-6.89%206.58-6.81s6.23%204.27%206.35%207.27c.08%201.96-.19%2023.04-.19%2023.04z%22%2F%3E%3Cpath%20fill%3D%22%23dd0b2b%22%20d%3D%22M68.41%2086.96s-20.53%207.62-20.48%2012.05c.09%207.33%203.69%2016.76%2015.71%2016.89c10.16.11%2015.83-6.3%2015.69-16.26C79.17%2087.51%2070%2084.88%2070%2084.88z%22%2F%3E%3Cpath%20fill%3D%22%23e7523c%22%20d%3D%22m58.68%2042.63l12.21.05l-.09%2042.57s7.77%207.74%203.93%2018.23c-3.26%208.92-14.58%2011.05-21.57%205.54c-7.98-6.29-5.17-15.11-2.13-19.44s7.47-4.89%207.47-4.89z%22%2F%3E%3Cpath%20fill%3D%22%23fed0be%22%20d%3D%22M62.71%2042.64s-.22%2046.7-.24%2049.43c-.03%203.36.17%207.94-5.57%207.91c-5.63-.03-6.35-6.44-3.8-8.86c1.9-1.79%204.57-1.39%204.57-1.39l.31-47.1z%22%2F%3E%3Cpath%20fill%3D%22%234b4a51%22%20d%3D%22M58.49%2017.6c-3.23%200-5.22-.26-5.31%202.4c-.1%202.62%202.11%202.46%205.31%202.46c3.1%200%205.18.22%205.18-2.4c0-2.85-2.11-2.46-5.18-2.46m-.19%2013.57c-3.41%200-5.04-.16-5.13%202.34c-.1%202.78%202.05%202.53%205.16%202.46c3.11-.06%205.31.42%205.34-2.18c.03-2.74-1.72-2.62-5.37-2.62m.17%2013.34c-3.23%200-5.22-.26-5.31%202.4c-.1%202.62%202.11%202.46%205.31%202.46c3.1%200%205.18.22%205.18-2.4c.01-2.84-2.11-2.46-5.18-2.46m-.09%2013.73c-3.4%200-5.06-.16-5.11%202.34c-.06%202.76%201.95%202.52%205.04%202.54c3.1.02%205.48%200%205.42-2.25c-.06-2.76-1.71-2.63-5.35-2.63m.22%2014.01c-3.23%200-5.22-.26-5.31%202.4c-.1%202.62%202.11%202.46%205.31%202.46c3.1%200%205.18.22%205.18-2.4c.01-2.84-2.1-2.46-5.18-2.46%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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