Dashboard Bar Notification Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Dashboard Bar Notification icon is commonly used in alert panels, push notification UIs and dashboard headers. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310645.svg" alt="Dashboard Bar Notification icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310645.svg" alt="Dashboard Bar Notification icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310645.svg" alt="Dashboard Bar Notification icon" :width="24" :height="24" />
CSS background
.icon-dashboard-bar-notification {
background-image: url('https://proicons.com/icon/310645.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="M8.2757 16.036V11.6482" stroke="black" stroke-width="1.6" stroke-linecap="round"/> <path d="M12.1061 16.036L12.1061 8.76929" stroke="black" stroke-width="1.6" stroke-linecap="round"/> <path d="M15.7243 16.036L15.7243 10.5262" stroke="black" stroke-width="1.6" stroke-linecap="round"/> </svg>
Copied!