pool thermometer icon
pool-thermometer from Material Design Icons by Pictogrammers · Filled · Home Automation · Apache-2.0 Free for personal and commercial use.
- Name
- pool-thermometer
- Set
- Material Design Icons
- Style
- Filled
- Category
- Home Automation
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- pool-temperature
More home automation icons from Material Design Icons
air-filterair-humidifierair-humidifier-offair-purifierair-purifier-offalarm-lightalarm-light-offalarm-panelamplifierarrow-oscillatingarrow-oscillating-offawningbalconybathtubbellblindsblinds-horizontalblinds-horizontal-closedblinds-openblinds-verticalblinds-vertical-closedboom-gateboom-gate-upboombox
Use the pool thermometer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 6c-1.1 0-2 .9-2 2v6.8c-.6.6-1 1.4-1 2.2c0 1.7 1.3 3 3 3s3-1.3 3-3c0-.9-.4-1.7-1-2.2V8c0-1.1-.9-2-2-2m0 1c.5 0 1 .4 1 1v1h-2V8c0-.6.5-1 1-1m-4 13.3c-.9.4-1.8.7-2.7.7c-2.2 0-4.4-2-6.7-2c-1.2 0-2.4.3-3.7.7v-2c1.3-.4 2.5-.7 3.8-.7c2.2 0 4.4 2 6.7 2c.9 0 1.8-.3 2.7-.7v2M12.3 17c.9 0 1.8-.3 2.7-.7v-2c-.7.3-1.3.5-2 .7V5c0-.6.4-1 1-1h2.8c-.4-1.2-1.5-2-2.8-2c-1.7 0-3 1.3-3 3v1H6V5c0-.6.4-1 1-1h2.8C9.4 2.8 8.3 2 7 2C5.3 2 4 3.3 4 5v8.2c-.7.1-1.3.3-2 .6v2c1.2-.5 2.4-.8 3.7-.8c2.2 0 4.4 2 6.6 2M6 8h5v2H6zm0 4h5v2.8c-1.7-.5-3.3-1.6-5-1.8z"/></svg>
React
import type { SVGProps } from "react";
export function MdiPoolThermometer(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="M19 6c-1.1 0-2 .9-2 2v6.8c-.6.6-1 1.4-1 2.2c0 1.7 1.3 3 3 3s3-1.3 3-3c0-.9-.4-1.7-1-2.2V8c0-1.1-.9-2-2-2m0 1c.5 0 1 .4 1 1v1h-2V8c0-.6.5-1 1-1m-4 13.3c-.9.4-1.8.7-2.7.7c-2.2 0-4.4-2-6.7-2c-1.2 0-2.4.3-3.7.7v-2c1.3-.4 2.5-.7 3.8-.7c2.2 0 4.4 2 6.7 2c.9 0 1.8-.3 2.7-.7v2M12.3 17c.9 0 1.8-.3 2.7-.7v-2c-.7.3-1.3.5-2 .7V5c0-.6.4-1 1-1h2.8c-.4-1.2-1.5-2-2.8-2c-1.7 0-3 1.3-3 3v1H6V5c0-.6.4-1 1-1h2.8C9.4 2.8 8.3 2 7 2C5.3 2 4 3.3 4 5v8.2c-.7.1-1.3.3-2 .6v2c1.2-.5 2.4-.8 3.7-.8c2.2 0 4.4 2 6.6 2M6 8h5v2H6zm0 4h5v2.8c-1.7-.5-3.3-1.6-5-1.8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 6c-1.1 0-2 .9-2 2v6.8c-.6.6-1 1.4-1 2.2c0 1.7 1.3 3 3 3s3-1.3 3-3c0-.9-.4-1.7-1-2.2V8c0-1.1-.9-2-2-2m0 1c.5 0 1 .4 1 1v1h-2V8c0-.6.5-1 1-1m-4 13.3c-.9.4-1.8.7-2.7.7c-2.2 0-4.4-2-6.7-2c-1.2 0-2.4.3-3.7.7v-2c1.3-.4 2.5-.7 3.8-.7c2.2 0 4.4 2 6.7 2c.9 0 1.8-.3 2.7-.7v2M12.3 17c.9 0 1.8-.3 2.7-.7v-2c-.7.3-1.3.5-2 .7V5c0-.6.4-1 1-1h2.8c-.4-1.2-1.5-2-2.8-2c-1.7 0-3 1.3-3 3v1H6V5c0-.6.4-1 1-1h2.8C9.4 2.8 8.3 2 7 2C5.3 2 4 3.3 4 5v8.2c-.7.1-1.3.3-2 .6v2c1.2-.5 2.4-.8 3.7-.8c2.2 0 4.4 2 6.6 2M6 8h5v2H6zm0 4h5v2.8c-1.7-.5-3.3-1.6-5-1.8z"/></svg> </template>
CSS
.icon-pool-thermometer {
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%22M19%206c-1.1%200-2%20.9-2%202v6.8c-.6.6-1%201.4-1%202.2c0%201.7%201.3%203%203%203s3-1.3%203-3c0-.9-.4-1.7-1-2.2V8c0-1.1-.9-2-2-2m0%201c.5%200%201%20.4%201%201v1h-2V8c0-.6.5-1%201-1m-4%2013.3c-.9.4-1.8.7-2.7.7c-2.2%200-4.4-2-6.7-2c-1.2%200-2.4.3-3.7.7v-2c1.3-.4%202.5-.7%203.8-.7c2.2%200%204.4%202%206.7%202c.9%200%201.8-.3%202.7-.7v2M12.3%2017c.9%200%201.8-.3%202.7-.7v-2c-.7.3-1.3.5-2%20.7V5c0-.6.4-1%201-1h2.8c-.4-1.2-1.5-2-2.8-2c-1.7%200-3%201.3-3%203v1H6V5c0-.6.4-1%201-1h2.8C9.4%202.8%208.3%202%207%202C5.3%202%204%203.3%204%205v8.2c-.7.1-1.3.3-2%20.6v2c1.2-.5%202.4-.8%203.7-.8c2.2%200%204.4%202%206.6%202M6%208h5v2H6zm0%204h5v2.8c-1.7-.5-3.3-1.6-5-1.8z%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%22M19%206c-1.1%200-2%20.9-2%202v6.8c-.6.6-1%201.4-1%202.2c0%201.7%201.3%203%203%203s3-1.3%203-3c0-.9-.4-1.7-1-2.2V8c0-1.1-.9-2-2-2m0%201c.5%200%201%20.4%201%201v1h-2V8c0-.6.5-1%201-1m-4%2013.3c-.9.4-1.8.7-2.7.7c-2.2%200-4.4-2-6.7-2c-1.2%200-2.4.3-3.7.7v-2c1.3-.4%202.5-.7%203.8-.7c2.2%200%204.4%202%206.7%202c.9%200%201.8-.3%202.7-.7v2M12.3%2017c.9%200%201.8-.3%202.7-.7v-2c-.7.3-1.3.5-2%20.7V5c0-.6.4-1%201-1h2.8c-.4-1.2-1.5-2-2.8-2c-1.7%200-3%201.3-3%203v1H6V5c0-.6.4-1%201-1h2.8C9.4%202.8%208.3%202%207%202C5.3%202%204%203.3%204%205v8.2c-.7.1-1.3.3-2%20.6v2c1.2-.5%202.4-.8%203.7-.8c2.2%200%204.4%202%206.6%202M6%208h5v2H6zm0%204h5v2.8c-1.7-.5-3.3-1.6-5-1.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/pool-thermometer.svg?color=%231a73e8&size=48