Betwixt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Betwixt 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/337124.svg" alt="Betwixt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337124.svg" alt="Betwixt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337124.svg" alt="Betwixt icon" :width="24" :height="24" />
CSS background
.icon-betwixt {
background-image: url('https://proicons.com/icon/337124.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path class="d" d="m10.9566,43.499h12.7008s15.2097.3143,15.2097-10.3481-13.5892-10.7544-17.2481-10.7544"/><path class="d" d="m10.9566,4.5083h13.0669s12.3347-.6267,12.3347,8.9901-12.2302,8.8857-16.098,8.8857h-2.575"/><path class="d" d="m17.6845,27.2597c5.5286,4.7175,7.4549,14.5643.594,16.2377"/><path class="d" d="m13.3555,6.9247c-2.2438.4796-8.1248,10.5348-.2473,17.7376"/><path class="d" d="m17.5832,43.4989c7.4346-.3188,20.7273-5.5749,19.1776-16.4406"/><path class="d" d="m17.9927,22.3841c3.6457-.2359,5.7312-2.7153,7.4665-4.3328,2.4326-2.2671,4.0421-7.3817,9.9476-7.7336"/><path class="d" d="m13.3554,4.5083v38.9907"/><path class="d" d="m17.6849,4.5083v38.9907"/><path class="d" d="m28.4273,14.3469c1.2914.0721,1.7162.4246,2.1777,1.4466"/><path class="d" d="m10.1566,25.115c1.1767.537,1.7168.4226,2.6007-.2674"/><path class="d" d="m21.2163,27.2654c-1.0168.7995-1.3048,1.6097-1.0969,2.7117"/><path class="d" d="m29.71,37.7662c-1.0139.8031-1.158,1.336-.9462,2.4372"/><path class="d" d="m11.2442,38.8814c.4511,1.2122.9136,1.5137,2.0264,1.6519"/><path class="d" d="m19.1291,22.2411c.1082-1.2889.4725-1.7037,1.507-2.1364"/></g></svg>
Copied!