thermometer icon

thermometer-line from Remix Icon by Remix Design · Line · Health & Medical · Apache-2.0 Free for personal and commercial use.

Name
thermometer-line
Set
Remix Icon
Style
Line
Category
Health & Medical
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More health & medical icons from Remix Icon

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="M20.557 3.444a4 4 0 0 1 0 5.657l-8.2 8.2a4 4 0 0 1-2.387 1.147l-3.38.374l-2.297 2.3a1 1 0 1 1-1.414-1.415l2.298-2.299l.375-3.377A4 4 0 0 1 6.7 11.644l8.2-8.2a4 4 0 0 1 5.658 0m-4.243 1.414l-8.2 8.2a2 2 0 0 0-.574 1.194l-.276 2.484l2.485-.276a2 2 0 0 0 1.193-.574l.422-.422L9.95 14.05l1.414-1.414l1.414 1.414l1.414-1.414l-1.414-1.414l1.415-1.414l1.414 1.414l1.414-1.415l-1.414-1.414L17.02 6.98l1.414 1.414l.707-.707a2 2 0 0 0-2.828-2.828"/></svg>

React

import type { SVGProps } from "react";

export function RiThermometerLine(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="M20.557 3.444a4 4 0 0 1 0 5.657l-8.2 8.2a4 4 0 0 1-2.387 1.147l-3.38.374l-2.297 2.3a1 1 0 1 1-1.414-1.415l2.298-2.299l.375-3.377A4 4 0 0 1 6.7 11.644l8.2-8.2a4 4 0 0 1 5.658 0m-4.243 1.414l-8.2 8.2a2 2 0 0 0-.574 1.194l-.276 2.484l2.485-.276a2 2 0 0 0 1.193-.574l.422-.422L9.95 14.05l1.414-1.414l1.414 1.414l1.414-1.414l-1.414-1.414l1.415-1.414l1.414 1.414l1.414-1.415l-1.414-1.414L17.02 6.98l1.414 1.414l.707-.707a2 2 0 0 0-2.828-2.828"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.557 3.444a4 4 0 0 1 0 5.657l-8.2 8.2a4 4 0 0 1-2.387 1.147l-3.38.374l-2.297 2.3a1 1 0 1 1-1.414-1.415l2.298-2.299l.375-3.377A4 4 0 0 1 6.7 11.644l8.2-8.2a4 4 0 0 1 5.658 0m-4.243 1.414l-8.2 8.2a2 2 0 0 0-.574 1.194l-.276 2.484l2.485-.276a2 2 0 0 0 1.193-.574l.422-.422L9.95 14.05l1.414-1.414l1.414 1.414l1.414-1.414l-1.414-1.414l1.415-1.414l1.414 1.414l1.414-1.415l-1.414-1.414L17.02 6.98l1.414 1.414l.707-.707a2 2 0 0 0-2.828-2.828"/></svg>
</template>

CSS

.icon-thermometer-line {
  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%22M20.557%203.444a4%204%200%200%201%200%205.657l-8.2%208.2a4%204%200%200%201-2.387%201.147l-3.38.374l-2.297%202.3a1%201%200%201%201-1.414-1.415l2.298-2.299l.375-3.377A4%204%200%200%201%206.7%2011.644l8.2-8.2a4%204%200%200%201%205.658%200m-4.243%201.414l-8.2%208.2a2%202%200%200%200-.574%201.194l-.276%202.484l2.485-.276a2%202%200%200%200%201.193-.574l.422-.422L9.95%2014.05l1.414-1.414l1.414%201.414l1.414-1.414l-1.414-1.414l1.415-1.414l1.414%201.414l1.414-1.415l-1.414-1.414L17.02%206.98l1.414%201.414l.707-.707a2%202%200%200%200-2.828-2.828%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%22M20.557%203.444a4%204%200%200%201%200%205.657l-8.2%208.2a4%204%200%200%201-2.387%201.147l-3.38.374l-2.297%202.3a1%201%200%201%201-1.414-1.415l2.298-2.299l.375-3.377A4%204%200%200%201%206.7%2011.644l8.2-8.2a4%204%200%200%201%205.658%200m-4.243%201.414l-8.2%208.2a2%202%200%200%200-.574%201.194l-.276%202.484l2.485-.276a2%202%200%200%200%201.193-.574l.422-.422L9.95%2014.05l1.414-1.414l1.414%201.414l1.414-1.414l-1.414-1.414l1.415-1.414l1.414%201.414l1.414-1.415l-1.414-1.414L17.02%206.98l1.414%201.414l.707-.707a2%202%200%200%200-2.828-2.828%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Thermometer line icon — Remix Icon · IconsDB