chart area smooth icon

chart-area-smooth from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
chart-area-smooth
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the chart area smooth icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m30 6.614l-1.315.437A21 21 0 0 1 23 8c-1.734 0-3.322-.907-5.004-1.868C16.162 5.084 14.266 4 12 4C9.123 4 5.915 6.206 4 7.772V2H2v26a2.003 2.003 0 0 0 2 2h26ZM4 20.294C5.874 17.376 9.56 13 12 13c1.638 0 2.96 1.102 4.36 2.269C17.897 16.549 19.638 18 22 18a9.47 9.47 0 0 0 6-2.529v4.956A13 13 0 0 1 22 22a13.9 13.9 0 0 1-4.684-.949A15.7 15.7 0 0 0 12 20c-2.927 0-6.068 2.959-8 5.158ZM12 6c1.734 0 3.323.907 5.004 1.868C18.838 8.916 20.734 10 23 10a21.4 21.4 0 0 0 5-.678v3.321c-.683.803-3.084 3.357-6 3.357c-1.638 0-2.96-1.102-4.36-2.269C16.103 12.451 14.362 11 12 11c-2.936 0-6.063 3.34-8 5.845v-6.421C5.546 8.966 9.259 6 12 6M4.249 28C5.862 25.909 9.41 22 12 22a13.9 13.9 0 0 1 4.684.949A15.7 15.7 0 0 0 22 24a14.7 14.7 0 0 0 6-1.34V28Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonChartAreaSmooth(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m30 6.614l-1.315.437A21 21 0 0 1 23 8c-1.734 0-3.322-.907-5.004-1.868C16.162 5.084 14.266 4 12 4C9.123 4 5.915 6.206 4 7.772V2H2v26a2.003 2.003 0 0 0 2 2h26ZM4 20.294C5.874 17.376 9.56 13 12 13c1.638 0 2.96 1.102 4.36 2.269C17.897 16.549 19.638 18 22 18a9.47 9.47 0 0 0 6-2.529v4.956A13 13 0 0 1 22 22a13.9 13.9 0 0 1-4.684-.949A15.7 15.7 0 0 0 12 20c-2.927 0-6.068 2.959-8 5.158ZM12 6c1.734 0 3.323.907 5.004 1.868C18.838 8.916 20.734 10 23 10a21.4 21.4 0 0 0 5-.678v3.321c-.683.803-3.084 3.357-6 3.357c-1.638 0-2.96-1.102-4.36-2.269C16.103 12.451 14.362 11 12 11c-2.936 0-6.063 3.34-8 5.845v-6.421C5.546 8.966 9.259 6 12 6M4.249 28C5.862 25.909 9.41 22 12 22a13.9 13.9 0 0 1 4.684.949A15.7 15.7 0 0 0 22 24a14.7 14.7 0 0 0 6-1.34V28Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m30 6.614l-1.315.437A21 21 0 0 1 23 8c-1.734 0-3.322-.907-5.004-1.868C16.162 5.084 14.266 4 12 4C9.123 4 5.915 6.206 4 7.772V2H2v26a2.003 2.003 0 0 0 2 2h26ZM4 20.294C5.874 17.376 9.56 13 12 13c1.638 0 2.96 1.102 4.36 2.269C17.897 16.549 19.638 18 22 18a9.47 9.47 0 0 0 6-2.529v4.956A13 13 0 0 1 22 22a13.9 13.9 0 0 1-4.684-.949A15.7 15.7 0 0 0 12 20c-2.927 0-6.068 2.959-8 5.158ZM12 6c1.734 0 3.323.907 5.004 1.868C18.838 8.916 20.734 10 23 10a21.4 21.4 0 0 0 5-.678v3.321c-.683.803-3.084 3.357-6 3.357c-1.638 0-2.96-1.102-4.36-2.269C16.103 12.451 14.362 11 12 11c-2.936 0-6.063 3.34-8 5.845v-6.421C5.546 8.966 9.259 6 12 6M4.249 28C5.862 25.909 9.41 22 12 22a13.9 13.9 0 0 1 4.684.949A15.7 15.7 0 0 0 22 24a14.7 14.7 0 0 0 6-1.34V28Z"/></svg>
</template>

CSS

.icon-chart-area-smooth {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m30%206.614l-1.315.437A21%2021%200%200%201%2023%208c-1.734%200-3.322-.907-5.004-1.868C16.162%205.084%2014.266%204%2012%204C9.123%204%205.915%206.206%204%207.772V2H2v26a2.003%202.003%200%200%200%202%202h26ZM4%2020.294C5.874%2017.376%209.56%2013%2012%2013c1.638%200%202.96%201.102%204.36%202.269C17.897%2016.549%2019.638%2018%2022%2018a9.47%209.47%200%200%200%206-2.529v4.956A13%2013%200%200%201%2022%2022a13.9%2013.9%200%200%201-4.684-.949A15.7%2015.7%200%200%200%2012%2020c-2.927%200-6.068%202.959-8%205.158ZM12%206c1.734%200%203.323.907%205.004%201.868C18.838%208.916%2020.734%2010%2023%2010a21.4%2021.4%200%200%200%205-.678v3.321c-.683.803-3.084%203.357-6%203.357c-1.638%200-2.96-1.102-4.36-2.269C16.103%2012.451%2014.362%2011%2012%2011c-2.936%200-6.063%203.34-8%205.845v-6.421C5.546%208.966%209.259%206%2012%206M4.249%2028C5.862%2025.909%209.41%2022%2012%2022a13.9%2013.9%200%200%201%204.684.949A15.7%2015.7%200%200%200%2022%2024a14.7%2014.7%200%200%200%206-1.34V28Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m30%206.614l-1.315.437A21%2021%200%200%201%2023%208c-1.734%200-3.322-.907-5.004-1.868C16.162%205.084%2014.266%204%2012%204C9.123%204%205.915%206.206%204%207.772V2H2v26a2.003%202.003%200%200%200%202%202h26ZM4%2020.294C5.874%2017.376%209.56%2013%2012%2013c1.638%200%202.96%201.102%204.36%202.269C17.897%2016.549%2019.638%2018%2022%2018a9.47%209.47%200%200%200%206-2.529v4.956A13%2013%200%200%201%2022%2022a13.9%2013.9%200%200%201-4.684-.949A15.7%2015.7%200%200%200%2012%2020c-2.927%200-6.068%202.959-8%205.158ZM12%206c1.734%200%203.323.907%205.004%201.868C18.838%208.916%2020.734%2010%2023%2010a21.4%2021.4%200%200%200%205-.678v3.321c-.683.803-3.084%203.357-6%203.357c-1.638%200-2.96-1.102-4.36-2.269C16.103%2012.451%2014.362%2011%2012%2011c-2.936%200-6.063%203.34-8%205.845v-6.421C5.546%208.966%209.259%206%2012%206M4.249%2028C5.862%2025.909%209.41%2022%2012%2022a13.9%2013.9%200%200%201%204.684.949A15.7%2015.7%200%200%200%2022%2024a14.7%2014.7%200%200%200%206-1.34V28Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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