thermometer digital icon
thermometer-digital from Health Icons by Resolve to Save Lives · Filled · Devices · MIT Free for personal and commercial use.
- Name
- thermometer-digital
- Set
- Health Icons
- Style
- Filled
- Category
- Devices
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
More devices icons from Health Icons
Use the thermometer digital 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="m19.535 7.38l-1.523-2.383l-.009.005a2 2 0 0 0-.098-.172l-.028-.044a2 2 0 0 0-2.762-.61L10.8 6.934a2 2 0 0 0-.609 2.762l.029.044q.054.085.115.162l-.009.005l1.523 2.384zm-6.61 6.596l5.75 9c.614.96 1.123 1.37 1.791 1.907c.306.246.645.519 1.043.883c.174.16.39.327.658.535c1.488 1.156 4.553 3.537 10.543 12.356q.06-.053.128-.098l1.708-1.09q.066-.043.137-.074c-5.48-9.139-6.35-12.923-6.773-14.76c-.076-.331-.138-.6-.21-.824a20 20 0 0 1-.362-1.317c-.207-.833-.364-1.466-.978-2.427l-5.749-9zm22.788 25.113q.661 1.07 1.402 2.232l.646 1.01a1.108 1.108 0 0 1-1.867 1.193l-.596-.933a178 178 0 0 0-1.486-2.289a1 1 0 0 0 .103-.057l1.708-1.091a1 1 0 0 0 .09-.066M19.147 12.422l4.91 7.685l-2.562 1.636l-4.91-7.685z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsThermometerDigital(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="m19.535 7.38l-1.523-2.383l-.009.005a2 2 0 0 0-.098-.172l-.028-.044a2 2 0 0 0-2.762-.61L10.8 6.934a2 2 0 0 0-.609 2.762l.029.044q.054.085.115.162l-.009.005l1.523 2.384zm-6.61 6.596l5.75 9c.614.96 1.123 1.37 1.791 1.907c.306.246.645.519 1.043.883c.174.16.39.327.658.535c1.488 1.156 4.553 3.537 10.543 12.356q.06-.053.128-.098l1.708-1.09q.066-.043.137-.074c-5.48-9.139-6.35-12.923-6.773-14.76c-.076-.331-.138-.6-.21-.824a20 20 0 0 1-.362-1.317c-.207-.833-.364-1.466-.978-2.427l-5.749-9zm22.788 25.113q.661 1.07 1.402 2.232l.646 1.01a1.108 1.108 0 0 1-1.867 1.193l-.596-.933a178 178 0 0 0-1.486-2.289a1 1 0 0 0 .103-.057l1.708-1.091a1 1 0 0 0 .09-.066M19.147 12.422l4.91 7.685l-2.562 1.636l-4.91-7.685z" 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="m19.535 7.38l-1.523-2.383l-.009.005a2 2 0 0 0-.098-.172l-.028-.044a2 2 0 0 0-2.762-.61L10.8 6.934a2 2 0 0 0-.609 2.762l.029.044q.054.085.115.162l-.009.005l1.523 2.384zm-6.61 6.596l5.75 9c.614.96 1.123 1.37 1.791 1.907c.306.246.645.519 1.043.883c.174.16.39.327.658.535c1.488 1.156 4.553 3.537 10.543 12.356q.06-.053.128-.098l1.708-1.09q.066-.043.137-.074c-5.48-9.139-6.35-12.923-6.773-14.76c-.076-.331-.138-.6-.21-.824a20 20 0 0 1-.362-1.317c-.207-.833-.364-1.466-.978-2.427l-5.749-9zm22.788 25.113q.661 1.07 1.402 2.232l.646 1.01a1.108 1.108 0 0 1-1.867 1.193l-.596-.933a178 178 0 0 0-1.486-2.289a1 1 0 0 0 .103-.057l1.708-1.091a1 1 0 0 0 .09-.066M19.147 12.422l4.91 7.685l-2.562 1.636l-4.91-7.685z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-thermometer-digital {
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%22m19.535%207.38l-1.523-2.383l-.009.005a2%202%200%200%200-.098-.172l-.028-.044a2%202%200%200%200-2.762-.61L10.8%206.934a2%202%200%200%200-.609%202.762l.029.044q.054.085.115.162l-.009.005l1.523%202.384zm-6.61%206.596l5.75%209c.614.96%201.123%201.37%201.791%201.907c.306.246.645.519%201.043.883c.174.16.39.327.658.535c1.488%201.156%204.553%203.537%2010.543%2012.356q.06-.053.128-.098l1.708-1.09q.066-.043.137-.074c-5.48-9.139-6.35-12.923-6.773-14.76c-.076-.331-.138-.6-.21-.824a20%2020%200%200%201-.362-1.317c-.207-.833-.364-1.466-.978-2.427l-5.749-9zm22.788%2025.113q.661%201.07%201.402%202.232l.646%201.01a1.108%201.108%200%200%201-1.867%201.193l-.596-.933a178%20178%200%200%200-1.486-2.289a1%201%200%200%200%20.103-.057l1.708-1.091a1%201%200%200%200%20.09-.066M19.147%2012.422l4.91%207.685l-2.562%201.636l-4.91-7.685z%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%22m19.535%207.38l-1.523-2.383l-.009.005a2%202%200%200%200-.098-.172l-.028-.044a2%202%200%200%200-2.762-.61L10.8%206.934a2%202%200%200%200-.609%202.762l.029.044q.054.085.115.162l-.009.005l1.523%202.384zm-6.61%206.596l5.75%209c.614.96%201.123%201.37%201.791%201.907c.306.246.645.519%201.043.883c.174.16.39.327.658.535c1.488%201.156%204.553%203.537%2010.543%2012.356q.06-.053.128-.098l1.708-1.09q.066-.043.137-.074c-5.48-9.139-6.35-12.923-6.773-14.76c-.076-.331-.138-.6-.21-.824a20%2020%200%200%201-.362-1.317c-.207-.833-.364-1.466-.978-2.427l-5.749-9zm22.788%2025.113q.661%201.07%201.402%202.232l.646%201.01a1.108%201.108%200%200%201-1.867%201.193l-.596-.933a178%20178%200%200%200-1.486-2.289a1%201%200%200%200%20.103-.057l1.708-1.091a1%201%200%200%200%20.09-.066M19.147%2012.422l4.91%207.685l-2.562%201.636l-4.91-7.685z%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-digital.svg?color=%231a73e8&size=48