water-heater-outline from Material Symbols by Google · Outline · Household · Apache-2.0 Free for personal and commercial use.

Name
water-heater-outline
Set
Material Symbols
Style
Outline
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
water-heater-outline-rounded, water-heater-outline-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="M9.3 10.775q0 .475.163.925t.462.825q.05-.3.2-.587t.375-.488L12 10l1.475 1.475q.225.2.375.475t.2.575q.275-.375.487-.8t.213-.9t-.15-.913t-.45-.812q-.275.125-.562.2T13 9.375q-.75 0-1.375-.425t-.95-1.125q-.3.3-.55.637t-.437.713t-.288.775t-.1.825M12 12.1l-.425.425q-.1.1-.137.2t-.038.225q0 .25.175.4t.425.15t.425-.15t.175-.4q0-.125-.037-.225t-.138-.2zM12 5v1.9q0 .425.3.713t.725.287q.275 0 .5-.162t.4-.388l.175-.25q1.025.575 1.588 1.563t.562 2.162q0 1.75-1.25 2.963T12 15t-2.975-1.225T7.8 10.8q0-1.925 1.225-3.425T12 5M6 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 22zm0-4v2h12v-2q-.75 0-1.2.5T15 19t-1.763-.5T12 18t-1.237.5T9 19t-1.763-.5T6 18m3-1q.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 MaterialSymbolsWaterHeaterOutline(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="M9.3 10.775q0 .475.163.925t.462.825q.05-.3.2-.587t.375-.488L12 10l1.475 1.475q.225.2.375.475t.2.575q.275-.375.487-.8t.213-.9t-.15-.913t-.45-.812q-.275.125-.562.2T13 9.375q-.75 0-1.375-.425t-.95-1.125q-.3.3-.55.637t-.437.713t-.288.775t-.1.825M12 12.1l-.425.425q-.1.1-.137.2t-.038.225q0 .25.175.4t.425.15t.425-.15t.175-.4q0-.125-.037-.225t-.138-.2zM12 5v1.9q0 .425.3.713t.725.287q.275 0 .5-.162t.4-.388l.175-.25q1.025.575 1.588 1.563t.562 2.162q0 1.75-1.25 2.963T12 15t-2.975-1.225T7.8 10.8q0-1.925 1.225-3.425T12 5M6 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 22zm0-4v2h12v-2q-.75 0-1.2.5T15 19t-1.763-.5T12 18t-1.237.5T9 19t-1.763-.5T6 18m3-1q.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="M9.3 10.775q0 .475.163.925t.462.825q.05-.3.2-.587t.375-.488L12 10l1.475 1.475q.225.2.375.475t.2.575q.275-.375.487-.8t.213-.9t-.15-.913t-.45-.812q-.275.125-.562.2T13 9.375q-.75 0-1.375-.425t-.95-1.125q-.3.3-.55.637t-.437.713t-.288.775t-.1.825M12 12.1l-.425.425q-.1.1-.137.2t-.038.225q0 .25.175.4t.425.15t.425-.15t.175-.4q0-.125-.037-.225t-.138-.2zM12 5v1.9q0 .425.3.713t.725.287q.275 0 .5-.162t.4-.388l.175-.25q1.025.575 1.588 1.563t.562 2.162q0 1.75-1.25 2.963T12 15t-2.975-1.225T7.8 10.8q0-1.925 1.225-3.425T12 5M6 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 22zm0-4v2h12v-2q-.75 0-1.2.5T15 19t-1.763-.5T12 18t-1.237.5T9 19t-1.763-.5T6 18m3-1q.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-outline {
  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%22M9.3%2010.775q0%20.475.163.925t.462.825q.05-.3.2-.587t.375-.488L12%2010l1.475%201.475q.225.2.375.475t.2.575q.275-.375.487-.8t.213-.9t-.15-.913t-.45-.812q-.275.125-.562.2T13%209.375q-.75%200-1.375-.425t-.95-1.125q-.3.3-.55.637t-.437.713t-.288.775t-.1.825M12%2012.1l-.425.425q-.1.1-.137.2t-.038.225q0%20.25.175.4t.425.15t.425-.15t.175-.4q0-.125-.037-.225t-.138-.2zM12%205v1.9q0%20.425.3.713t.725.287q.275%200%20.5-.162t.4-.388l.175-.25q1.025.575%201.588%201.563t.562%202.162q0%201.75-1.25%202.963T12%2015t-2.975-1.225T7.8%2010.8q0-1.925%201.225-3.425T12%205M6%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%2022zm0-4v2h12v-2q-.75%200-1.2.5T15%2019t-1.763-.5T12%2018t-1.237.5T9%2019t-1.763-.5T6%2018m3-1q.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%22M9.3%2010.775q0%20.475.163.925t.462.825q.05-.3.2-.587t.375-.488L12%2010l1.475%201.475q.225.2.375.475t.2.575q.275-.375.487-.8t.213-.9t-.15-.913t-.45-.812q-.275.125-.562.2T13%209.375q-.75%200-1.375-.425t-.95-1.125q-.3.3-.55.637t-.437.713t-.288.775t-.1.825M12%2012.1l-.425.425q-.1.1-.137.2t-.038.225q0%20.25.175.4t.425.15t.425-.15t.175-.4q0-.125-.037-.225t-.138-.2zM12%205v1.9q0%20.425.3.713t.725.287q.275%200%20.5-.162t.4-.388l.175-.25q1.025.575%201.588%201.563t.562%202.162q0%201.75-1.25%202.963T12%2015t-2.975-1.225T7.8%2010.8q0-1.925%201.225-3.425T12%205M6%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%2022zm0-4v2h12v-2q-.75%200-1.2.5T15%2019t-1.763-.5T12%2018t-1.237.5T9%2019t-1.763-.5T6%2018m3-1q.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-outline.svg?color=%231a73e8&size=48