Seeder Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Seeder 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/347107.svg" alt="Seeder icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347107.svg" alt="Seeder icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347107.svg" alt="Seeder icon" :width="24" :height="24" />
CSS background
.icon-seeder {
background-image: url('https://proicons.com/icon/347107.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><circle class="a" cx="24" cy="24" r="14"/><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M19.0344,30.65C20.1368,31.5758,21.327,32,24,32h1.3546a3.9957,3.9957,0,0,0,3.9913-4h0a3.9957,3.9957,0,0,0-3.9913-4H22.6454a3.9957,3.9957,0,0,1-3.9913-4h0a3.9957,3.9957,0,0,1,3.9913-4H24c2.673,0,3.8632.4242,4.9656,1.35"/><polyline class="a" points="24 2.5 27.963 6.25 24 10"/><polyline class="a" points="24 45.5 20.037 41.75 24 38"/></svg>
Copied!