Skip to content
Esc
navigateopen⌘Jpreview

Thermometer

Install

npm install vadivam-react
pnpm add vadivam-react
bun add vadivam-react
yarn add vadivam-react

Use it in your framework

import { Thermometer } from "vadivam-react";

<Thermometer />
<script setup>
import { Thermometer } from "vadivam-vue";
</script>

<template>
  <Thermometer />
</template>
<script>
  import { Thermometer } from "vadivam-svelte";
</script>

<Thermometer />
import { Thermometer } from "vadivam-solid";

<Thermometer />
import { Thermometer } from "vadivam-preact";

<Thermometer />
---
import { Thermometer } from "vadivam-astro";
---

<Thermometer />
import { Thermometer } from "vadivam-angular";

<svg vadivamThermometer></svg>

Raw SVG & assets

View raw SVG
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14.424 14.067a.34.34 0 0 1-.128-.13.33.33 0 0 1-.046-.171V4.143c0-.569-.236-1.113-.66-1.515A2.3 2.3 0 0 0 12 2c-.596 0-1.17.226-1.59.628a2.1 2.1 0 0 0-.66 1.515v9.623a.33.33 0 0 1-.046.172.34.34 0 0 1-.128.129 4.43 4.43 0 0 0-1.57 1.659 4.2 4.2 0 0 0-.502 2.183 4.2 4.2 0 0 0 .414 1.61c.245.504.588.956 1.01 1.328a4.65 4.65 0 0 0 3.173 1.152 4.6 4.6 0 0 0 3.116-1.29 4.18 4.18 0 0 0 1.283-2.993 4.2 4.2 0 0 0-.551-2.074 4.5 4.5 0 0 0-1.525-1.574"/>
</svg>
import iconUrl from "vadivam/icons/thermometer.svg";

Keep exploring