graph stacked area icon

graph-stacked-area-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.

Name
graph-stacked-area-16
Set
Octicons
Style
16
Viewbox
16×16
License
MIT

1 other variant in Octicons

Related icons in Octicons

Use the graph stacked area icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.548 11.513a.775.775 0 0 1-1.096 0L7 9.06L2.56 13.5H14.5V7.56ZM14.72 1.22a.75.75 0 1 1 1.06 1.06l-5.232 5.233a.775.775 0 0 1-1.096 0L7 5.06l-5.72 5.72A.75.75 0 1 1 .22 9.72l6.232-6.233l.059-.052a.775.775 0 0 1 1.037.052L10 5.94ZM16 14.225a.776.776 0 0 1-.775.775H.81a.775.775 0 0 1-.548-1.323l6.19-6.19l.058-.052a.775.775 0 0 1 1.037.052L10 9.94l4.677-4.676l.096-.082A.775.775 0 0 1 16 5.81Z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonGraphStackedArea16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.548 11.513a.775.775 0 0 1-1.096 0L7 9.06L2.56 13.5H14.5V7.56ZM14.72 1.22a.75.75 0 1 1 1.06 1.06l-5.232 5.233a.775.775 0 0 1-1.096 0L7 5.06l-5.72 5.72A.75.75 0 1 1 .22 9.72l6.232-6.233l.059-.052a.775.775 0 0 1 1.037.052L10 5.94ZM16 14.225a.776.776 0 0 1-.775.775H.81a.775.775 0 0 1-.548-1.323l6.19-6.19l.058-.052a.775.775 0 0 1 1.037.052L10 9.94l4.677-4.676l.096-.082A.775.775 0 0 1 16 5.81Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.548 11.513a.775.775 0 0 1-1.096 0L7 9.06L2.56 13.5H14.5V7.56ZM14.72 1.22a.75.75 0 1 1 1.06 1.06l-5.232 5.233a.775.775 0 0 1-1.096 0L7 5.06l-5.72 5.72A.75.75 0 1 1 .22 9.72l6.232-6.233l.059-.052a.775.775 0 0 1 1.037.052L10 5.94ZM16 14.225a.776.776 0 0 1-.775.775H.81a.775.775 0 0 1-.548-1.323l6.19-6.19l.058-.052a.775.775 0 0 1 1.037.052L10 9.94l4.677-4.676l.096-.082A.775.775 0 0 1 16 5.81Z"/></svg>
</template>

CSS

.icon-graph-stacked-area-16 {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.548%2011.513a.775.775%200%200%201-1.096%200L7%209.06L2.56%2013.5H14.5V7.56ZM14.72%201.22a.75.75%200%201%201%201.06%201.06l-5.232%205.233a.775.775%200%200%201-1.096%200L7%205.06l-5.72%205.72A.75.75%200%201%201%20.22%209.72l6.232-6.233l.059-.052a.775.775%200%200%201%201.037.052L10%205.94ZM16%2014.225a.776.776%200%200%201-.775.775H.81a.775.775%200%200%201-.548-1.323l6.19-6.19l.058-.052a.775.775%200%200%201%201.037.052L10%209.94l4.677-4.676l.096-.082A.775.775%200%200%201%2016%205.81Z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.548%2011.513a.775.775%200%200%201-1.096%200L7%209.06L2.56%2013.5H14.5V7.56ZM14.72%201.22a.75.75%200%201%201%201.06%201.06l-5.232%205.233a.775.775%200%200%201-1.096%200L7%205.06l-5.72%205.72A.75.75%200%201%201%20.22%209.72l6.232-6.233l.059-.052a.775.775%200%200%201%201.037.052L10%205.94ZM16%2014.225a.776.776%200%200%201-.775.775H.81a.775.775%200%200%201-.548-1.323l6.19-6.19l.058-.052a.775.775%200%200%201%201.037.052L10%209.94l4.677-4.676l.096-.082A.775.775%200%200%201%2016%205.81Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/graph-stacked-area-16.svg?color=%231a73e8&size=48