water heater icon
water-heater from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- water-heater
- Set
- Material Symbols
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- water-heater-rounded, water-heater-sharp
1 other variant in Material Symbols
The same icon in other sets
More household icons from Material Symbols
Use the water heater icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.775 10.65q0 1.125.55 2.05t1.425 1.5q-.25-.35-.387-.75t-.138-.85q0-.575.213-1.075t.612-.875L12 8.725l1.975 1.925q.4.375.6.875t.2 1.075q0 .45-.137.85t-.388.75q.875-.575 1.425-1.5t.55-2.05q0-1.175-.625-2.2t-1.675-1.6l-.325.425q-.125.125-.275.212T13 7.576q-.325 0-.55-.225t-.225-.55v-2l-.7.4q-.7.4-1.525 1.163t-1.525 1.85t-.7 2.437m4.225.175l-.925.9q-.2.2-.275.413t-.075.462q0 .525.375.888t.9.362t.9-.362t.375-.888q0-.275-.075-.475t-.275-.4zM6 22q-.825 0-1.412-.587T4 20V6q0-1.65 1.175-2.825T8 2h8q1.65 0 2.825 1.175T20 6v14q0 .825-.587 1.413T18 22zm3-5q.825 0 1.238-.5T12 16t1.8.5t1.2.5t1.2-.5T18 16V6q0-.825-.587-1.412T16 4H8q-.825 0-1.412.588T6 6v10q1.35 0 1.763.5T9 17"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsWaterHeater(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="M7.775 10.65q0 1.125.55 2.05t1.425 1.5q-.25-.35-.387-.75t-.138-.85q0-.575.213-1.075t.612-.875L12 8.725l1.975 1.925q.4.375.6.875t.2 1.075q0 .45-.137.85t-.388.75q.875-.575 1.425-1.5t.55-2.05q0-1.175-.625-2.2t-1.675-1.6l-.325.425q-.125.125-.275.212T13 7.576q-.325 0-.55-.225t-.225-.55v-2l-.7.4q-.7.4-1.525 1.163t-1.525 1.85t-.7 2.437m4.225.175l-.925.9q-.2.2-.275.413t-.075.462q0 .525.375.888t.9.362t.9-.362t.375-.888q0-.275-.075-.475t-.275-.4zM6 22q-.825 0-1.412-.587T4 20V6q0-1.65 1.175-2.825T8 2h8q1.65 0 2.825 1.175T20 6v14q0 .825-.587 1.413T18 22zm3-5q.825 0 1.238-.5T12 16t1.8.5t1.2.5t1.2-.5T18 16V6q0-.825-.587-1.412T16 4H8q-.825 0-1.412.588T6 6v10q1.35 0 1.763.5T9 17"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.775 10.65q0 1.125.55 2.05t1.425 1.5q-.25-.35-.387-.75t-.138-.85q0-.575.213-1.075t.612-.875L12 8.725l1.975 1.925q.4.375.6.875t.2 1.075q0 .45-.137.85t-.388.75q.875-.575 1.425-1.5t.55-2.05q0-1.175-.625-2.2t-1.675-1.6l-.325.425q-.125.125-.275.212T13 7.576q-.325 0-.55-.225t-.225-.55v-2l-.7.4q-.7.4-1.525 1.163t-1.525 1.85t-.7 2.437m4.225.175l-.925.9q-.2.2-.275.413t-.075.462q0 .525.375.888t.9.362t.9-.362t.375-.888q0-.275-.075-.475t-.275-.4zM6 22q-.825 0-1.412-.587T4 20V6q0-1.65 1.175-2.825T8 2h8q1.65 0 2.825 1.175T20 6v14q0 .825-.587 1.413T18 22zm3-5q.825 0 1.238-.5T12 16t1.8.5t1.2.5t1.2-.5T18 16V6q0-.825-.587-1.412T16 4H8q-.825 0-1.412.588T6 6v10q1.35 0 1.763.5T9 17"/></svg> </template>
CSS
.icon-water-heater {
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%22M7.775%2010.65q0%201.125.55%202.05t1.425%201.5q-.25-.35-.387-.75t-.138-.85q0-.575.213-1.075t.612-.875L12%208.725l1.975%201.925q.4.375.6.875t.2%201.075q0%20.45-.137.85t-.388.75q.875-.575%201.425-1.5t.55-2.05q0-1.175-.625-2.2t-1.675-1.6l-.325.425q-.125.125-.275.212T13%207.576q-.325%200-.55-.225t-.225-.55v-2l-.7.4q-.7.4-1.525%201.163t-1.525%201.85t-.7%202.437m4.225.175l-.925.9q-.2.2-.275.413t-.075.462q0%20.525.375.888t.9.362t.9-.362t.375-.888q0-.275-.075-.475t-.275-.4zM6%2022q-.825%200-1.412-.587T4%2020V6q0-1.65%201.175-2.825T8%202h8q1.65%200%202.825%201.175T20%206v14q0%20.825-.587%201.413T18%2022zm3-5q.825%200%201.238-.5T12%2016t1.8.5t1.2.5t1.2-.5T18%2016V6q0-.825-.587-1.412T16%204H8q-.825%200-1.412.588T6%206v10q1.35%200%201.763.5T9%2017%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%22M7.775%2010.65q0%201.125.55%202.05t1.425%201.5q-.25-.35-.387-.75t-.138-.85q0-.575.213-1.075t.612-.875L12%208.725l1.975%201.925q.4.375.6.875t.2%201.075q0%20.45-.137.85t-.388.75q.875-.575%201.425-1.5t.55-2.05q0-1.175-.625-2.2t-1.675-1.6l-.325.425q-.125.125-.275.212T13%207.576q-.325%200-.55-.225t-.225-.55v-2l-.7.4q-.7.4-1.525%201.163t-1.525%201.85t-.7%202.437m4.225.175l-.925.9q-.2.2-.275.413t-.075.462q0%20.525.375.888t.9.362t.9-.362t.375-.888q0-.275-.075-.475t-.275-.4zM6%2022q-.825%200-1.412-.587T4%2020V6q0-1.65%201.175-2.825T8%202h8q1.65%200%202.825%201.175T20%206v14q0%20.825-.587%201.413T18%2022zm3-5q.825%200%201.238-.5T12%2016t1.8.5t1.2.5t1.2-.5T18%2016V6q0-.825-.587-1.412T16%204H8q-.825%200-1.412.588T6%206v10q1.35%200%201.763.5T9%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/water-heater.svg?color=%231a73e8&size=48