thermometer from Firefox OS Emoji by Mozilla · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
thermometer
Set
Firefox OS Emoji
Style
Default
Category
Objects
Viewbox
512×512
License
Apache 2.0

The same emoji in other sets

More objects icons from Firefox OS Emoji

Use the thermometer emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#C4F0F2" d="M322 301.232V71.413C322 34.182 292.232 4 255 4s-67 30.182-67 67.414v229.82c-28 20.659-46.207 53.812-46.207 91.193c0 62.631 50.664 113.403 113.294 113.403S368.24 455.056 368.24 392.426c0-37.382-18.24-70.535-46.24-91.194"/><path fill="#FF473E" d="M303 332.538V172h-96v160.538c-18 14.088-28.794 35.674-28.794 59.887c0 42.448 34.367 76.859 76.815 76.859s76.772-34.411 76.772-76.859c.001-24.213-10.793-45.799-28.793-59.887"/><ellipse cx="255.107" cy="172.222" fill="#FF6E83" rx="48.152" ry="11.106"/><path fill="#597B91" d="M239.514 91c0 2.659-2.156 5-4.815 5H188V86h46.7c2.659 0 4.814 2.341 4.814 5m-4.814 55H188v10h46.7c2.659 0 4.815-2.341 4.815-5c-.001-2.659-2.156-5-4.815-5m0 60H188v10h46.7c2.659 0 4.815-2.341 4.815-5c-.001-2.659-2.156-5-4.815-5m.3 60.496V266h-47v10h47v.125c2 0 4.815-2.156 4.815-4.815S237 266.496 235 266.496"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiThermometer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#C4F0F2" d="M322 301.232V71.413C322 34.182 292.232 4 255 4s-67 30.182-67 67.414v229.82c-28 20.659-46.207 53.812-46.207 91.193c0 62.631 50.664 113.403 113.294 113.403S368.24 455.056 368.24 392.426c0-37.382-18.24-70.535-46.24-91.194"/><path fill="#FF473E" d="M303 332.538V172h-96v160.538c-18 14.088-28.794 35.674-28.794 59.887c0 42.448 34.367 76.859 76.815 76.859s76.772-34.411 76.772-76.859c.001-24.213-10.793-45.799-28.793-59.887"/><ellipse cx="255.107" cy="172.222" fill="#FF6E83" rx="48.152" ry="11.106"/><path fill="#597B91" d="M239.514 91c0 2.659-2.156 5-4.815 5H188V86h46.7c2.659 0 4.814 2.341 4.814 5m-4.814 55H188v10h46.7c2.659 0 4.815-2.341 4.815-5c-.001-2.659-2.156-5-4.815-5m0 60H188v10h46.7c2.659 0 4.815-2.341 4.815-5c-.001-2.659-2.156-5-4.815-5m.3 60.496V266h-47v10h47v.125c2 0 4.815-2.156 4.815-4.815S237 266.496 235 266.496"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#C4F0F2" d="M322 301.232V71.413C322 34.182 292.232 4 255 4s-67 30.182-67 67.414v229.82c-28 20.659-46.207 53.812-46.207 91.193c0 62.631 50.664 113.403 113.294 113.403S368.24 455.056 368.24 392.426c0-37.382-18.24-70.535-46.24-91.194"/><path fill="#FF473E" d="M303 332.538V172h-96v160.538c-18 14.088-28.794 35.674-28.794 59.887c0 42.448 34.367 76.859 76.815 76.859s76.772-34.411 76.772-76.859c.001-24.213-10.793-45.799-28.793-59.887"/><ellipse cx="255.107" cy="172.222" fill="#FF6E83" rx="48.152" ry="11.106"/><path fill="#597B91" d="M239.514 91c0 2.659-2.156 5-4.815 5H188V86h46.7c2.659 0 4.814 2.341 4.814 5m-4.814 55H188v10h46.7c2.659 0 4.815-2.341 4.815-5c-.001-2.659-2.156-5-4.815-5m0 60H188v10h46.7c2.659 0 4.815-2.341 4.815-5c-.001-2.659-2.156-5-4.815-5m.3 60.496V266h-47v10h47v.125c2 0 4.815-2.156 4.815-4.815S237 266.496 235 266.496"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22%23C4F0F2%22%20d%3D%22M322%20301.232V71.413C322%2034.182%20292.232%204%20255%204s-67%2030.182-67%2067.414v229.82c-28%2020.659-46.207%2053.812-46.207%2091.193c0%2062.631%2050.664%20113.403%20113.294%20113.403S368.24%20455.056%20368.24%20392.426c0-37.382-18.24-70.535-46.24-91.194%22%2F%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M303%20332.538V172h-96v160.538c-18%2014.088-28.794%2035.674-28.794%2059.887c0%2042.448%2034.367%2076.859%2076.815%2076.859s76.772-34.411%2076.772-76.859c.001-24.213-10.793-45.799-28.793-59.887%22%2F%3E%3Cellipse%20cx%3D%22255.107%22%20cy%3D%22172.222%22%20fill%3D%22%23FF6E83%22%20rx%3D%2248.152%22%20ry%3D%2211.106%22%2F%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22M239.514%2091c0%202.659-2.156%205-4.815%205H188V86h46.7c2.659%200%204.814%202.341%204.814%205m-4.814%2055H188v10h46.7c2.659%200%204.815-2.341%204.815-5c-.001-2.659-2.156-5-4.815-5m0%2060H188v10h46.7c2.659%200%204.815-2.341%204.815-5c-.001-2.659-2.156-5-4.815-5m.3%2060.496V266h-47v10h47v.125c2%200%204.815-2.156%204.815-4.815S237%20266.496%20235%20266.496%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23C4F0F2%22%20d%3D%22M322%20301.232V71.413C322%2034.182%20292.232%204%20255%204s-67%2030.182-67%2067.414v229.82c-28%2020.659-46.207%2053.812-46.207%2091.193c0%2062.631%2050.664%20113.403%20113.294%20113.403S368.24%20455.056%20368.24%20392.426c0-37.382-18.24-70.535-46.24-91.194%22%2F%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M303%20332.538V172h-96v160.538c-18%2014.088-28.794%2035.674-28.794%2059.887c0%2042.448%2034.367%2076.859%2076.815%2076.859s76.772-34.411%2076.772-76.859c.001-24.213-10.793-45.799-28.793-59.887%22%2F%3E%3Cellipse%20cx%3D%22255.107%22%20cy%3D%22172.222%22%20fill%3D%22%23FF6E83%22%20rx%3D%2248.152%22%20ry%3D%2211.106%22%2F%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22M239.514%2091c0%202.659-2.156%205-4.815%205H188V86h46.7c2.659%200%204.814%202.341%204.814%205m-4.814%2055H188v10h46.7c2.659%200%204.815-2.341%204.815-5c-.001-2.659-2.156-5-4.815-5m0%2060H188v10h46.7c2.659%200%204.815-2.341%204.815-5c-.001-2.659-2.156-5-4.815-5m.3%2060.496V266h-47v10h47v.125c2%200%204.815-2.156%204.815-4.815S237%20266.496%20235%20266.496%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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