Calendar Tuta 3 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Calendar Tuta 3 icon is commonly used in booking systems, scheduling apps and event listings. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/323353.svg" alt="Calendar Tuta 3 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323353.svg" alt="Calendar Tuta 3 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323353.svg" alt="Calendar Tuta 3 icon" :width="24" :height="24" />
CSS background
.icon-calendar-tuta-3 {
background-image: url('https://proicons.com/icon/323353.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 xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="a"><path class="d" d="M17.8453,33.9854c.7394.833,1.696,1.2146,4.1063,1.2146h.5615c1.9878,0,4.0918-1.6114,4.6995-3.5992h0c.6077-1.9878-.511-3.5992-2.4988-3.5992"/><path class="d" d="M21.5071,22.0027c1.2501-.8303,2.4403-1.2091,4.8486-1.2027l.5589.0033c1.9878,0,3.1065,1.6114,2.4988,3.5992h0c-.6077,1.9878-2.7118,3.5992-4.6995,3.5992"/><line class="d" x1="21.9473" y1="28.0017" x2="24.7139" y2="28.0017"/></g><g id="b"><polygon class="d" points="5.5 42.2697 33.8769 42.2697 42.5 13.8928 14.1231 13.8928 5.5 42.2697"/><polygon class="d" points="42.5 13.8416 14.1231 13.8416 5.5 5.7303 33.8769 5.7303 42.5 13.8416"/><line class="d" x1="5.5" y1="42.2697" x2="5.5" y2="5.7303"/></g></svg>
Copied!