Theme Park Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Theme Park 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/333903.svg" alt="Theme Park icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333903.svg" alt="Theme Park icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333903.svg" alt="Theme Park icon" :width="24" :height="24" />
CSS background
.icon-theme-park {
background-image: url('https://proicons.com/icon/333903.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:#000;}.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m40.9815,17.2575c.6418,1.8494.9905,3.8357.9905,5.9036,0,6.2336-3.1689,11.727-7.9836,14.9573"/><path class="d" d="m6.9149,28.9182c-.6098-1.8076-.9404-3.7438-.9404-5.7571C5.9745,13.2207,14.0328,5.1623,23.9733,5.1623c2.6296,0,5.1275.5639,7.3793,1.5774"/><path class="d" d="m21.1053,27.4812c-1.3965-.929-2.3169-2.5171-2.3169-4.3201,0-2.8635,2.3213-5.1848,5.1848-5.1848s5.1848,2.3213,5.1848,5.1848c0,1.7822-.8992,3.3545-2.2687,4.2877"/><rect class="d" x="30.385" y="6.0193" width="11.7837" height="11.7837" rx="2.8593" ry="2.8593"/><g><circle class="c" cx="33.8797" cy="9.9472" r=".75"/><circle class="c" cx="38.674" cy="9.9472" r=".75"/></g><rect class="d" x="6.5865" y="27.3664" width="11.7837" height="11.7837" rx="2.8593" ry="2.8593"/><g><circle class="c" cx="10.0812" cy="31.2943" r=".75"/><circle class="c" cx="14.8755" cy="31.2943" r=".75"/></g><path class="d" d="m13.3413,39.1501l-1.516,2.2785c-.7779,1.1692.0603,2.7337,1.4646,2.7337h21.4362c1.4044,0,2.2426-1.5645,1.4646-2.7337l-10.7181-16.1089c-.6961-1.0463-2.2331-1.0463-2.9293,0l-4.1732,6.2722"/><line class="d" x1="23.9733" y1="17.9763" x2="23.9733" y2="5.169"/><line class="d" x1="29.1581" y1="23.1611" x2="41.972" y2="23.1611"/><line class="d" x1="18.7884" y1="23.1611" x2="5.9745" y2="23.1611"/></svg>
Copied!