Between Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Between 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/322564.svg" alt="Between icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322564.svg" alt="Between icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322564.svg" alt="Between icon" :width="24" :height="24" />
CSS background
.icon-between {
background-image: url('https://proicons.com/icon/322564.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-linejoin:round;}</style></defs><path class="c" d="m9.9301,15.7622c.4559.0408.9124.0755,1.3675.1241.4557.0487.9089.121,1.3648.1666,3.4393.3441,4.9531-.7435,5.7421-4.1153.2891-1.2357.3775-2.5253.9788-3.6776.1764-.3381.3395-.6863.5477-1.0044,2.1413-3.2713,6.0307-3.2583,8.1543.0266.6447.9973,1.0344,2.0942,1.2329,3.2642.1619.9542.3507,1.9023.6922,2.8141.6643,1.7737,1.9368,2.6765,3.8298,2.7355,1.0247.032,2.0308-.1139,3.0422-.2348,1.6524-.1976,3.2577-.0696,4.7354.7891,2.1875,1.2712,2.9294,3.6437,1.8306,5.9228-.6994,1.4505-1.85,2.4718-3.2329,3.2532-.9298.5254-1.8907.993-2.7326,1.6707-1.4812,1.1923-1.9175,2.6895-1.4208,4.4979.2852,1.0386.7782,1.9894,1.2214,2.962.6817,1.496,1.0063,3.0462.6276,4.6808-.5937,2.5631-2.7601,3.9507-5.3446,3.4512-1.4985-.2896-2.7606-1.0105-3.8488-2.0618-.6961-.6725-1.3951-1.3409-2.1933-1.8964-1.7751-1.2353-3.2976-1.2295-5.0792.0188-.7963.558-1.4906,1.2314-2.1913,1.899-1.2748,1.2147-2.7492,2.034-4.5397,2.1073-2.7208.1113-4.6077-1.6559-4.7695-4.3788-.0856-1.44.2582-2.7768.874-4.0598.4409-.9186.8838-1.8354,1.141-2.8286.4458-1.7213.0304-3.159-1.3539-4.3144-.8105-.6765-1.7348-1.1576-2.6533-1.6516-.9066-.4876-1.7067-1.1015-2.3982-1.8662-2.7642-3.0571-1.5833-7.0161,2.406-8.05.6454-.1673,1.3015-.2377,1.9699-.2441Z"/></svg>
Copied!