thermometer snowflake icon

thermometer-snowflake from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
thermometer-snowflake
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the thermometer snowflake icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.5 22a4 4 0 0 0 2.902-6.752c-.506-.535-.76-.802-.83-.98c-.072-.179-.072-.415-.072-.886V4a2 2 0 1 0-4 0v9.382c0 .472 0 .707-.071.886c-.071.178-.325.445-.831.98A4 4 0 0 0 17.5 22M9.045 5v3.656m0 0v5.688m0-5.688l2.046-2.031M9.045 8.656L7 6.625m2.045 7.719V18m0-3.656L7 16.375m2.045-2.031l2.046 2.031M4.136 9.469L6.182 11.5m0 0l-2.046 2.031M6.182 11.5H11.5m-5.318 0H2.5"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsThermometerSnowflake(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M17.5 22a4 4 0 0 0 2.902-6.752c-.506-.535-.76-.802-.83-.98c-.072-.179-.072-.415-.072-.886V4a2 2 0 1 0-4 0v9.382c0 .472 0 .707-.071.886c-.071.178-.325.445-.831.98A4 4 0 0 0 17.5 22M9.045 5v3.656m0 0v5.688m0-5.688l2.046-2.031M9.045 8.656L7 6.625m2.045 7.719V18m0-3.656L7 16.375m2.045-2.031l2.046 2.031M4.136 9.469L6.182 11.5m0 0l-2.046 2.031M6.182 11.5H11.5m-5.318 0H2.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.5 22a4 4 0 0 0 2.902-6.752c-.506-.535-.76-.802-.83-.98c-.072-.179-.072-.415-.072-.886V4a2 2 0 1 0-4 0v9.382c0 .472 0 .707-.071.886c-.071.178-.325.445-.831.98A4 4 0 0 0 17.5 22M9.045 5v3.656m0 0v5.688m0-5.688l2.046-2.031M9.045 8.656L7 6.625m2.045 7.719V18m0-3.656L7 16.375m2.045-2.031l2.046 2.031M4.136 9.469L6.182 11.5m0 0l-2.046 2.031M6.182 11.5H11.5m-5.318 0H2.5"/></svg>
</template>

CSS

.icon-thermometer-snowflake {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.5%2022a4%204%200%200%200%202.902-6.752c-.506-.535-.76-.802-.83-.98c-.072-.179-.072-.415-.072-.886V4a2%202%200%201%200-4%200v9.382c0%20.472%200%20.707-.071.886c-.071.178-.325.445-.831.98A4%204%200%200%200%2017.5%2022M9.045%205v3.656m0%200v5.688m0-5.688l2.046-2.031M9.045%208.656L7%206.625m2.045%207.719V18m0-3.656L7%2016.375m2.045-2.031l2.046%202.031M4.136%209.469L6.182%2011.5m0%200l-2.046%202.031M6.182%2011.5H11.5m-5.318%200H2.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.5%2022a4%204%200%200%200%202.902-6.752c-.506-.535-.76-.802-.83-.98c-.072-.179-.072-.415-.072-.886V4a2%202%200%201%200-4%200v9.382c0%20.472%200%20.707-.071.886c-.071.178-.325.445-.831.98A4%204%200%200%200%2017.5%2022M9.045%205v3.656m0%200v5.688m0-5.688l2.046-2.031M9.045%208.656L7%206.625m2.045%207.719V18m0-3.656L7%2016.375m2.045-2.031l2.046%202.031M4.136%209.469L6.182%2011.5m0%200l-2.046%202.031M6.182%2011.5H11.5m-5.318%200H2.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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