chart line smooth icon

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

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

More organization icons from Carbon

Use the chart line smooth icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13 15c1.485 0 2.554 1.497 3.686 3.081C17.998 19.918 19.486 22 22 22c5.67 0 7.78-10.79 8-12l-1.968-.358C27.55 12.282 25.394 20 22 20c-1.485 0-2.554-1.497-3.686-3.081C17.002 15.082 15.514 13 13 13c-4.186 0-7.445 7.404-9 11.762V2H2v26a2.003 2.003 0 0 0 2 2h26v-2H5.044c1.51-5.143 4.92-13 7.956-13"/></svg>

React

import type { SVGProps } from "react";

export function CarbonChartLineSmooth(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="M13 15c1.485 0 2.554 1.497 3.686 3.081C17.998 19.918 19.486 22 22 22c5.67 0 7.78-10.79 8-12l-1.968-.358C27.55 12.282 25.394 20 22 20c-1.485 0-2.554-1.497-3.686-3.081C17.002 15.082 15.514 13 13 13c-4.186 0-7.445 7.404-9 11.762V2H2v26a2.003 2.003 0 0 0 2 2h26v-2H5.044c1.51-5.143 4.92-13 7.956-13"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13 15c1.485 0 2.554 1.497 3.686 3.081C17.998 19.918 19.486 22 22 22c5.67 0 7.78-10.79 8-12l-1.968-.358C27.55 12.282 25.394 20 22 20c-1.485 0-2.554-1.497-3.686-3.081C17.002 15.082 15.514 13 13 13c-4.186 0-7.445 7.404-9 11.762V2H2v26a2.003 2.003 0 0 0 2 2h26v-2H5.044c1.51-5.143 4.92-13 7.956-13"/></svg>
</template>

CSS

.icon-chart-line-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%22M13%2015c1.485%200%202.554%201.497%203.686%203.081C17.998%2019.918%2019.486%2022%2022%2022c5.67%200%207.78-10.79%208-12l-1.968-.358C27.55%2012.282%2025.394%2020%2022%2020c-1.485%200-2.554-1.497-3.686-3.081C17.002%2015.082%2015.514%2013%2013%2013c-4.186%200-7.445%207.404-9%2011.762V2H2v26a2.003%202.003%200%200%200%202%202h26v-2H5.044c1.51-5.143%204.92-13%207.956-13%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%22M13%2015c1.485%200%202.554%201.497%203.686%203.081C17.998%2019.918%2019.486%2022%2022%2022c5.67%200%207.78-10.79%208-12l-1.968-.358C27.55%2012.282%2025.394%2020%2022%2020c-1.485%200-2.554-1.497-3.686-3.081C17.002%2015.082%2015.514%2013%2013%2013c-4.186%200-7.445%207.404-9%2011.762V2H2v26a2.003%202.003%200%200%200%202%202h26v-2H5.044c1.51-5.143%204.92-13%207.956-13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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