round area chart icon

round-area-chart from Google Material Icons by Material Design Authors · Baseline · Editor · Apache-2.0 Free for personal and commercial use.

Name
round-area-chart
Set
Google Material Icons
Style
Baseline
Category
Editor
Viewbox
24×24
License
Apache 2.0

More editor icons from Google Material Icons

Use the round area chart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8 17l3.39-4.66c.33-.46.98-.55 1.42-.2L21 18.5v.5c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1v-5.72c.22 0 .44.07.62.22zm-5-6c.44 0 .88.15 1.25.44l3.37 2.69l2.77-3.81c.66-.91 1.95-1.1 2.85-.4L21 15.97V8c0-.55-.45-1-1-1h-3l-4.18-3.34a1 1 0 0 0-1.44.2L7 10L3.6 7.45c-.18-.13-.39-.2-.6-.2z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundAreaChart(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="m8 17l3.39-4.66c.33-.46.98-.55 1.42-.2L21 18.5v.5c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1v-5.72c.22 0 .44.07.62.22zm-5-6c.44 0 .88.15 1.25.44l3.37 2.69l2.77-3.81c.66-.91 1.95-1.1 2.85-.4L21 15.97V8c0-.55-.45-1-1-1h-3l-4.18-3.34a1 1 0 0 0-1.44.2L7 10L3.6 7.45c-.18-.13-.39-.2-.6-.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8 17l3.39-4.66c.33-.46.98-.55 1.42-.2L21 18.5v.5c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1v-5.72c.22 0 .44.07.62.22zm-5-6c.44 0 .88.15 1.25.44l3.37 2.69l2.77-3.81c.66-.91 1.95-1.1 2.85-.4L21 15.97V8c0-.55-.45-1-1-1h-3l-4.18-3.34a1 1 0 0 0-1.44.2L7 10L3.6 7.45c-.18-.13-.39-.2-.6-.2z"/></svg>
</template>

CSS

.icon-round-area-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%22currentColor%22%20d%3D%22m8%2017l3.39-4.66c.33-.46.98-.55%201.42-.2L21%2018.5v.5c0%20.55-.45%201-1%201H4c-.55%200-1-.45-1-1v-5.72c.22%200%20.44.07.62.22zm-5-6c.44%200%20.88.15%201.25.44l3.37%202.69l2.77-3.81c.66-.91%201.95-1.1%202.85-.4L21%2015.97V8c0-.55-.45-1-1-1h-3l-4.18-3.34a1%201%200%200%200-1.44.2L7%2010L3.6%207.45c-.18-.13-.39-.2-.6-.2z%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%22m8%2017l3.39-4.66c.33-.46.98-.55%201.42-.2L21%2018.5v.5c0%20.55-.45%201-1%201H4c-.55%200-1-.45-1-1v-5.72c.22%200%20.44.07.62.22zm-5-6c.44%200%20.88.15%201.25.44l3.37%202.69l2.77-3.81c.66-.91%201.95-1.1%202.85-.4L21%2015.97V8c0-.55-.45-1-1-1h-3l-4.18-3.34a1%201%200%200%200-1.44.2L7%2010L3.6%207.45c-.18-.13-.39-.2-.6-.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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