humidity helper icon
humidity-helper-outline from Material Symbols by Google · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- humidity-helper-outline
- Set
- Material Symbols
- Style
- Outline
- 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 22Zm0-2q2.5 0 4.25-1.713T16 14.1q0-1.175-.45-2.237T14.25 10L10 5.8L5.75 10q-.85.8-1.3 1.863T4 14.1q0 2.475 1.75 4.188T10 20Zm8.5-10q0-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 10ZM10 14.1Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsHumidityHelperOutline(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 22Zm0-2q2.5 0 4.25-1.713T16 14.1q0-1.175-.45-2.237T14.25 10L10 5.8L5.75 10q-.85.8-1.3 1.863T4 14.1q0 2.475 1.75 4.188T10 20Zm8.5-10q0-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 10ZM10 14.1Z"/></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 22Zm0-2q2.5 0 4.25-1.713T16 14.1q0-1.175-.45-2.237T14.25 10L10 5.8L5.75 10q-.85.8-1.3 1.863T4 14.1q0 2.475 1.75 4.188T10 20Zm8.5-10q0-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 10ZM10 14.1Z"/></svg> </template>
CSS
.icon-humidity-helper-outline {
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%2022Zm0-2q2.5%200%204.25-1.713T16%2014.1q0-1.175-.45-2.237T14.25%2010L10%205.8L5.75%2010q-.85.8-1.3%201.863T4%2014.1q0%202.475%201.75%204.188T10%2020Zm8.5-10q0-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%2010ZM10%2014.1Z%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%2022Zm0-2q2.5%200%204.25-1.713T16%2014.1q0-1.175-.45-2.237T14.25%2010L10%205.8L5.75%2010q-.85.8-1.3%201.863T4%2014.1q0%202.475%201.75%204.188T10%2020Zm8.5-10q0-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%2010ZM10%2014.1Z%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-outline.svg?color=%231a73e8&size=48