campfire-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
campfire-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Use the campfire icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.252 2.996a.75.75 0 0 1 .857-.183c1.736.762 2.57 2.275 2.97 3.502q.071.223.127.435a7 7 0 0 1 2.137-1.549l.074-.03a.75.75 0 0 1 .947.472l.488 1.428c.162.5.314 1.016.418 1.529c.2.975.255 2.025-.113 3.051l-.079.205A5.5 5.5 0 0 1 12 15.25c-3.04 0-5.5-2.472-5.5-5.517c0-2.897 1.162-4.188 2.67-6.628zm9.591 12.271a.75.75 0 0 1 .314 1.466c-4.51.967-8.834 2.521-12.992 4.53l-.83.408a.75.75 0 0 1-.67-1.342l.848-.417c4.252-2.053 8.689-3.65 13.33-4.645"/><path d="m5.081 15.254l.076.013l.928.207c4.315 1.004 8.427 2.517 12.401 4.437l.849.418l.067.038a.75.75 0 0 1-.667 1.334l-.07-.03l-.831-.408c-3.887-1.878-7.894-3.352-12.089-4.328l-.902-.202l-.074-.02a.75.75 0 0 1 .312-1.46"/></g></svg>

React

import type { SVGProps } from "react";

export function MynauiCampfireSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.252 2.996a.75.75 0 0 1 .857-.183c1.736.762 2.57 2.275 2.97 3.502q.071.223.127.435a7 7 0 0 1 2.137-1.549l.074-.03a.75.75 0 0 1 .947.472l.488 1.428c.162.5.314 1.016.418 1.529c.2.975.255 2.025-.113 3.051l-.079.205A5.5 5.5 0 0 1 12 15.25c-3.04 0-5.5-2.472-5.5-5.517c0-2.897 1.162-4.188 2.67-6.628zm9.591 12.271a.75.75 0 0 1 .314 1.466c-4.51.967-8.834 2.521-12.992 4.53l-.83.408a.75.75 0 0 1-.67-1.342l.848-.417c4.252-2.053 8.689-3.65 13.33-4.645"/><path d="m5.081 15.254l.076.013l.928.207c4.315 1.004 8.427 2.517 12.401 4.437l.849.418l.067.038a.75.75 0 0 1-.667 1.334l-.07-.03l-.831-.408c-3.887-1.878-7.894-3.352-12.089-4.328l-.902-.202l-.074-.02a.75.75 0 0 1 .312-1.46"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.252 2.996a.75.75 0 0 1 .857-.183c1.736.762 2.57 2.275 2.97 3.502q.071.223.127.435a7 7 0 0 1 2.137-1.549l.074-.03a.75.75 0 0 1 .947.472l.488 1.428c.162.5.314 1.016.418 1.529c.2.975.255 2.025-.113 3.051l-.079.205A5.5 5.5 0 0 1 12 15.25c-3.04 0-5.5-2.472-5.5-5.517c0-2.897 1.162-4.188 2.67-6.628zm9.591 12.271a.75.75 0 0 1 .314 1.466c-4.51.967-8.834 2.521-12.992 4.53l-.83.408a.75.75 0 0 1-.67-1.342l.848-.417c4.252-2.053 8.689-3.65 13.33-4.645"/><path d="m5.081 15.254l.076.013l.928.207c4.315 1.004 8.427 2.517 12.401 4.437l.849.418l.067.038a.75.75 0 0 1-.667 1.334l-.07-.03l-.831-.408c-3.887-1.878-7.894-3.352-12.089-4.328l-.902-.202l-.074-.02a.75.75 0 0 1 .312-1.46"/></g></svg>
</template>

CSS

.icon-campfire-solid {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M9.252%202.996a.75.75%200%200%201%20.857-.183c1.736.762%202.57%202.275%202.97%203.502q.071.223.127.435a7%207%200%200%201%202.137-1.549l.074-.03a.75.75%200%200%201%20.947.472l.488%201.428c.162.5.314%201.016.418%201.529c.2.975.255%202.025-.113%203.051l-.079.205A5.5%205.5%200%200%201%2012%2015.25c-3.04%200-5.5-2.472-5.5-5.517c0-2.897%201.162-4.188%202.67-6.628zm9.591%2012.271a.75.75%200%200%201%20.314%201.466c-4.51.967-8.834%202.521-12.992%204.53l-.83.408a.75.75%200%200%201-.67-1.342l.848-.417c4.252-2.053%208.689-3.65%2013.33-4.645%22%2F%3E%3Cpath%20d%3D%22m5.081%2015.254l.076.013l.928.207c4.315%201.004%208.427%202.517%2012.401%204.437l.849.418l.067.038a.75.75%200%200%201-.667%201.334l-.07-.03l-.831-.408c-3.887-1.878-7.894-3.352-12.089-4.328l-.902-.202l-.074-.02a.75.75%200%200%201%20.312-1.46%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%22currentColor%22%3E%3Cpath%20d%3D%22M9.252%202.996a.75.75%200%200%201%20.857-.183c1.736.762%202.57%202.275%202.97%203.502q.071.223.127.435a7%207%200%200%201%202.137-1.549l.074-.03a.75.75%200%200%201%20.947.472l.488%201.428c.162.5.314%201.016.418%201.529c.2.975.255%202.025-.113%203.051l-.079.205A5.5%205.5%200%200%201%2012%2015.25c-3.04%200-5.5-2.472-5.5-5.517c0-2.897%201.162-4.188%202.67-6.628zm9.591%2012.271a.75.75%200%200%201%20.314%201.466c-4.51.967-8.834%202.521-12.992%204.53l-.83.408a.75.75%200%200%201-.67-1.342l.848-.417c4.252-2.053%208.689-3.65%2013.33-4.645%22%2F%3E%3Cpath%20d%3D%22m5.081%2015.254l.076.013l.928.207c4.315%201.004%208.427%202.517%2012.401%204.437l.849.418l.067.038a.75.75%200%200%201-.667%201.334l-.07-.03l-.831-.408c-3.887-1.878-7.894-3.352-12.089-4.328l-.902-.202l-.074-.02a.75.75%200%200%201%20.312-1.46%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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