Limbo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Limbo 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/343055.svg" alt="Limbo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343055.svg" alt="Limbo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343055.svg" alt="Limbo icon" :width="24" :height="24" />
CSS background
.icon-limbo {
background-image: url('https://proicons.com/icon/343055.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 xmlns="http://www.w3.org/2000/svg" id="b" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#fff;stroke-width:0px;}</style></defs><path class="c" d="m33.8038,44.5c-.1581-2.1076-.764-4.9528-2.8716-6.3491v-1.8441c2.9243-1.449,7.482-6.4808,7.482-9.9057,0-5.4007-1.9759-10.2218-2.9243-12.2504,3.7669-1.8029,3.909-4.6036,2.292-3.5302,3.2695-1.7667,2.3054-3.4558,1.1855-2.7925.3524-1.103-.9765-2.1227-2.2393-1.6598.7547-2.0812-3.2555-1.8998-4.4786-1.2382.1581-1.8178-.4918-2.3008-7.1131.9484.4618-1.7701-.6514-1.8224-5.269,1.4226-2.5028.5533-2.977,1.9495-2.977,1.9495-3.8871-.4702-8.1624,5.7052-7.7454,8.4831-1.5543.9835-1.4753,2.4764-.2371,1.8178-.685,6.9024,3.7146,10.538,8.0879,13.1988,4.3733,2.6608,5.7168,3.5302,6.5862,4.663-1.7388,1.8178-3.3195,3.899-3.9517,7.0868"/><circle class="d" cx="27.964" cy="23.4241" r=".75"/><circle class="d" cx="34.9399" cy="21.0618" r=".75"/></svg>
Copied!