Wormhole 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wormhole 2 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/335276.svg" alt="Wormhole 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335276.svg" alt="Wormhole 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335276.svg" alt="Wormhole 2 icon" :width="24" :height="24" />
CSS background
.icon-wormhole-2 {
background-image: url('https://proicons.com/icon/335276.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-miterlimit:10;}</style></defs><path class="c" d="m33.1494,45.5c3.9225-2.5179,7.1296-6.0046,9.3116-10.1234,1.8223-3.23,2.8494-6.8475,2.9964-10.5531.177-3.7303-.6473-7.44-2.3876-10.7442-2.3376-4.2164-6.0008-7.544-10.4218-9.4668-3.6388-1.7381-7.691-2.4245-11.6992-1.9817-5.7694.8133-10.9722,3.9049-14.4449,8.5834-2.9772,3.7629-4.3729,8.5368-3.8918,13.3108.6448,4.379,2.2925,9.2823,5.6257,12.1945,1.2569,1.0981,4.6262,5.126,14.9553,3.8024,4.7457-.6699,8.9913-3.3038,11.6992-7.2583,2.1752-3.25,3.0014-7.2184,2.304-11.0665-.7949-4.1383-3.3475-7.7276-6.9956-9.8369-4.2284-2.3966-9.4047-2.3966-13.6331,0-2.9,1.7327-4.9301,4.613-5.587,7.9268-.5933,3.296.372,6.681,2.6144,9.1683,3.1397,3.1397,8.8341,4.4767,12.7617,1.7191,2.8483-2.0493,4.1969-5.6019,3.4262-9.0251-.1433-.585-1.0028-3.9873-4.0112-4.9065-2.7577-.8476-6.3868.6805-7.2344,3.5217-.3628,1.6074-.01,3.293.967,4.62"/></svg>
Copied!