Skip to main content
Go back
Share

Campfire

React Code

npm install @mynaui/icons-react
import { Campfire } from "@mynaui/icons-react";

const App = () => {
  return <Campfire />;
};

SVG HTML

<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <path d='m5.422 20.706 13.156-4.789m0 4.789L5.422 15.917m10.963-4.349A4.751 4.751 0 0 1 12 14.5c-2.623 0-4.75-2.134-4.75-4.767 0-2.632.998-3.709 2.558-6.233 2.923 1.283 2.923 5.133 2.923 5.133s.96-1.856 2.923-2.75c.63 1.86 1.478 3.89.731 5.685'/>
</svg>

SVG CDN

<img src="https://unpkg.com/@mynaui/icons/icons/campfire.svg" />

SVG Sprite

npm install @mynaui/icons
<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-campfire"></use>
</svg>