humidity helper icon
humidity-helper from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.
- Name
- humidity-helper
- Set
- Material Symbols
- Style
- Regular
- 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.55L10 3l5.65 5.55q1.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 MaterialSymbolsHumidityHelper(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.55L10 3l5.65 5.55q1.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.55L10 3l5.65 5.55q1.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 {
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.55L10%203l5.65%205.55q1.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.55L10%203l5.65%205.55q1.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.svg?color=%231a73e8&size=48