candles-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
candles-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the candles icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M13 21v-9a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1zm0 0h6a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1h-6zM8.903 8C7.626 8 6.128 6.194 7.626 4.806c.578-.536.909-.973 1.038-1.806C9.808 3.49 11 4.89 11 6.194C11 7.286 9.951 8 8.903 8Zm7.524 3c-.957 0-2.081-1.444-.957-2.556c.433-.428.681-.777.778-1.444C17.106 7.392 18 8.511 18 9.556c0 .873-.786 1.444-1.573 1.444Z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteCandlesLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M13 21v-9a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1zm0 0h6a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1h-6zM8.903 8C7.626 8 6.128 6.194 7.626 4.806c.578-.536.909-.973 1.038-1.806C9.808 3.49 11 4.89 11 6.194C11 7.286 9.951 8 8.903 8Zm7.524 3c-.957 0-2.081-1.444-.957-2.556c.433-.428.681-.777.778-1.444C17.106 7.392 18 8.511 18 9.556c0 .873-.786 1.444-1.573 1.444Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M13 21v-9a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1zm0 0h6a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1h-6zM8.903 8C7.626 8 6.128 6.194 7.626 4.806c.578-.536.909-.973 1.038-1.806C9.808 3.49 11 4.89 11 6.194C11 7.286 9.951 8 8.903 8Zm7.524 3c-.957 0-2.081-1.444-.957-2.556c.433-.428.681-.777.778-1.444C17.106 7.392 18 8.511 18 9.556c0 .873-.786 1.444-1.573 1.444Z"/></svg>
</template>

CSS

.icon-candles-line {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M13%2021v-9a1%201%200%200%200-1-1H6a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201zm0%200h6a1%201%200%200%200%201-1v-5a1%201%200%200%200-1-1h-6zM8.903%208C7.626%208%206.128%206.194%207.626%204.806c.578-.536.909-.973%201.038-1.806C9.808%203.49%2011%204.89%2011%206.194C11%207.286%209.951%208%208.903%208Zm7.524%203c-.957%200-2.081-1.444-.957-2.556c.433-.428.681-.777.778-1.444C17.106%207.392%2018%208.511%2018%209.556c0%20.873-.786%201.444-1.573%201.444Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M13%2021v-9a1%201%200%200%200-1-1H6a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201zm0%200h6a1%201%200%200%200%201-1v-5a1%201%200%200%200-1-1h-6zM8.903%208C7.626%208%206.128%206.194%207.626%204.806c.578-.536.909-.973%201.038-1.806C9.808%203.49%2011%204.89%2011%206.194C11%207.286%209.951%208%208.903%208Zm7.524%203c-.957%200-2.081-1.444-.957-2.556c.433-.428.681-.777.778-1.444C17.106%207.392%2018%208.511%2018%209.556c0%20.873-.786%201.444-1.573%201.444Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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