Oneyoue Icon Pack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Oneyoue Icon Pack 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/345204.svg" alt="Oneyoue Icon Pack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345204.svg" alt="Oneyoue Icon Pack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345204.svg" alt="Oneyoue Icon Pack icon" :width="24" :height="24" />
CSS background
.icon-oneyoue-icon-pack {
background-image: url('https://proicons.com/icon/345204.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m20.83,43.8616c-3.2497-2.7263-7.1098,1.182-9.5061-4.2462-1.4512-3.9857-6.7483-2.5311-6.1094-8.4301.7361-4.1774-4.5786-5.5661-1.0759-10.3554,2.7262-3.2497-1.1821-7.1097,4.246-9.506,3.9857-1.4512,2.5311-6.7483,8.4301-6.1094,4.1774.7361,5.5661-4.5786,10.3554-1.0759,3.2497,2.7262,7.1097-1.1821,9.506,4.246,1.4512,3.9857,6.7483,2.5311,6.1094,8.4301-.7361,4.1774,4.5786,5.5661,1.0759,10.3554-2.7262,3.2497,1.1821,7.1097-4.246,9.506-3.9857,1.4512-2.5311,6.7483-8.4301,6.1094-4.1774-.7361-5.5661,4.5786-10.3554,1.076h0Z"/><polyline class="c" points="18.3585 25.57 15.5464 28.8508 12.7344 25.57"/><line class="c" x1="15.5464" y1="32.1315" x2="15.5464" y2="28.8508"/><circle class="c" cx="23.9238" cy="28.8508" r="3.2807"/><path class="c" d="m30.1102,25.57v3.7494c0,1.5531,1.259,2.8121,2.8121,2.8121s2.8121-1.259,2.8121-2.8121v-3.7494"/><circle class="c" cx="15.5464" cy="19.1493" r="3.2808"/><polyline class="c" points="21.4223 22.43 21.4223 15.8685 27.0464 22.43 27.0464 15.8685"/><line class="c" x1="30.6477" y1="19.1493" x2="34.2657" y2="19.1493"/><polyline class="c" points="35.1969 22.43 30.6477 22.43 30.6477 15.8685 35.1969 15.8685"/></svg>
Copied!