Voidpet Garden Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Voidpet Garden 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/334865.svg" alt="Voidpet Garden icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334865.svg" alt="Voidpet Garden icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334865.svg" alt="Voidpet Garden icon" :width="24" :height="24" />
CSS background
.icon-voidpet-garden {
background-image: url('https://proicons.com/icon/334865.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:#000;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#000;stroke-width:0px;}</style></defs><path class="b" d="m22.0766,10.1336c-5.2832,4.104-3.3426,11.1514-4.6332,13.2405-1.2999,2.0984-8.0502,8.1616-12.9434,2.3027.7242,11.3556,12.5998,17.2238,21.8849,12.6555,9.2851-4.5497,5.1625-12.7205,8.078-14.2433,2.9248-1.5135,4.8654-2.2563,6.7781-4.3176,1.9034-2.0427,3.9554-10.3157-.0093-10.3157s-13.8719-3.4355-19.1551.6778Z"/><circle class="b" cx="29.5047" cy="18.0166" r="3.6676"/><circle class="c" cx="28.7547" cy="18.7666" r=".75"/></svg>
Copied!