humidity helper icon

humidity-helper-rounded from Material Symbols by Google · Rounded · Apache-2.0 Free for personal and commercial use.

Name
humidity-helper-rounded
Set
Material Symbols
Style
Rounded
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

Related icons in Material Symbols

Use the humidity helper icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 22q-3.325 0-5.663-2.3T2 14.1q0-1.575.613-3.012T4.35 8.55L8.6 4.375Q9.175 3.8 10 3.8t1.4.575l4.25 4.175q1.125 1.1 1.738 2.538T18 14.1q0 3.3-2.337 5.6T10 22Zm8.5-12q0-1.875-1.313-3.188T14 5.5q1.875 0 3.188-1.313T18.5 1q0 1.875 1.313 3.188T23 5.5q-1.875 0-3.188 1.313T18.5 10Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHumidityHelperRounded(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="M10 22q-3.325 0-5.663-2.3T2 14.1q0-1.575.613-3.012T4.35 8.55L8.6 4.375Q9.175 3.8 10 3.8t1.4.575l4.25 4.175q1.125 1.1 1.738 2.538T18 14.1q0 3.3-2.337 5.6T10 22Zm8.5-12q0-1.875-1.313-3.188T14 5.5q1.875 0 3.188-1.313T18.5 1q0 1.875 1.313 3.188T23 5.5q-1.875 0-3.188 1.313T18.5 10Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 22q-3.325 0-5.663-2.3T2 14.1q0-1.575.613-3.012T4.35 8.55L8.6 4.375Q9.175 3.8 10 3.8t1.4.575l4.25 4.175q1.125 1.1 1.738 2.538T18 14.1q0 3.3-2.337 5.6T10 22Zm8.5-12q0-1.875-1.313-3.188T14 5.5q1.875 0 3.188-1.313T18.5 1q0 1.875 1.313 3.188T23 5.5q-1.875 0-3.188 1.313T18.5 10Z"/></svg>
</template>

CSS

.icon-humidity-helper-rounded {
  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%22M10%2022q-3.325%200-5.663-2.3T2%2014.1q0-1.575.613-3.012T4.35%208.55L8.6%204.375Q9.175%203.8%2010%203.8t1.4.575l4.25%204.175q1.125%201.1%201.738%202.538T18%2014.1q0%203.3-2.337%205.6T10%2022Zm8.5-12q0-1.875-1.313-3.188T14%205.5q1.875%200%203.188-1.313T18.5%201q0%201.875%201.313%203.188T23%205.5q-1.875%200-3.188%201.313T18.5%2010Z%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%22M10%2022q-3.325%200-5.663-2.3T2%2014.1q0-1.575.613-3.012T4.35%208.55L8.6%204.375Q9.175%203.8%2010%203.8t1.4.575l4.25%204.175q1.125%201.1%201.738%202.538T18%2014.1q0%203.3-2.337%205.6T10%2022Zm8.5-12q0-1.875-1.313-3.188T14%205.5q1.875%200%203.188-1.313T18.5%201q0%201.875%201.313%203.188T23%205.5q-1.875%200-3.188%201.313T18.5%2010Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/humidity-helper-rounded.svg?color=%231a73e8&size=48