Bad North Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bad North 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/336875.svg" alt="Bad North icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336875.svg" alt="Bad North icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336875.svg" alt="Bad North icon" :width="24" :height="24" />
CSS background
.icon-bad-north {
background-image: url('https://proicons.com/icon/336875.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="M8.3699,28.7371c-2.0221-10.3764,7.3332-17.6049,12.0281-18.5266"/><path class="c" d="M23.713,26.5583c-1.0247,0-4.6932-1.9676-4.6932-1.9676"/><path class="c" d="M23.508,30.7391c-.9837.9837-1.9401,1.7761-2.0494,3.1697,1.4482.4645,4.7273-.164,4.7273-.164-.3279-.9837-1.6942-2.3226-2.6779-3.0058Z"/><circle class="c" cx="24.0545" cy="39.5105" r="1.2843"/><path class="c" d="M14.5453,28.4164c1.7215,0,4.0988,2.7599,4.0988,4.2354s-2.0221,2.0494-4.5906,2.0494-2.9785-2.186-2.9785-3.4976,1.4756-2.7872,3.4703-2.7872Z"/><path class="c" d="M23.713,43.5c1.4073,0,3.9485-.3279,3.9485-.3279,0,0,.3826-1.1477.3279-3.5916,1.6395-.4765,9.6731-3.4037,9.6731-3.4037,0,0,2.186-3.2764,2.186-5.5171s-4.0646-5.1056-5.9569-5.3583c-1.4806-.1978-2.7325-.1093-5.4651,1.7524.1093-8.2486-1.7488-19.0767-1.7488-19.0767,0,0-.7651-.4919-2.9648-.4919s-2.9648.4919-2.9648.4919c0,0-1.8581,10.8281-1.7488,19.0767-2.7325-1.8617-3.9845-1.9502-5.4651-1.7524-1.8923.2528-5.9569,3.1177-5.9569,5.3583s2.186,5.5171,2.186,5.5171c0,0,8.0336,2.9272,9.6731,3.4037-.0547,2.4439.3279,3.5916.3279,3.5916,0,0,2.5413.3279,3.9485.3279Z"/><path class="c" d="M39.056,28.7371c2.0221-10.3764-7.3332-17.6049-12.0281-18.5266"/><path class="c" d="M27.9968,18.1739h-8.5678"/><path class="c" d="M28.161,20.0838s-3.2047.2171-4.448.2171-4.448-.2171-4.448-.2171"/><path class="c" d="M23.713,26.5583c1.0247,0,4.6932-1.9676,4.6932-1.9676"/><path class="c" d="M32.8806,28.4164c-1.7215,0-4.0988,2.7599-4.0988,4.2354s2.0221,2.0494,4.5906,2.0494,2.9785-2.186,2.9785-3.4976-1.4756-2.7872-3.4703-2.7872Z"/><line class="c" x1="14.4633" y1="15.2183" x2="6.4128" y2="6.2351"/><line class="c" x1="7.2495" y1="18.6067" x2="10.6378" y2="19.7543"/><path class="c" d="M11.9959,12.465l.6021-3.1925-3.2951-3.6816s-1.5283,2.13-1.5259,2.1666l-2.5761,1.1101,3.4669,3.871,3.328-.2735Z"/></svg>
Copied!