Plantnet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Plantnet 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/345913.svg" alt="Plantnet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345913.svg" alt="Plantnet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345913.svg" alt="Plantnet icon" :width="24" :height="24" />
CSS background
.icon-plantnet {
background-image: url('https://proicons.com/icon/345913.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M30.323,10.8785c-10.3586,7.3944-7.3466,20.4462-7.3466,20.4462l2.247-4.255m5.1-16.1912c4.2451,11.9982-5.7076,20.9629-5.7076,20.9629l.5995-4.7743"/><path class="a" d="M12.2194,13.2052c5.3546.3506,9.8167,5.8008,9.8167,5.8008a17.16,17.16,0,0,0-1.0518,9.9761C16.0236,24.6393,11.4231,20.1346,12.2194,13.2052Z"/><path class="a" d="M2.9482,29.9183a45.41,45.41,0,0,0,20.3665,7.2032C19.6773,28.7,13.2117,25.6818,2.9482,29.9183Z"/><path class="a" d="M24.749,37.0752C35.7744,36.5163,45.0412,30.0629,45.0518,30,35.6724,25.955,28.8589,28.201,24.749,37.0752Z"/></svg>
Copied!