thermometer icon

thermometer-outline from Health Icons by Resolve to Save Lives · Outline · Devices · MIT Free for personal and commercial use.

Name
thermometer-outline
Set
Health Icons
Style
Outline
Category
Devices
Viewbox
48×48
License
MIT
Aliases
thermometer2x-outline

1 other variant in Health Icons

The same icon in other sets

More devices icons from Health Icons

Use the thermometer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M23.995 44.077a7.96 7.96 0 0 0 3.963-1.053l.05.05l.198-.197a8 8 0 0 0 3.782-6.806a7.99 7.99 0 0 0-3.056-6.283a5 5 0 0 0 .05-.715l-.016-20a5 5 0 0 0-10 .008l.016 20q0 .365.051.715a8 8 0 0 0 4.961 14.282m-3.716-12.716l-.006.004q-.323.256-.609.552l8.49 8.477q.3-.289.557-.615zm-2.071 3.1q.125-.446.312-.86l7.952 7.94q-.413.188-.858.313zm-.122 2.704a6.01 6.01 0 0 0 4.824 4.816zm2.9-7.924l8.709 8.694q.15-.46.224-.947l-8.938-8.923l.001 1.015q0 .081.005.161m-.007-4.004l8.551 8.537a6 6 0 0 0-1.835-2.415a2 2 0 0 1-.749-1.336l-5.953-5.943h-.015zm2.842-1.16l3.16 3.155l-.001-1.172l-1.987-1.983zm-2.844-1.997l6-.005l-.002-2l-2 .002a1 1 0 1 1-.002-2l2-.002l-.002-2l-2 .002a1 1 0 0 1-.001-2l2-.002l-.002-2l-2 .002a1 1 0 0 1-.001-2l2-.002l-.001-1a3 3 0 0 0-6 .005z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsThermometerOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M23.995 44.077a7.96 7.96 0 0 0 3.963-1.053l.05.05l.198-.197a8 8 0 0 0 3.782-6.806a7.99 7.99 0 0 0-3.056-6.283a5 5 0 0 0 .05-.715l-.016-20a5 5 0 0 0-10 .008l.016 20q0 .365.051.715a8 8 0 0 0 4.961 14.282m-3.716-12.716l-.006.004q-.323.256-.609.552l8.49 8.477q.3-.289.557-.615zm-2.071 3.1q.125-.446.312-.86l7.952 7.94q-.413.188-.858.313zm-.122 2.704a6.01 6.01 0 0 0 4.824 4.816zm2.9-7.924l8.709 8.694q.15-.46.224-.947l-8.938-8.923l.001 1.015q0 .081.005.161m-.007-4.004l8.551 8.537a6 6 0 0 0-1.835-2.415a2 2 0 0 1-.749-1.336l-5.953-5.943h-.015zm2.842-1.16l3.16 3.155l-.001-1.172l-1.987-1.983zm-2.844-1.997l6-.005l-.002-2l-2 .002a1 1 0 1 1-.002-2l2-.002l-.002-2l-2 .002a1 1 0 0 1-.001-2l2-.002l-.002-2l-2 .002a1 1 0 0 1-.001-2l2-.002l-.001-1a3 3 0 0 0-6 .005z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M23.995 44.077a7.96 7.96 0 0 0 3.963-1.053l.05.05l.198-.197a8 8 0 0 0 3.782-6.806a7.99 7.99 0 0 0-3.056-6.283a5 5 0 0 0 .05-.715l-.016-20a5 5 0 0 0-10 .008l.016 20q0 .365.051.715a8 8 0 0 0 4.961 14.282m-3.716-12.716l-.006.004q-.323.256-.609.552l8.49 8.477q.3-.289.557-.615zm-2.071 3.1q.125-.446.312-.86l7.952 7.94q-.413.188-.858.313zm-.122 2.704a6.01 6.01 0 0 0 4.824 4.816zm2.9-7.924l8.709 8.694q.15-.46.224-.947l-8.938-8.923l.001 1.015q0 .081.005.161m-.007-4.004l8.551 8.537a6 6 0 0 0-1.835-2.415a2 2 0 0 1-.749-1.336l-5.953-5.943h-.015zm2.842-1.16l3.16 3.155l-.001-1.172l-1.987-1.983zm-2.844-1.997l6-.005l-.002-2l-2 .002a1 1 0 1 1-.002-2l2-.002l-.002-2l-2 .002a1 1 0 0 1-.001-2l2-.002l-.002-2l-2 .002a1 1 0 0 1-.001-2l2-.002l-.001-1a3 3 0 0 0-6 .005z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-thermometer-outline {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.995%2044.077a7.96%207.96%200%200%200%203.963-1.053l.05.05l.198-.197a8%208%200%200%200%203.782-6.806a7.99%207.99%200%200%200-3.056-6.283a5%205%200%200%200%20.05-.715l-.016-20a5%205%200%200%200-10%20.008l.016%2020q0%20.365.051.715a8%208%200%200%200%204.961%2014.282m-3.716-12.716l-.006.004q-.323.256-.609.552l8.49%208.477q.3-.289.557-.615zm-2.071%203.1q.125-.446.312-.86l7.952%207.94q-.413.188-.858.313zm-.122%202.704a6.01%206.01%200%200%200%204.824%204.816zm2.9-7.924l8.709%208.694q.15-.46.224-.947l-8.938-8.923l.001%201.015q0%20.081.005.161m-.007-4.004l8.551%208.537a6%206%200%200%200-1.835-2.415a2%202%200%200%201-.749-1.336l-5.953-5.943h-.015zm2.842-1.16l3.16%203.155l-.001-1.172l-1.987-1.983zm-2.844-1.997l6-.005l-.002-2l-2%20.002a1%201%200%201%201-.002-2l2-.002l-.002-2l-2%20.002a1%201%200%200%201-.001-2l2-.002l-.002-2l-2%20.002a1%201%200%200%201-.001-2l2-.002l-.001-1a3%203%200%200%200-6%20.005z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.995%2044.077a7.96%207.96%200%200%200%203.963-1.053l.05.05l.198-.197a8%208%200%200%200%203.782-6.806a7.99%207.99%200%200%200-3.056-6.283a5%205%200%200%200%20.05-.715l-.016-20a5%205%200%200%200-10%20.008l.016%2020q0%20.365.051.715a8%208%200%200%200%204.961%2014.282m-3.716-12.716l-.006.004q-.323.256-.609.552l8.49%208.477q.3-.289.557-.615zm-2.071%203.1q.125-.446.312-.86l7.952%207.94q-.413.188-.858.313zm-.122%202.704a6.01%206.01%200%200%200%204.824%204.816zm2.9-7.924l8.709%208.694q.15-.46.224-.947l-8.938-8.923l.001%201.015q0%20.081.005.161m-.007-4.004l8.551%208.537a6%206%200%200%200-1.835-2.415a2%202%200%200%201-.749-1.336l-5.953-5.943h-.015zm2.842-1.16l3.16%203.155l-.001-1.172l-1.987-1.983zm-2.844-1.997l6-.005l-.002-2l-2%20.002a1%201%200%201%201-.002-2l2-.002l-.002-2l-2%20.002a1%201%200%200%201-.001-2l2-.002l-.002-2l-2%20.002a1%201%200%200%201-.001-2l2-.002l-.001-1a3%203%200%200%200-6%20.005z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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