Resq Club Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Resq Club 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/332108.svg" alt="Resq Club icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332108.svg" alt="Resq Club icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332108.svg" alt="Resq Club icon" :width="24" :height="24" />
CSS background
.icon-resq-club {
background-image: url('https://proicons.com/icon/332108.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="M28.2675,38.0891c-7.2169,4.1006-16.3541,2.2314-21.381-4.3737-5.0272-6.6049-4.3945-15.9098,1.4804-21.7735,5.8747-5.8636,15.1804-6.4787,21.7757-1.4393,6.5954,5.0394,8.4472,14.1799,4.3331,21.3889"/><path class="c" d="M26.4277,36.2187c-6.1601,3.1182-13.6727,1.3016-17.7275-4.2866-4.0548-5.5879-3.4519-13.2932,1.4228-18.1824,4.8747-4.8897,12.5788-5.5156,18.179-1.4769,5.5999,4.0381,7.4388,11.5448,4.3394,17.7139"/><path class="c" d="M24.4688,34.1305c-5.0101,2.1036-10.8082.3573-13.8234-4.1632-3.0149-4.5207-2.3993-10.5448,1.4679-14.3621,3.8674-3.8174,9.8992-4.3545,14.3803-1.2806,4.4808,3.0739,6.1513,8.8943,3.9827,13.8767"/><path class="c" d="M15.2676,31.626s5.17-6.1079,12.0754,2.7454c4.5168,5.7906,11.1337,9.2011,17.157,3.882"/><path class="c" d="M13.3132,30.2808s6.2421-7.8963,15.3796,2.0026c3.8286,5.1381,8.8373,8.839,14.4676,4.0335"/><path class="c" d="M11.7967,28.365s7.5341-8.9657,17.2931.8628c3.5438,3.569,6.9389,9.4301,11.8962,5.6136"/></svg>
Copied!