Hourlyreminder Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hourlyreminder 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/341695.svg" alt="Hourlyreminder icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341695.svg" alt="Hourlyreminder icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341695.svg" alt="Hourlyreminder icon" :width="24" :height="24" />
CSS background
.icon-hourlyreminder {
background-image: url('https://proicons.com/icon/341695.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M37.2773,32.7V21.4908A13.2717,13.2717,0,0,0,27.08,8.5872V7.6019a3.102,3.102,0,0,0-6.2039,0v.9967A13.2715,13.2715,0,0,0,10.7227,21.4908V32.7l-4.2059,4.206v1.9425H41.4832V36.9059Z"/><path class="a" d="M19.3261,38.8485a4.6515,4.6515,0,1,0,9.3029,0"/></svg>
Copied!