thermometer snowflake icon

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

Name
thermometer-snowflake
Set
Myna UI Icons
Style
Regular
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 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="M9.155 13.86a.3.3 0 0 1-.114-.116a.3.3 0 0 1-.041-.155v-8.66c0-.512-.21-1.002-.586-1.364A2.04 2.04 0 0 0 7 3c-.53 0-1.04.203-1.414.565A1.9 1.9 0 0 0 5 4.929v8.66a.3.3 0 0 1-.041.155a.3.3 0 0 1-.114.116a3.97 3.97 0 0 0-1.396 1.493a3.8 3.8 0 0 0-.445 1.965a3.8 3.8 0 0 0 1.266 2.644a4.1 4.1 0 0 0 2.82 1.037a4.07 4.07 0 0 0 2.77-1.16A3.8 3.8 0 0 0 11 17.145c0-.652-.168-1.294-.49-1.867a4 4 0 0 0-1.355-1.417M13.636 3L15 4.333m0 0L16.364 3M15 4.333V7m1.808.98l.088.088a.31.31 0 0 1 .104.251v1.362a.31.31 0 0 1-.104.251l-.088.088l-.876.876a.31.31 0 0 1-.251.104H14.32a.31.31 0 0 1-.252-.104l-.876-.876l-.088-.088A.31.31 0 0 1 13 9.681V8.319a.31.31 0 0 1 .104-.251l.088-.088l.876-.876A.31.31 0 0 1 14.319 7H15m0 0h.68a.31.31 0 0 1 .252.104l.876.876M13.636 15L15 13.667m0 0L16.364 15M15 13.667V11m4.636-6.155l-.5 1.822m0 0L21 7.155m-1.864-.488L16.808 7.98M21 10.845l-1.864.488m0 0l.5 1.822m-.5-1.822l-2.328-1.313"/></svg>

React

import type { SVGProps } from "react";

