campfire icon
campfire-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- campfire-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
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 256 256"><path fill="currentColor" d="M132.19 25.19a8 8 0 0 0-8.38 0A156 156 0 0 0 96.24 48C77.77 67.13 68 87.9 68 108a60 60 0 0 0 120 0c0-47.92-53.53-81.41-55.81-82.81M128 152a24 24 0 0 1-24-24c0-24 24-40 24-40s24 16 24 40a24 24 0 0 1-24 24m95.62 74.42a8 8 0 0 1-10.05 5.2L128 204.39l-85.57 27.23a8 8 0 1 1-4.85-15.25l64-20.37l-64-20.38a8 8 0 1 1 4.85-15.24L128 187.6l85.57-27.22a8 8 0 1 1 4.85 15.24l-64 20.38l64 20.37a8 8 0 0 1 5.2 10.05"/></svg>
React
import type { SVGProps } from "react";
export function PhCampfireFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M132.19 25.19a8 8 0 0 0-8.38 0A156 156 0 0 0 96.24 48C77.77 67.13 68 87.9 68 108a60 60 0 0 0 120 0c0-47.92-53.53-81.41-55.81-82.81M128 152a24 24 0 0 1-24-24c0-24 24-40 24-40s24 16 24 40a24 24 0 0 1-24 24m95.62 74.42a8 8 0 0 1-10.05 5.2L128 204.39l-85.57 27.23a8 8 0 1 1-4.85-15.25l64-20.37l-64-20.38a8 8 0 1 1 4.85-15.24L128 187.6l85.57-27.22a8 8 0 1 1 4.85 15.24l-64 20.38l64 20.37a8 8 0 0 1 5.2 10.05"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M132.19 25.19a8 8 0 0 0-8.38 0A156 156 0 0 0 96.24 48C77.77 67.13 68 87.9 68 108a60 60 0 0 0 120 0c0-47.92-53.53-81.41-55.81-82.81M128 152a24 24 0 0 1-24-24c0-24 24-40 24-40s24 16 24 40a24 24 0 0 1-24 24m95.62 74.42a8 8 0 0 1-10.05 5.2L128 204.39l-85.57 27.23a8 8 0 1 1-4.85-15.25l64-20.37l-64-20.38a8 8 0 1 1 4.85-15.24L128 187.6l85.57-27.22a8 8 0 1 1 4.85 15.24l-64 20.38l64 20.37a8 8 0 0 1 5.2 10.05"/></svg> </template>
CSS
.icon-campfire-fill {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M132.19%2025.19a8%208%200%200%200-8.38%200A156%20156%200%200%200%2096.24%2048C77.77%2067.13%2068%2087.9%2068%20108a60%2060%200%200%200%20120%200c0-47.92-53.53-81.41-55.81-82.81M128%20152a24%2024%200%200%201-24-24c0-24%2024-40%2024-40s24%2016%2024%2040a24%2024%200%200%201-24%2024m95.62%2074.42a8%208%200%200%201-10.05%205.2L128%20204.39l-85.57%2027.23a8%208%200%201%201-4.85-15.25l64-20.37l-64-20.38a8%208%200%201%201%204.85-15.24L128%20187.6l85.57-27.22a8%208%200%201%201%204.85%2015.24l-64%2020.38l64%2020.37a8%208%200%200%201%205.2%2010.05%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M132.19%2025.19a8%208%200%200%200-8.38%200A156%20156%200%200%200%2096.24%2048C77.77%2067.13%2068%2087.9%2068%20108a60%2060%200%200%200%20120%200c0-47.92-53.53-81.41-55.81-82.81M128%20152a24%2024%200%200%201-24-24c0-24%2024-40%2024-40s24%2016%2024%2040a24%2024%200%200%201-24%2024m95.62%2074.42a8%208%200%200%201-10.05%205.2L128%20204.39l-85.57%2027.23a8%208%200%201%201-4.85-15.25l64-20.37l-64-20.38a8%208%200%201%201%204.85-15.24L128%20187.6l85.57-27.22a8%208%200%201%201%204.85%2015.24l-64%2020.38l64%2020.37a8%208%200%200%201%205.2%2010.05%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/campfire-fill.svg?color=%231a73e8&size=48