candle from Firefox OS Emoji by Mozilla · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
candle
Set
Firefox OS Emoji
Style
Default
Category
Objects
Viewbox
512×512
License
Apache 2.0

The same emoji in other sets

More objects icons from Firefox OS Emoji

Use the candle emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#B3CECC" d="M184 216v261.893c0 17.731 38.465 32.106 86 32.106s86-14.374 86-32.106V216z"/><ellipse cx="269.782" cy="215.939" fill="#D6E5E5" rx="86.07" ry="32.106"/><path fill="#EBF2F2" d="M269.782 215.019c-5.787 0-10.479-4.692-10.479-10.479V84.034c0-5.787 4.691-10.479 10.479-10.479s10.479 4.692 10.479 10.479V204.54c0 5.787-4.692 10.479-10.479 10.479"/><path fill="#FFD366" d="M222.367 124.974s-.137-.436-.301-1.25c-.181-.815-.366-2.006-.55-3.521l-.115-1.195c-.003-.642.009-1.488.036-2.274c.046-1.617.138-3.369.289-5.238c.067-.935.169-1.897.268-2.888l.373-2.457c.278-1.674.602-3.43.984-5.25c.407-1.759.897-3.469 1.431-5.288c.273-.897.541-1.828.849-2.731c.308-.847.618-1.706.959-2.57c.333-.865.673-1.741 1.041-2.619l.546-1.326c.185-.426.381-.812.573-1.223a120 120 0 0 1 2.46-4.924c.843-1.522 1.74-3.031 2.682-4.559l.71-1.141c.225-.353.463-.702.704-1.053c.483-.7.947-1.411 1.453-2.113l1.511-2.109l1.502-1.981c.99-1.311 2.092-2.697 3.065-3.939c1.017-1.269 2.038-2.55 3.104-3.827c.995-1.253 2.03-2.49 3.062-3.742l6.162-7.416l2.956-3.67c1.022-1.21 2.042-2.411 2.935-3.615l2.815-3.531c.45-.579.925-1.15 1.394-1.714c.472-.563.876-1.131 1.304-1.685a294 294 0 0 1 4.881-6.194c1.466-1.896 2.761-3.595 3.898-5.008c1.129-1.414 2.102-2.546 2.725-3.323l1.031-1.196l.32-.372a8.03 8.03 0 0 1 12.464.372l.977 1.28c.588.838 1.509 2.074 2.571 3.675c1.054 1.601 2.325 3.564 3.62 5.863a137 137 0 0 1 3.94 7.881c1.394 2.938 2.529 6.175 3.802 9.67c.617 1.746 1.139 3.547 1.682 5.409l1.496 5.733c.48 1.956.797 3.928 1.201 5.961l.566 3.073c.168 1.03.293 2.037.44 3.07c.259 2.05.532 4.146.73 6.231c.191 2.042.335 4.094.474 6.156c.128 2.099.221 4.009.287 6.003l.091 2.958l.058 2.786c.022.923.004 1.832.008 2.742l-.017 2.613a111 111 0 0 1-.122 4.871a77 77 0 0 1-.142 4.229l-.056 1.009l-.026.894a39 39 0 0 1-.081 1.74c-.028.571-.082 1.125-.133 1.672a41 41 0 0 1-.061 1.419c-.043.907-.173 1.818-.25 2.597c-.04.729-.121 1.417-.228 2.066c-.063.321-.118.646-.188.938c-.017.119-.028.235-.069.343c-.067.22-.179.422-.322.612c-.063.117-.154.137-.226.325l-.2 1.184c-.292 1.498-.561 2.674-.8 3.473c-.222.8-.389 1.225-.389 1.225l-.006.015c-9.472 24.034-36.634 35.839-60.668 26.367c-13.6-5.357-23.351-16.597-27.48-29.513"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiCandle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#B3CECC" d="M184 216v261.893c0 17.731 38.465 32.106 86 32.106s86-14.374 86-32.106V216z"/><ellipse cx="269.782" cy="215.939" fill="#D6E5E5" rx="86.07" ry="32.106"/><path fill="#EBF2F2" d="M269.782 215.019c-5.787 0-10.479-4.692-10.479-10.479V84.034c0-5.787 4.691-10.479 10.479-10.479s10.479 4.692 10.479 10.479V204.54c0 5.787-4.692 10.479-10.479 10.479"/><path fill="#FFD366" d="M222.367 124.974s-.137-.436-.301-1.25c-.181-.815-.366-2.006-.55-3.521l-.115-1.195c-.003-.642.009-1.488.036-2.274c.046-1.617.138-3.369.289-5.238c.067-.935.169-1.897.268-2.888l.373-2.457c.278-1.674.602-3.43.984-5.25c.407-1.759.897-3.469 1.431-5.288c.273-.897.541-1.828.849-2.731c.308-.847.618-1.706.959-2.57c.333-.865.673-1.741 1.041-2.619l.546-1.326c.185-.426.381-.812.573-1.223a120 120 0 0 1 2.46-4.924c.843-1.522 1.74-3.031 2.682-4.559l.71-1.141c.225-.353.463-.702.704-1.053c.483-.7.947-1.411 1.453-2.113l1.511-2.109l1.502-1.981c.99-1.311 2.092-2.697 3.065-3.939c1.017-1.269 2.038-2.55 3.104-3.827c.995-1.253 2.03-2.49 3.062-3.742l6.162-7.416l2.956-3.67c1.022-1.21 2.042-2.411 2.935-3.615l2.815-3.531c.45-.579.925-1.15 1.394-1.714c.472-.563.876-1.131 1.304-1.685a294 294 0 0 1 4.881-6.194c1.466-1.896 2.761-3.595 3.898-5.008c1.129-1.414 2.102-2.546 2.725-3.323l1.031-1.196l.32-.372a8.03 8.03 0 0 1 12.464.372l.977 1.28c.588.838 1.509 2.074 2.571 3.675c1.054 1.601 2.325 3.564 3.62 5.863a137 137 0 0 1 3.94 7.881c1.394 2.938 2.529 6.175 3.802 9.67c.617 1.746 1.139 3.547 1.682 5.409l1.496 5.733c.48 1.956.797 3.928 1.201 5.961l.566 3.073c.168 1.03.293 2.037.44 3.07c.259 2.05.532 4.146.73 6.231c.191 2.042.335 4.094.474 6.156c.128 2.099.221 4.009.287 6.003l.091 2.958l.058 2.786c.022.923.004 1.832.008 2.742l-.017 2.613a111 111 0 0 1-.122 4.871a77 77 0 0 1-.142 4.229l-.056 1.009l-.026.894a39 39 0 0 1-.081 1.74c-.028.571-.082 1.125-.133 1.672a41 41 0 0 1-.061 1.419c-.043.907-.173 1.818-.25 2.597c-.04.729-.121 1.417-.228 2.066c-.063.321-.118.646-.188.938c-.017.119-.028.235-.069.343c-.067.22-.179.422-.322.612c-.063.117-.154.137-.226.325l-.2 1.184c-.292 1.498-.561 2.674-.8 3.473c-.222.8-.389 1.225-.389 1.225l-.006.015c-9.472 24.034-36.634 35.839-60.668 26.367c-13.6-5.357-23.351-16.597-27.48-29.513"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#B3CECC" d="M184 216v261.893c0 17.731 38.465 32.106 86 32.106s86-14.374 86-32.106V216z"/><ellipse cx="269.782" cy="215.939" fill="#D6E5E5" rx="86.07" ry="32.106"/><path fill="#EBF2F2" d="M269.782 215.019c-5.787 0-10.479-4.692-10.479-10.479V84.034c0-5.787 4.691-10.479 10.479-10.479s10.479 4.692 10.479 10.479V204.54c0 5.787-4.692 10.479-10.479 10.479"/><path fill="#FFD366" d="M222.367 124.974s-.137-.436-.301-1.25c-.181-.815-.366-2.006-.55-3.521l-.115-1.195c-.003-.642.009-1.488.036-2.274c.046-1.617.138-3.369.289-5.238c.067-.935.169-1.897.268-2.888l.373-2.457c.278-1.674.602-3.43.984-5.25c.407-1.759.897-3.469 1.431-5.288c.273-.897.541-1.828.849-2.731c.308-.847.618-1.706.959-2.57c.333-.865.673-1.741 1.041-2.619l.546-1.326c.185-.426.381-.812.573-1.223a120 120 0 0 1 2.46-4.924c.843-1.522 1.74-3.031 2.682-4.559l.71-1.141c.225-.353.463-.702.704-1.053c.483-.7.947-1.411 1.453-2.113l1.511-2.109l1.502-1.981c.99-1.311 2.092-2.697 3.065-3.939c1.017-1.269 2.038-2.55 3.104-3.827c.995-1.253 2.03-2.49 3.062-3.742l6.162-7.416l2.956-3.67c1.022-1.21 2.042-2.411 2.935-3.615l2.815-3.531c.45-.579.925-1.15 1.394-1.714c.472-.563.876-1.131 1.304-1.685a294 294 0 0 1 4.881-6.194c1.466-1.896 2.761-3.595 3.898-5.008c1.129-1.414 2.102-2.546 2.725-3.323l1.031-1.196l.32-.372a8.03 8.03 0 0 1 12.464.372l.977 1.28c.588.838 1.509 2.074 2.571 3.675c1.054 1.601 2.325 3.564 3.62 5.863a137 137 0 0 1 3.94 7.881c1.394 2.938 2.529 6.175 3.802 9.67c.617 1.746 1.139 3.547 1.682 5.409l1.496 5.733c.48 1.956.797 3.928 1.201 5.961l.566 3.073c.168 1.03.293 2.037.44 3.07c.259 2.05.532 4.146.73 6.231c.191 2.042.335 4.094.474 6.156c.128 2.099.221 4.009.287 6.003l.091 2.958l.058 2.786c.022.923.004 1.832.008 2.742l-.017 2.613a111 111 0 0 1-.122 4.871a77 77 0 0 1-.142 4.229l-.056 1.009l-.026.894a39 39 0 0 1-.081 1.74c-.028.571-.082 1.125-.133 1.672a41 41 0 0 1-.061 1.419c-.043.907-.173 1.818-.25 2.597c-.04.729-.121 1.417-.228 2.066c-.063.321-.118.646-.188.938c-.017.119-.028.235-.069.343c-.067.22-.179.422-.322.612c-.063.117-.154.137-.226.325l-.2 1.184c-.292 1.498-.561 2.674-.8 3.473c-.222.8-.389 1.225-.389 1.225l-.006.015c-9.472 24.034-36.634 35.839-60.668 26.367c-13.6-5.357-23.351-16.597-27.48-29.513"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22%23B3CECC%22%20d%3D%22M184%20216v261.893c0%2017.731%2038.465%2032.106%2086%2032.106s86-14.374%2086-32.106V216z%22%2F%3E%3Cellipse%20cx%3D%22269.782%22%20cy%3D%22215.939%22%20fill%3D%22%23D6E5E5%22%20rx%3D%2286.07%22%20ry%3D%2232.106%22%2F%3E%3Cpath%20fill%3D%22%23EBF2F2%22%20d%3D%22M269.782%20215.019c-5.787%200-10.479-4.692-10.479-10.479V84.034c0-5.787%204.691-10.479%2010.479-10.479s10.479%204.692%2010.479%2010.479V204.54c0%205.787-4.692%2010.479-10.479%2010.479%22%2F%3E%3Cpath%20fill%3D%22%23FFD366%22%20d%3D%22M222.367%20124.974s-.137-.436-.301-1.25c-.181-.815-.366-2.006-.55-3.521l-.115-1.195c-.003-.642.009-1.488.036-2.274c.046-1.617.138-3.369.289-5.238c.067-.935.169-1.897.268-2.888l.373-2.457c.278-1.674.602-3.43.984-5.25c.407-1.759.897-3.469%201.431-5.288c.273-.897.541-1.828.849-2.731c.308-.847.618-1.706.959-2.57c.333-.865.673-1.741%201.041-2.619l.546-1.326c.185-.426.381-.812.573-1.223a120%20120%200%200%201%202.46-4.924c.843-1.522%201.74-3.031%202.682-4.559l.71-1.141c.225-.353.463-.702.704-1.053c.483-.7.947-1.411%201.453-2.113l1.511-2.109l1.502-1.981c.99-1.311%202.092-2.697%203.065-3.939c1.017-1.269%202.038-2.55%203.104-3.827c.995-1.253%202.03-2.49%203.062-3.742l6.162-7.416l2.956-3.67c1.022-1.21%202.042-2.411%202.935-3.615l2.815-3.531c.45-.579.925-1.15%201.394-1.714c.472-.563.876-1.131%201.304-1.685a294%20294%200%200%201%204.881-6.194c1.466-1.896%202.761-3.595%203.898-5.008c1.129-1.414%202.102-2.546%202.725-3.323l1.031-1.196l.32-.372a8.03%208.03%200%200%201%2012.464.372l.977%201.28c.588.838%201.509%202.074%202.571%203.675c1.054%201.601%202.325%203.564%203.62%205.863a137%20137%200%200%201%203.94%207.881c1.394%202.938%202.529%206.175%203.802%209.67c.617%201.746%201.139%203.547%201.682%205.409l1.496%205.733c.48%201.956.797%203.928%201.201%205.961l.566%203.073c.168%201.03.293%202.037.44%203.07c.259%202.05.532%204.146.73%206.231c.191%202.042.335%204.094.474%206.156c.128%202.099.221%204.009.287%206.003l.091%202.958l.058%202.786c.022.923.004%201.832.008%202.742l-.017%202.613a111%20111%200%200%201-.122%204.871a77%2077%200%200%201-.142%204.229l-.056%201.009l-.026.894a39%2039%200%200%201-.081%201.74c-.028.571-.082%201.125-.133%201.672a41%2041%200%200%201-.061%201.419c-.043.907-.173%201.818-.25%202.597c-.04.729-.121%201.417-.228%202.066c-.063.321-.118.646-.188.938c-.017.119-.028.235-.069.343c-.067.22-.179.422-.322.612c-.063.117-.154.137-.226.325l-.2%201.184c-.292%201.498-.561%202.674-.8%203.473c-.222.8-.389%201.225-.389%201.225l-.006.015c-9.472%2024.034-36.634%2035.839-60.668%2026.367c-13.6-5.357-23.351-16.597-27.48-29.513%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23B3CECC%22%20d%3D%22M184%20216v261.893c0%2017.731%2038.465%2032.106%2086%2032.106s86-14.374%2086-32.106V216z%22%2F%3E%3Cellipse%20cx%3D%22269.782%22%20cy%3D%22215.939%22%20fill%3D%22%23D6E5E5%22%20rx%3D%2286.07%22%20ry%3D%2232.106%22%2F%3E%3Cpath%20fill%3D%22%23EBF2F2%22%20d%3D%22M269.782%20215.019c-5.787%200-10.479-4.692-10.479-10.479V84.034c0-5.787%204.691-10.479%2010.479-10.479s10.479%204.692%2010.479%2010.479V204.54c0%205.787-4.692%2010.479-10.479%2010.479%22%2F%3E%3Cpath%20fill%3D%22%23FFD366%22%20d%3D%22M222.367%20124.974s-.137-.436-.301-1.25c-.181-.815-.366-2.006-.55-3.521l-.115-1.195c-.003-.642.009-1.488.036-2.274c.046-1.617.138-3.369.289-5.238c.067-.935.169-1.897.268-2.888l.373-2.457c.278-1.674.602-3.43.984-5.25c.407-1.759.897-3.469%201.431-5.288c.273-.897.541-1.828.849-2.731c.308-.847.618-1.706.959-2.57c.333-.865.673-1.741%201.041-2.619l.546-1.326c.185-.426.381-.812.573-1.223a120%20120%200%200%201%202.46-4.924c.843-1.522%201.74-3.031%202.682-4.559l.71-1.141c.225-.353.463-.702.704-1.053c.483-.7.947-1.411%201.453-2.113l1.511-2.109l1.502-1.981c.99-1.311%202.092-2.697%203.065-3.939c1.017-1.269%202.038-2.55%203.104-3.827c.995-1.253%202.03-2.49%203.062-3.742l6.162-7.416l2.956-3.67c1.022-1.21%202.042-2.411%202.935-3.615l2.815-3.531c.45-.579.925-1.15%201.394-1.714c.472-.563.876-1.131%201.304-1.685a294%20294%200%200%201%204.881-6.194c1.466-1.896%202.761-3.595%203.898-5.008c1.129-1.414%202.102-2.546%202.725-3.323l1.031-1.196l.32-.372a8.03%208.03%200%200%201%2012.464.372l.977%201.28c.588.838%201.509%202.074%202.571%203.675c1.054%201.601%202.325%203.564%203.62%205.863a137%20137%200%200%201%203.94%207.881c1.394%202.938%202.529%206.175%203.802%209.67c.617%201.746%201.139%203.547%201.682%205.409l1.496%205.733c.48%201.956.797%203.928%201.201%205.961l.566%203.073c.168%201.03.293%202.037.44%203.07c.259%202.05.532%204.146.73%206.231c.191%202.042.335%204.094.474%206.156c.128%202.099.221%204.009.287%206.003l.091%202.958l.058%202.786c.022.923.004%201.832.008%202.742l-.017%202.613a111%20111%200%200%201-.122%204.871a77%2077%200%200%201-.142%204.229l-.056%201.009l-.026.894a39%2039%200%200%201-.081%201.74c-.028.571-.082%201.125-.133%201.672a41%2041%200%200%201-.061%201.419c-.043.907-.173%201.818-.25%202.597c-.04.729-.121%201.417-.228%202.066c-.063.321-.118.646-.188.938c-.017.119-.028.235-.069.343c-.067.22-.179.422-.322.612c-.063.117-.154.137-.226.325l-.2%201.184c-.292%201.498-.561%202.674-.8%203.473c-.222.8-.389%201.225-.389%201.225l-.006.015c-9.472%2024.034-36.634%2035.839-60.668%2026.367c-13.6-5.357-23.351-16.597-27.48-29.513%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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