Park4night Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Park4night 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/345536.svg" alt="Park4night icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345536.svg" alt="Park4night icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345536.svg" alt="Park4night icon" :width="24" :height="24" />
CSS background
.icon-park4night {
background-image: url('https://proicons.com/icon/345536.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="M12.9122,10.0377a8.3077,8.3077,0,0,1-7.103,12.6215q-.1546.0008-.3092-.0043a8.3092,8.3092,0,0,0,15.4139-4.3106c.0006-5.0752-4.6652-8.2444-8.0006-8.3109Z"/><path class="a" d="M17.5663,7.8215a12.0675,12.0675,0,0,1,6.6708,6.9811H40.8589L35.5621,7.8215Z"/><path class="a" d="M13.91,35.8568c4.1443-.01,8.189-.002,12.3,0a6.3135,6.3135,0,0,1,12.5993,0c.9064,0,1.8284,0,2.737,0A2.0422,2.0422,0,0,0,42.5,34.3941v-8.51L35.2972,18.127H24.2161c-.1,6.15-5.5074,13.63-10.2833,17.73Z"/><circle class="a" cx="32.6367" cy="36.3001" r="3.8784"/><path class="a" d="M28.6474,20.3432v5.2082H39.3962l-4.6541-5.2082Z"/></svg>
Copied!