Skiff Calendar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Skiff Calendar 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/347387.svg" alt="Skiff Calendar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347387.svg" alt="Skiff Calendar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347387.svg" alt="Skiff Calendar icon" :width="24" :height="24" />
CSS background
.icon-skiff-calendar {
background-image: url('https://proicons.com/icon/347387.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><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="5" ry="5"/><path class="c" d="M5.47,16.13h37M15.35,30.43c-.0111,2.7504,2.2096,4.9889,4.9599,5,.0134,0,.0267,0,.0401,0,2.6675-.0039,4.8269-2.1695,4.823-4.837,0-.0543-.0011-.1087-.003-.163v-5c.0337-2.7054-2.1152-4.9345-4.82-5-2.7391.0532-4.9468,2.2609-5,5v5ZM32.65,20.43v15M28.9,22.5l3.75-2.06M17.2,13.57l1.75-5.27,1.74,5.27M20.12,11.83h-2.34M22.25,13.6v-5.29h1.73c.9775.0001,1.7699.7927,1.7697,1.7703-.0001.9773-.7924,1.7696-1.7697,1.7697h-1.73M29.03,11.89l1.73,1.72M27.31,13.61v-5.25h1.72c.9775.0001,1.7699.7927,1.7697,1.7703-.0001.9773-.7924,1.7696-1.7697,1.7697h-1.72"/></svg>
Copied!