Illimity Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Illimity 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/341902.svg" alt="Illimity icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341902.svg" alt="Illimity icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341902.svg" alt="Illimity icon" :width="24" :height="24" />
CSS background
.icon-illimity {
background-image: url('https://proicons.com/icon/341902.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="m30.841,9.837C15.686-1.558-5.587,21.34,10.183,33.194c2.032,1.528,5.196,2.407,7.583,3.479,1.958.88,3.132,2.04,4.955,2.506,14.078,3.596,26.542-3.55,18.24-22.343-.743-1.682-3.383-4.555-5.018-5.397-13.219-6.805-10.338,12.107-11.932,18.424-.649,2.572-1.489,3.955-2.909,5.271-1.033.957-2.911,2.409-3.669,1.222-2.452-3.841-5.449-11.102.465-13.407,3.312-1.291,7.963,2.545,11.721,1.054,7.688-3.049,5.434-8.915,3.162-13.787"/></svg>
Copied!