Snkrs Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Snkrs 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/333011.svg" alt="Snkrs icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333011.svg" alt="Snkrs icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333011.svg" alt="Snkrs icon" :width="24" :height="24" />
CSS background
.icon-snkrs {
background-image: url('https://proicons.com/icon/333011.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.l{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="l" d="M28.0189,34.893v-7.3712h2.4131c1.3643,0,2.4703,1.1083,2.4703,2.4755s-1.106,2.4755-2.4703,2.4755h-2.4131"/><line id="d" class="l" x1="30.432" y1="32.473" x2="32.8451" y2="34.8912"/></g><g id="e"><line id="f" class="l" x1="22.1269" y1="27.5218" x2="22.1269" y2="34.893"/><line id="g" class="l" x1="22.1269" y1="32.3255" x2="26.0889" y2="27.5466"/><line id="h" class="l" x1="26.0889" y1="34.893" x2="23.0539" y2="31.2074"/></g><polyline id="i" class="l" points="15.3135 34.893 15.3135 27.5218 20.1969 34.893 20.1969 27.5218"/><path id="j" class="l" d="M34.7626,34.0854c.452.5885,1.0188.8076,1.8073.8076h1.0913c1.0156,0,1.8388-.8233,1.8388-1.8388v-.0079c0-1.0156-.8233-1.8388-1.8388-1.8388h-1.2038c-1.0167,0-1.8408-.8242-1.8408-1.8408h0c0-1.0189.8259-1.8448,1.8448-1.8448h1.0853c.7885,0,1.3553.2192,1.8073.8076"/><path id="k" class="l" d="M8.646,34.0854c.452.5885,1.0188.8076,1.8073.8076h1.0913c1.0156,0,1.8388-.8233,1.8388-1.8388v-.0079c0-1.0156-.8233-1.8388-1.8388-1.8388h-1.2038c-1.0167,0-1.8408-.8242-1.8408-1.8408h0c0-1.0189.8259-1.8448,1.8448-1.8448h1.0853c.7885,0,1.3553.2192,1.8073.8076"/><path class="l" d="M16.9195,23.3503c-.4121.1709-.8346.3157-1.2615.4459-.5543.1706-1.1189.3056-1.6904.4041-.4594.0869-.9273.1213-1.3945.1024-.521-.0277-1.0304-.1645-1.4951-.4018-.6265-.3153-1.1186-.8456-1.3862-1.4939-.2257-.6669-.2527-1.3851-.0778-2.0671.2471-1.0409.6912-2.0249,1.3084-2.8988.405-.599.8615-1.1613,1.3239-1.7172.4526-.5443.9116-1.0832,1.3768-1.6169-.299.4936-.549,1.0153-.7462,1.5577-.1646.4354-.2776.8885-.3367,1.3502-.0747.5249-.0108,1.0603.1853,1.5529.2711.5994.7681,1.0674,1.3828,1.3019.4289.1554.8835.2279,1.3395.2135.7102-.0285,1.4153-.1332,2.1031-.3123.7709-.1768,1.5379-.3714,2.3013-.579,4.6592-1.2678,18.6478-5.0339,18.6478-5.0339,0,0-16.1636,6.9461-21.5806,9.1923h0Z"/><rect class="l" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!