thermometer digital negative icon

thermometer-digital-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
thermometer-digital-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the thermometer digital negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsThermometerDigitalNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM18.012 4.997l1.523 2.384l-7.686 4.909l-1.522-2.384l.008-.005a2 2 0 0 1-.115-.162l-.028-.044a2 2 0 0 1 .608-2.762l4.314-2.756a2 2 0 0 1 2.763.609l.028.044q.054.085.098.172zm.663 17.979l-5.749-9l7.685-4.91l5.75 9c.613.962.77 1.595.977 2.428c.095.38.2.803.363 1.317c.071.225.133.492.209.823c.422 1.838 1.292 5.622 6.773 14.761a1 1 0 0 0-.137.073l-1.708 1.091a1 1 0 0 0-.128.097c-5.99-8.818-9.055-11.2-10.543-12.355a11 11 0 0 1-.658-.535a20 20 0 0 0-1.043-.883c-.668-.537-1.177-.946-1.79-1.907m18.44 18.344q-.74-1.16-1.401-2.231q-.045.035-.091.065l-1.708 1.09q-.05.033-.103.058q.717 1.085 1.486 2.289l.596.933a1.108 1.108 0 1 0 1.867-1.192zM24.057 20.107l-4.91-7.685l-2.561 1.636l4.909 7.685z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsThermometerDigitalNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsThermometerDigitalNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsThermometerDigitalNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM18.012 4.997l1.523 2.384l-7.686 4.909l-1.522-2.384l.008-.005a2 2 0 0 1-.115-.162l-.028-.044a2 2 0 0 1 .608-2.762l4.314-2.756a2 2 0 0 1 2.763.609l.028.044q.054.085.098.172zm.663 17.979l-5.749-9l7.685-4.91l5.75 9c.613.962.77 1.595.977 2.428c.095.38.2.803.363 1.317c.071.225.133.492.209.823c.422 1.838 1.292 5.622 6.773 14.761a1 1 0 0 0-.137.073l-1.708 1.091a1 1 0 0 0-.128.097c-5.99-8.818-9.055-11.2-10.543-12.355a11 11 0 0 1-.658-.535a20 20 0 0 0-1.043-.883c-.668-.537-1.177-.946-1.79-1.907m18.44 18.344q-.74-1.16-1.401-2.231q-.045.035-.091.065l-1.708 1.09q-.05.033-.103.058q.717 1.085 1.486 2.289l.596.933a1.108 1.108 0 1 0 1.867-1.192zM24.057 20.107l-4.91-7.685l-2.561 1.636l4.909 7.685z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsThermometerDigitalNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsThermometerDigitalNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM18.012 4.997l1.523 2.384l-7.686 4.909l-1.522-2.384l.008-.005a2 2 0 0 1-.115-.162l-.028-.044a2 2 0 0 1 .608-2.762l4.314-2.756a2 2 0 0 1 2.763.609l.028.044q.054.085.098.172zm.663 17.979l-5.749-9l7.685-4.91l5.75 9c.613.962.77 1.595.977 2.428c.095.38.2.803.363 1.317c.071.225.133.492.209.823c.422 1.838 1.292 5.622 6.773 14.761a1 1 0 0 0-.137.073l-1.708 1.091a1 1 0 0 0-.128.097c-5.99-8.818-9.055-11.2-10.543-12.355a11 11 0 0 1-.658-.535a20 20 0 0 0-1.043-.883c-.668-.537-1.177-.946-1.79-1.907m18.44 18.344q-.74-1.16-1.401-2.231q-.045.035-.091.065l-1.708 1.09q-.05.033-.103.058q.717 1.085 1.486 2.289l.596.933a1.108 1.108 0 1 0 1.867-1.192zM24.057 20.107l-4.91-7.685l-2.561 1.636l4.909 7.685z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsThermometerDigitalNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-thermometer-digital-negative {
  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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsThermometerDigitalNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM18.012%204.997l1.523%202.384l-7.686%204.909l-1.522-2.384l.008-.005a2%202%200%200%201-.115-.162l-.028-.044a2%202%200%200%201%20.608-2.762l4.314-2.756a2%202%200%200%201%202.763.609l.028.044q.054.085.098.172zm.663%2017.979l-5.749-9l7.685-4.91l5.75%209c.613.962.77%201.595.977%202.428c.095.38.2.803.363%201.317c.071.225.133.492.209.823c.422%201.838%201.292%205.622%206.773%2014.761a1%201%200%200%200-.137.073l-1.708%201.091a1%201%200%200%200-.128.097c-5.99-8.818-9.055-11.2-10.543-12.355a11%2011%200%200%201-.658-.535a20%2020%200%200%200-1.043-.883c-.668-.537-1.177-.946-1.79-1.907m18.44%2018.344q-.74-1.16-1.401-2.231q-.045.035-.091.065l-1.708%201.09q-.05.033-.103.058q.717%201.085%201.486%202.289l.596.933a1.108%201.108%200%201%200%201.867-1.192zM24.057%2020.107l-4.91-7.685l-2.561%201.636l4.909%207.685z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsThermometerDigitalNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsThermometerDigitalNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM18.012%204.997l1.523%202.384l-7.686%204.909l-1.522-2.384l.008-.005a2%202%200%200%201-.115-.162l-.028-.044a2%202%200%200%201%20.608-2.762l4.314-2.756a2%202%200%200%201%202.763.609l.028.044q.054.085.098.172zm.663%2017.979l-5.749-9l7.685-4.91l5.75%209c.613.962.77%201.595.977%202.428c.095.38.2.803.363%201.317c.071.225.133.492.209.823c.422%201.838%201.292%205.622%206.773%2014.761a1%201%200%200%200-.137.073l-1.708%201.091a1%201%200%200%200-.128.097c-5.99-8.818-9.055-11.2-10.543-12.355a11%2011%200%200%201-.658-.535a20%2020%200%200%200-1.043-.883c-.668-.537-1.177-.946-1.79-1.907m18.44%2018.344q-.74-1.16-1.401-2.231q-.045.035-.091.065l-1.708%201.09q-.05.033-.103.058q.717%201.085%201.486%202.289l.596.933a1.108%201.108%200%201%200%201.867-1.192zM24.057%2020.107l-4.91-7.685l-2.561%201.636l4.909%207.685z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsThermometerDigitalNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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