chart average icon
chart-average from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- chart-average
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More organization icons from Carbon
Use the chart average icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23 24c-3.6 0-5.03-4.176-6.413-8.214C15.277 11.958 13.92 8 11 8a3.44 3.44 0 0 0-3.053 2.322L6.05 9.684C6.101 9.534 7.321 6 11 6c4.35 0 6.012 4.855 7.48 9.138C19.689 18.667 20.83 22 23 22a3.44 3.44 0 0 0 3.053-2.321l1.896.637C27.899 20.466 26.679 24 23 24"/><path fill="currentColor" d="M4 28V17h2v-2H4V2H2v26a2 2 0 0 0 2 2h26v-2Z"/><path fill="currentColor" d="M8 15h2v2H8zm4 0h2v2h-2zm8 0h2v2h-2zm4 0h2v2h-2zm4 0h2v2h-2z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonChartAverage(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="M23 24c-3.6 0-5.03-4.176-6.413-8.214C15.277 11.958 13.92 8 11 8a3.44 3.44 0 0 0-3.053 2.322L6.05 9.684C6.101 9.534 7.321 6 11 6c4.35 0 6.012 4.855 7.48 9.138C19.689 18.667 20.83 22 23 22a3.44 3.44 0 0 0 3.053-2.321l1.896.637C27.899 20.466 26.679 24 23 24"/><path fill="currentColor" d="M4 28V17h2v-2H4V2H2v26a2 2 0 0 0 2 2h26v-2Z"/><path fill="currentColor" d="M8 15h2v2H8zm4 0h2v2h-2zm8 0h2v2h-2zm4 0h2v2h-2zm4 0h2v2h-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23 24c-3.6 0-5.03-4.176-6.413-8.214C15.277 11.958 13.92 8 11 8a3.44 3.44 0 0 0-3.053 2.322L6.05 9.684C6.101 9.534 7.321 6 11 6c4.35 0 6.012 4.855 7.48 9.138C19.689 18.667 20.83 22 23 22a3.44 3.44 0 0 0 3.053-2.321l1.896.637C27.899 20.466 26.679 24 23 24"/><path fill="currentColor" d="M4 28V17h2v-2H4V2H2v26a2 2 0 0 0 2 2h26v-2Z"/><path fill="currentColor" d="M8 15h2v2H8zm4 0h2v2h-2zm8 0h2v2h-2zm4 0h2v2h-2zm4 0h2v2h-2z"/></svg> </template>
CSS
.icon-chart-average {
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%22M23%2024c-3.6%200-5.03-4.176-6.413-8.214C15.277%2011.958%2013.92%208%2011%208a3.44%203.44%200%200%200-3.053%202.322L6.05%209.684C6.101%209.534%207.321%206%2011%206c4.35%200%206.012%204.855%207.48%209.138C19.689%2018.667%2020.83%2022%2023%2022a3.44%203.44%200%200%200%203.053-2.321l1.896.637C27.899%2020.466%2026.679%2024%2023%2024%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2028V17h2v-2H4V2H2v26a2%202%200%200%200%202%202h26v-2Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2015h2v2H8zm4%200h2v2h-2zm8%200h2v2h-2zm4%200h2v2h-2zm4%200h2v2h-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%2024c-3.6%200-5.03-4.176-6.413-8.214C15.277%2011.958%2013.92%208%2011%208a3.44%203.44%200%200%200-3.053%202.322L6.05%209.684C6.101%209.534%207.321%206%2011%206c4.35%200%206.012%204.855%207.48%209.138C19.689%2018.667%2020.83%2022%2023%2022a3.44%203.44%200%200%200%203.053-2.321l1.896.637C27.899%2020.466%2026.679%2024%2023%2024%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2028V17h2v-2H4V2H2v26a2%202%200%200%200%202%202h26v-2Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2015h2v2H8zm4%200h2v2h-2zm8%200h2v2h-2zm4%200h2v2h-2zm4%200h2v2h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/chart-average.svg?color=%231a73e8&size=48