thermometer icon

thermometer-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
thermometer-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

Use the thermometer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2.25c-.72 0-1.417.276-1.935.775A2.65 2.65 0 0 0 9.25 4.93v8.426a4.7 4.7 0 0 0-1.463 1.646a4.55 4.55 0 0 0-.532 2.352a4.55 4.55 0 0 0 1.513 3.166a4.83 4.83 0 0 0 3.339 1.23a4.82 4.82 0 0 0 3.279-1.375a4.54 4.54 0 0 0 1.364-3.23a4.56 4.56 0 0 0-.587-2.235a4.7 4.7 0 0 0-1.413-1.554V4.93c0-.72-.297-1.404-.815-1.904A2.8 2.8 0 0 0 12 2.25"/></svg>

React

import type { SVGProps } from "react";

export function MynauiThermometerSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2.25c-.72 0-1.417.276-1.935.775A2.65 2.65 0 0 0 9.25 4.93v8.426a4.7 4.7 0 0 0-1.463 1.646a4.55 4.55 0 0 0-.532 2.352a4.55 4.55 0 0 0 1.513 3.166a4.83 4.83 0 0 0 3.339 1.23a4.82 4.82 0 0 0 3.279-1.375a4.54 4.54 0 0 0 1.364-3.23a4.56 4.56 0 0 0-.587-2.235a4.7 4.7 0 0 0-1.413-1.554V4.93c0-.72-.297-1.404-.815-1.904A2.8 2.8 0 0 0 12 2.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2.25c-.72 0-1.417.276-1.935.775A2.65 2.65 0 0 0 9.25 4.93v8.426a4.7 4.7 0 0 0-1.463 1.646a4.55 4.55 0 0 0-.532 2.352a4.55 4.55 0 0 0 1.513 3.166a4.83 4.83 0 0 0 3.339 1.23a4.82 4.82 0 0 0 3.279-1.375a4.54 4.54 0 0 0 1.364-3.23a4.56 4.56 0 0 0-.587-2.235a4.7 4.7 0 0 0-1.413-1.554V4.93c0-.72-.297-1.404-.815-1.904A2.8 2.8 0 0 0 12 2.25"/></svg>
</template>

CSS

.icon-thermometer-solid {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202.25c-.72%200-1.417.276-1.935.775A2.65%202.65%200%200%200%209.25%204.93v8.426a4.7%204.7%200%200%200-1.463%201.646a4.55%204.55%200%200%200-.532%202.352a4.55%204.55%200%200%200%201.513%203.166a4.83%204.83%200%200%200%203.339%201.23a4.82%204.82%200%200%200%203.279-1.375a4.54%204.54%200%200%200%201.364-3.23a4.56%204.56%200%200%200-.587-2.235a4.7%204.7%200%200%200-1.413-1.554V4.93c0-.72-.297-1.404-.815-1.904A2.8%202.8%200%200%200%2012%202.25%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202.25c-.72%200-1.417.276-1.935.775A2.65%202.65%200%200%200%209.25%204.93v8.426a4.7%204.7%200%200%200-1.463%201.646a4.55%204.55%200%200%200-.532%202.352a4.55%204.55%200%200%200%201.513%203.166a4.83%204.83%200%200%200%203.339%201.23a4.82%204.82%200%200%200%203.279-1.375a4.54%204.54%200%200%200%201.364-3.23a4.56%204.56%200%200%200-.587-2.235a4.7%204.7%200%200%200-1.413-1.554V4.93c0-.72-.297-1.404-.815-1.904A2.8%202.8%200%200%200%2012%202.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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