campfire icon
campfire-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- campfire-thin
- Set
- Phosphor
- Style
- Thin
- 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="M219.81 225.21A4 4 0 0 1 216 228a4 4 0 0 1-1.21-.19L128 200.2l-86.79 27.61A4 4 0 0 1 40 228a4 4 0 0 1-1.21-7.81l76-24.19l-76-24.19a4 4 0 1 1 2.42-7.62L128 191.8l86.79-27.61a4 4 0 1 1 2.42 7.62l-76 24.19l76 24.19a4 4 0 0 1 2.6 5.02M72 108c0-19 9.38-38.85 27.12-57.27a152 152 0 0 1 26.78-22.14a4 4 0 0 1 4.2 0a152 152 0 0 1 26.78 22.14C174.62 69.15 184 89 184 108a56 56 0 0 1-54.56 56h-2.88A56 56 0 0 1 72 108m56 48a20 20 0 0 0 20-20c0-17.39-14.37-30.53-20-35c-5.63 4.48-20 17.62-20 35a20 20 0 0 0 20 20m-48-48a48 48 0 0 0 23.28 41.13A27.8 27.8 0 0 1 100 136c0-25.84 24.73-42.63 25.78-43.33a4 4 0 0 1 4.44 0c1.05.7 25.78 17.49 25.78 43.33a27.8 27.8 0 0 1-3.28 13.13A48 48 0 0 0 176 108c0-36.37-38.49-64.76-48-71.21c-9.5 6.46-48 34.89-48 71.21"/></svg>
React
import type { SVGProps } from "react";
export function PhCampfireThin(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="M219.81 225.21A4 4 0 0 1 216 228a4 4 0 0 1-1.21-.19L128 200.2l-86.79 27.61A4 4 0 0 1 40 228a4 4 0 0 1-1.21-7.81l76-24.19l-76-24.19a4 4 0 1 1 2.42-7.62L128 191.8l86.79-27.61a4 4 0 1 1 2.42 7.62l-76 24.19l76 24.19a4 4 0 0 1 2.6 5.02M72 108c0-19 9.38-38.85 27.12-57.27a152 152 0 0 1 26.78-22.14a4 4 0 0 1 4.2 0a152 152 0 0 1 26.78 22.14C174.62 69.15 184 89 184 108a56 56 0 0 1-54.56 56h-2.88A56 56 0 0 1 72 108m56 48a20 20 0 0 0 20-20c0-17.39-14.37-30.53-20-35c-5.63 4.48-20 17.62-20 35a20 20 0 0 0 20 20m-48-48a48 48 0 0 0 23.28 41.13A27.8 27.8 0 0 1 100 136c0-25.84 24.73-42.63 25.78-43.33a4 4 0 0 1 4.44 0c1.05.7 25.78 17.49 25.78 43.33a27.8 27.8 0 0 1-3.28 13.13A48 48 0 0 0 176 108c0-36.37-38.49-64.76-48-71.21c-9.5 6.46-48 34.89-48 71.21"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M219.81 225.21A4 4 0 0 1 216 228a4 4 0 0 1-1.21-.19L128 200.2l-86.79 27.61A4 4 0 0 1 40 228a4 4 0 0 1-1.21-7.81l76-24.19l-76-24.19a4 4 0 1 1 2.42-7.62L128 191.8l86.79-27.61a4 4 0 1 1 2.42 7.62l-76 24.19l76 24.19a4 4 0 0 1 2.6 5.02M72 108c0-19 9.38-38.85 27.12-57.27a152 152 0 0 1 26.78-22.14a4 4 0 0 1 4.2 0a152 152 0 0 1 26.78 22.14C174.62 69.15 184 89 184 108a56 56 0 0 1-54.56 56h-2.88A56 56 0 0 1 72 108m56 48a20 20 0 0 0 20-20c0-17.39-14.37-30.53-20-35c-5.63 4.48-20 17.62-20 35a20 20 0 0 0 20 20m-48-48a48 48 0 0 0 23.28 41.13A27.8 27.8 0 0 1 100 136c0-25.84 24.73-42.63 25.78-43.33a4 4 0 0 1 4.44 0c1.05.7 25.78 17.49 25.78 43.33a27.8 27.8 0 0 1-3.28 13.13A48 48 0 0 0 176 108c0-36.37-38.49-64.76-48-71.21c-9.5 6.46-48 34.89-48 71.21"/></svg> </template>
CSS
.icon-campfire-thin {
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%22M219.81%20225.21A4%204%200%200%201%20216%20228a4%204%200%200%201-1.21-.19L128%20200.2l-86.79%2027.61A4%204%200%200%201%2040%20228a4%204%200%200%201-1.21-7.81l76-24.19l-76-24.19a4%204%200%201%201%202.42-7.62L128%20191.8l86.79-27.61a4%204%200%201%201%202.42%207.62l-76%2024.19l76%2024.19a4%204%200%200%201%202.6%205.02M72%20108c0-19%209.38-38.85%2027.12-57.27a152%20152%200%200%201%2026.78-22.14a4%204%200%200%201%204.2%200a152%20152%200%200%201%2026.78%2022.14C174.62%2069.15%20184%2089%20184%20108a56%2056%200%200%201-54.56%2056h-2.88A56%2056%200%200%201%2072%20108m56%2048a20%2020%200%200%200%2020-20c0-17.39-14.37-30.53-20-35c-5.63%204.48-20%2017.62-20%2035a20%2020%200%200%200%2020%2020m-48-48a48%2048%200%200%200%2023.28%2041.13A27.8%2027.8%200%200%201%20100%20136c0-25.84%2024.73-42.63%2025.78-43.33a4%204%200%200%201%204.44%200c1.05.7%2025.78%2017.49%2025.78%2043.33a27.8%2027.8%200%200%201-3.28%2013.13A48%2048%200%200%200%20176%20108c0-36.37-38.49-64.76-48-71.21c-9.5%206.46-48%2034.89-48%2071.21%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%22M219.81%20225.21A4%204%200%200%201%20216%20228a4%204%200%200%201-1.21-.19L128%20200.2l-86.79%2027.61A4%204%200%200%201%2040%20228a4%204%200%200%201-1.21-7.81l76-24.19l-76-24.19a4%204%200%201%201%202.42-7.62L128%20191.8l86.79-27.61a4%204%200%201%201%202.42%207.62l-76%2024.19l76%2024.19a4%204%200%200%201%202.6%205.02M72%20108c0-19%209.38-38.85%2027.12-57.27a152%20152%200%200%201%2026.78-22.14a4%204%200%200%201%204.2%200a152%20152%200%200%201%2026.78%2022.14C174.62%2069.15%20184%2089%20184%20108a56%2056%200%200%201-54.56%2056h-2.88A56%2056%200%200%201%2072%20108m56%2048a20%2020%200%200%200%2020-20c0-17.39-14.37-30.53-20-35c-5.63%204.48-20%2017.62-20%2035a20%2020%200%200%200%2020%2020m-48-48a48%2048%200%200%200%2023.28%2041.13A27.8%2027.8%200%200%201%20100%20136c0-25.84%2024.73-42.63%2025.78-43.33a4%204%200%200%201%204.44%200c1.05.7%2025.78%2017.49%2025.78%2043.33a27.8%2027.8%200%200%201-3.28%2013.13A48%2048%200%200%200%20176%20108c0-36.37-38.49-64.76-48-71.21c-9.5%206.46-48%2034.89-48%2071.21%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/campfire-thin.svg?color=%231a73e8&size=48