Candle icon

Candle is a Google Material Symbol from the Social category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

candle_outlined_fill0_wght400.svg

Candle icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=candle" />

<span class="material-symbols-outlined">candle</span>

Candle icon in React

// With the font from the HTML tab:
export function CandleIcon() {
  return (
    <span className="material-symbols-outlined">
      candle
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import CandleIcon from "@material-symbols/svg-400/outlined/candle.svg?react";

Candle icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">candle</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import CandleIcon from "@material-symbols/svg-400/outlined/candle.svg?component"; -->

Candle icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">candle</mat-icon>

Candle icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.candle, fill: 0, weight: 400)

Candle icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/candle.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M6 20.5h12q.638 0 1.069-.431T19.5 19v-.5H4.5v.475q0 .648 .431 1.087Q5.363 20.5 6 20.5Zm4.038-13.312Q9.25 6.375 9.25 5.225q0-1.35 .863-2.35t1.887-1.875q.925 .95 1.838 1.925t.912 2.3q0 1.15-.812 1.963T11.975 8q-1.15 0-1.937-.812ZM10.475 17h3.025v-6.5H10.475v6.5Zm2.4-10.847q.375-.347 .375-.848 0-.655-.396-1.141Q12.458 3.677 12 3.225q-.458 .452-.854 .938Q10.75 4.65 10.75 5.305q0 .501 .375 .848Q11.5 6.5 12 6.5t.875-.347ZM21.188 16.688Q21.5 16.375 21.5 15.95t-.312-.725Q20.875 14.925 20.45 14.925t-.737 .3Q19.4 15.525 19.4 15.95t.313 .738Q20.025 17 20.45 17t.738-.312ZM18 22H6q-1.25 0-2.125-.875t-.875-2.15v-1.975h5.975v-6.5q0-.619 .441-1.059Q9.856 9 10.475 9h3.025q.619 0 1.06 .441Q15 9.881 15 10.5v6.5h3.125q-.125-.25-.175-.512t-.05-.538q0-1.056 .75-1.79Q19.4 13.425 20.45 13.425t1.8 .735q.75 .734 .75 1.79 0 .925-.562 1.613T21 18.45v.55q0 1.25-.875 2.125t-2.125 .875Zm-6-1.5Zm-1.525-3.5h3.025-3.025Zm1.525-12.15Z" />
</vector>

Candle icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/candle.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/candle.svg" width="24" height="24" alt="Candle">

Candle icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameCandle
Ligaturecandle
Code pointU+F588
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/candle.svg, candle-fill.svg
FlutterSymbols.candle
LicenseApache License 2.0 (© Google LLC)

Keywords

socialverticallightheatemergencydarknightglowholidaylightingilluminationdecorationfire

Related icons