Go North East Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Go North East 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/326566.svg" alt="Go North East icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326566.svg" alt="Go North East icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326566.svg" alt="Go North East icon" :width="24" :height="24" />
CSS background
.icon-go-north-east {
background-image: url('https://proicons.com/icon/326566.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m22.9725,13.4246c-1.8635-1.0247-3.9565-1.56-6.0831-1.5558-6.8425,0-12.3894,5.4128-12.3894,12.0892s5.5468,12.0882,12.3904,12.0882c6.0731,0,11.1257-4.2642,12.1863-9.8911h-6.2282m6.3923-5.891c1.5409-1.0762,3.3762-1.651,5.2557-1.6458,4.9726,0,9.0036,3.921,9.0036,8.7565s-4.0321,8.7565-9.0046,8.7565c-1.2889.002-2.5639-.2673-3.7419-.7904"/></svg>
Copied!