Seterra Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Seterra 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/332613.svg" alt="Seterra icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332613.svg" alt="Seterra icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332613.svg" alt="Seterra icon" :width="24" :height="24" />
CSS background
.icon-seterra {
background-image: url('https://proicons.com/icon/332613.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>.k{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="c" class="k" cx="23.9184" cy="25.0327" r="21.5"/><path id="d" class="k" d="m23.9184,3.5327v43"/><path id="e" class="k" d="m25.626,3.6006c11.678,5.6226,11.4756,36.3083,0,42.9064"/><path id="f" class="k" d="m22.1603,3.6047c-11.2475,5.9366-11.9841,36.2722,0,42.856"/><path id="g" class="k" d="m45.4184,25.0327H2.4184"/><path id="h" class="k" d="m5.4602,14.0078c12.2807,2.8548,24.5779,2.8815,36.892,0"/><path id="i" class="k" d="m5.3169,35.8138c12.5667-2.6746,24.9067-2.5946,37.0398,0"/><path id="j" class="k" d="m26.9575,20.3177c8.5795-1.5077,8.6212-4.9704,8.2793-6.1345-1.4038-4.7802-15.5763-.4216-15.1579,6.6848.3203,5.4401,11.4676,6.3339,11.3059,11.3059-.1889,5.8088-18.655,8.0964-18.6048,2.3701.0374-4.2594,4.7473-4.0504,9.0248-3.7709"/></svg>
Copied!