Handyparken Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Handyparken 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/326884.svg" alt="Handyparken icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326884.svg" alt="Handyparken icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326884.svg" alt="Handyparken icon" :width="24" :height="24" />
CSS background
.icon-handyparken {
background-image: url('https://proicons.com/icon/326884.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m30.1025,37.3976l-12.8841-12.8841,4.1873-4.1873c2.4158-2.4158,6.281-2.4158,8.6968,0,2.4158,2.4158,2.4158,6.281,0,8.6968l-4.1873,4.1873"/><path class="c" d="m35.4229,9.2315c-6.3087-6.3087-16.5371-6.3087-22.8458,0-6.3087,6.3087-6.3087,16.5371,0,22.8458l11.4229,11.4227,11.4229-11.4227c6.3087-6.3087,6.3087-16.5371,0-22.8458Z"/></svg>
Copied!