candle emoji
candle from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- candle
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
candleEmoji One (Colored)candleFluent EmojicandleFluent Emoji FlatcandleFluent Emoji High ContrastcandleFirefox OS EmojicandleJam IconscandleMaterial SymbolscandleMaterial Symbols LightcandleMaterial Design Iconscandle-fillMingCute IconcandleNoto Emojicandle-fillRemix IconcandleTabler IconscandleTwitter Emoji
More objects icons from OpenMoji
Use the candle emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="m41.67 32.658l-12.894-.062v31.008h12.506z"/><path fill="#d0cfce" d="M37.343 63.604h4.327V32.548l-4.327-.019z"/><path fill="#fcea2b" d="M30.139 16c0 1.978-.013 4.86.428 6.32c.16.527 1.16 2.21.633 2.37h8.558c-.036-.009-.136.007-.109-.02c.812-.772.812-.772 1.007-1.289c.584-1.545.518-4.32.116-6.56c-.52-2.9-3.95-7.176-5.165-8.518C34.2 9.78 30.14 12.968 30.14 16"/><path fill="#fff" d="M35.372 23.735v4.041"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M30.908 23.735c-.426-1.411-.77-3.69-.77-5.95c0-4.416 5.47-9.481 5.47-9.481s4.406 4.292 5.164 8.516c.433 2.41-.125 5.21-.769 6.915M28.776 63.604H41.67V32.596l-12.894-.067zm6.596-39.869v4.041"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiCandle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="m41.67 32.658l-12.894-.062v31.008h12.506z"/><path fill="#d0cfce" d="M37.343 63.604h4.327V32.548l-4.327-.019z"/><path fill="#fcea2b" d="M30.139 16c0 1.978-.013 4.86.428 6.32c.16.527 1.16 2.21.633 2.37h8.558c-.036-.009-.136.007-.109-.02c.812-.772.812-.772 1.007-1.289c.584-1.545.518-4.32.116-6.56c-.52-2.9-3.95-7.176-5.165-8.518C34.2 9.78 30.14 12.968 30.14 16"/><path fill="#fff" d="M35.372 23.735v4.041"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M30.908 23.735c-.426-1.411-.77-3.69-.77-5.95c0-4.416 5.47-9.481 5.47-9.481s4.406 4.292 5.164 8.516c.433 2.41-.125 5.21-.769 6.915M28.776 63.604H41.67V32.596l-12.894-.067zm6.596-39.869v4.041"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="m41.67 32.658l-12.894-.062v31.008h12.506z"/><path fill="#d0cfce" d="M37.343 63.604h4.327V32.548l-4.327-.019z"/><path fill="#fcea2b" d="M30.139 16c0 1.978-.013 4.86.428 6.32c.16.527 1.16 2.21.633 2.37h8.558c-.036-.009-.136.007-.109-.02c.812-.772.812-.772 1.007-1.289c.584-1.545.518-4.32.116-6.56c-.52-2.9-3.95-7.176-5.165-8.518C34.2 9.78 30.14 12.968 30.14 16"/><path fill="#fff" d="M35.372 23.735v4.041"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M30.908 23.735c-.426-1.411-.77-3.69-.77-5.95c0-4.416 5.47-9.481 5.47-9.481s4.406 4.292 5.164 8.516c.433 2.41-.125 5.21-.769 6.915M28.776 63.604H41.67V32.596l-12.894-.067zm6.596-39.869v4.041"/></svg> </template>
CSS
.icon-candle {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m41.67%2032.658l-12.894-.062v31.008h12.506z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M37.343%2063.604h4.327V32.548l-4.327-.019z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M30.139%2016c0%201.978-.013%204.86.428%206.32c.16.527%201.16%202.21.633%202.37h8.558c-.036-.009-.136.007-.109-.02c.812-.772.812-.772%201.007-1.289c.584-1.545.518-4.32.116-6.56c-.52-2.9-3.95-7.176-5.165-8.518C34.2%209.78%2030.14%2012.968%2030.14%2016%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M35.372%2023.735v4.041%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M30.908%2023.735c-.426-1.411-.77-3.69-.77-5.95c0-4.416%205.47-9.481%205.47-9.481s4.406%204.292%205.164%208.516c.433%202.41-.125%205.21-.769%206.915M28.776%2063.604H41.67V32.596l-12.894-.067zm6.596-39.869v4.041%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m41.67%2032.658l-12.894-.062v31.008h12.506z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M37.343%2063.604h4.327V32.548l-4.327-.019z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M30.139%2016c0%201.978-.013%204.86.428%206.32c.16.527%201.16%202.21.633%202.37h8.558c-.036-.009-.136.007-.109-.02c.812-.772.812-.772%201.007-1.289c.584-1.545.518-4.32.116-6.56c-.52-2.9-3.95-7.176-5.165-8.518C34.2%209.78%2030.14%2012.968%2030.14%2016%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M35.372%2023.735v4.041%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M30.908%2023.735c-.426-1.411-.77-3.69-.77-5.95c0-4.416%205.47-9.481%205.47-9.481s4.406%204.292%205.164%208.516c.433%202.41-.125%205.21-.769%206.915M28.776%2063.604H41.67V32.596l-12.894-.067zm6.596-39.869v4.041%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/candle.svg?color=%231a73e8&size=48