Icons

Mingcute Campfire Line Icon

IconStash indexes the Campfire Line icon from Mingcute alongside 134,701 icons from 28 open-source libraries. It uses stroked lines with no fill — clean, legible, and versatile at any size, making it well suited for weather forecast apps, climate dashboards, location-based services, environmental widgets, and IoT sensor displays. Set an exact pixel size from 16px to 512px and download a lossless PNG in one click.

Interactive Customizer

1.5px
128px

About this icon

Use the Campfire Line icon

Icons in the outline style — like Campfire Line — are designed for app navigation bars, toolbar buttons, form labels, and UI controls where clarity at 16–24px is critical. Use it across weather forecast apps, climate dashboards, location-based services, environmental widgets, and IoT sensor displays for a consistent, professional look.

IconStash's editor lets you fine-tune color, size, and stroke width in real time, then export in the format that fits your workflow: SVG, PNG, JSX, or CSS background-mask.

Export formats

Copy clean SVG vectors with one click, generate custom-size PNG files from 16px to 512px, export JSX/React components ready to paste into your project, or use the icon as a CSS background-mask for flexible theming.

All exports are based on the same editable vector — so the Campfire Line icon stays pixel-perfect at 16px, 24px, 48px, and any large marketing size.

Design & UX integration

Aesthetic characteristics

MingCute draws Campfire Line with soft, slightly rounded terminals that read as friendly rather than technical. Most concepts ship in both line and filled versions, which is useful when one icon needs to signal both an inactive and an active state without you sourcing a second set.

UX best practices

Weather icons are scanned rather than read, so the Campfire Line icon must stay legible at small sizes and be consistent with the rest of the forecast set. The most common mistake is mixing outline and filled glyphs across one forecast row, which makes a single strip look like two different data sources.

Use in your project

React / npm — Mingcute

npm install @mingcute/icon-react

import { CampfireLineLine } from '@mingcute/icon-react';

// JSX usage:
<CampfireLineLine size={24} />

Copy the SVG markup directly from the IconStash editor to use the Campfire Line icon without any npm package — paste it into HTML, JSX, or a design tool.

Inline SVG (copy & paste)

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" role="img" aria-label="campfire-line icon"><g fill="none" fill-rule="evenodd"><path d="m12.594 23.258l-.012.002l-.071.035l-.02.004l-.014-.004l-.071-.036q-.016-.004-.024.006l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.016-.018m.264-.113l-.014.002l-.184.093l-.01.01l-.003.011l.018.43l.005.012l.008.008l.201.092q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.003-.011l.018-.43l-.003-.012l-.01-.01z"/><path fill="currentColor" d="M19.942 15.664a1 1 0 0 1-.606 1.278L14.973 18.5l4.363 1.558a1 1 0 1 1-.672 1.884L12 19.562l-6.664 2.38a1 1 0 1 1-.672-1.884L9.027 18.5l-4.363-1.558a1 1 0 1 1 .672-1.884L12 17.438l6.664-2.38a1 1 0 0 1 1.278.606m-7.39-13.558a1 1 0 0 1 1.433 1.065l-.041.178l-.008.05l-.013.137q-.009.124.008.291c.04.353.198.888.776 1.466l.155.15l.68.62l.343.324c.812.792 1.708 1.86 2.085 3.37c.454 1.814.006 3.441-1.182 4.587C15.641 15.452 13.921 16 12 16c-3.169 0-6-2.052-6-5.5c0-2.696 1.782-4.825 3.342-6.19c.8-.7 1.597-1.248 2.19-1.619c.332-.207.67-.41 1.02-.585m-.388 8.77L12 10.632l-.164.246c-.492.76-.836 1.523-.836 2.04c0 .637.486 1.083 1 1.083s1-.446 1-1.083c0-.517-.344-1.28-.836-2.04m-.085-6.154c-.435.296-.929.663-1.42 1.093C9.219 7.075 8 8.696 8 10.5c0 .979.366 1.813 1 2.42c0-1.071.562-2.179 1.046-2.956l.425-.668l.189-.279C11.024 8.503 11.484 8 12 8c.533 0 .984.496 1.342 1.01l.186.28l.315.5c.506.78 1.157 1.977 1.157 3.127q0 .163-.016.322q.231-.157.415-.333c.625-.604.928-1.477.63-2.664c-.237-.95-.723-1.592-1.315-2.19l-.333-.322l-.349-.323c-.241-.222-.49-.45-.74-.7c-.668-.669-1.031-1.36-1.213-1.985"/></g></svg>

Library & related icons

About MingCute Icons

3,300+ high-quality icons with both line and filled variants. Clean, modern aesthetic designed for polished product interfaces and design systems.

  • Total icons: 3,352+
  • Style: multi-style
  • License: Apache 2.0
  • npm package: @mingcute/icon-react
Browse all 3,352 MingCute Icons icons →

People also search for

Frequently asked questions

What is the Campfire Line icon?

The Campfire Line icon is a outline-style SVG icon from the Mingcute library, categorized under Weather. It is designed for use in weather forecast apps, climate dashboards, location-based services, environmental widgets, and IoT sensor displays. On IconStash you can preview it, customize its color and size, and export it in SVG, PNG, JSX, or CSS formats directly from your browser.

Is the Campfire Line icon free to use?

Yes. Mingcute is licensed under Apache 2.0, making it free for personal and commercial use. This means you can freely use the Campfire Line icon in personal, commercial, and open-source projects. IconStash provides SVG and PNG access at no cost with no login required.

How do I use the Campfire Line icon in React?

Install the package with `npm install @mingcute/icon-react`, then import the component into your React file. IconStash's detail panel shows you the exact npm command, import statement, and JSX usage snippet for every icon — just click the Code tab and copy with one click.

What is the Mingcute icon library?

3,300+ high-quality icons with both line and filled variants. Clean, modern aesthetic designed for polished product interfaces and design systems. It contains 3,352+ icons. IconStash indexes the complete Mingcute collection alongside 27 other open-source libraries — 134,701 icons total — in a single unified search interface.

Can I download the Campfire Line icon as a PNG?

Yes. Open the Campfire Line icon in IconStash, set your desired pixel size (16px to 512px) in the detail panel, and click Download PNG. You can also export a multi-resolution ZIP pack containing 16, 24, 32, 48, 64, 128, 256, and 512px PNGs with a single click.

What does the outline icon style mean?

An icon in outline style uses stroked lines with no fill — clean, legible, and versatile at any size. This style is best suited for app navigation bars, toolbar buttons, form labels, and UI controls where clarity at 16–24px is critical. The Mingcute Campfire Line icon follows this visual convention throughout the Mingcute design system.

Can I change the Campfire Line icon's color and size before downloading?

Yes. In IconStash's editor panel, choose from six color presets (blue, slate, green, purple, red, teal) or enter a custom hex value. Drag the size slider (16–256px) or type an exact pixel value up to 512px. Changes apply instantly to the SVG preview, the PNG output, and the copied code.