Nice Catch Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nice Catch 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/344758.svg" alt="Nice Catch icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344758.svg" alt="Nice Catch icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344758.svg" alt="Nice Catch icon" :width="24" :height="24" />
CSS background
.icon-nice-catch {
background-image: url('https://proicons.com/icon/344758.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>.j{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="j" d="m35.9205,33.3901c-8.0599-4.51-3.28-9.3799-1.95-14.1499l-1.27-.9-1.18.2-3.67.64-2.71-1.22-2.72-1.23,1.24-2.64,4.88,2,2.98-1.12,2-.75,6.7099,5.76c.95.77.84,1.98.05,3.46l-4.36,9.9499c-.76,1.35-1.2,3.11-4.36,1.91l-9.7999-4.44-2.34-1.46"/><path class="j" d="m14.4006,26.2701l-.14-.09c-1.42-.91.54-3.08,2.56-1.95"/><path id="b" class="j" d="m31.5159,18.5447c.9756,3.5419-3.7775,7.1704-12.0969,10.853"/><path id="c" class="j" d="m31.5177,14.9723c.4797-7.1085-15.1654-15.9873-21.1824-2.3375-1.3793,3.9125,4.7577,5.0275,5.6471,2.587,1.8929-7.2481,9.5467-3.6091,9.5467-.4766"/><path id="d" class="j" d="m19.419,29.3977l-2.9941,3.944c-1.7514,2.3868-6.5524.9355-5.5751-2.2188,1.1287-2.784,3.6976-5.4904,6.817-7.1517"/><path id="e" class="j" d="m18.4595,20.7687l-1.2683,2.8951,2.378,1.2221c1.9134.6795,3.1531-1.8132,1.4268-2.7436l-2.5366-1.3735Z"/><path id="f" class="j" d="m21.7887,17.9796l-1.2204,2.5558,4.6947,2.1764c1.7688.814,2.9268-1.5537,1.3346-2.5082l-4.8089-2.224Z"/><path id="g" class="j" d="m25.1386,17.9544l-.9455,1.1372"/><path id="h" class="j" d="m22.002,21.2l-1.006.9422"/><circle id="i" class="j" cx="9.9185" cy="39.6737" r="2.8267"/></svg>
Copied!