Park Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Park Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/345538.svg" alt="Park Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345538.svg" alt="Park Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345538.svg" alt="Park Plus icon" :width="24" :height="24" />
CSS background
.icon-park-plus {
background-image: url('https://proicons.com/icon/345538.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M27.2512,14.7767c.089-.327.423-.59.7499-.59h2.1368c.326,0,.517.263.428.59l-.9759,3.5847h13.8419c.8539-6.1545-6.4405-9.0713-15.6218-9.0713h-15.8838c-1.2919,5.3406.608,9.0713,9.7792,9.0713h4.5696l.9759-3.5847ZM42.976,20.8583c-.292,4.1627-3.2897,8.6913-17.2686,8.6913h-5.8915c-1.5699,0-2.4908.552-2.8768,1.7669l-.6499,2.0448c-.7729,2.4338-1.8269,5.4566-6.2655,5.3456h-5.5236c1.8999-8.1184,3.6657-17.8486,16.0117-17.8486h5.0836l-.9849,3.6177c-.089.327.102.59.429.59h2.1368c.326,0,.6599-.263.7499-.59l1.0159-3.6177h14.0339Z"/></svg>
Copied!