chimney icon

chimney from IconPark by ByteDance · Color · Build · Apache-2.0 Free for personal and commercial use.

Name
chimney
Set
IconPark
Style
Color
Category
Build
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More build icons from IconPark

Use the chimney icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M4 44H44"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M13 14H35"/><path fill="#2F88FF" stroke="#000" stroke-linejoin="round" d="M16 14H24H32L36 44H12L16 14Z"/><path stroke="#fff" stroke-linecap="round" d="M15 24H33"/><path stroke="#fff" stroke-linecap="round" d="M13 34L35 34"/><path stroke="#000" stroke-linejoin="round" d="M32 14L36 44"/><path stroke="#000" stroke-linejoin="round" d="M16 14L12 44"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M24 8L24.8284 7.17157C25.5786 6.42143 26.596 6 27.6569 6H28.3431C29.404 6 30.4214 5.57857 31.1716 4.82843L32 4"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkChimney(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" strokeWidth="4"><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" d="M4 44H44"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" d="M13 14H35"/><path fill="#2F88FF" stroke="#000" strokeLinejoin="round" d="M16 14H24H32L36 44H12L16 14Z"/><path stroke="#fff" strokeLinecap="round" d="M15 24H33"/><path stroke="#fff" strokeLinecap="round" d="M13 34L35 34"/><path stroke="#000" strokeLinejoin="round" d="M32 14L36 44"/><path stroke="#000" strokeLinejoin="round" d="M16 14L12 44"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" d="M24 8L24.8284 7.17157C25.5786 6.42143 26.596 6 27.6569 6H28.3431C29.404 6 30.4214 5.57857 31.1716 4.82843L32 4"/></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-width="4"><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M4 44H44"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M13 14H35"/><path fill="#2F88FF" stroke="#000" stroke-linejoin="round" d="M16 14H24H32L36 44H12L16 14Z"/><path stroke="#fff" stroke-linecap="round" d="M15 24H33"/><path stroke="#fff" stroke-linecap="round" d="M13 34L35 34"/><path stroke="#000" stroke-linejoin="round" d="M32 14L36 44"/><path stroke="#000" stroke-linejoin="round" d="M16 14L12 44"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M24 8L24.8284 7.17157C25.5786 6.42143 26.596 6 27.6569 6H28.3431C29.404 6 30.4214 5.57857 31.1716 4.82843L32 4"/></g></svg>
</template>

CSS

.icon-chimney {
  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-width%3D%224%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2044H44%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13%2014H35%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16%2014H24H32L36%2044H12L16%2014Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M15%2024H33%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M13%2034L35%2034%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20d%3D%22M32%2014L36%2044%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16%2014L12%2044%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%208L24.8284%207.17157C25.5786%206.42143%2026.596%206%2027.6569%206H28.3431C29.404%206%2030.4214%205.57857%2031.1716%204.82843L32%204%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-width%3D%224%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2044H44%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13%2014H35%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16%2014H24H32L36%2044H12L16%2014Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M15%2024H33%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M13%2034L35%2034%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20d%3D%22M32%2014L36%2044%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16%2014L12%2044%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%208L24.8284%207.17157C25.5786%206.42143%2026.596%206%2027.6569%206H28.3431C29.404%206%2030.4214%205.57857%2031.1716%204.82843L32%204%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/chimney.svg?color=%231a73e8&size=48