Newdays Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Newdays 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/344694.svg" alt="Newdays icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344694.svg" alt="Newdays icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344694.svg" alt="Newdays icon" :width="24" :height="24" />
CSS background
.icon-newdays {
background-image: url('https://proicons.com/icon/344694.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="d" d="m13.521 21.65.7579-8 4.5421 8 .7579-8"/><path class="d" d="m34.178 16.35-1.65 5.3-1.65-5.3-1.65 5.3-1.65-5.3"/><path class="d" d="m32.253 31.203c.36517.30665.75944.44716 1.6449.44716h.44869c.7302 0 1.3222-.59322 1.3222-1.325v-3e-6c0-.73178-.59195-1.325-1.3222-1.325h-.89739c-.7302 0-1.3222-.59322-1.3222-1.325v-2e-6c0-.73178.59195-1.325 1.3222-1.325h.4487c.88542 0 1.2797.14051 1.6449.44716"/><line class="d" x1="28.258" x2="26.127" y1="31.65" y2="26.35"/><path class="d" d="m30.127 26.35-2.5396 7.1992c-.16928.47987-.62281.8008-1.1317.8008h-.32873"/><path class="d" d="m12.331 23.65h2.7999c1.933 0 3.3515 1.567 3.1684 3.5l-.09474 1c-.18312 1.933-1.8986 3.5-3.8316 3.5h-1.8l.7579-8"/><path class="d" d="m25.316 20.641c-.34447.60292-.99366 1.0093-1.7378 1.0093h-1e-5c-1.1046 0-2-.89543-2-2v-1.3c0-1.1046.89542-2 2-2h1e-5c1.1046 0 2 .89543 2 2v.65h-4"/><path class="d" d="m24.123 29.65c0 1.1046-.88863 2-1.9848 2h-.69657c-.72623 0-1.3149-.59322-1.3149-1.325s.58871-1.325 1.3149-1.325l2.6851 3e-6"/><path class="d" d="m20.627 26.875c.48196-.4827.81973-.525 1.75-.525 1.0561 0 1.75.46451 1.75 1.7201v3.5799"/><path class="d" d="m34.178 14.35c-1.1599.66966-4.1405.40001-5.6333 0s-4.4735-.66966-5.6333 0"/></svg>
Copied!