chart from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
chart
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the chart 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="M15 21V6c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C13.398 3 12.932 3 12 3s-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C9 4.602 9 5.068 9 6v15zm2-13h-2v13h2c1.886 0 2.828 0 3.414-.586S21 18.886 21 17v-5c0-1.886 0-2.828-.586-3.414S18.886 8 17 8m-8 5H7c-1.886 0-2.828 0-3.414.586S3 15.114 3 17s0 2.828.586 3.414S5.114 21 7 21h2z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsChart(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="M15 21V6c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C13.398 3 12.932 3 12 3s-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C9 4.602 9 5.068 9 6v15zm2-13h-2v13h2c1.886 0 2.828 0 3.414-.586S21 18.886 21 17v-5c0-1.886 0-2.828-.586-3.414S18.886 8 17 8m-8 5H7c-1.886 0-2.828 0-3.414.586S3 15.114 3 17s0 2.828.586 3.414S5.114 21 7 21h2z"/></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="M15 21V6c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C13.398 3 12.932 3 12 3s-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C9 4.602 9 5.068 9 6v15zm2-13h-2v13h2c1.886 0 2.828 0 3.414-.586S21 18.886 21 17v-5c0-1.886 0-2.828-.586-3.414S18.886 8 17 8m-8 5H7c-1.886 0-2.828 0-3.414.586S3 15.114 3 17s0 2.828.586 3.414S5.114 21 7 21h2z"/></svg>
</template>

CSS

.icon-chart {
  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%22M15%2021V6c0-.932%200-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C13.398%203%2012.932%203%2012%203s-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C9%204.602%209%205.068%209%206v15zm2-13h-2v13h2c1.886%200%202.828%200%203.414-.586S21%2018.886%2021%2017v-5c0-1.886%200-2.828-.586-3.414S18.886%208%2017%208m-8%205H7c-1.886%200-2.828%200-3.414.586S3%2015.114%203%2017s0%202.828.586%203.414S5.114%2021%207%2021h2z%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%22M15%2021V6c0-.932%200-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C13.398%203%2012.932%203%2012%203s-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C9%204.602%209%205.068%209%206v15zm2-13h-2v13h2c1.886%200%202.828%200%203.414-.586S21%2018.886%2021%2017v-5c0-1.886%200-2.828-.586-3.414S18.886%208%2017%208m-8%205H7c-1.886%200-2.828%200-3.414.586S3%2015.114%203%2017s0%202.828.586%203.414S5.114%2021%207%2021h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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