chart candle icon
chart-candle from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- chart-candle
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
chart-01chart-02chart-03chart-analysischart-areachart-averagechart-bar-bigchart-bar-decreasingchart-bar-increasingchart-bar-linechart-bar-stackedchart-breakout-circlechart-breakout-squarechart-bubble-01chart-bubble-02chart-candlestickchart-columnchart-column-bigchart-column-decreasingchart-column-increasingchart-column-stackedchart-decreasechart-downchart-evaluation
Use the chart candle 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-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10 9v6c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C8.398 18 7.932 18 7 18s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C4 16.398 4 15.932 4 15V9c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C5.602 6 6.068 6 7 6s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C10 7.602 10 8.068 10 9m10 5v1c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C18.398 18 17.932 18 17 18s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C14 16.398 14 15.932 14 15v-1c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C15.602 11 16.068 11 17 11s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C20 12.602 20 13.068 20 14m-3-3V3m0 15v3M7 6V3m0 15v3"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsChartCandle(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M10 9v6c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C8.398 18 7.932 18 7 18s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C4 16.398 4 15.932 4 15V9c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C5.602 6 6.068 6 7 6s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C10 7.602 10 8.068 10 9m10 5v1c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C18.398 18 17.932 18 17 18s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C14 16.398 14 15.932 14 15v-1c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C15.602 11 16.068 11 17 11s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C20 12.602 20 13.068 20 14m-3-3V3m0 15v3M7 6V3m0 15v3"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10 9v6c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C8.398 18 7.932 18 7 18s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C4 16.398 4 15.932 4 15V9c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C5.602 6 6.068 6 7 6s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C10 7.602 10 8.068 10 9m10 5v1c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C18.398 18 17.932 18 17 18s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C14 16.398 14 15.932 14 15v-1c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C15.602 11 16.068 11 17 11s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C20 12.602 20 13.068 20 14m-3-3V3m0 15v3M7 6V3m0 15v3"/></svg> </template>
CSS
.icon-chart-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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10%209v6c0%20.932%200%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C8.398%2018%207.932%2018%207%2018s-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083C4%2016.398%204%2015.932%204%2015V9c0-.932%200-1.398.152-1.765a2%202%200%200%201%201.083-1.083C5.602%206%206.068%206%207%206s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083C10%207.602%2010%208.068%2010%209m10%205v1c0%20.932%200%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C18.398%2018%2017.932%2018%2017%2018s-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083C14%2016.398%2014%2015.932%2014%2015v-1c0-.932%200-1.398.152-1.765a2%202%200%200%201%201.083-1.083C15.602%2011%2016.068%2011%2017%2011s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083C20%2012.602%2020%2013.068%2020%2014m-3-3V3m0%2015v3M7%206V3m0%2015v3%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10%209v6c0%20.932%200%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C8.398%2018%207.932%2018%207%2018s-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083C4%2016.398%204%2015.932%204%2015V9c0-.932%200-1.398.152-1.765a2%202%200%200%201%201.083-1.083C5.602%206%206.068%206%207%206s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083C10%207.602%2010%208.068%2010%209m10%205v1c0%20.932%200%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C18.398%2018%2017.932%2018%2017%2018s-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083C14%2016.398%2014%2015.932%2014%2015v-1c0-.932%200-1.398.152-1.765a2%202%200%200%201%201.083-1.083C15.602%2011%2016.068%2011%2017%2011s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083C20%2012.602%2020%2013.068%2020%2014m-3-3V3m0%2015v3M7%206V3m0%2015v3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/chart-candle.svg?color=%231a73e8&size=48