Tata Neu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tata Neu 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/333697.svg" alt="Tata Neu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333697.svg" alt="Tata Neu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333697.svg" alt="Tata Neu icon" :width="24" :height="24" />
CSS background
.icon-tata-neu {
background-image: url('https://proicons.com/icon/333697.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><path d="m6.3831 31.256 6.3679-16.108c1.49-4.3443 5.2217-4.8152 6.7893-0.47391 1.2898 4.8137 2.9778 9.078 2.9778 9.078l5.39-12.185c3.9373-6.8196 14.723-1.3633 10.571 6.1031l-12.014 21.603c-0.99954 1.9696-7.5946 5.9474-9.3661-1.3172-0.95427-5.034-2.3607-13.859-2.3607-13.859l-5.1073 8.6155c-0.88335 1.53-4.0232 1.4213-3.2476-1.457z" style="paint-order:stroke fill markers"/><path d="m22.518 23.752-5.6311 12.68" style="paint-order:stroke fill markers"/><path d="m14.738 24.097-1.6957-9.4157" style="paint-order:stroke fill markers"/></g></svg>
Copied!