Neobt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Neobt 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/330069.svg" alt="Neobt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330069.svg" alt="Neobt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330069.svg" alt="Neobt icon" :width="24" :height="24" />
CSS background
.icon-neobt {
background-image: url('https://proicons.com/icon/330069.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="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="m31.329,5.7608c-.5298,5.3578-1.4225,11.1636-1.4225,11.1636-5.4156-.6262-9.3004-.1392-9.3004-.1392-.0116,3.4094-.7886,8.3263-.7886,8.3263l4.1825,6.1229s2.8064-2.1492,4.1515-4.4067c0,0-.4832-3.363-.5644-5.9954l-2.8179-.0928.0348-11.1906c6.4631-.0771,10.7152,1.2679,14.7739,2.4353-1.6235,9.1844-.4639,12.903.5489,15.949-2.845,7.8933-9.6174,13.3437-16.1269,16.4748-7.1048-2.8759-12.9726-10.6456-16.1269-18.2529,1.1133-3.0383,2.3193-8.8597.5798-18.0905,12.7561-4.1515,22.876-2.3038,22.876-2.3038Z"/></svg>
Copied!