Rospikes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rospikes 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/346788.svg" alt="Rospikes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346788.svg" alt="Rospikes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346788.svg" alt="Rospikes icon" :width="24" :height="24" />
CSS background
.icon-rospikes {
background-image: url('https://proicons.com/icon/346788.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="b" points="26.7556 12.519 24.0482 9.8117 21.3409 12.519"/><polyline class="b" points="26.7556 35.5813 24.0482 38.2886 21.3409 35.5813"/><polyline class="b" points="35.5794 26.7575 38.2867 24.0501 35.5794 21.3428"/><polyline class="b" points="12.5171 26.7575 9.8098 24.0501 12.5171 21.3428"/><circle class="b" cx="24.0482" cy="24.0501" r="3.5095"/><path class="b" d="M38.387,17.8333h-8.122V9.7114c0-2.3062-1.9051-4.2114-4.2114-4.2114h-3.9106c-2.3062,0-4.2114,1.9051-4.2114,4.2114v8.122H9.7095c-2.3062,0-4.2114,1.9051-4.2114,4.2114v3.9106c0,2.3062,1.9051,4.2114,4.2114,4.2114h8.122v8.122c0,2.3062,1.9051,4.2114,4.2114,4.2114h3.9106c2.3062,0,4.2114-1.9052,4.2114-4.2114v-8.122h8.122c2.3062,0,4.2114-1.9051,4.2114-4.2114v-3.9106c.1003-2.3062-1.8049-4.2114-4.1111-4.2114Z"/></svg>
Copied!