chart area icon
chart-area from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- chart-area
- 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-averagechart-bar-bigchart-bar-decreasingchart-bar-increasingchart-bar-linechart-bar-stackedchart-breakout-circlechart-breakout-squarechart-bubble-01chart-bubble-02chart-candlechart-candlestickchart-columnchart-column-bigchart-column-decreasingchart-column-increasingchart-column-stackedchart-decreasechart-downchart-evaluation
Use the chart area 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3 3v10c0 3.771 0 5.657 1.172 6.828S7.229 21 11 21h10"/><path d="M15 17H9.828c-.77 0-1.156 0-1.467-.104a2 2 0 0 1-1.256-1.248C7 15.34 7 14.956 7 14.19c0-.335 0-.502.026-.662c.05-.302.17-.589.35-.837c.095-.132.214-.25.452-.487l.88-.875c.614-.609.92-.914 1.308-.931s.72.258 1.387.81l.194.16c.666.552 1 .828 1.387.81s.694-.322 1.307-.931l1.295-1.286c1.453-1.443 2.18-2.165 2.797-1.91c.617.253.617 1.274.617 3.315v1.66c0 1.874 0 2.81-.586 3.392S16.886 17 15 17"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsChartArea(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M3 3v10c0 3.771 0 5.657 1.172 6.828S7.229 21 11 21h10"/><path d="M15 17H9.828c-.77 0-1.156 0-1.467-.104a2 2 0 0 1-1.256-1.248C7 15.34 7 14.956 7 14.19c0-.335 0-.502.026-.662c.05-.302.17-.589.35-.837c.095-.132.214-.25.452-.487l.88-.875c.614-.609.92-.914 1.308-.931s.72.258 1.387.81l.194.16c.666.552 1 .828 1.387.81s.694-.322 1.307-.931l1.295-1.286c1.453-1.443 2.18-2.165 2.797-1.91c.617.253.617 1.274.617 3.315v1.66c0 1.874 0 2.81-.586 3.392S16.886 17 15 17"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3 3v10c0 3.771 0 5.657 1.172 6.828S7.229 21 11 21h10"/><path d="M15 17H9.828c-.77 0-1.156 0-1.467-.104a2 2 0 0 1-1.256-1.248C7 15.34 7 14.956 7 14.19c0-.335 0-.502.026-.662c.05-.302.17-.589.35-.837c.095-.132.214-.25.452-.487l.88-.875c.614-.609.92-.914 1.308-.931s.72.258 1.387.81l.194.16c.666.552 1 .828 1.387.81s.694-.322 1.307-.931l1.295-1.286c1.453-1.443 2.18-2.165 2.797-1.91c.617.253.617 1.274.617 3.315v1.66c0 1.874 0 2.81-.586 3.392S16.886 17 15 17"/></g></svg> </template>
CSS
.icon-chart-area {
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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%203v10c0%203.771%200%205.657%201.172%206.828S7.229%2021%2011%2021h10%22%2F%3E%3Cpath%20d%3D%22M15%2017H9.828c-.77%200-1.156%200-1.467-.104a2%202%200%200%201-1.256-1.248C7%2015.34%207%2014.956%207%2014.19c0-.335%200-.502.026-.662c.05-.302.17-.589.35-.837c.095-.132.214-.25.452-.487l.88-.875c.614-.609.92-.914%201.308-.931s.72.258%201.387.81l.194.16c.666.552%201%20.828%201.387.81s.694-.322%201.307-.931l1.295-1.286c1.453-1.443%202.18-2.165%202.797-1.91c.617.253.617%201.274.617%203.315v1.66c0%201.874%200%202.81-.586%203.392S16.886%2017%2015%2017%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%203v10c0%203.771%200%205.657%201.172%206.828S7.229%2021%2011%2021h10%22%2F%3E%3Cpath%20d%3D%22M15%2017H9.828c-.77%200-1.156%200-1.467-.104a2%202%200%200%201-1.256-1.248C7%2015.34%207%2014.956%207%2014.19c0-.335%200-.502.026-.662c.05-.302.17-.589.35-.837c.095-.132.214-.25.452-.487l.88-.875c.614-.609.92-.914%201.308-.931s.72.258%201.387.81l.194.16c.666.552%201%20.828%201.387.81s.694-.322%201.307-.931l1.295-1.286c1.453-1.443%202.18-2.165%202.797-1.91c.617.253.617%201.274.617%203.315v1.66c0%201.874%200%202.81-.586%203.392S16.886%2017%2015%2017%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-area.svg?color=%231a73e8&size=48