Moredays Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Moredays 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/329551.svg" alt="Moredays icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329551.svg" alt="Moredays icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329551.svg" alt="Moredays icon" :width="24" :height="24" />
CSS background
.icon-moredays {
background-image: url('https://proicons.com/icon/329551.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="M12.4876,23.6621s-1.149-7.5838,2.4566-10.4688,7.2134.1748,7.8326,2.5261a46.1548,46.1548,0,0,1,.7765,7.3077s1.254-6.3156,3.453-8.5283,4.0032-2.888,6.5608-1.0655c2.2032,1.57,2.1375,2.3847,1.9376,10.7917"/><path class="a" d="M35.6312,26.21a6.6686,6.6686,0,0,1-3.6049,7.4054c-4.8317,2.4885-8.9551,3.082-12.886,1.447s-5.7324-2.8874-6.5166-6.088-.2161-2.78.1454-2.6063a54.83,54.83,0,0,0,11.0926,1.1708C29.8257,27.6472,35.7576,28.1946,35.6312,26.21Z"/><circle class="a" cx="24" cy="24" r="21.5"/></svg>
Copied!