Algida Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Algida 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/321596.svg" alt="Algida icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321596.svg" alt="Algida icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321596.svg" alt="Algida icon" :width="24" :height="24" />
CSS background
.icon-algida {
background-image: url('https://proicons.com/icon/321596.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m34.4882,33.5061c7.2963-4.4565,9.134-8.6119,9.134-11.847,0-5.2117-9.5348-12.3453-19.7353-4.5217-10.0073-7.8236-19.2647-.6901-19.2647,4.5217,0,6.174,11.3116,12.8006,19.2647,12.6659,1.9243-.0326,6.9224-3.3478,9.0215-5.7329,2.5063-2.8477,3.842-4.9768,3.1078-6.933-1.2217-3.2551-7.8719-3.2551-12.1294,1.1004-4.0673-4.3556-10.8049-4.3556-11.9696-1.1004-.9864,2.7569,3.649,6.5911,10.5343,8.6846"/></svg>
Copied!