Warpinator Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Warpinator 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/334989.svg" alt="Warpinator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334989.svg" alt="Warpinator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334989.svg" alt="Warpinator icon" :width="24" :height="24" />
CSS background
.icon-warpinator {
background-image: url('https://proicons.com/icon/334989.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,.b,.c{fill:none;stroke:#000;stroke-linecap:round;}.a{stroke-linejoin:round;}.b,.c{stroke-dasharray:1 2;}.c{stroke-dashoffset:4.5px;}</style></defs><circle class="a" cx="21.4429" cy="23.0109" r="6.3578"/><circle class="a" cx="9.3701" cy="8.0489" r="3.0489"/><circle class="a" cx="11.1139" cy="39.1823" r="3.8177"/><circle class="a" cx="38.3184" cy="21.6876" r="3.3604"/><path class="b" d="M11.4762,10.8019l5.7718,7.2988"/><path class="c" d="M27.67,22.5862l6.0956-.4357"/><path class="b" d="M14.0306,34.38l3.3921-5.7076"/></svg>
Copied!