Netshoes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Netshoes 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/344667.svg" alt="Netshoes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344667.svg" alt="Netshoes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344667.svg" alt="Netshoes icon" :width="24" :height="24" />
CSS background
.icon-netshoes {
background-image: url('https://proicons.com/icon/344667.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M43.5,11.5925l-3.2868,14.7421c-1.7846,8.0041-6.9132,11.6324-11.5505,9.4323-3.4334-1.6289-4.0727-7.3542-4.6626-11.767-.59-4.4128-1.2292-10.1381-4.6626-11.767-4.6374-2.2001-9.766,1.4282-11.5506,9.4323l-3.2868,14.7421"/></svg>
Copied!