Vacation Days Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vacation Days 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/349191.svg" alt="Vacation Days icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349191.svg" alt="Vacation Days icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349191.svg" alt="Vacation Days icon" :width="24" :height="24" />
CSS background
.icon-vacation-days {
background-image: url('https://proicons.com/icon/349191.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M11.2868,42.0307A21.5408,21.5408,0,0,1,41.4543,11.332"/><path class="a" d="M41.4543,11.332,11.2868,42.0307"/><path class="a" d="M19.6622,33.5078C2.6425,10.55,12.7864,2.6557,33.38,19.5481"/><path class="a" d="M29.6523,29.3815,42.5,42.2009"/></svg>
Copied!