Indoasis Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Indoasis 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/327404.svg" alt="Indoasis icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327404.svg" alt="Indoasis icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327404.svg" alt="Indoasis icon" :width="24" :height="24" />
CSS background
.icon-indoasis {
background-image: url('https://proicons.com/icon/327404.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m13.5808,20.0218l-.0119-.0119c-.4032-1.1027-.6403-2.4189-.6403-3.9841,0-10.4464,14.6913-10.0432,18.8414-7.8496l1.0079-3.0948,6.5453,11.6677-4.6837,1.9565h-.0119l-6.0947,2.5493-2.4426,1.0197,1.66-3.6876c-6.9366-2.2173-6.2726,5.1935-2.6205,7.3042-.5692.0356-2.241.1186-4.1619-.2371h-.0119"/><path class="c" d="m26.4816,38.6142v.0119c-.7589.9012-1.7668,1.743-3.0948,2.5138-9.0353,5.2173-16.0431-7.7073-16.2209-12.4028l-3.1659.6759,6.8299-11.5017,2.7391,2.0988,7.3872,5.6441h.0119l1.2569.9604-4.0315.4032c1.5533,7.1144,7.648,2.8339,7.648-1.3873.3083.4743,1.1976,1.8616,1.8498,3.6758"/><path class="c" d="m28.533,21.255c-1.9446,1.8023-3.0829,3.9841-3.4031,4.6362,3.6521-2.0988,10.3989,1.0316,5.0157,5.9406l-2.3596-3.2845-.0949.7589-1.2095,9.3081-.5336,4.1501,13.3751.1541-2.1699-2.4071c3.9722-2.5019,11.6677-15.0233,2.6205-20.2406-1.8972-1.0909-3.6046-1.5415-5.1461-1.5652"/></svg>
Copied!