dew-point from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
dew-point
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
dew-point-rounded, dew-point-sharp

1 other variant in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the dew point icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.438 10.563Q14 10.125 14 9.5q0-.325.238-.75t.512-.812t.513-.663L15.5 7l.238.275q.237.275.512.663t.513.812t.237.75q0 .625-.437 1.063T15.5 11t-1.062-.437m4-3Q18 7.125 18 6.5q0-.325.238-.75t.512-.812t.513-.663L19.5 4l.238.275q.237.275.512.663t.513.812t.237.75q0 .625-.437 1.063T19.5 8t-1.062-.437m0 6Q18 13.125 18 12.5q0-.325.238-.75t.512-.812t.513-.663L19.5 10l.238.275q.237.275.512.663t.513.812t.237.75q0 .625-.437 1.063T19.5 14t-1.062-.437M5.463 19.538Q4 18.075 4 16q0-1.2.525-2.238T6 12V6q0-1.25.875-2.125T9 3t2.125.875T12 6v6q.95.725 1.475 1.763T14 16q0 2.075-1.463 3.538T9 21t-3.537-1.463M6 16h6q0-.725-.312-1.35T10.8 13.6L10 13V6q0-.425-.288-.712T9 5t-.712.288T8 6v7l-.8.6q-.575.425-.888 1.05T6 16"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDewPoint(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.438 10.563Q14 10.125 14 9.5q0-.325.238-.75t.512-.812t.513-.663L15.5 7l.238.275q.237.275.512.663t.513.812t.237.75q0 .625-.437 1.063T15.5 11t-1.062-.437m4-3Q18 7.125 18 6.5q0-.325.238-.75t.512-.812t.513-.663L19.5 4l.238.275q.237.275.512.663t.513.812t.237.75q0 .625-.437 1.063T19.5 8t-1.062-.437m0 6Q18 13.125 18 12.5q0-.325.238-.75t.512-.812t.513-.663L19.5 10l.238.275q.237.275.512.663t.513.812t.237.75q0 .625-.437 1.063T19.5 14t-1.062-.437M5.463 19.538Q4 18.075 4 16q0-1.2.525-2.238T6 12V6q0-1.25.875-2.125T9 3t2.125.875T12 6v6q.95.725 1.475 1.763T14 16q0 2.075-1.463 3.538T9 21t-3.537-1.463M6 16h6q0-.725-.312-1.35T10.8 13.6L10 13V6q0-.425-.288-.712T9 5t-.712.288T8 6v7l-.8.6q-.575.425-.888 1.05T6 16"/></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.438 10.563Q14 10.125 14 9.5q0-.325.238-.75t.512-.812t.513-.663L15.5 7l.238.275q.237.275.512.663t.513.812t.237.75q0 .625-.437 1.063T15.5 11t-1.062-.437m4-3Q18 7.125 18 6.5q0-.325.238-.75t.512-.812t.513-.663L19.5 4l.238.275q.237.275.512.663t.513.812t.237.75q0 .625-.437 1.063T19.5 8t-1.062-.437m0 6Q18 13.125 18 12.5q0-.325.238-.75t.512-.812t.513-.663L19.5 10l.238.275q.237.275.512.663t.513.812t.237.75q0 .625-.437 1.063T19.5 14t-1.062-.437M5.463 19.538Q4 18.075 4 16q0-1.2.525-2.238T6 12V6q0-1.25.875-2.125T9 3t2.125.875T12 6v6q.95.725 1.475 1.763T14 16q0 2.075-1.463 3.538T9 21t-3.537-1.463M6 16h6q0-.725-.312-1.35T10.8 13.6L10 13V6q0-.425-.288-.712T9 5t-.712.288T8 6v7l-.8.6q-.575.425-.888 1.05T6 16"/></svg>
</template>

CSS

.icon-dew-point {
  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.438%2010.563Q14%2010.125%2014%209.5q0-.325.238-.75t.512-.812t.513-.663L15.5%207l.238.275q.237.275.512.663t.513.812t.237.75q0%20.625-.437%201.063T15.5%2011t-1.062-.437m4-3Q18%207.125%2018%206.5q0-.325.238-.75t.512-.812t.513-.663L19.5%204l.238.275q.237.275.512.663t.513.812t.237.75q0%20.625-.437%201.063T19.5%208t-1.062-.437m0%206Q18%2013.125%2018%2012.5q0-.325.238-.75t.512-.812t.513-.663L19.5%2010l.238.275q.237.275.512.663t.513.812t.237.75q0%20.625-.437%201.063T19.5%2014t-1.062-.437M5.463%2019.538Q4%2018.075%204%2016q0-1.2.525-2.238T6%2012V6q0-1.25.875-2.125T9%203t2.125.875T12%206v6q.95.725%201.475%201.763T14%2016q0%202.075-1.463%203.538T9%2021t-3.537-1.463M6%2016h6q0-.725-.312-1.35T10.8%2013.6L10%2013V6q0-.425-.288-.712T9%205t-.712.288T8%206v7l-.8.6q-.575.425-.888%201.05T6%2016%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.438%2010.563Q14%2010.125%2014%209.5q0-.325.238-.75t.512-.812t.513-.663L15.5%207l.238.275q.237.275.512.663t.513.812t.237.75q0%20.625-.437%201.063T15.5%2011t-1.062-.437m4-3Q18%207.125%2018%206.5q0-.325.238-.75t.512-.812t.513-.663L19.5%204l.238.275q.237.275.512.663t.513.812t.237.75q0%20.625-.437%201.063T19.5%208t-1.062-.437m0%206Q18%2013.125%2018%2012.5q0-.325.238-.75t.512-.812t.513-.663L19.5%2010l.238.275q.237.275.512.663t.513.812t.237.75q0%20.625-.437%201.063T19.5%2014t-1.062-.437M5.463%2019.538Q4%2018.075%204%2016q0-1.2.525-2.238T6%2012V6q0-1.25.875-2.125T9%203t2.125.875T12%206v6q.95.725%201.475%201.763T14%2016q0%202.075-1.463%203.538T9%2021t-3.537-1.463M6%2016h6q0-.725-.312-1.35T10.8%2013.6L10%2013V6q0-.425-.288-.712T9%205t-.712.288T8%206v7l-.8.6q-.575.425-.888%201.05T6%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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