face with thermometer emoji

face-with-thermometer from Emoji One (Colored) by Emoji One · Default · People · CC-BY-4.0 Attribution required.

Name
face-with-thermometer
Set
Emoji One (Colored)
Style
Default
Category
People
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More people icons from Emoji One (Colored)

Use the face with thermometer emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ffdd67"/><g fill="#664e27"><circle cx="43.5" cy="30.3" r="5"/><circle cx="20.5" cy="30.3" r="5"/></g><path fill="#917524" d="M25.6 15.2c-3.2 2.7-7.5 3.9-11.7 3.1c-.6-.1-1.1 2-.4 2.2c4.8.9 9.8-.5 13.5-3.6c.5-.5-1-2.1-1.4-1.7m24.5 3c-4.2.7-8.5-.4-11.7-3.1c-.4-.4-2 1.2-1.4 1.7c3.7 3.2 8.7 4.5 13.5 3.6c.7-.2.2-2.3-.4-2.2"/><path fill="#e5e5e5" d="m4.4 38.7l24.2 14.2l4.6-6.5l-21.4-18.1c-6.4-4.5-13.7 5.9-7.4 10.4"/><path fill="#fff" d="m5.8 36.5l23.8 15l2.8-3.9l-22.2-17.3c-3.7-2.6-8.1 3.6-4.4 6.2"/><path fill="#ed4c5c" d="m7.5 36.2l22.1 14.4l1.9-2.6l-21.1-16z"/><ellipse cx="9" cy="34.1" fill="#a5203c" rx="2.6" ry=".9" transform="rotate(-54.808 8.95 34.089)"/><path fill="#51575b" d="m18.1 41.5l-2 2.8l-.9-.5l2-2.9zm2.4 1.7l-1.9 2.7l-.9-.5l1.9-2.8zm2.5 1.7l-1.9 2.6l-.8-.5l1.8-2.6zm2.4 1.7L23.8 49l-.9-.6l1.7-2.3zm2.5 1.7l-1.5 2.2l-.9-.6l1.5-2.1z"/><path fill="#664e27" d="M41.5 43.9c-6 .3-11.6 3.3-15.2 8c-.9 1.2 2.2 3.5 3.1 2.3c2.4-3.1 6.8-6.2 12.3-6.5c1.4 0 1.3-3.8-.2-3.8"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneFaceWithThermometer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ffdd67"/><g fill="#664e27"><circle cx="43.5" cy="30.3" r="5"/><circle cx="20.5" cy="30.3" r="5"/></g><path fill="#917524" d="M25.6 15.2c-3.2 2.7-7.5 3.9-11.7 3.1c-.6-.1-1.1 2-.4 2.2c4.8.9 9.8-.5 13.5-3.6c.5-.5-1-2.1-1.4-1.7m24.5 3c-4.2.7-8.5-.4-11.7-3.1c-.4-.4-2 1.2-1.4 1.7c3.7 3.2 8.7 4.5 13.5 3.6c.7-.2.2-2.3-.4-2.2"/><path fill="#e5e5e5" d="m4.4 38.7l24.2 14.2l4.6-6.5l-21.4-18.1c-6.4-4.5-13.7 5.9-7.4 10.4"/><path fill="#fff" d="m5.8 36.5l23.8 15l2.8-3.9l-22.2-17.3c-3.7-2.6-8.1 3.6-4.4 6.2"/><path fill="#ed4c5c" d="m7.5 36.2l22.1 14.4l1.9-2.6l-21.1-16z"/><ellipse cx="9" cy="34.1" fill="#a5203c" rx="2.6" ry=".9" transform="rotate(-54.808 8.95 34.089)"/><path fill="#51575b" d="m18.1 41.5l-2 2.8l-.9-.5l2-2.9zm2.4 1.7l-1.9 2.7l-.9-.5l1.9-2.8zm2.5 1.7l-1.9 2.6l-.8-.5l1.8-2.6zm2.4 1.7L23.8 49l-.9-.6l1.7-2.3zm2.5 1.7l-1.5 2.2l-.9-.6l1.5-2.1z"/><path fill="#664e27" d="M41.5 43.9c-6 .3-11.6 3.3-15.2 8c-.9 1.2 2.2 3.5 3.1 2.3c2.4-3.1 6.8-6.2 12.3-6.5c1.4 0 1.3-3.8-.2-3.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ffdd67"/><g fill="#664e27"><circle cx="43.5" cy="30.3" r="5"/><circle cx="20.5" cy="30.3" r="5"/></g><path fill="#917524" d="M25.6 15.2c-3.2 2.7-7.5 3.9-11.7 3.1c-.6-.1-1.1 2-.4 2.2c4.8.9 9.8-.5 13.5-3.6c.5-.5-1-2.1-1.4-1.7m24.5 3c-4.2.7-8.5-.4-11.7-3.1c-.4-.4-2 1.2-1.4 1.7c3.7 3.2 8.7 4.5 13.5 3.6c.7-.2.2-2.3-.4-2.2"/><path fill="#e5e5e5" d="m4.4 38.7l24.2 14.2l4.6-6.5l-21.4-18.1c-6.4-4.5-13.7 5.9-7.4 10.4"/><path fill="#fff" d="m5.8 36.5l23.8 15l2.8-3.9l-22.2-17.3c-3.7-2.6-8.1 3.6-4.4 6.2"/><path fill="#ed4c5c" d="m7.5 36.2l22.1 14.4l1.9-2.6l-21.1-16z"/><ellipse cx="9" cy="34.1" fill="#a5203c" rx="2.6" ry=".9" transform="rotate(-54.808 8.95 34.089)"/><path fill="#51575b" d="m18.1 41.5l-2 2.8l-.9-.5l2-2.9zm2.4 1.7l-1.9 2.7l-.9-.5l1.9-2.8zm2.5 1.7l-1.9 2.6l-.8-.5l1.8-2.6zm2.4 1.7L23.8 49l-.9-.6l1.7-2.3zm2.5 1.7l-1.5 2.2l-.9-.6l1.5-2.1z"/><path fill="#664e27" d="M41.5 43.9c-6 .3-11.6 3.3-15.2 8c-.9 1.2 2.2 3.5 3.1 2.3c2.4-3.1 6.8-6.2 12.3-6.5c1.4 0 1.3-3.8-.2-3.8"/></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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23ffdd67%22%2F%3E%3Cg%20fill%3D%22%23664e27%22%3E%3Ccircle%20cx%3D%2243.5%22%20cy%3D%2230.3%22%20r%3D%225%22%2F%3E%3Ccircle%20cx%3D%2220.5%22%20cy%3D%2230.3%22%20r%3D%225%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23917524%22%20d%3D%22M25.6%2015.2c-3.2%202.7-7.5%203.9-11.7%203.1c-.6-.1-1.1%202-.4%202.2c4.8.9%209.8-.5%2013.5-3.6c.5-.5-1-2.1-1.4-1.7m24.5%203c-4.2.7-8.5-.4-11.7-3.1c-.4-.4-2%201.2-1.4%201.7c3.7%203.2%208.7%204.5%2013.5%203.6c.7-.2.2-2.3-.4-2.2%22%2F%3E%3Cpath%20fill%3D%22%23e5e5e5%22%20d%3D%22m4.4%2038.7l24.2%2014.2l4.6-6.5l-21.4-18.1c-6.4-4.5-13.7%205.9-7.4%2010.4%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m5.8%2036.5l23.8%2015l2.8-3.9l-22.2-17.3c-3.7-2.6-8.1%203.6-4.4%206.2%22%2F%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22m7.5%2036.2l22.1%2014.4l1.9-2.6l-21.1-16z%22%2F%3E%3Cellipse%20cx%3D%229%22%20cy%3D%2234.1%22%20fill%3D%22%23a5203c%22%20rx%3D%222.6%22%20ry%3D%22.9%22%20transform%3D%22rotate(-54.808%208.95%2034.089)%22%2F%3E%3Cpath%20fill%3D%22%2351575b%22%20d%3D%22m18.1%2041.5l-2%202.8l-.9-.5l2-2.9zm2.4%201.7l-1.9%202.7l-.9-.5l1.9-2.8zm2.5%201.7l-1.9%202.6l-.8-.5l1.8-2.6zm2.4%201.7L23.8%2049l-.9-.6l1.7-2.3zm2.5%201.7l-1.5%202.2l-.9-.6l1.5-2.1z%22%2F%3E%3Cpath%20fill%3D%22%23664e27%22%20d%3D%22M41.5%2043.9c-6%20.3-11.6%203.3-15.2%208c-.9%201.2%202.2%203.5%203.1%202.3c2.4-3.1%206.8-6.2%2012.3-6.5c1.4%200%201.3-3.8-.2-3.8%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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23ffdd67%22%2F%3E%3Cg%20fill%3D%22%23664e27%22%3E%3Ccircle%20cx%3D%2243.5%22%20cy%3D%2230.3%22%20r%3D%225%22%2F%3E%3Ccircle%20cx%3D%2220.5%22%20cy%3D%2230.3%22%20r%3D%225%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23917524%22%20d%3D%22M25.6%2015.2c-3.2%202.7-7.5%203.9-11.7%203.1c-.6-.1-1.1%202-.4%202.2c4.8.9%209.8-.5%2013.5-3.6c.5-.5-1-2.1-1.4-1.7m24.5%203c-4.2.7-8.5-.4-11.7-3.1c-.4-.4-2%201.2-1.4%201.7c3.7%203.2%208.7%204.5%2013.5%203.6c.7-.2.2-2.3-.4-2.2%22%2F%3E%3Cpath%20fill%3D%22%23e5e5e5%22%20d%3D%22m4.4%2038.7l24.2%2014.2l4.6-6.5l-21.4-18.1c-6.4-4.5-13.7%205.9-7.4%2010.4%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m5.8%2036.5l23.8%2015l2.8-3.9l-22.2-17.3c-3.7-2.6-8.1%203.6-4.4%206.2%22%2F%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22m7.5%2036.2l22.1%2014.4l1.9-2.6l-21.1-16z%22%2F%3E%3Cellipse%20cx%3D%229%22%20cy%3D%2234.1%22%20fill%3D%22%23a5203c%22%20rx%3D%222.6%22%20ry%3D%22.9%22%20transform%3D%22rotate(-54.808%208.95%2034.089)%22%2F%3E%3Cpath%20fill%3D%22%2351575b%22%20d%3D%22m18.1%2041.5l-2%202.8l-.9-.5l2-2.9zm2.4%201.7l-1.9%202.7l-.9-.5l1.9-2.8zm2.5%201.7l-1.9%202.6l-.8-.5l1.8-2.6zm2.4%201.7L23.8%2049l-.9-.6l1.7-2.3zm2.5%201.7l-1.5%202.2l-.9-.6l1.5-2.1z%22%2F%3E%3Cpath%20fill%3D%22%23664e27%22%20d%3D%22M41.5%2043.9c-6%20.3-11.6%203.3-15.2%208c-.9%201.2%202.2%203.5%203.1%202.3c2.4-3.1%206.8-6.2%2012.3-6.5c1.4%200%201.3-3.8-.2-3.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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