humidity percentage icon

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

Name
humidity-percentage-rounded
Set
Material Symbols
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

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="M6.288 19.65Q4 17.3 4 13.8q0-1.55.7-3.1t1.75-2.975T8.725 5.05T11 2.875q.2-.2.463-.287T12 2.5t.538.088t.462.287q1.05.925 2.275 2.175t2.275 2.675T19.3 10.7t.7 3.1q0 3.5-2.287 5.85T12 22t-5.712-2.35m9.275-2.087Q16 17.125 16 16.5t-.437-1.062T14.5 15t-1.062.438T13 16.5t.438 1.063T14.5 18t1.063-.437M9.45 17.55q.4 0 .7-.3l5.1-5.1q.3-.3.3-.7t-.3-.7t-.712-.3t-.713.3L8.75 15.825q-.3.3-.3.713t.3.712t.7.3m1.113-4.988Q11 12.126 11 11.5t-.437-1.062T9.5 10t-1.062.438T8 11.5t.438 1.063T9.5 13t1.063-.437"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHumidityPercentageRounded(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="M6.288 19.65Q4 17.3 4 13.8q0-1.55.7-3.1t1.75-2.975T8.725 5.05T11 2.875q.2-.2.463-.287T12 2.5t.538.088t.462.287q1.05.925 2.275 2.175t2.275 2.675T19.3 10.7t.7 3.1q0 3.5-2.287 5.85T12 22t-5.712-2.35m9.275-2.087Q16 17.125 16 16.5t-.437-1.062T14.5 15t-1.062.438T13 16.5t.438 1.063T14.5 18t1.063-.437M9.45 17.55q.4 0 .7-.3l5.1-5.1q.3-.3.3-.7t-.3-.7t-.712-.3t-.713.3L8.75 15.825q-.3.3-.3.713t.3.712t.7.3m1.113-4.988Q11 12.126 11 11.5t-.437-1.062T9.5 10t-1.062.438T8 11.5t.438 1.063T9.5 13t1.063-.437"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.288 19.65Q4 17.3 4 13.8q0-1.55.7-3.1t1.75-2.975T8.725 5.05T11 2.875q.2-.2.463-.287T12 2.5t.538.088t.462.287q1.05.925 2.275 2.175t2.275 2.675T19.3 10.7t.7 3.1q0 3.5-2.287 5.85T12 22t-5.712-2.35m9.275-2.087Q16 17.125 16 16.5t-.437-1.062T14.5 15t-1.062.438T13 16.5t.438 1.063T14.5 18t1.063-.437M9.45 17.55q.4 0 .7-.3l5.1-5.1q.3-.3.3-.7t-.3-.7t-.712-.3t-.713.3L8.75 15.825q-.3.3-.3.713t.3.712t.7.3m1.113-4.988Q11 12.126 11 11.5t-.437-1.062T9.5 10t-1.062.438T8 11.5t.438 1.063T9.5 13t1.063-.437"/></svg>
</template>

CSS

.icon-humidity-percentage-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%22M6.288%2019.65Q4%2017.3%204%2013.8q0-1.55.7-3.1t1.75-2.975T8.725%205.05T11%202.875q.2-.2.463-.287T12%202.5t.538.088t.462.287q1.05.925%202.275%202.175t2.275%202.675T19.3%2010.7t.7%203.1q0%203.5-2.287%205.85T12%2022t-5.712-2.35m9.275-2.087Q16%2017.125%2016%2016.5t-.437-1.062T14.5%2015t-1.062.438T13%2016.5t.438%201.063T14.5%2018t1.063-.437M9.45%2017.55q.4%200%20.7-.3l5.1-5.1q.3-.3.3-.7t-.3-.7t-.712-.3t-.713.3L8.75%2015.825q-.3.3-.3.713t.3.712t.7.3m1.113-4.988Q11%2012.126%2011%2011.5t-.437-1.062T9.5%2010t-1.062.438T8%2011.5t.438%201.063T9.5%2013t1.063-.437%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%22M6.288%2019.65Q4%2017.3%204%2013.8q0-1.55.7-3.1t1.75-2.975T8.725%205.05T11%202.875q.2-.2.463-.287T12%202.5t.538.088t.462.287q1.05.925%202.275%202.175t2.275%202.675T19.3%2010.7t.7%203.1q0%203.5-2.287%205.85T12%2022t-5.712-2.35m9.275-2.087Q16%2017.125%2016%2016.5t-.437-1.062T14.5%2015t-1.062.438T13%2016.5t.438%201.063T14.5%2018t1.063-.437M9.45%2017.55q.4%200%20.7-.3l5.1-5.1q.3-.3.3-.7t-.3-.7t-.712-.3t-.713.3L8.75%2015.825q-.3.3-.3.713t.3.712t.7.3m1.113-4.988Q11%2012.126%2011%2011.5t-.437-1.062T9.5%2010t-1.062.438T8%2011.5t.438%201.063T9.5%2013t1.063-.437%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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