Worldcoin Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Worldcoin 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/349831.svg" alt="Worldcoin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349831.svg" alt="Worldcoin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349831.svg" alt="Worldcoin icon" :width="24" :height="24" />
CSS background
.icon-worldcoin {
background-image: url('https://proicons.com/icon/349831.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="a" 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 id="b" class="c" d="m2.5,24.015C2.5,12.133,12.126,2.5,24,2.5c7.91,0,14.821,4.274,18.555,10.64m0,0c1.9342,3.2974,2.951,7.0522,2.945,10.875m0,0H13.68c0-4.575,2.58-10.875,12.652-10.875h16.223m-28.875,10.845H2.5c0,11.882,9.626,21.515,21.5,21.515,7.91,0,14.821-4.274,18.555-10.64m0,0c1.9342-3.2974,2.951-7.0522,2.945-10.875m-31.82,0c0,4.575,2.58,10.875,12.652,10.875h16.223"/></svg>
Copied!