Dashboard Chart Notification Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Dashboard Chart Notification icon is commonly used in analytics dashboards, reports and data visualization. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310648.svg" alt="Dashboard Chart Notification icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310648.svg" alt="Dashboard Chart Notification icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310648.svg" alt="Dashboard Chart Notification icon" :width="24" :height="24" />
CSS background
.icon-dashboard-chart-notification {
background-image: url('https://proicons.com/icon/310648.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="19" cy="5" r="2.5" stroke="black" stroke-width="1.5"/> <path d="M21.25 10V15.25C21.25 16.8413 20.6179 18.3674 19.4926 19.4926C18.3674 20.6179 16.8413 21.25 15.25 21.25H8.75C7.1587 21.25 5.63258 20.6179 4.50736 19.4926C3.38214 18.3674 2.75 16.8413 2.75 15.25V8.75C2.75 7.1587 3.38214 5.63258 4.50736 4.50736C5.63258 3.38214 7.1587 2.75 8.75 2.75H14" stroke="black" stroke-width="1.5" stroke-linecap="round"/> <path d="M7.27027 15.0446L9.47527 12.1106C9.6103 11.9299 9.80825 11.8065 10.0299 11.7649C10.2516 11.7232 10.4809 11.7663 10.6723 11.8856L12.8233 13.2446C13.022 13.3712 13.2625 13.4147 13.4931 13.3659C13.7236 13.3171 13.9258 13.1799 14.0563 12.9836L16.2703 9.64459" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!