Notificationlog Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Notificationlog icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/330347.svg" alt="Notificationlog icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330347.svg" alt="Notificationlog icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330347.svg" alt="Notificationlog icon" :width="24" :height="24" />
CSS background
.icon-notificationlog {
background-image: url('https://proicons.com/icon/330347.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M37.2759,32.6795V21.4715A13.27,13.27,0,0,0,27.08,8.5692V7.584a3.1017,3.1017,0,0,0-6.2033,0v.9966A13.27,13.27,0,0,0,10.7241,21.4715v11.208L6.5186,36.8851v1.9423H41.4814V36.885Z"/><path class="a" d="M19.3266,38.8274a4.651,4.651,0,1,0,9.3019.0431c0-.0143,0-.0287,0-.0431"/><path class="a" d="M22.1283,28.3h0a2.437,2.437,0,0,1-2.43-2.43V24.2906a2.4371,2.4371,0,0,1,2.43-2.43h0a2.4371,2.4371,0,0,1,2.43,2.43V25.87A2.4371,2.4371,0,0,1,22.1283,28.3Z"/><path class="a" d="M16.0827,18.58V27.085A1.1478,1.1478,0,0,0,17.2976,28.3h.3645"/><path class="a" d="M31.9173,21.8607v7.29a2.437,2.437,0,0,1-2.43,2.43h0a2.0389,2.0389,0,0,1-1.7009-.7289"/><path class="a" d="M29.4874,21.8607h0a2.437,2.437,0,0,1,2.43,2.43V25.87a2.437,2.437,0,0,1-2.43,2.43h0a2.437,2.437,0,0,1-2.43-2.43V24.2906A2.4371,2.4371,0,0,1,29.4874,21.8607Z"/></svg>
Copied!