Calendar Tuta 30 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Calendar Tuta 30 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/323354.svg" alt="Calendar Tuta 30 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323354.svg" alt="Calendar Tuta 30 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323354.svg" alt="Calendar Tuta 30 icon" :width="24" :height="24" />
CSS background
.icon-calendar-tuta-30 {
background-image: url('https://proicons.com/icon/323354.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="M24.6278,30.4064c-.8153,2.6667.6658,4.8,3.3325,4.8s5.2744-2.1333,6.0897-4.8l1.4675-4.8c.8153-2.6667-.6658-4.8-3.1547-4.8s-5.4522,2.1333-6.2675,4.8l-1.4675,4.8Z"/><path class="d" d="M11.3019,34.107c.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="M14.9637,22.1244c1.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="15.4039" y1="28.1233" x2="18.1705" y2="28.1233"/></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!