candle from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
candle
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the candle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 7.163q-.8-.838-.75-2.038q.05-1.3.913-2.287T12 1q.975.85 1.838 1.838t.912 2.287q.05 1.2-.75 2.038T12 8t-2-.837m10.788 9.625q.212-.213.212-.538t-.213-.537t-.537-.213t-.537.213t-.213.537t.213.538t.537.212t.538-.213M18 22H6q-1.25 0-2.125-.875T3 19v-2h6v-6q0-.825.588-1.412T11 9h2q.825 0 1.413.588T15 11v6h2.6q-.05-.2-.075-.375t-.025-.375q0-1.15.8-1.95t1.95-.8t1.95.8t.8 1.95q0 .95-.562 1.675T21 18.9v.1q0 1.25-.875 2.125T18 22"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCandle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 7.163q-.8-.838-.75-2.038q.05-1.3.913-2.287T12 1q.975.85 1.838 1.838t.912 2.287q.05 1.2-.75 2.038T12 8t-2-.837m10.788 9.625q.212-.213.212-.538t-.213-.537t-.537-.213t-.537.213t-.213.537t.213.538t.537.212t.538-.213M18 22H6q-1.25 0-2.125-.875T3 19v-2h6v-6q0-.825.588-1.412T11 9h2q.825 0 1.413.588T15 11v6h2.6q-.05-.2-.075-.375t-.025-.375q0-1.15.8-1.95t1.95-.8t1.95.8t.8 1.95q0 .95-.562 1.675T21 18.9v.1q0 1.25-.875 2.125T18 22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 7.163q-.8-.838-.75-2.038q.05-1.3.913-2.287T12 1q.975.85 1.838 1.838t.912 2.287q.05 1.2-.75 2.038T12 8t-2-.837m10.788 9.625q.212-.213.212-.538t-.213-.537t-.537-.213t-.537.213t-.213.537t.213.538t.537.212t.538-.213M18 22H6q-1.25 0-2.125-.875T3 19v-2h6v-6q0-.825.588-1.412T11 9h2q.825 0 1.413.588T15 11v6h2.6q-.05-.2-.075-.375t-.025-.375q0-1.15.8-1.95t1.95-.8t1.95.8t.8 1.95q0 .95-.562 1.675T21 18.9v.1q0 1.25-.875 2.125T18 22"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%207.163q-.8-.838-.75-2.038q.05-1.3.913-2.287T12%201q.975.85%201.838%201.838t.912%202.287q.05%201.2-.75%202.038T12%208t-2-.837m10.788%209.625q.212-.213.212-.538t-.213-.537t-.537-.213t-.537.213t-.213.537t.213.538t.537.212t.538-.213M18%2022H6q-1.25%200-2.125-.875T3%2019v-2h6v-6q0-.825.588-1.412T11%209h2q.825%200%201.413.588T15%2011v6h2.6q-.05-.2-.075-.375t-.025-.375q0-1.15.8-1.95t1.95-.8t1.95.8t.8%201.95q0%20.95-.562%201.675T21%2018.9v.1q0%201.25-.875%202.125T18%2022%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%207.163q-.8-.838-.75-2.038q.05-1.3.913-2.287T12%201q.975.85%201.838%201.838t.912%202.287q.05%201.2-.75%202.038T12%208t-2-.837m10.788%209.625q.212-.213.212-.538t-.213-.537t-.537-.213t-.537.213t-.213.537t.213.538t.537.212t.538-.213M18%2022H6q-1.25%200-2.125-.875T3%2019v-2h6v-6q0-.825.588-1.412T11%209h2q.825%200%201.413.588T15%2011v6h2.6q-.05-.2-.075-.375t-.025-.375q0-1.15.8-1.95t1.95-.8t1.95.8t.8%201.95q0%20.95-.562%201.675T21%2018.9v.1q0%201.25-.875%202.125T18%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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