humidity percentage icon

humidity-percentage from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
humidity-percentage
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
humidity-percentage-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the humidity percentage icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.822 16.825q.294-.292.294-.707q0-.416-.291-.71q-.292-.292-.707-.292q-.416 0-.71.29t-.292.707t.29.709t.707.294t.709-.291m-5.372.413l5.789-5.788l-.689-.708l-5.808 5.808zm1.141-4.645q.294-.29.294-.706t-.291-.709q-.291-.294-.707-.294t-.709.291q-.294.292-.294.707q0 .416.292.71q.29.292.706.292t.71-.29m-3.593 6.343Q5 16.873 5 13.8q0-2.154 1.738-4.765T12 3.308q3.525 3.117 5.262 5.728Q19 11.646 19 13.8q0 3.073-2.002 5.137Q14.994 21 11.996 21t-4.998-2.064"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHumidityPercentage(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="M14.822 16.825q.294-.292.294-.707q0-.416-.291-.71q-.292-.292-.707-.292q-.416 0-.71.29t-.292.707t.29.709t.707.294t.709-.291m-5.372.413l5.789-5.788l-.689-.708l-5.808 5.808zm1.141-4.645q.294-.29.294-.706t-.291-.709q-.291-.294-.707-.294t-.709.291q-.294.292-.294.707q0 .416.292.71q.29.292.706.292t.71-.29m-3.593 6.343Q5 16.873 5 13.8q0-2.154 1.738-4.765T12 3.308q3.525 3.117 5.262 5.728Q19 11.646 19 13.8q0 3.073-2.002 5.137Q14.994 21 11.996 21t-4.998-2.064"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.822 16.825q.294-.292.294-.707q0-.416-.291-.71q-.292-.292-.707-.292q-.416 0-.71.29t-.292.707t.29.709t.707.294t.709-.291m-5.372.413l5.789-5.788l-.689-.708l-5.808 5.808zm1.141-4.645q.294-.29.294-.706t-.291-.709q-.291-.294-.707-.294t-.709.291q-.294.292-.294.707q0 .416.292.71q.29.292.706.292t.71-.29m-3.593 6.343Q5 16.873 5 13.8q0-2.154 1.738-4.765T12 3.308q3.525 3.117 5.262 5.728Q19 11.646 19 13.8q0 3.073-2.002 5.137Q14.994 21 11.996 21t-4.998-2.064"/></svg>
</template>

CSS

.icon-humidity-percentage {
  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%22M14.822%2016.825q.294-.292.294-.707q0-.416-.291-.71q-.292-.292-.707-.292q-.416%200-.71.29t-.292.707t.29.709t.707.294t.709-.291m-5.372.413l5.789-5.788l-.689-.708l-5.808%205.808zm1.141-4.645q.294-.29.294-.706t-.291-.709q-.291-.294-.707-.294t-.709.291q-.294.292-.294.707q0%20.416.292.71q.29.292.706.292t.71-.29m-3.593%206.343Q5%2016.873%205%2013.8q0-2.154%201.738-4.765T12%203.308q3.525%203.117%205.262%205.728Q19%2011.646%2019%2013.8q0%203.073-2.002%205.137Q14.994%2021%2011.996%2021t-4.998-2.064%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%22M14.822%2016.825q.294-.292.294-.707q0-.416-.291-.71q-.292-.292-.707-.292q-.416%200-.71.29t-.292.707t.29.709t.707.294t.709-.291m-5.372.413l5.789-5.788l-.689-.708l-5.808%205.808zm1.141-4.645q.294-.29.294-.706t-.291-.709q-.291-.294-.707-.294t-.709.291q-.294.292-.294.707q0%20.416.292.71q.29.292.706.292t.71-.29m-3.593%206.343Q5%2016.873%205%2013.8q0-2.154%201.738-4.765T12%203.308q3.525%203.117%205.262%205.728Q19%2011.646%2019%2013.8q0%203.073-2.002%205.137Q14.994%2021%2011.996%2021t-4.998-2.064%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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