Sameday Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sameday 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/346906.svg" alt="Sameday icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346906.svg" alt="Sameday icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346906.svg" alt="Sameday icon" :width="24" :height="24" />
CSS background
.icon-sameday {
background-image: url('https://proicons.com/icon/346906.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M15.2806,36.6788l6.604-22.4113M21.9091,14.289l2.0909,11.8136,2.0909-11.8136M26.1154,14.2675l6.604,22.4113M33.6287,7.546l7.5681,23.0511M41.1968,30.5971l-13.6518-17.6524M14.3714,7.546l-7.5671,23.0511h0M6.8042,30.5971l13.6518-17.6524M11.5779,5.0651l-7.5779,23.5205,20,14.3494,20-14.3494-7.5769-23.5205H11.5779ZM36.4241,5.0651l-12.4241,11.0905L11.5759,5.0651M14.1097,21.1497l3.1158,8.931h13.5499l3.1158-8.931"/></svg>
Copied!