campfire icon

campfire-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
campfire-duotone
Set
Phosphor
Style
Duotone
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"><g fill="currentColor"><path d="M180 108a52 52 0 0 1-52 52a24 24 0 0 0 24-24c0-24-24-40-24-40s-24 16-24 40a24 24 0 0 0 24 24a52 52 0 0 1-52-52c0-44 52-76 52-76s52 32 52 76" opacity=".2"/><path d="M128 168a60.07 60.07 0 0 0 60-60c0-47.92-53.53-81.41-55.81-82.81a8 8 0 0 0-8.38 0A156 156 0 0 0 96.24 48C77.77 67.13 68 87.9 68 108a60.07 60.07 0 0 0 60 60m-16-32c0-13.57 10-24.46 16-29.79c6 5.33 16 16.22 16 29.79a16 16 0 0 1-32 0m16-94.34C139.74 50 172 76 172 108a43.83 43.83 0 0 1-12.09 30.24c.05-.74.09-1.49.09-2.24c0-28-26.44-45.91-27.56-46.66a8 8 0 0 0-8.88 0C122.44 90.09 96 108 96 136c0 .75 0 1.5.09 2.24A43.83 43.83 0 0 1 84 108c0-32 32.27-58 44-66.34m95.62 184.76a8 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"/></g></svg>

React

import type { SVGProps } from "react";

export function PhCampfireDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M180 108a52 52 0 0 1-52 52a24 24 0 0 0 24-24c0-24-24-40-24-40s-24 16-24 40a24 24 0 0 0 24 24a52 52 0 0 1-52-52c0-44 52-76 52-76s52 32 52 76" opacity=".2"/><path d="M128 168a60.07 60.07 0 0 0 60-60c0-47.92-53.53-81.41-55.81-82.81a8 8 0 0 0-8.38 0A156 156 0 0 0 96.24 48C77.77 67.13 68 87.9 68 108a60.07 60.07 0 0 0 60 60m-16-32c0-13.57 10-24.46 16-29.79c6 5.33 16 16.22 16 29.79a16 16 0 0 1-32 0m16-94.34C139.74 50 172 76 172 108a43.83 43.83 0 0 1-12.09 30.24c.05-.74.09-1.49.09-2.24c0-28-26.44-45.91-27.56-46.66a8 8 0 0 0-8.88 0C122.44 90.09 96 108 96 136c0 .75 0 1.5.09 2.24A43.83 43.83 0 0 1 84 108c0-32 32.27-58 44-66.34m95.62 184.76a8 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"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M180 108a52 52 0 0 1-52 52a24 24 0 0 0 24-24c0-24-24-40-24-40s-24 16-24 40a24 24 0 0 0 24 24a52 52 0 0 1-52-52c0-44 52-76 52-76s52 32 52 76" opacity=".2"/><path d="M128 168a60.07 60.07 0 0 0 60-60c0-47.92-53.53-81.41-55.81-82.81a8 8 0 0 0-8.38 0A156 156 0 0 0 96.24 48C77.77 67.13 68 87.9 68 108a60.07 60.07 0 0 0 60 60m-16-32c0-13.57 10-24.46 16-29.79c6 5.33 16 16.22 16 29.79a16 16 0 0 1-32 0m16-94.34C139.74 50 172 76 172 108a43.83 43.83 0 0 1-12.09 30.24c.05-.74.09-1.49.09-2.24c0-28-26.44-45.91-27.56-46.66a8 8 0 0 0-8.88 0C122.44 90.09 96 108 96 136c0 .75 0 1.5.09 2.24A43.83 43.83 0 0 1 84 108c0-32 32.27-58 44-66.34m95.62 184.76a8 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"/></g></svg>
</template>

CSS

.icon-campfire-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M180%20108a52%2052%200%200%201-52%2052a24%2024%200%200%200%2024-24c0-24-24-40-24-40s-24%2016-24%2040a24%2024%200%200%200%2024%2024a52%2052%200%200%201-52-52c0-44%2052-76%2052-76s52%2032%2052%2076%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M128%20168a60.07%2060.07%200%200%200%2060-60c0-47.92-53.53-81.41-55.81-82.81a8%208%200%200%200-8.38%200A156%20156%200%200%200%2096.24%2048C77.77%2067.13%2068%2087.9%2068%20108a60.07%2060.07%200%200%200%2060%2060m-16-32c0-13.57%2010-24.46%2016-29.79c6%205.33%2016%2016.22%2016%2029.79a16%2016%200%200%201-32%200m16-94.34C139.74%2050%20172%2076%20172%20108a43.83%2043.83%200%200%201-12.09%2030.24c.05-.74.09-1.49.09-2.24c0-28-26.44-45.91-27.56-46.66a8%208%200%200%200-8.88%200C122.44%2090.09%2096%20108%2096%20136c0%20.75%200%201.5.09%202.24A43.83%2043.83%200%200%201%2084%20108c0-32%2032.27-58%2044-66.34m95.62%20184.76a8%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%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M180%20108a52%2052%200%200%201-52%2052a24%2024%200%200%200%2024-24c0-24-24-40-24-40s-24%2016-24%2040a24%2024%200%200%200%2024%2024a52%2052%200%200%201-52-52c0-44%2052-76%2052-76s52%2032%2052%2076%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M128%20168a60.07%2060.07%200%200%200%2060-60c0-47.92-53.53-81.41-55.81-82.81a8%208%200%200%200-8.38%200A156%20156%200%200%200%2096.24%2048C77.77%2067.13%2068%2087.9%2068%20108a60.07%2060.07%200%200%200%2060%2060m-16-32c0-13.57%2010-24.46%2016-29.79c6%205.33%2016%2016.22%2016%2029.79a16%2016%200%200%201-32%200m16-94.34C139.74%2050%20172%2076%20172%20108a43.83%2043.83%200%200%201-12.09%2030.24c.05-.74.09-1.49.09-2.24c0-28-26.44-45.91-27.56-46.66a8%208%200%200%200-8.88%200C122.44%2090.09%2096%20108%2096%20136c0%20.75%200%201.5.09%202.24A43.83%2043.83%200%200%201%2084%20108c0-32%2032.27-58%2044-66.34m95.62%20184.76a8%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%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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