export function MynauiThermometerSnowflake(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="M9.155 13.86a.3.3 0 0 1-.114-.116a.3.3 0 0 1-.041-.155v-8.66c0-.512-.21-1.002-.586-1.364A2.04 2.04 0 0 0 7 3c-.53 0-1.04.203-1.414.565A1.9 1.9 0 0 0 5 4.929v8.66a.3.3 0 0 1-.041.155a.3.3 0 0 1-.114.116a3.97 3.97 0 0 0-1.396 1.493a3.8 3.8 0 0 0-.445 1.965a3.8 3.8 0 0 0 1.266 2.644a4.1 4.1 0 0 0 2.82 1.037a4.07 4.07 0 0 0 2.77-1.16A3.8 3.8 0 0 0 11 17.145c0-.652-.168-1.294-.49-1.867a4 4 0 0 0-1.355-1.417M13.636 3L15 4.333m0 0L16.364 3M15 4.333V7m1.808.98l.088.088a.31.31 0 0 1 .104.251v1.362a.31.31 0 0 1-.104.251l-.088.088l-.876.876a.31.31 0 0 1-.251.104H14.32a.31.31 0 0 1-.252-.104l-.876-.876l-.088-.088A.31.31 0 0 1 13 9.681V8.319a.31.31 0 0 1 .104-.251l.088-.088l.876-.876A.31.31 0 0 1 14.319 7H15m0 0h.68a.31.31 0 0 1 .252.104l.876.876M13.636 15L15 13.667m0 0L16.364 15M15 13.667V11m4.636-6.155l-.5 1.822m0 0L21 7.155m-1.864-.488L16.808 7.98M21 10.845l-1.864.488m0 0l.5 1.822m-.5-1.822l-2.328-1.313"/></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="M9.155 13.86a.3.3 0 0 1-.114-.116a.3.3 0 0 1-.041-.155v-8.66c0-.512-.21-1.002-.586-1.364A2.04 2.04 0 0 0 7 3c-.53 0-1.04.203-1.414.565A1.9 1.9 0 0 0 5 4.929v8.66a.3.3 0 0 1-.041.155a.3.3 0 0 1-.114.116a3.97 3.97 0 0 0-1.396 1.493a3.8 3.8 0 0 0-.445 1.965a3.8 3.8 0 0 0 1.266 2.644a4.1 4.1 0 0 0 2.82 1.037a4.07 4.07 0 0 0 2.77-1.16A3.8 3.8 0 0 0 11 17.145c0-.652-.168-1.294-.49-1.867a4 4 0 0 0-1.355-1.417M13.636 3L15 4.333m0 0L16.364 3M15 4.333V7m1.808.98l.088.088a.31.31 0 0 1 .104.251v1.362a.31.31 0 0 1-.104.251l-.088.088l-.876.876a.31.31 0 0 1-.251.104H14.32a.31.31 0 0 1-.252-.104l-.876-.876l-.088-.088A.31.31 0 0 1 13 9.681V8.319a.31.31 0 0 1 .104-.251l.088-.088l.876-.876A.31.31 0 0 1 14.319 7H15m0 0h.68a.31.31 0 0 1 .252.104l.876.876M13.636 15L15 13.667m0 0L16.364 15M15 13.667V11m4.636-6.155l-.5 1.822m0 0L21 7.155m-1.864-.488L16.808 7.98M21 10.845l-1.864.488m0 0l.5 1.822m-.5-1.822l-2.328-1.313"/></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%22M9.155%2013.86a.3.3%200%200%201-.114-.116a.3.3%200%200%201-.041-.155v-8.66c0-.512-.21-1.002-.586-1.364A2.04%202.04%200%200%200%207%203c-.53%200-1.04.203-1.414.565A1.9%201.9%200%200%200%205%204.929v8.66a.3.3%200%200%201-.041.155a.3.3%200%200%201-.114.116a3.97%203.97%200%200%200-1.396%201.493a3.8%203.8%200%200%200-.445%201.965a3.8%203.8%200%200%200%201.266%202.644a4.1%204.1%200%200%200%202.82%201.037a4.07%204.07%200%200%200%202.77-1.16A3.8%203.8%200%200%200%2011%2017.145c0-.652-.168-1.294-.49-1.867a4%204%200%200%200-1.355-1.417M13.636%203L15%204.333m0%200L16.364%203M15%204.333V7m1.808.98l.088.088a.31.31%200%200%201%20.104.251v1.362a.31.31%200%200%201-.104.251l-.088.088l-.876.876a.31.31%200%200%201-.251.104H14.32a.31.31%200%200%201-.252-.104l-.876-.876l-.088-.088A.31.31%200%200%201%2013%209.681V8.319a.31.31%200%200%201%20.104-.251l.088-.088l.876-.876A.31.31%200%200%201%2014.319%207H15m0%200h.68a.31.31%200%200%201%20.252.104l.876.876M13.636%2015L15%2013.667m0%200L16.364%2015M15%2013.667V11m4.636-6.155l-.5%201.822m0%200L21%207.155m-1.864-.488L16.808%207.98M21%2010.845l-1.864.488m0%200l.5%201.822m-.5-1.822l-2.328-1.313%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%22M9.155%2013.86a.3.3%200%200%201-.114-.116a.3.3%200%200%201-.041-.155v-8.66c0-.512-.21-1.002-.586-1.364A2.04%202.04%200%200%200%207%203c-.53%200-1.04.203-1.414.565A1.9%201.9%200%200%200%205%204.929v8.66a.3.3%200%200%201-.041.155a.3.3%200%200%201-.114.116a3.97%203.97%200%200%200-1.396%201.493a3.8%203.8%200%200%200-.445%201.965a3.8%203.8%200%200%200%201.266%202.644a4.1%204.1%200%200%200%202.82%201.037a4.07%204.07%200%200%200%202.77-1.16A3.8%203.8%200%200%200%2011%2017.145c0-.652-.168-1.294-.49-1.867a4%204%200%200%200-1.355-1.417M13.636%203L15%204.333m0%200L16.364%203M15%204.333V7m1.808.98l.088.088a.31.31%200%200%201%20.104.251v1.362a.31.31%200%200%201-.104.251l-.088.088l-.876.876a.31.31%200%200%201-.251.104H14.32a.31.31%200%200%201-.252-.104l-.876-.876l-.088-.088A.31.31%200%200%201%2013%209.681V8.319a.31.31%200%200%201%20.104-.251l.088-.088l.876-.876A.31.31%200%200%201%2014.319%207H15m0%200h.68a.31.31%200%200%201%20.252.104l.876.876M13.636%2015L15%2013.667m0%200L16.364%2015M15%2013.667V11m4.636-6.155l-.5%201.822m0%200L21%207.155m-1.864-.488L16.808%207.98M21%2010.845l-1.864.488m0%200l.5%201.822m-.5-1.822l-2.328-1.313%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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