Euclidea Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Euclidea 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/340115.svg" alt="Euclidea icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340115.svg" alt="Euclidea icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340115.svg" alt="Euclidea icon" :width="24" :height="24" />
CSS background
.icon-euclidea {
background-image: url('https://proicons.com/icon/340115.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="d" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M24.3178,25.142c-3.3036,0-6.2369-.9814-7.2831-2.4366-1.0461-1.4552.0293-3.0581,2.6702-3.9798,2.641-.9217,6.2554-.9556,8.9743-.0842"/><path class="e" d="M38.362,37.4953c-2.6057,4.3649-10.0873,6.8355-17.4123,5.75-7.325-1.0853-12.1767-5.3834-11.2917-10.0031.8848-4.6197,7.2263-8.1,14.759-8.1"/><path class="e" d="M38.7328,34.7038l-.7543-2.8109-2.8172-3.6461-5.6474-23.6821"/><path class="e" d="M37.9865,31.9226l.2967-4.4618-5.6038-22.9608"/><path class="e" d="M17.5316,4.5192l-5.2505,19.3665-2.5723,3.5614-.4417-4.4907L14.4264,4.5336"/></svg>
Copied!