chart graph icon
chart-graph-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- chart-graph-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
Related icons in Myna UI Icons
chart-areachart-barchart-bar-bigchart-bar-decreasingchart-bar-increasingchart-bar-onechart-bar-stackedchart-bubblechart-candlestickchart-columnchart-column-bigchart-column-decreasingchart-column-increasingchart-column-stackedchart-ganttchart-linechart-networkchart-no-axes-columnchart-no-axes-column-decreasingchart-no-axes-column-increasingchart-no-axes-combinedchart-no-axes-ganttchart-piechart-pie-one
Use the chart graph icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 3a1 1 0 0 1 2 0v10.365l2.217-1.846l.334-.266c.786-.59 1.61-.966 2.512-.91c1.021.066 1.864.67 2.62 1.426l.007.006l.25.239c.556.499.909.61 1.143.614c.28.004.7-.142 1.413-.766l5.846-5.115a1 1 0 0 1 1.316 1.506l-5.846 5.114c-.818.716-1.716 1.274-2.754 1.26c-.92-.011-1.723-.465-2.467-1.137l-.316-.3l-.006-.007c-.655-.655-1.055-.826-1.332-.843c-.234-.015-.59.067-1.175.505l-.265.21l-3.491 2.908c.006.463.018.849.045 1.182c.05.606.142.954.276 1.217l.115.206c.289.47.702.853 1.196 1.105l.103.049c.251.108.584.184 1.113.227C7.471 20 8.264 20 9.4 20H21l.102.005a1 1 0 0 1 0 1.99L21 22H9.4c-1.103 0-1.991.001-2.709-.058c-.637-.052-1.208-.154-1.737-.381l-.224-.106a5 5 0 0 1-2.092-2.01l-.093-.175c-.302-.593-.428-1.233-.487-1.961a24 24 0 0 1-.053-1.714a1 1 0 0 1-.001-.185Q2 15.026 2 14.6z"/></svg>
React
import type { SVGProps } from "react";
export function MynauiChartGraphSolid(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="M2 3a1 1 0 0 1 2 0v10.365l2.217-1.846l.334-.266c.786-.59 1.61-.966 2.512-.91c1.021.066 1.864.67 2.62 1.426l.007.006l.25.239c.556.499.909.61 1.143.614c.28.004.7-.142 1.413-.766l5.846-5.115a1 1 0 0 1 1.316 1.506l-5.846 5.114c-.818.716-1.716 1.274-2.754 1.26c-.92-.011-1.723-.465-2.467-1.137l-.316-.3l-.006-.007c-.655-.655-1.055-.826-1.332-.843c-.234-.015-.59.067-1.175.505l-.265.21l-3.491 2.908c.006.463.018.849.045 1.182c.05.606.142.954.276 1.217l.115.206c.289.47.702.853 1.196 1.105l.103.049c.251.108.584.184 1.113.227C7.471 20 8.264 20 9.4 20H21l.102.005a1 1 0 0 1 0 1.99L21 22H9.4c-1.103 0-1.991.001-2.709-.058c-.637-.052-1.208-.154-1.737-.381l-.224-.106a5 5 0 0 1-2.092-2.01l-.093-.175c-.302-.593-.428-1.233-.487-1.961a24 24 0 0 1-.053-1.714a1 1 0 0 1-.001-.185Q2 15.026 2 14.6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 3a1 1 0 0 1 2 0v10.365l2.217-1.846l.334-.266c.786-.59 1.61-.966 2.512-.91c1.021.066 1.864.67 2.62 1.426l.007.006l.25.239c.556.499.909.61 1.143.614c.28.004.7-.142 1.413-.766l5.846-5.115a1 1 0 0 1 1.316 1.506l-5.846 5.114c-.818.716-1.716 1.274-2.754 1.26c-.92-.011-1.723-.465-2.467-1.137l-.316-.3l-.006-.007c-.655-.655-1.055-.826-1.332-.843c-.234-.015-.59.067-1.175.505l-.265.21l-3.491 2.908c.006.463.018.849.045 1.182c.05.606.142.954.276 1.217l.115.206c.289.47.702.853 1.196 1.105l.103.049c.251.108.584.184 1.113.227C7.471 20 8.264 20 9.4 20H21l.102.005a1 1 0 0 1 0 1.99L21 22H9.4c-1.103 0-1.991.001-2.709-.058c-.637-.052-1.208-.154-1.737-.381l-.224-.106a5 5 0 0 1-2.092-2.01l-.093-.175c-.302-.593-.428-1.233-.487-1.961a24 24 0 0 1-.053-1.714a1 1 0 0 1-.001-.185Q2 15.026 2 14.6z"/></svg> </template>
CSS
.icon-chart-graph-solid {
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%22M2%203a1%201%200%200%201%202%200v10.365l2.217-1.846l.334-.266c.786-.59%201.61-.966%202.512-.91c1.021.066%201.864.67%202.62%201.426l.007.006l.25.239c.556.499.909.61%201.143.614c.28.004.7-.142%201.413-.766l5.846-5.115a1%201%200%200%201%201.316%201.506l-5.846%205.114c-.818.716-1.716%201.274-2.754%201.26c-.92-.011-1.723-.465-2.467-1.137l-.316-.3l-.006-.007c-.655-.655-1.055-.826-1.332-.843c-.234-.015-.59.067-1.175.505l-.265.21l-3.491%202.908c.006.463.018.849.045%201.182c.05.606.142.954.276%201.217l.115.206c.289.47.702.853%201.196%201.105l.103.049c.251.108.584.184%201.113.227C7.471%2020%208.264%2020%209.4%2020H21l.102.005a1%201%200%200%201%200%201.99L21%2022H9.4c-1.103%200-1.991.001-2.709-.058c-.637-.052-1.208-.154-1.737-.381l-.224-.106a5%205%200%200%201-2.092-2.01l-.093-.175c-.302-.593-.428-1.233-.487-1.961a24%2024%200%200%201-.053-1.714a1%201%200%200%201-.001-.185Q2%2015.026%202%2014.6z%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%22M2%203a1%201%200%200%201%202%200v10.365l2.217-1.846l.334-.266c.786-.59%201.61-.966%202.512-.91c1.021.066%201.864.67%202.62%201.426l.007.006l.25.239c.556.499.909.61%201.143.614c.28.004.7-.142%201.413-.766l5.846-5.115a1%201%200%200%201%201.316%201.506l-5.846%205.114c-.818.716-1.716%201.274-2.754%201.26c-.92-.011-1.723-.465-2.467-1.137l-.316-.3l-.006-.007c-.655-.655-1.055-.826-1.332-.843c-.234-.015-.59.067-1.175.505l-.265.21l-3.491%202.908c.006.463.018.849.045%201.182c.05.606.142.954.276%201.217l.115.206c.289.47.702.853%201.196%201.105l.103.049c.251.108.584.184%201.113.227C7.471%2020%208.264%2020%209.4%2020H21l.102.005a1%201%200%200%201%200%201.99L21%2022H9.4c-1.103%200-1.991.001-2.709-.058c-.637-.052-1.208-.154-1.737-.381l-.224-.106a5%205%200%200%201-2.092-2.01l-.093-.175c-.302-.593-.428-1.233-.487-1.961a24%2024%200%200%201-.053-1.714a1%201%200%200%201-.001-.185Q2%2015.026%202%2014.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/chart-graph-solid.svg?color=%231a73e8&size=48