md bonfire icon

md-bonfire from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-bonfire
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the md bonfire icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M272.2 350.6c-.8-8.2-8.2-14.6-17.3-14.6-8.3 0-15.2 5.4-16.9 12.5L221.1 441c-.5 2.3-.8 4.6-.8 7 0 17.7 15.5 32 34.7 32s34.7-14.3 34.7-32c0-2.9-.4-5.7-1.2-8.4l-16.3-89z" fill="currentColor"/><path d="M310.1 355z" fill="currentColor"/><path d="M404.3 390.3c-1.9-1.4-3.6-2.9-5.6-3.9l-68.9-47.5c-6.3-3.8-13-3.7-17.9.9-4.5 4.1-5.1 10.4-1.8 15.4l53 65.8c1 1.5 2.3 2.8 3.6 4.2 8.5 9.1 27.2 9.6 37.5 0 10.4-9.8 10.3-27.2.1-34.9z" fill="currentColor"/><path d="M382.2 335z" fill="currentColor"/><path d="M450.4 322.5l-64.5-2.3c-4.2-.6-8 2.1-8.7 6-.7 3.6 1.5 7.1 5.1 8.8h.1l62.5 17.8c9 1.9 19.1-2.3 19.1-11.6 0-11.9-3.3-17.5-13.6-18.7z" fill="currentColor"/><path d="M129.5 335z" fill="currentColor"/><path d="M129.5 335c3.6-1.6 5.7-5.2 5.1-8.8-.7-4-4.5-6.6-8.7-6l-64.5 2.3C51 323.7 48 329.3 48 341.1c0 9.3 9.9 13.6 18.8 11.6l62.5-17.8c.1.1.1.1.2.1z" fill="currentColor"/><path d="M182.2 338.8l-68.9 47.4c-2 1.1-3.9 2.4-5.6 3.9-10.4 9.6-10.4 25.1 0 34.6 10.4 9.6 27.1 9.6 37.5 0 1.4-1.3 2.6-2.7 3.6-4.2l53-65.6c3.3-5 2.7-11.2-1.8-15.3-4.8-4.5-12.6-4.8-17.8-.8z" fill="currentColor"/><path d="M256 32s30.2 35.4 30.2 64.4c0 27.8-18.2 50.3-45.9 50.3-27.9 0-48.9-22.5-48.9-50.3l.4-6.9c-27.2 32.3-43.5 76.2-43.5 121.8 0 59.6 48.2 107.8 107.8 107.8s107.8-48.2 107.8-107.8C363.8 138.7 328 53.7 256 32zm-3.9 246.7c-24 0-43.4-18.9-43.4-42.3 0-21.8 14.1-37.2 37.9-42 23.8-4.9 48.5-16.3 62.3-34.8 5.3 17.4 7.9 35.7 7.9 54.4 0 35.7-29 64.7-64.7 64.7z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdBonfire(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M272.2 350.6c-.8-8.2-8.2-14.6-17.3-14.6-8.3 0-15.2 5.4-16.9 12.5L221.1 441c-.5 2.3-.8 4.6-.8 7 0 17.7 15.5 32 34.7 32s34.7-14.3 34.7-32c0-2.9-.4-5.7-1.2-8.4l-16.3-89z" fill="currentColor"/><path d="M310.1 355z" fill="currentColor"/><path d="M404.3 390.3c-1.9-1.4-3.6-2.9-5.6-3.9l-68.9-47.5c-6.3-3.8-13-3.7-17.9.9-4.5 4.1-5.1 10.4-1.8 15.4l53 65.8c1 1.5 2.3 2.8 3.6 4.2 8.5 9.1 27.2 9.6 37.5 0 10.4-9.8 10.3-27.2.1-34.9z" fill="currentColor"/><path d="M382.2 335z" fill="currentColor"/><path d="M450.4 322.5l-64.5-2.3c-4.2-.6-8 2.1-8.7 6-.7 3.6 1.5 7.1 5.1 8.8h.1l62.5 17.8c9 1.9 19.1-2.3 19.1-11.6 0-11.9-3.3-17.5-13.6-18.7z" fill="currentColor"/><path d="M129.5 335z" fill="currentColor"/><path d="M129.5 335c3.6-1.6 5.7-5.2 5.1-8.8-.7-4-4.5-6.6-8.7-6l-64.5 2.3C51 323.7 48 329.3 48 341.1c0 9.3 9.9 13.6 18.8 11.6l62.5-17.8c.1.1.1.1.2.1z" fill="currentColor"/><path d="M182.2 338.8l-68.9 47.4c-2 1.1-3.9 2.4-5.6 3.9-10.4 9.6-10.4 25.1 0 34.6 10.4 9.6 27.1 9.6 37.5 0 1.4-1.3 2.6-2.7 3.6-4.2l53-65.6c3.3-5 2.7-11.2-1.8-15.3-4.8-4.5-12.6-4.8-17.8-.8z" fill="currentColor"/><path d="M256 32s30.2 35.4 30.2 64.4c0 27.8-18.2 50.3-45.9 50.3-27.9 0-48.9-22.5-48.9-50.3l.4-6.9c-27.2 32.3-43.5 76.2-43.5 121.8 0 59.6 48.2 107.8 107.8 107.8s107.8-48.2 107.8-107.8C363.8 138.7 328 53.7 256 32zm-3.9 246.7c-24 0-43.4-18.9-43.4-42.3 0-21.8 14.1-37.2 37.9-42 23.8-4.9 48.5-16.3 62.3-34.8 5.3 17.4 7.9 35.7 7.9 54.4 0 35.7-29 64.7-64.7 64.7z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M272.2 350.6c-.8-8.2-8.2-14.6-17.3-14.6-8.3 0-15.2 5.4-16.9 12.5L221.1 441c-.5 2.3-.8 4.6-.8 7 0 17.7 15.5 32 34.7 32s34.7-14.3 34.7-32c0-2.9-.4-5.7-1.2-8.4l-16.3-89z" fill="currentColor"/><path d="M310.1 355z" fill="currentColor"/><path d="M404.3 390.3c-1.9-1.4-3.6-2.9-5.6-3.9l-68.9-47.5c-6.3-3.8-13-3.7-17.9.9-4.5 4.1-5.1 10.4-1.8 15.4l53 65.8c1 1.5 2.3 2.8 3.6 4.2 8.5 9.1 27.2 9.6 37.5 0 10.4-9.8 10.3-27.2.1-34.9z" fill="currentColor"/><path d="M382.2 335z" fill="currentColor"/><path d="M450.4 322.5l-64.5-2.3c-4.2-.6-8 2.1-8.7 6-.7 3.6 1.5 7.1 5.1 8.8h.1l62.5 17.8c9 1.9 19.1-2.3 19.1-11.6 0-11.9-3.3-17.5-13.6-18.7z" fill="currentColor"/><path d="M129.5 335z" fill="currentColor"/><path d="M129.5 335c3.6-1.6 5.7-5.2 5.1-8.8-.7-4-4.5-6.6-8.7-6l-64.5 2.3C51 323.7 48 329.3 48 341.1c0 9.3 9.9 13.6 18.8 11.6l62.5-17.8c.1.1.1.1.2.1z" fill="currentColor"/><path d="M182.2 338.8l-68.9 47.4c-2 1.1-3.9 2.4-5.6 3.9-10.4 9.6-10.4 25.1 0 34.6 10.4 9.6 27.1 9.6 37.5 0 1.4-1.3 2.6-2.7 3.6-4.2l53-65.6c3.3-5 2.7-11.2-1.8-15.3-4.8-4.5-12.6-4.8-17.8-.8z" fill="currentColor"/><path d="M256 32s30.2 35.4 30.2 64.4c0 27.8-18.2 50.3-45.9 50.3-27.9 0-48.9-22.5-48.9-50.3l.4-6.9c-27.2 32.3-43.5 76.2-43.5 121.8 0 59.6 48.2 107.8 107.8 107.8s107.8-48.2 107.8-107.8C363.8 138.7 328 53.7 256 32zm-3.9 246.7c-24 0-43.4-18.9-43.4-42.3 0-21.8 14.1-37.2 37.9-42 23.8-4.9 48.5-16.3 62.3-34.8 5.3 17.4 7.9 35.7 7.9 54.4 0 35.7-29 64.7-64.7 64.7z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-bonfire {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M272.2%20350.6c-.8-8.2-8.2-14.6-17.3-14.6-8.3%200-15.2%205.4-16.9%2012.5L221.1%20441c-.5%202.3-.8%204.6-.8%207%200%2017.7%2015.5%2032%2034.7%2032s34.7-14.3%2034.7-32c0-2.9-.4-5.7-1.2-8.4l-16.3-89z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M310.1%20355z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M404.3%20390.3c-1.9-1.4-3.6-2.9-5.6-3.9l-68.9-47.5c-6.3-3.8-13-3.7-17.9.9-4.5%204.1-5.1%2010.4-1.8%2015.4l53%2065.8c1%201.5%202.3%202.8%203.6%204.2%208.5%209.1%2027.2%209.6%2037.5%200%2010.4-9.8%2010.3-27.2.1-34.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M382.2%20335z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M450.4%20322.5l-64.5-2.3c-4.2-.6-8%202.1-8.7%206-.7%203.6%201.5%207.1%205.1%208.8h.1l62.5%2017.8c9%201.9%2019.1-2.3%2019.1-11.6%200-11.9-3.3-17.5-13.6-18.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M129.5%20335z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M129.5%20335c3.6-1.6%205.7-5.2%205.1-8.8-.7-4-4.5-6.6-8.7-6l-64.5%202.3C51%20323.7%2048%20329.3%2048%20341.1c0%209.3%209.9%2013.6%2018.8%2011.6l62.5-17.8c.1.1.1.1.2.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M182.2%20338.8l-68.9%2047.4c-2%201.1-3.9%202.4-5.6%203.9-10.4%209.6-10.4%2025.1%200%2034.6%2010.4%209.6%2027.1%209.6%2037.5%200%201.4-1.3%202.6-2.7%203.6-4.2l53-65.6c3.3-5%202.7-11.2-1.8-15.3-4.8-4.5-12.6-4.8-17.8-.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%2032s30.2%2035.4%2030.2%2064.4c0%2027.8-18.2%2050.3-45.9%2050.3-27.9%200-48.9-22.5-48.9-50.3l.4-6.9c-27.2%2032.3-43.5%2076.2-43.5%20121.8%200%2059.6%2048.2%20107.8%20107.8%20107.8s107.8-48.2%20107.8-107.8C363.8%20138.7%20328%2053.7%20256%2032zm-3.9%20246.7c-24%200-43.4-18.9-43.4-42.3%200-21.8%2014.1-37.2%2037.9-42%2023.8-4.9%2048.5-16.3%2062.3-34.8%205.3%2017.4%207.9%2035.7%207.9%2054.4%200%2035.7-29%2064.7-64.7%2064.7z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M272.2%20350.6c-.8-8.2-8.2-14.6-17.3-14.6-8.3%200-15.2%205.4-16.9%2012.5L221.1%20441c-.5%202.3-.8%204.6-.8%207%200%2017.7%2015.5%2032%2034.7%2032s34.7-14.3%2034.7-32c0-2.9-.4-5.7-1.2-8.4l-16.3-89z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M310.1%20355z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M404.3%20390.3c-1.9-1.4-3.6-2.9-5.6-3.9l-68.9-47.5c-6.3-3.8-13-3.7-17.9.9-4.5%204.1-5.1%2010.4-1.8%2015.4l53%2065.8c1%201.5%202.3%202.8%203.6%204.2%208.5%209.1%2027.2%209.6%2037.5%200%2010.4-9.8%2010.3-27.2.1-34.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M382.2%20335z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M450.4%20322.5l-64.5-2.3c-4.2-.6-8%202.1-8.7%206-.7%203.6%201.5%207.1%205.1%208.8h.1l62.5%2017.8c9%201.9%2019.1-2.3%2019.1-11.6%200-11.9-3.3-17.5-13.6-18.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M129.5%20335z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M129.5%20335c3.6-1.6%205.7-5.2%205.1-8.8-.7-4-4.5-6.6-8.7-6l-64.5%202.3C51%20323.7%2048%20329.3%2048%20341.1c0%209.3%209.9%2013.6%2018.8%2011.6l62.5-17.8c.1.1.1.1.2.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M182.2%20338.8l-68.9%2047.4c-2%201.1-3.9%202.4-5.6%203.9-10.4%209.6-10.4%2025.1%200%2034.6%2010.4%209.6%2027.1%209.6%2037.5%200%201.4-1.3%202.6-2.7%203.6-4.2l53-65.6c3.3-5%202.7-11.2-1.8-15.3-4.8-4.5-12.6-4.8-17.8-.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%2032s30.2%2035.4%2030.2%2064.4c0%2027.8-18.2%2050.3-45.9%2050.3-27.9%200-48.9-22.5-48.9-50.3l.4-6.9c-27.2%2032.3-43.5%2076.2-43.5%20121.8%200%2059.6%2048.2%20107.8%20107.8%20107.8s107.8-48.2%20107.8-107.8C363.8%20138.7%20328%2053.7%20256%2032zm-3.9%20246.7c-24%200-43.4-18.9-43.4-42.3%200-21.8%2014.1-37.2%2037.9-42%2023.8-4.9%2048.5-16.3%2062.3-34.8%205.3%2017.4%207.9%2035.7%207.9%2054.4%200%2035.7-29%2064.7-64.7%2064.7z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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