brick wall fire icon

brick-wall-fire from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
brick-wall-fire
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the brick wall fire icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16.286 9c.833.765 2.38 4.237.714 6.5c1.5.5 3-.5 3.5-1.912c.786.811 1.5 2.652 1.5 3.824C22 19.946 19.761 22 17 22s-5-2.054-5-4.588c0-1.57.645-2.86 1.666-3.824c1.023-.962 2.62-2.265 2.62-4.588"/><path d="M21 10c-.01-3.114-.108-4.765-1.172-5.828C18.657 3 16.771 3 13 3h-2C7.229 3 5.343 3 4.172 4.172S3 7.229 3 11v2c0 3.771 0 5.657 1.172 6.828c.943.944 2.348 1.127 4.828 1.163"/><path d="M12 9H3h4.5V3.5M9 15H3h4.5v5.5m9-17V6"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBrickWallFire(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M16.286 9c.833.765 2.38 4.237.714 6.5c1.5.5 3-.5 3.5-1.912c.786.811 1.5 2.652 1.5 3.824C22 19.946 19.761 22 17 22s-5-2.054-5-4.588c0-1.57.645-2.86 1.666-3.824c1.023-.962 2.62-2.265 2.62-4.588"/><path d="M21 10c-.01-3.114-.108-4.765-1.172-5.828C18.657 3 16.771 3 13 3h-2C7.229 3 5.343 3 4.172 4.172S3 7.229 3 11v2c0 3.771 0 5.657 1.172 6.828c.943.944 2.348 1.127 4.828 1.163"/><path d="M12 9H3h4.5V3.5M9 15H3h4.5v5.5m9-17V6"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16.286 9c.833.765 2.38 4.237.714 6.5c1.5.5 3-.5 3.5-1.912c.786.811 1.5 2.652 1.5 3.824C22 19.946 19.761 22 17 22s-5-2.054-5-4.588c0-1.57.645-2.86 1.666-3.824c1.023-.962 2.62-2.265 2.62-4.588"/><path d="M21 10c-.01-3.114-.108-4.765-1.172-5.828C18.657 3 16.771 3 13 3h-2C7.229 3 5.343 3 4.172 4.172S3 7.229 3 11v2c0 3.771 0 5.657 1.172 6.828c.943.944 2.348 1.127 4.828 1.163"/><path d="M12 9H3h4.5V3.5M9 15H3h4.5v5.5m9-17V6"/></g></svg>
</template>

CSS

.icon-brick-wall-fire {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.286%209c.833.765%202.38%204.237.714%206.5c1.5.5%203-.5%203.5-1.912c.786.811%201.5%202.652%201.5%203.824C22%2019.946%2019.761%2022%2017%2022s-5-2.054-5-4.588c0-1.57.645-2.86%201.666-3.824c1.023-.962%202.62-2.265%202.62-4.588%22%2F%3E%3Cpath%20d%3D%22M21%2010c-.01-3.114-.108-4.765-1.172-5.828C18.657%203%2016.771%203%2013%203h-2C7.229%203%205.343%203%204.172%204.172S3%207.229%203%2011v2c0%203.771%200%205.657%201.172%206.828c.943.944%202.348%201.127%204.828%201.163%22%2F%3E%3Cpath%20d%3D%22M12%209H3h4.5V3.5M9%2015H3h4.5v5.5m9-17V6%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.286%209c.833.765%202.38%204.237.714%206.5c1.5.5%203-.5%203.5-1.912c.786.811%201.5%202.652%201.5%203.824C22%2019.946%2019.761%2022%2017%2022s-5-2.054-5-4.588c0-1.57.645-2.86%201.666-3.824c1.023-.962%202.62-2.265%202.62-4.588%22%2F%3E%3Cpath%20d%3D%22M21%2010c-.01-3.114-.108-4.765-1.172-5.828C18.657%203%2016.771%203%2013%203h-2C7.229%203%205.343%203%204.172%204.172S3%207.229%203%2011v2c0%203.771%200%205.657%201.172%206.828c.943.944%202.348%201.127%204.828%201.163%22%2F%3E%3Cpath%20d%3D%22M12%209H3h4.5V3.5M9%2015H3h4.5v5.5m9-17V6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/brick-wall-fire.svg?color=%231a73e8&size=48