campfire icon
campfire-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- campfire-light
- Set
- Phosphor
- Style
- Light
- 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="M221.72 225.82a6 6 0 0 1-7.54 3.9L128 202.3l-86.18 27.42a6 6 0 1 1-3.64-11.44l70-22.28l-70-22.28a6 6 0 1 1 3.64-11.44L128 189.7l86.18-27.42a6 6 0 1 1 3.64 11.44l-70 22.28l70 22.28a6 6 0 0 1 3.9 7.54M70 108c0-46.81 52.62-79.73 54.86-81.11a6 6 0 0 1 6.28 0C133.38 28.27 186 61.19 186 108a58 58 0 0 1-116 0m58 46a18 18 0 0 0 18-18c0-15.48-12-27.43-18-32.44c-6 5-18 17-18 32.44a18 18 0 0 0 18 18m-46-46a45.93 45.93 0 0 0 17 35.67a30 30 0 0 1-1-7.67c0-26.9 25.58-44.27 26.67-45a6 6 0 0 1 6.66 0c1.09.72 26.67 18.09 26.67 45a30 30 0 0 1-1 7.67A45.93 45.93 0 0 0 174 108c0-34.06-35.15-61.22-46-68.78c-10.85 7.56-46 34.71-46 68.78"/></svg>
React
import type { SVGProps } from "react";
export function PhCampfireLight(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="M221.72 225.82a6 6 0 0 1-7.54 3.9L128 202.3l-86.18 27.42a6 6 0 1 1-3.64-11.44l70-22.28l-70-22.28a6 6 0 1 1 3.64-11.44L128 189.7l86.18-27.42a6 6 0 1 1 3.64 11.44l-70 22.28l70 22.28a6 6 0 0 1 3.9 7.54M70 108c0-46.81 52.62-79.73 54.86-81.11a6 6 0 0 1 6.28 0C133.38 28.27 186 61.19 186 108a58 58 0 0 1-116 0m58 46a18 18 0 0 0 18-18c0-15.48-12-27.43-18-32.44c-6 5-18 17-18 32.44a18 18 0 0 0 18 18m-46-46a45.93 45.93 0 0 0 17 35.67a30 30 0 0 1-1-7.67c0-26.9 25.58-44.27 26.67-45a6 6 0 0 1 6.66 0c1.09.72 26.67 18.09 26.67 45a30 30 0 0 1-1 7.67A45.93 45.93 0 0 0 174 108c0-34.06-35.15-61.22-46-68.78c-10.85 7.56-46 34.71-46 68.78"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M221.72 225.82a6 6 0 0 1-7.54 3.9L128 202.3l-86.18 27.42a6 6 0 1 1-3.64-11.44l70-22.28l-70-22.28a6 6 0 1 1 3.64-11.44L128 189.7l86.18-27.42a6 6 0 1 1 3.64 11.44l-70 22.28l70 22.28a6 6 0 0 1 3.9 7.54M70 108c0-46.81 52.62-79.73 54.86-81.11a6 6 0 0 1 6.28 0C133.38 28.27 186 61.19 186 108a58 58 0 0 1-116 0m58 46a18 18 0 0 0 18-18c0-15.48-12-27.43-18-32.44c-6 5-18 17-18 32.44a18 18 0 0 0 18 18m-46-46a45.93 45.93 0 0 0 17 35.67a30 30 0 0 1-1-7.67c0-26.9 25.58-44.27 26.67-45a6 6 0 0 1 6.66 0c1.09.72 26.67 18.09 26.67 45a30 30 0 0 1-1 7.67A45.93 45.93 0 0 0 174 108c0-34.06-35.15-61.22-46-68.78c-10.85 7.56-46 34.71-46 68.78"/></svg> </template>
CSS
.icon-campfire-light {
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%22M221.72%20225.82a6%206%200%200%201-7.54%203.9L128%20202.3l-86.18%2027.42a6%206%200%201%201-3.64-11.44l70-22.28l-70-22.28a6%206%200%201%201%203.64-11.44L128%20189.7l86.18-27.42a6%206%200%201%201%203.64%2011.44l-70%2022.28l70%2022.28a6%206%200%200%201%203.9%207.54M70%20108c0-46.81%2052.62-79.73%2054.86-81.11a6%206%200%200%201%206.28%200C133.38%2028.27%20186%2061.19%20186%20108a58%2058%200%200%201-116%200m58%2046a18%2018%200%200%200%2018-18c0-15.48-12-27.43-18-32.44c-6%205-18%2017-18%2032.44a18%2018%200%200%200%2018%2018m-46-46a45.93%2045.93%200%200%200%2017%2035.67a30%2030%200%200%201-1-7.67c0-26.9%2025.58-44.27%2026.67-45a6%206%200%200%201%206.66%200c1.09.72%2026.67%2018.09%2026.67%2045a30%2030%200%200%201-1%207.67A45.93%2045.93%200%200%200%20174%20108c0-34.06-35.15-61.22-46-68.78c-10.85%207.56-46%2034.71-46%2068.78%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%22M221.72%20225.82a6%206%200%200%201-7.54%203.9L128%20202.3l-86.18%2027.42a6%206%200%201%201-3.64-11.44l70-22.28l-70-22.28a6%206%200%201%201%203.64-11.44L128%20189.7l86.18-27.42a6%206%200%201%201%203.64%2011.44l-70%2022.28l70%2022.28a6%206%200%200%201%203.9%207.54M70%20108c0-46.81%2052.62-79.73%2054.86-81.11a6%206%200%200%201%206.28%200C133.38%2028.27%20186%2061.19%20186%20108a58%2058%200%200%201-116%200m58%2046a18%2018%200%200%200%2018-18c0-15.48-12-27.43-18-32.44c-6%205-18%2017-18%2032.44a18%2018%200%200%200%2018%2018m-46-46a45.93%2045.93%200%200%200%2017%2035.67a30%2030%200%200%201-1-7.67c0-26.9%2025.58-44.27%2026.67-45a6%206%200%200%201%206.66%200c1.09.72%2026.67%2018.09%2026.67%2045a30%2030%200%200%201-1%207.67A45.93%2045.93%200%200%200%20174%20108c0-34.06-35.15-61.22-46-68.78c-10.85%207.56-46%2034.71-46%2068.78%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/campfire-light.svg?color=%231a73e8&size=48