Tuesdays Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tuesdays 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/334345.svg" alt="Tuesdays icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334345.svg" alt="Tuesdays icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334345.svg" alt="Tuesdays icon" :width="24" :height="24" />
CSS background
.icon-tuesdays {
background-image: url('https://proicons.com/icon/334345.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><line class="c" x1="10.5" y1="14.0513" x2="16.0923" y2="14.0513"/><line class="c" x1="13.2961" y1="22.4924" x2="13.2961" y2="14.0513"/><polyline class="c" points="30.343 25.5076 27.5469 29.7281 24.7508 25.5076"/><line class="c" x1="27.5469" y1="33.9487" x2="27.5469" y2="29.7281"/><path class="c" d="M32.0749,21.5675c.5176.6739,1.1667.9249,2.0697.9249h1.2497c1.163,0,2.1057-.9428,2.1057-2.1057v-.0091c0-1.163-.9428-2.1057-2.1057-2.1057h-1.3785c-1.1642,0-2.108-.9438-2.108-2.108h0c0-1.1667.9458-2.1126,2.1126-2.1126h1.2429c.903,0,1.5521.251,2.0697.9249"/><path class="c" d="M32.0749,33.0238c.5176.6739,1.1667.9249,2.0697.9249h1.2497c1.163,0,2.1057-.9428,2.1057-2.1057v-.0091c0-1.163-.9428-2.1057-2.1057-2.1057h-1.3785c-1.1642,0-2.108-.9438-2.108-2.108h0c0-1.1667.9458-2.1126,2.1126-2.1126h1.2429c.903,0,1.5521.251,2.0697.9249"/><path class="c" d="M18.2553,14.0513v5.645c0,1.5443,1.2519,2.7961,2.7961,2.7961s2.7961-1.2519,2.7961-2.7961v-5.645"/><line class="c" x1="26.1224" y1="18.2719" x2="28.8742" y2="18.2719"/><polyline class="c" points="30.343 22.4924 26.1224 22.4924 26.1224 14.0513 30.343 14.0513"/><path class="c" d="M10.7958,33.9487v-8.4411h1.8993c2.0396,0,3.693,1.6534,3.693,3.693v1.0551c0,2.0396-1.6534,3.693-3.693,3.693h-1.8993Z"/><line class="c" x1="22.9213" y1="31.1525" x2="19.1815" y2="31.1525"/><polyline class="c" points="18.2553 33.9487 21.0514 25.5075 23.8476 33.9487"/></svg>
Copied!