Gardenscapes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gardenscapes 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/326387.svg" alt="Gardenscapes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326387.svg" alt="Gardenscapes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326387.svg" alt="Gardenscapes icon" :width="24" :height="24" />
CSS background
.icon-gardenscapes {
background-image: url('https://proicons.com/icon/326387.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="M25.6401,21.7401c-3.5863,0-6.3845,1.8982-6.3845,4.6963s1.9705,2.7587,3.7046,2.7587,5.8327-1.504,5.8327-3.7275-1.0641-3.7275-3.1528-3.7275Z"/><path class="c" d="M28.0625,22.8552s2.5433-3.3156,5.6173-5.6014c3.074-2.2858,2.404-7.8032-2.3252-7.8032-3.5075,0-7.8491,3.8014-6.7424,12.3444"/><path class="c" d="M20.1637,23.9141c-2.9969-4.7686-8.002-3.8622-7.4502-9.5767.5517-5.7145,9.9261-9.3441,11.7416,4.0573"/><path class="c" d="M19.3039,27.1163c-5.4081-.9163-17.2312.1083-16.2459-4.7391.9853-4.8475,6.7291-4.9148,12.8208-2.3837"/><path class="c" d="M20.7063,28.9668c-4.1455,4.4221-11.747,9.1468-14.4561,4.4846-1.6946-2.9164.7496-5.5679,5.5178-6.9418"/><path class="c" d="M22.9602,29.1951c-.9984,4.5453,3.1791,12.0727,8.263,7.2646,5.0839-4.8081.371-8.2826-3.2235-9.3435"/><path class="c" d="M20.7063,28.9668c-.6426,2.5814-9.8977,6.7835-5.129,9.522,1.2544.7204,5.7802.4295,8.4469-3.3054"/><path class="c" d="M28.7929,25.4676c6.6078-3.8261,14.0958-4.8114,13.7805,1.2972s-7.6714,4.4153-9.9049,3.3309"/><path class="c" d="M33.4524,17.4257c3.8006-2.7992,11.0521-5.1616,11.525,0s-6.6166,4.6099-8.7835,5.1509"/></svg>
Copied!