candlestick chart icon

candlestick-chart-rounded from Material Symbols Light by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.

Name
candlestick-chart-rounded
Set
Material Symbols Light
Style
Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

Use the candlestick chart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 18.5V17H6.808q-.343 0-.576-.232T6 16.192V7.816q0-.356.232-.586T6.808 7H8V5.5q0-.213.144-.356T8.501 5t.356.144T9 5.5V7h1.192q.343 0 .576.232t.232.576v8.377q0 .356-.232.585t-.576.23H9v1.5q0 .213-.144.356T8.499 19t-.356-.144T8 18.5m7 0v-4.115h-1.192q-.343 0-.576-.232Q13 13.92 13 13.577V9.616q0-.344.232-.576q.233-.232.576-.232H15V5.5q0-.213.144-.356T15.501 5t.356.144T16 5.5v3.308h1.192q.344 0 .576.232t.232.576v3.961q0 .343-.232.576t-.576.232H16V18.5q0 .213-.144.356t-.357.144t-.356-.144T15 18.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCandlestickChartRounded(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="M8 18.5V17H6.808q-.343 0-.576-.232T6 16.192V7.816q0-.356.232-.586T6.808 7H8V5.5q0-.213.144-.356T8.501 5t.356.144T9 5.5V7h1.192q.343 0 .576.232t.232.576v8.377q0 .356-.232.585t-.576.23H9v1.5q0 .213-.144.356T8.499 19t-.356-.144T8 18.5m7 0v-4.115h-1.192q-.343 0-.576-.232Q13 13.92 13 13.577V9.616q0-.344.232-.576q.233-.232.576-.232H15V5.5q0-.213.144-.356T15.501 5t.356.144T16 5.5v3.308h1.192q.344 0 .576.232t.232.576v3.961q0 .343-.232.576t-.576.232H16V18.5q0 .213-.144.356t-.357.144t-.356-.144T15 18.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 18.5V17H6.808q-.343 0-.576-.232T6 16.192V7.816q0-.356.232-.586T6.808 7H8V5.5q0-.213.144-.356T8.501 5t.356.144T9 5.5V7h1.192q.343 0 .576.232t.232.576v8.377q0 .356-.232.585t-.576.23H9v1.5q0 .213-.144.356T8.499 19t-.356-.144T8 18.5m7 0v-4.115h-1.192q-.343 0-.576-.232Q13 13.92 13 13.577V9.616q0-.344.232-.576q.233-.232.576-.232H15V5.5q0-.213.144-.356T15.501 5t.356.144T16 5.5v3.308h1.192q.344 0 .576.232t.232.576v3.961q0 .343-.232.576t-.576.232H16V18.5q0 .213-.144.356t-.357.144t-.356-.144T15 18.5"/></svg>
</template>

CSS

.icon-candlestick-chart-rounded {
  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%22M8%2018.5V17H6.808q-.343%200-.576-.232T6%2016.192V7.816q0-.356.232-.586T6.808%207H8V5.5q0-.213.144-.356T8.501%205t.356.144T9%205.5V7h1.192q.343%200%20.576.232t.232.576v8.377q0%20.356-.232.585t-.576.23H9v1.5q0%20.213-.144.356T8.499%2019t-.356-.144T8%2018.5m7%200v-4.115h-1.192q-.343%200-.576-.232Q13%2013.92%2013%2013.577V9.616q0-.344.232-.576q.233-.232.576-.232H15V5.5q0-.213.144-.356T15.501%205t.356.144T16%205.5v3.308h1.192q.344%200%20.576.232t.232.576v3.961q0%20.343-.232.576t-.576.232H16V18.5q0%20.213-.144.356t-.357.144t-.356-.144T15%2018.5%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%22M8%2018.5V17H6.808q-.343%200-.576-.232T6%2016.192V7.816q0-.356.232-.586T6.808%207H8V5.5q0-.213.144-.356T8.501%205t.356.144T9%205.5V7h1.192q.343%200%20.576.232t.232.576v8.377q0%20.356-.232.585t-.576.23H9v1.5q0%20.213-.144.356T8.499%2019t-.356-.144T8%2018.5m7%200v-4.115h-1.192q-.343%200-.576-.232Q13%2013.92%2013%2013.577V9.616q0-.344.232-.576q.233-.232.576-.232H15V5.5q0-.213.144-.356T15.501%205t.356.144T16%205.5v3.308h1.192q.344%200%20.576.232t.232.576v3.961q0%20.343-.232.576t-.576.232H16V18.5q0%20.213-.144.356t-.357.144t-.356-.144T15%2018.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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