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

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

The same icon in other sets

Related icons in Huge Icons

Use the chart up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M20.5 10.5v9c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54C19.699 21 19.466 21 19 21s-.699 0-.883-.076a1 1 0 0 1-.54-.541c-.077-.184-.077-.417-.077-.883v-9c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C18.301 9 18.534 9 19 9s.699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883Z"/><path stroke-linecap="round" d="M16.5 3h3v3"/><path stroke-linecap="round" d="M19 3.5s-4 5-14.5 8.5"/><path d="M13.5 14v5.5c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54C12.699 21 12.466 21 12 21s-.699 0-.883-.076a1 1 0 0 1-.54-.541c-.077-.184-.077-.417-.077-.883V14c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54c.184-.077.417-.077.883-.077s.699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883Zm-7 2.5v3c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54C5.699 21 5.466 21 5 21s-.699 0-.883-.076a1 1 0 0 1-.54-.541c-.077-.184-.077-.417-.077-.883v-3c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C4.301 15 4.534 15 5 15s.699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsChartUp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path d="M20.5 10.5v9c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54C19.699 21 19.466 21 19 21s-.699 0-.883-.076a1 1 0 0 1-.54-.541c-.077-.184-.077-.417-.077-.883v-9c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C18.301 9 18.534 9 19 9s.699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883Z"/><path strokeLinecap="round" d="M16.5 3h3v3"/><path strokeLinecap="round" d="M19 3.5s-4 5-14.5 8.5"/><path d="M13.5 14v5.5c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54C12.699 21 12.466 21 12 21s-.699 0-.883-.076a1 1 0 0 1-.54-.541c-.077-.184-.077-.417-.077-.883V14c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54c.184-.077.417-.077.883-.077s.699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883Zm-7 2.5v3c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54C5.699 21 5.466 21 5 21s-.699 0-.883-.076a1 1 0 0 1-.54-.541c-.077-.184-.077-.417-.077-.883v-3c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C4.301 15 4.534 15 5 15s.699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M20.5 10.5v9c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54C19.699 21 19.466 21 19 21s-.699 0-.883-.076a1 1 0 0 1-.54-.541c-.077-.184-.077-.417-.077-.883v-9c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C18.301 9 18.534 9 19 9s.699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883Z"/><path stroke-linecap="round" d="M16.5 3h3v3"/><path stroke-linecap="round" d="M19 3.5s-4 5-14.5 8.5"/><path d="M13.5 14v5.5c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54C12.699 21 12.466 21 12 21s-.699 0-.883-.076a1 1 0 0 1-.54-.541c-.077-.184-.077-.417-.077-.883V14c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54c.184-.077.417-.077.883-.077s.699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883Zm-7 2.5v3c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54C5.699 21 5.466 21 5 21s-.699 0-.883-.076a1 1 0 0 1-.54-.541c-.077-.184-.077-.417-.077-.883v-3c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C4.301 15 4.534 15 5 15s.699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883Z"/></g></svg>
</template>

CSS

.icon-chart-up {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.5%2010.5v9c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.54C19.699%2021%2019.466%2021%2019%2021s-.699%200-.883-.076a1%201%200%200%201-.54-.541c-.077-.184-.077-.417-.077-.883v-9c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C18.301%209%2018.534%209%2019%209s.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.5%203h3v3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%203.5s-4%205-14.5%208.5%22%2F%3E%3Cpath%20d%3D%22M13.5%2014v5.5c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.54C12.699%2021%2012.466%2021%2012%2021s-.699%200-.883-.076a1%201%200%200%201-.54-.541c-.077-.184-.077-.417-.077-.883V14c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54c.184-.077.417-.077.883-.077s.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883Zm-7%202.5v3c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.54C5.699%2021%205.466%2021%205%2021s-.699%200-.883-.076a1%201%200%200%201-.54-.541c-.077-.184-.077-.417-.077-.883v-3c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C4.301%2015%204.534%2015%205%2015s.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.5%2010.5v9c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.54C19.699%2021%2019.466%2021%2019%2021s-.699%200-.883-.076a1%201%200%200%201-.54-.541c-.077-.184-.077-.417-.077-.883v-9c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C18.301%209%2018.534%209%2019%209s.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.5%203h3v3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%203.5s-4%205-14.5%208.5%22%2F%3E%3Cpath%20d%3D%22M13.5%2014v5.5c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.54C12.699%2021%2012.466%2021%2012%2021s-.699%200-.883-.076a1%201%200%200%201-.54-.541c-.077-.184-.077-.417-.077-.883V14c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54c.184-.077.417-.077.883-.077s.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883Zm-7%202.5v3c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.54C5.699%2021%205.466%2021%205%2021s-.699%200-.883-.076a1%201%200%200%201-.54-.541c-.077-.184-.077-.417-.077-.883v-3c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C4.301%2015%204.534%2015%205%2015s.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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