boiler from IconPark Outline by ByteDance · Outline · Life · Apache-2.0 Free for personal and commercial use.

Name
boiler
Set
IconPark Outline
Style
Outline
Category
Life
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More life icons from IconPark Outline

Use the boiler icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="4"><rect width="38" height="8" x="5" y="6" rx="2"/><path d="M8 14v26a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V14"/><path stroke-linecap="round" d="M31 29.067C31 32.896 27.866 36 24 36s-7-3.104-7-6.933c0-3.83 2.692-5.334 3.77-9.067c4.307 1.867 4.307 7.467 4.307 7.467s1.077-3.2 4.308-4C29.654 26.4 31 27.432 31 29.067"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineBoiler(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="4"><rect width="38" height="8" x="5" y="6" rx="2"/><path d="M8 14v26a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V14"/><path strokeLinecap="round" d="M31 29.067C31 32.896 27.866 36 24 36s-7-3.104-7-6.933c0-3.83 2.692-5.334 3.77-9.067c4.307 1.867 4.307 7.467 4.307 7.467s1.077-3.2 4.308-4C29.654 26.4 31 27.432 31 29.067"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="4"><rect width="38" height="8" x="5" y="6" rx="2"/><path d="M8 14v26a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V14"/><path stroke-linecap="round" d="M31 29.067C31 32.896 27.866 36 24 36s-7-3.104-7-6.933c0-3.83 2.692-5.334 3.77-9.067c4.307 1.867 4.307 7.467 4.307 7.467s1.077-3.2 4.308-4C29.654 26.4 31 27.432 31 29.067"/></g></svg>
</template>

CSS

.icon-boiler {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Crect%20width%3D%2238%22%20height%3D%228%22%20x%3D%225%22%20y%3D%226%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M8%2014v26a2%202%200%200%200%202%202h28a2%202%200%200%200%202-2V14%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M31%2029.067C31%2032.896%2027.866%2036%2024%2036s-7-3.104-7-6.933c0-3.83%202.692-5.334%203.77-9.067c4.307%201.867%204.307%207.467%204.307%207.467s1.077-3.2%204.308-4C29.654%2026.4%2031%2027.432%2031%2029.067%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Crect%20width%3D%2238%22%20height%3D%228%22%20x%3D%225%22%20y%3D%226%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M8%2014v26a2%202%200%200%200%202%202h28a2%202%200%200%200%202-2V14%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M31%2029.067C31%2032.896%2027.866%2036%2024%2036s-7-3.104-7-6.933c0-3.83%202.692-5.334%203.77-9.067c4.307%201.867%204.307%207.467%204.307%207.467s1.077-3.2%204.308-4C29.654%2026.4%2031%2027.432%2031%2029.067%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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