face with thermometer emoji
face-with-thermometer from Twitter Emoji by Twitter · Default · Smileys & Emotion · CC-BY-4.0 Attribution required.
- Name
- face-with-thermometer
- Set
- Twitter Emoji
- Style
- Default
- Category
- Smileys & Emotion
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More smileys & emotion icons from Twitter Emoji
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-facecrying-catcrying-face
Use the face with thermometer emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#ffcc4d"/><ellipse cx="12.5" cy="16.5" fill="#664500" rx="2.5" ry="3.5"/><ellipse cx="23.5" cy="16.5" fill="#664500" rx="2.5" ry="3.5"/><path fill="#664500" d="M29 12c-5.554 0-7.802-4.367-7.895-4.553a1 1 0 0 1 1.787-.899C22.967 6.694 24.713 10 29 10a1 1 0 1 1 0 2m-22-.006a1 1 0 0 1 0-2c5.083 0 5.996-3.12 6.033-3.253c.145-.528.69-.848 1.219-.709s.851.673.718 1.205c-.049.194-1.266 4.757-7.97 4.757"/><path fill="#ffac33" d="m35.968 17.068l-4.005.813l-16.187 10.508l7.118.963l11.685-7.211c.703-.431.994-.835 1.198-1.747s.191-3.326.191-3.326"/><path fill="#664500" d="M23.485 29.379C23.474 29.335 22.34 26.5 18 26.5s-5.474 2.835-5.485 2.879a.5.5 0 0 0 .232.544a.51.51 0 0 0 .596-.06C13.352 29.855 14.356 29 18 29c3.59 0 4.617.83 4.656.863a.5.5 0 0 0 .829-.484"/><path fill="#ccd6dd" d="M35.474 15.729a2.5 2.5 0 0 0-3.501-.5L14.767 28.137c.646-.242 1.51-.444 2.615-.522c.256-.018 2.66-.627 2.66-.627l1.293 1.036s.911.367 1.197.539l12.444-9.335a2.5 2.5 0 0 0 .498-3.499"/><path fill="#da2f47" d="M28.686 20.87c-.448-.596-.787-1.145-1.383-.698l-9.922 7.443c.256-.018.5-.042.783-.044c1.36-.009 2.4.195 3.17.452l7.588-5.692c.596-.447.211-.864-.236-1.461"/><path fill="#67757f" d="m18.599 25.228l1.234 1.598l.741-.595l-1.197-1.587zm2.223-1.661l1.235 1.598l.741-.595l-1.197-1.587zm2.184-1.619l1.234 1.598l.741-.595l-1.197-1.587zm2.181-1.66l1.235 1.597l.741-.594l-1.197-1.587zm2.238-1.641l1.235 1.598l.74-.595l-1.196-1.587zm2.14-1.618l1.235 1.598l.74-.595l-1.196-1.587z"/><path fill="#452e04" d="m22.531 28.563l.805.522s-.197-.362-.526-.726z"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiFaceWithThermometer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#ffcc4d"/><ellipse cx="12.5" cy="16.5" fill="#664500" rx="2.5" ry="3.5"/><ellipse cx="23.5" cy="16.5" fill="#664500" rx="2.5" ry="3.5"/><path fill="#664500" d="M29 12c-5.554 0-7.802-4.367-7.895-4.553a1 1 0 0 1 1.787-.899C22.967 6.694 24.713 10 29 10a1 1 0 1 1 0 2m-22-.006a1 1 0 0 1 0-2c5.083 0 5.996-3.12 6.033-3.253c.145-.528.69-.848 1.219-.709s.851.673.718 1.205c-.049.194-1.266 4.757-7.97 4.757"/><path fill="#ffac33" d="m35.968 17.068l-4.005.813l-16.187 10.508l7.118.963l11.685-7.211c.703-.431.994-.835 1.198-1.747s.191-3.326.191-3.326"/><path fill="#664500" d="M23.485 29.379C23.474 29.335 22.34 26.5 18 26.5s-5.474 2.835-5.485 2.879a.5.5 0 0 0 .232.544a.51.51 0 0 0 .596-.06C13.352 29.855 14.356 29 18 29c3.59 0 4.617.83 4.656.863a.5.5 0 0 0 .829-.484"/><path fill="#ccd6dd" d="M35.474 15.729a2.5 2.5 0 0 0-3.501-.5L14.767 28.137c.646-.242 1.51-.444 2.615-.522c.256-.018 2.66-.627 2.66-.627l1.293 1.036s.911.367 1.197.539l12.444-9.335a2.5 2.5 0 0 0 .498-3.499"/><path fill="#da2f47" d="M28.686 20.87c-.448-.596-.787-1.145-1.383-.698l-9.922 7.443c.256-.018.5-.042.783-.044c1.36-.009 2.4.195 3.17.452l7.588-5.692c.596-.447.211-.864-.236-1.461"/><path fill="#67757f" d="m18.599 25.228l1.234 1.598l.741-.595l-1.197-1.587zm2.223-1.661l1.235 1.598l.741-.595l-1.197-1.587zm2.184-1.619l1.234 1.598l.741-.595l-1.197-1.587zm2.181-1.66l1.235 1.597l.741-.594l-1.197-1.587zm2.238-1.641l1.235 1.598l.74-.595l-1.196-1.587zm2.14-1.618l1.235 1.598l.74-.595l-1.196-1.587z"/><path fill="#452e04" d="m22.531 28.563l.805.522s-.197-.362-.526-.726z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#ffcc4d"/><ellipse cx="12.5" cy="16.5" fill="#664500" rx="2.5" ry="3.5"/><ellipse cx="23.5" cy="16.5" fill="#664500" rx="2.5" ry="3.5"/><path fill="#664500" d="M29 12c-5.554 0-7.802-4.367-7.895-4.553a1 1 0 0 1 1.787-.899C22.967 6.694 24.713 10 29 10a1 1 0 1 1 0 2m-22-.006a1 1 0 0 1 0-2c5.083 0 5.996-3.12 6.033-3.253c.145-.528.69-.848 1.219-.709s.851.673.718 1.205c-.049.194-1.266 4.757-7.97 4.757"/><path fill="#ffac33" d="m35.968 17.068l-4.005.813l-16.187 10.508l7.118.963l11.685-7.211c.703-.431.994-.835 1.198-1.747s.191-3.326.191-3.326"/><path fill="#664500" d="M23.485 29.379C23.474 29.335 22.34 26.5 18 26.5s-5.474 2.835-5.485 2.879a.5.5 0 0 0 .232.544a.51.51 0 0 0 .596-.06C13.352 29.855 14.356 29 18 29c3.59 0 4.617.83 4.656.863a.5.5 0 0 0 .829-.484"/><path fill="#ccd6dd" d="M35.474 15.729a2.5 2.5 0 0 0-3.501-.5L14.767 28.137c.646-.242 1.51-.444 2.615-.522c.256-.018 2.66-.627 2.66-.627l1.293 1.036s.911.367 1.197.539l12.444-9.335a2.5 2.5 0 0 0 .498-3.499"/><path fill="#da2f47" d="M28.686 20.87c-.448-.596-.787-1.145-1.383-.698l-9.922 7.443c.256-.018.5-.042.783-.044c1.36-.009 2.4.195 3.17.452l7.588-5.692c.596-.447.211-.864-.236-1.461"/><path fill="#67757f" d="m18.599 25.228l1.234 1.598l.741-.595l-1.197-1.587zm2.223-1.661l1.235 1.598l.741-.595l-1.197-1.587zm2.184-1.619l1.234 1.598l.741-.595l-1.197-1.587zm2.181-1.66l1.235 1.597l.741-.594l-1.197-1.587zm2.238-1.641l1.235 1.598l.74-.595l-1.196-1.587zm2.14-1.618l1.235 1.598l.74-.595l-1.196-1.587z"/><path fill="#452e04" d="m22.531 28.563l.805.522s-.197-.362-.526-.726z"/></svg> </template>
CSS
.icon-face-with-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%2036%2036%22%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20fill%3D%22%23ffcc4d%22%2F%3E%3Cellipse%20cx%3D%2212.5%22%20cy%3D%2216.5%22%20fill%3D%22%23664500%22%20rx%3D%222.5%22%20ry%3D%223.5%22%2F%3E%3Cellipse%20cx%3D%2223.5%22%20cy%3D%2216.5%22%20fill%3D%22%23664500%22%20rx%3D%222.5%22%20ry%3D%223.5%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M29%2012c-5.554%200-7.802-4.367-7.895-4.553a1%201%200%200%201%201.787-.899C22.967%206.694%2024.713%2010%2029%2010a1%201%200%201%201%200%202m-22-.006a1%201%200%200%201%200-2c5.083%200%205.996-3.12%206.033-3.253c.145-.528.69-.848%201.219-.709s.851.673.718%201.205c-.049.194-1.266%204.757-7.97%204.757%22%2F%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22m35.968%2017.068l-4.005.813l-16.187%2010.508l7.118.963l11.685-7.211c.703-.431.994-.835%201.198-1.747s.191-3.326.191-3.326%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M23.485%2029.379C23.474%2029.335%2022.34%2026.5%2018%2026.5s-5.474%202.835-5.485%202.879a.5.5%200%200%200%20.232.544a.51.51%200%200%200%20.596-.06C13.352%2029.855%2014.356%2029%2018%2029c3.59%200%204.617.83%204.656.863a.5.5%200%200%200%20.829-.484%22%2F%3E%3Cpath%20fill%3D%22%23ccd6dd%22%20d%3D%22M35.474%2015.729a2.5%202.5%200%200%200-3.501-.5L14.767%2028.137c.646-.242%201.51-.444%202.615-.522c.256-.018%202.66-.627%202.66-.627l1.293%201.036s.911.367%201.197.539l12.444-9.335a2.5%202.5%200%200%200%20.498-3.499%22%2F%3E%3Cpath%20fill%3D%22%23da2f47%22%20d%3D%22M28.686%2020.87c-.448-.596-.787-1.145-1.383-.698l-9.922%207.443c.256-.018.5-.042.783-.044c1.36-.009%202.4.195%203.17.452l7.588-5.692c.596-.447.211-.864-.236-1.461%22%2F%3E%3Cpath%20fill%3D%22%2367757f%22%20d%3D%22m18.599%2025.228l1.234%201.598l.741-.595l-1.197-1.587zm2.223-1.661l1.235%201.598l.741-.595l-1.197-1.587zm2.184-1.619l1.234%201.598l.741-.595l-1.197-1.587zm2.181-1.66l1.235%201.597l.741-.594l-1.197-1.587zm2.238-1.641l1.235%201.598l.74-.595l-1.196-1.587zm2.14-1.618l1.235%201.598l.74-.595l-1.196-1.587z%22%2F%3E%3Cpath%20fill%3D%22%23452e04%22%20d%3D%22m22.531%2028.563l.805.522s-.197-.362-.526-.726z%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%2036%2036%22%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20fill%3D%22%23ffcc4d%22%2F%3E%3Cellipse%20cx%3D%2212.5%22%20cy%3D%2216.5%22%20fill%3D%22%23664500%22%20rx%3D%222.5%22%20ry%3D%223.5%22%2F%3E%3Cellipse%20cx%3D%2223.5%22%20cy%3D%2216.5%22%20fill%3D%22%23664500%22%20rx%3D%222.5%22%20ry%3D%223.5%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M29%2012c-5.554%200-7.802-4.367-7.895-4.553a1%201%200%200%201%201.787-.899C22.967%206.694%2024.713%2010%2029%2010a1%201%200%201%201%200%202m-22-.006a1%201%200%200%201%200-2c5.083%200%205.996-3.12%206.033-3.253c.145-.528.69-.848%201.219-.709s.851.673.718%201.205c-.049.194-1.266%204.757-7.97%204.757%22%2F%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22m35.968%2017.068l-4.005.813l-16.187%2010.508l7.118.963l11.685-7.211c.703-.431.994-.835%201.198-1.747s.191-3.326.191-3.326%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M23.485%2029.379C23.474%2029.335%2022.34%2026.5%2018%2026.5s-5.474%202.835-5.485%202.879a.5.5%200%200%200%20.232.544a.51.51%200%200%200%20.596-.06C13.352%2029.855%2014.356%2029%2018%2029c3.59%200%204.617.83%204.656.863a.5.5%200%200%200%20.829-.484%22%2F%3E%3Cpath%20fill%3D%22%23ccd6dd%22%20d%3D%22M35.474%2015.729a2.5%202.5%200%200%200-3.501-.5L14.767%2028.137c.646-.242%201.51-.444%202.615-.522c.256-.018%202.66-.627%202.66-.627l1.293%201.036s.911.367%201.197.539l12.444-9.335a2.5%202.5%200%200%200%20.498-3.499%22%2F%3E%3Cpath%20fill%3D%22%23da2f47%22%20d%3D%22M28.686%2020.87c-.448-.596-.787-1.145-1.383-.698l-9.922%207.443c.256-.018.5-.042.783-.044c1.36-.009%202.4.195%203.17.452l7.588-5.692c.596-.447.211-.864-.236-1.461%22%2F%3E%3Cpath%20fill%3D%22%2367757f%22%20d%3D%22m18.599%2025.228l1.234%201.598l.741-.595l-1.197-1.587zm2.223-1.661l1.235%201.598l.741-.595l-1.197-1.587zm2.184-1.619l1.234%201.598l.741-.595l-1.197-1.587zm2.181-1.66l1.235%201.597l.741-.594l-1.197-1.587zm2.238-1.641l1.235%201.598l.74-.595l-1.196-1.587zm2.14-1.618l1.235%201.598l.74-.595l-1.196-1.587z%22%2F%3E%3Cpath%20fill%3D%22%23452e04%22%20d%3D%22m22.531%2028.563l.805.522s-.197-.362-.526-.726z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/face-with-thermometer.svg?color=%231a73e8&size=48