boiler icon
boiler from IconPark by ByteDance · Color · Life · Apache-2.0 Free for personal and commercial use.
- Name
- boiler
- Set
- IconPark
- Style
- Color
- Category
- Life
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More life icons from IconPark
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="#000" stroke-linejoin="round" stroke-width="4"><rect width="38" height="8" x="5" y="6" fill="#2F88FF" rx="2"/><path d="M8 14V40C8 41.1046 8.89543 42 10 42H38C39.1046 42 40 41.1046 40 40V14"/><path fill="#2F88FF" stroke-linecap="round" d="M31 29.0667C31 32.8958 27.866 36 24 36C20.134 36 17 32.8958 17 29.0667C17 25.2375 19.6923 23.7333 20.7692 20C25.0769 21.8666 25.0769 27.4667 25.0769 27.4667C25.0769 27.4667 26.1538 24.2667 29.3846 23.4667C29.6538 26.4 31 27.4316 31 29.0667Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkBoiler(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="#000" strokeLinejoin="round" strokeWidth="4"><rect width="38" height="8" x="5" y="6" fill="#2F88FF" rx="2"/><path d="M8 14V40C8 41.1046 8.89543 42 10 42H38C39.1046 42 40 41.1046 40 40V14"/><path fill="#2F88FF" strokeLinecap="round" d="M31 29.0667C31 32.8958 27.866 36 24 36C20.134 36 17 32.8958 17 29.0667C17 25.2375 19.6923 23.7333 20.7692 20C25.0769 21.8666 25.0769 27.4667 25.0769 27.4667C25.0769 27.4667 26.1538 24.2667 29.3846 23.4667C29.6538 26.4 31 27.4316 31 29.0667Z"/></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="#000" stroke-linejoin="round" stroke-width="4"><rect width="38" height="8" x="5" y="6" fill="#2F88FF" rx="2"/><path d="M8 14V40C8 41.1046 8.89543 42 10 42H38C39.1046 42 40 41.1046 40 40V14"/><path fill="#2F88FF" stroke-linecap="round" d="M31 29.0667C31 32.8958 27.866 36 24 36C20.134 36 17 32.8958 17 29.0667C17 25.2375 19.6923 23.7333 20.7692 20C25.0769 21.8666 25.0769 27.4667 25.0769 27.4667C25.0769 27.4667 26.1538 24.2667 29.3846 23.4667C29.6538 26.4 31 27.4316 31 29.0667Z"/></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%22%23000%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%20fill%3D%22%232F88FF%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M8%2014V40C8%2041.1046%208.89543%2042%2010%2042H38C39.1046%2042%2040%2041.1046%2040%2040V14%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linecap%3D%22round%22%20d%3D%22M31%2029.0667C31%2032.8958%2027.866%2036%2024%2036C20.134%2036%2017%2032.8958%2017%2029.0667C17%2025.2375%2019.6923%2023.7333%2020.7692%2020C25.0769%2021.8666%2025.0769%2027.4667%2025.0769%2027.4667C25.0769%2027.4667%2026.1538%2024.2667%2029.3846%2023.4667C29.6538%2026.4%2031%2027.4316%2031%2029.0667Z%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%22%23000%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%20fill%3D%22%232F88FF%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M8%2014V40C8%2041.1046%208.89543%2042%2010%2042H38C39.1046%2042%2040%2041.1046%2040%2040V14%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linecap%3D%22round%22%20d%3D%22M31%2029.0667C31%2032.8958%2027.866%2036%2024%2036C20.134%2036%2017%2032.8958%2017%2029.0667C17%2025.2375%2019.6923%2023.7333%2020.7692%2020C25.0769%2021.8666%2025.0769%2027.4667%2025.0769%2027.4667C25.0769%2027.4667%2026.1538%2024.2667%2029.3846%2023.4667C29.6538%2026.4%2031%2027.4316%2031%2029.0667Z%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/boiler.svg?color=%231a73e8&size=48