dew point icon
dew-point from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- dew-point
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- dew-point-rounded, dew-point-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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.793 10.207Q14.5 9.914 14.5 9.5q0-.248.113-.5t.272-.476t.33-.422l.285-.333l.286.333q.17.198.33.422q.159.224.271.476t.113.5q0 .414-.293.707t-.707.293t-.707-.293m4-3Q18.5 6.914 18.5 6.5q0-.248.113-.5t.272-.476t.33-.422l.285-.333l.285.333q.17.198.33.422t.273.476t.112.5q0 .414-.293.707T19.5 7.5t-.707-.293m0 6q-.293-.294-.293-.707q0-.248.113-.5t.272-.476t.33-.422l.285-.333l.285.333q.17.198.33.422t.273.476t.112.5q0 .414-.293.707t-.707.293t-.707-.293M6.318 18.835Q5.154 17.672 5.154 16q0-1.046.525-1.959t1.475-1.503V6q0-.846.577-1.423T9.154 4t1.423.577T11.154 6v6.539q.95.59 1.475 1.502T13.154 16q0 1.671-1.164 2.836Q10.825 20 9.154 20t-2.836-1.164M6.154 16h6q0-.744-.4-1.436t-1.146-1.233L10.154 13V6q0-.425-.288-.712T9.154 5t-.713.288T8.154 6v7l-.454.33q-.748.541-1.147 1.234q-.4.692-.4 1.436"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDewPoint(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.793 10.207Q14.5 9.914 14.5 9.5q0-.248.113-.5t.272-.476t.33-.422l.285-.333l.286.333q.17.198.33.422q.159.224.271.476t.113.5q0 .414-.293.707t-.707.293t-.707-.293m4-3Q18.5 6.914 18.5 6.5q0-.248.113-.5t.272-.476t.33-.422l.285-.333l.285.333q.17.198.33.422t.273.476t.112.5q0 .414-.293.707T19.5 7.5t-.707-.293m0 6q-.293-.294-.293-.707q0-.248.113-.5t.272-.476t.33-.422l.285-.333l.285.333q.17.198.33.422t.273.476t.112.5q0 .414-.293.707t-.707.293t-.707-.293M6.318 18.835Q5.154 17.672 5.154 16q0-1.046.525-1.959t1.475-1.503V6q0-.846.577-1.423T9.154 4t1.423.577T11.154 6v6.539q.95.59 1.475 1.502T13.154 16q0 1.671-1.164 2.836Q10.825 20 9.154 20t-2.836-1.164M6.154 16h6q0-.744-.4-1.436t-1.146-1.233L10.154 13V6q0-.425-.288-.712T9.154 5t-.713.288T8.154 6v7l-.454.33q-.748.541-1.147 1.234q-.4.692-.4 1.436"/></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.793 10.207Q14.5 9.914 14.5 9.5q0-.248.113-.5t.272-.476t.33-.422l.285-.333l.286.333q.17.198.33.422q.159.224.271.476t.113.5q0 .414-.293.707t-.707.293t-.707-.293m4-3Q18.5 6.914 18.5 6.5q0-.248.113-.5t.272-.476t.33-.422l.285-.333l.285.333q.17.198.33.422t.273.476t.112.5q0 .414-.293.707T19.5 7.5t-.707-.293m0 6q-.293-.294-.293-.707q0-.248.113-.5t.272-.476t.33-.422l.285-.333l.285.333q.17.198.33.422t.273.476t.112.5q0 .414-.293.707t-.707.293t-.707-.293M6.318 18.835Q5.154 17.672 5.154 16q0-1.046.525-1.959t1.475-1.503V6q0-.846.577-1.423T9.154 4t1.423.577T11.154 6v6.539q.95.59 1.475 1.502T13.154 16q0 1.671-1.164 2.836Q10.825 20 9.154 20t-2.836-1.164M6.154 16h6q0-.744-.4-1.436t-1.146-1.233L10.154 13V6q0-.425-.288-.712T9.154 5t-.713.288T8.154 6v7l-.454.33q-.748.541-1.147 1.234q-.4.692-.4 1.436"/></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.793%2010.207Q14.5%209.914%2014.5%209.5q0-.248.113-.5t.272-.476t.33-.422l.285-.333l.286.333q.17.198.33.422q.159.224.271.476t.113.5q0%20.414-.293.707t-.707.293t-.707-.293m4-3Q18.5%206.914%2018.5%206.5q0-.248.113-.5t.272-.476t.33-.422l.285-.333l.285.333q.17.198.33.422t.273.476t.112.5q0%20.414-.293.707T19.5%207.5t-.707-.293m0%206q-.293-.294-.293-.707q0-.248.113-.5t.272-.476t.33-.422l.285-.333l.285.333q.17.198.33.422t.273.476t.112.5q0%20.414-.293.707t-.707.293t-.707-.293M6.318%2018.835Q5.154%2017.672%205.154%2016q0-1.046.525-1.959t1.475-1.503V6q0-.846.577-1.423T9.154%204t1.423.577T11.154%206v6.539q.95.59%201.475%201.502T13.154%2016q0%201.671-1.164%202.836Q10.825%2020%209.154%2020t-2.836-1.164M6.154%2016h6q0-.744-.4-1.436t-1.146-1.233L10.154%2013V6q0-.425-.288-.712T9.154%205t-.713.288T8.154%206v7l-.454.33q-.748.541-1.147%201.234q-.4.692-.4%201.436%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.793%2010.207Q14.5%209.914%2014.5%209.5q0-.248.113-.5t.272-.476t.33-.422l.285-.333l.286.333q.17.198.33.422q.159.224.271.476t.113.5q0%20.414-.293.707t-.707.293t-.707-.293m4-3Q18.5%206.914%2018.5%206.5q0-.248.113-.5t.272-.476t.33-.422l.285-.333l.285.333q.17.198.33.422t.273.476t.112.5q0%20.414-.293.707T19.5%207.5t-.707-.293m0%206q-.293-.294-.293-.707q0-.248.113-.5t.272-.476t.33-.422l.285-.333l.285.333q.17.198.33.422t.273.476t.112.5q0%20.414-.293.707t-.707.293t-.707-.293M6.318%2018.835Q5.154%2017.672%205.154%2016q0-1.046.525-1.959t1.475-1.503V6q0-.846.577-1.423T9.154%204t1.423.577T11.154%206v6.539q.95.59%201.475%201.502T13.154%2016q0%201.671-1.164%202.836Q10.825%2020%209.154%2020t-2.836-1.164M6.154%2016h6q0-.744-.4-1.436t-1.146-1.233L10.154%2013V6q0-.425-.288-.712T9.154%205t-.713.288T8.154%206v7l-.454.33q-.748.541-1.147%201.234q-.4.692-.4%201.436%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/dew-point.svg?color=%231a73e8&size=48