thermometer digital icon
thermometer-digital-24px from Health Icons by Resolve to Save Lives · Filled 24px · Devices · MIT Free for personal and commercial use.
- Name
- thermometer-digital-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- Devices
- Viewbox
- 24×24
- 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 24 24"><g fill="currentColor"><path d="M4.662 6.135a1 1 0 0 1 .293-1.383l3.992-2.59a1 1 0 0 1 1.383.293l1.122 1.728l-5.668 3.68z"/><path fill-rule="evenodd" d="m6.601 9.121l5.668-3.68l2.726 4.195c.311.48.516 1.02.601 1.585l.651 4.335c.084.56.287 1.096.593 1.572l.934 1.437l-1.417.92l-.934-1.436a4 4 0 0 0-1.196-1.182L10.53 14.51a4 4 0 0 1-1.204-1.193zm3.176.462l2.18 3.355l1.677-1.09l-2.18-3.354z" clip-rule="evenodd"/><path d="m16.865 20.357l.758 1.168a.85.85 0 0 0 1.426-.926l-.759-1.168z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsThermometerDigital24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M4.662 6.135a1 1 0 0 1 .293-1.383l3.992-2.59a1 1 0 0 1 1.383.293l1.122 1.728l-5.668 3.68z"/><path fillRule="evenodd" d="m6.601 9.121l5.668-3.68l2.726 4.195c.311.48.516 1.02.601 1.585l.651 4.335c.084.56.287 1.096.593 1.572l.934 1.437l-1.417.92l-.934-1.436a4 4 0 0 0-1.196-1.182L10.53 14.51a4 4 0 0 1-1.204-1.193zm3.176.462l2.18 3.355l1.677-1.09l-2.18-3.354z" clipRule="evenodd"/><path d="m16.865 20.357l.758 1.168a.85.85 0 0 0 1.426-.926l-.759-1.168z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M4.662 6.135a1 1 0 0 1 .293-1.383l3.992-2.59a1 1 0 0 1 1.383.293l1.122 1.728l-5.668 3.68z"/><path fill-rule="evenodd" d="m6.601 9.121l5.668-3.68l2.726 4.195c.311.48.516 1.02.601 1.585l.651 4.335c.084.56.287 1.096.593 1.572l.934 1.437l-1.417.92l-.934-1.436a4 4 0 0 0-1.196-1.182L10.53 14.51a4 4 0 0 1-1.204-1.193zm3.176.462l2.18 3.355l1.677-1.09l-2.18-3.354z" clip-rule="evenodd"/><path d="m16.865 20.357l.758 1.168a.85.85 0 0 0 1.426-.926l-.759-1.168z"/></g></svg> </template>
CSS
.icon-thermometer-digital-24px {
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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M4.662%206.135a1%201%200%200%201%20.293-1.383l3.992-2.59a1%201%200%200%201%201.383.293l1.122%201.728l-5.668%203.68z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m6.601%209.121l5.668-3.68l2.726%204.195c.311.48.516%201.02.601%201.585l.651%204.335c.084.56.287%201.096.593%201.572l.934%201.437l-1.417.92l-.934-1.436a4%204%200%200%200-1.196-1.182L10.53%2014.51a4%204%200%200%201-1.204-1.193zm3.176.462l2.18%203.355l1.677-1.09l-2.18-3.354z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m16.865%2020.357l.758%201.168a.85.85%200%200%200%201.426-.926l-.759-1.168z%22%2F%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M4.662%206.135a1%201%200%200%201%20.293-1.383l3.992-2.59a1%201%200%200%201%201.383.293l1.122%201.728l-5.668%203.68z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m6.601%209.121l5.668-3.68l2.726%204.195c.311.48.516%201.02.601%201.585l.651%204.335c.084.56.287%201.096.593%201.572l.934%201.437l-1.417.92l-.934-1.436a4%204%200%200%200-1.196-1.182L10.53%2014.51a4%204%200%200%201-1.204-1.193zm3.176.462l2.18%203.355l1.677-1.09l-2.18-3.354z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m16.865%2020.357l.758%201.168a.85.85%200%200%200%201.426-.926l-.759-1.168z%22%2F%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-24px.svg?color=%231a73e8&size=48