heating-coil from Material Design Icons by Pictogrammers · Filled · Home Automation · Apache-2.0 Free for personal and commercial use.

Name
heating-coil
Set
Material Design Icons
Style
Filled
Category
Home Automation
Viewbox
24×24
License
Apache 2.0
Aliases
heated-floor, radiator-coil

More home automation icons from Material Design Icons

Use the heating coil icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 17c1.21 0 3-.8 3-3s-1.79-3-3-3h-2V9h2c2.2 0 3-1.79 3-3c0-2.2-1.79-3-3-3h-2V2h-1v1H8V2H7v1H2v2h5v2H5c-1.21 0-3 .8-3 3s1.79 3 3 3h2v2H5c-1.21 0-3 .8-3 3s1.79 3 3 3h2v1h1v-1h8v1h1v-1h5v-2h-5v-2zm0-4c.45 0 1 .19 1 1s-.55 1-1 1h-2v-2zm-3-2H8V9h8zm3-6c.45 0 1 .2 1 1c0 .45-.19 1-1 1h-2V5zM8 5h8v2H8zm-3 6c-.45 0-1-.19-1-1s.55-1 1-1h2v2zm3 2h8v2H8zm-3 6c-.45 0-1-.19-1-1s.55-1 1-1h2v2zm11 0H8v-2h8z"/></svg>

React

import type { SVGProps } from "react";

export function MdiHeatingCoil(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 17c1.21 0 3-.8 3-3s-1.79-3-3-3h-2V9h2c2.2 0 3-1.79 3-3c0-2.2-1.79-3-3-3h-2V2h-1v1H8V2H7v1H2v2h5v2H5c-1.21 0-3 .8-3 3s1.79 3 3 3h2v2H5c-1.21 0-3 .8-3 3s1.79 3 3 3h2v1h1v-1h8v1h1v-1h5v-2h-5v-2zm0-4c.45 0 1 .19 1 1s-.55 1-1 1h-2v-2zm-3-2H8V9h8zm3-6c.45 0 1 .2 1 1c0 .45-.19 1-1 1h-2V5zM8 5h8v2H8zm-3 6c-.45 0-1-.19-1-1s.55-1 1-1h2v2zm3 2h8v2H8zm-3 6c-.45 0-1-.19-1-1s.55-1 1-1h2v2zm11 0H8v-2h8z"/></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 17c1.21 0 3-.8 3-3s-1.79-3-3-3h-2V9h2c2.2 0 3-1.79 3-3c0-2.2-1.79-3-3-3h-2V2h-1v1H8V2H7v1H2v2h5v2H5c-1.21 0-3 .8-3 3s1.79 3 3 3h2v2H5c-1.21 0-3 .8-3 3s1.79 3 3 3h2v1h1v-1h8v1h1v-1h5v-2h-5v-2zm0-4c.45 0 1 .19 1 1s-.55 1-1 1h-2v-2zm-3-2H8V9h8zm3-6c.45 0 1 .2 1 1c0 .45-.19 1-1 1h-2V5zM8 5h8v2H8zm-3 6c-.45 0-1-.19-1-1s.55-1 1-1h2v2zm3 2h8v2H8zm-3 6c-.45 0-1-.19-1-1s.55-1 1-1h2v2zm11 0H8v-2h8z"/></svg>
</template>

CSS

.icon-heating-coil {
  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%2017c1.21%200%203-.8%203-3s-1.79-3-3-3h-2V9h2c2.2%200%203-1.79%203-3c0-2.2-1.79-3-3-3h-2V2h-1v1H8V2H7v1H2v2h5v2H5c-1.21%200-3%20.8-3%203s1.79%203%203%203h2v2H5c-1.21%200-3%20.8-3%203s1.79%203%203%203h2v1h1v-1h8v1h1v-1h5v-2h-5v-2zm0-4c.45%200%201%20.19%201%201s-.55%201-1%201h-2v-2zm-3-2H8V9h8zm3-6c.45%200%201%20.2%201%201c0%20.45-.19%201-1%201h-2V5zM8%205h8v2H8zm-3%206c-.45%200-1-.19-1-1s.55-1%201-1h2v2zm3%202h8v2H8zm-3%206c-.45%200-1-.19-1-1s.55-1%201-1h2v2zm11%200H8v-2h8z%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%2017c1.21%200%203-.8%203-3s-1.79-3-3-3h-2V9h2c2.2%200%203-1.79%203-3c0-2.2-1.79-3-3-3h-2V2h-1v1H8V2H7v1H2v2h5v2H5c-1.21%200-3%20.8-3%203s1.79%203%203%203h2v2H5c-1.21%200-3%20.8-3%203s1.79%203%203%203h2v1h1v-1h8v1h1v-1h5v-2h-5v-2zm0-4c.45%200%201%20.19%201%201s-.55%201-1%201h-2v-2zm-3-2H8V9h8zm3-6c.45%200%201%20.2%201%201c0%20.45-.19%201-1%201h-2V5zM8%205h8v2H8zm-3%206c-.45%200-1-.19-1-1s.55-1%201-1h2v2zm3%202h8v2H8zm-3%206c-.45%200-1-.19-1-1s.55-1%201-1h2v2zm11%200H8v-2h8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/heating-coil.svg?color=%231a73e8&size=48