sneaker icon
sneaker from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- sneaker
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the sneaker icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M1.5 15v-4c0-2.643.776-3.992 1.303-4.732A.65.65 0 0 1 3.333 6c.369 0 .66.302.739.661C4.268 7.552 4.91 8.5 6.5 8.5c1.721 0 2.578-1.605 3.209-2.902c.178-.367.549-.598.957-.598c.217 0 .43.066.61.19L19 10.5c3 1 3.5 2.5 3.5 4.5"/><path d="M19 10.5c0 .5-.5 1.5-2 1.643c-1.991.19-3 1.857-3 2.857"/><path d="M1.5 13v2c0 1.414 0 2.121.44 2.56c.439.44 1.146.44 2.56.44h15c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56H8.743a3 3 0 0 1-2.122-.879l-.242-.242A3 3 0 0 0 4.257 13zm11.896-6.296l-1.242 1.56M15.5 8.5l-.941 1.302"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSneaker(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M1.5 15v-4c0-2.643.776-3.992 1.303-4.732A.65.65 0 0 1 3.333 6c.369 0 .66.302.739.661C4.268 7.552 4.91 8.5 6.5 8.5c1.721 0 2.578-1.605 3.209-2.902c.178-.367.549-.598.957-.598c.217 0 .43.066.61.19L19 10.5c3 1 3.5 2.5 3.5 4.5"/><path d="M19 10.5c0 .5-.5 1.5-2 1.643c-1.991.19-3 1.857-3 2.857"/><path d="M1.5 13v2c0 1.414 0 2.121.44 2.56c.439.44 1.146.44 2.56.44h15c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56H8.743a3 3 0 0 1-2.122-.879l-.242-.242A3 3 0 0 0 4.257 13zm11.896-6.296l-1.242 1.56M15.5 8.5l-.941 1.302"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M1.5 15v-4c0-2.643.776-3.992 1.303-4.732A.65.65 0 0 1 3.333 6c.369 0 .66.302.739.661C4.268 7.552 4.91 8.5 6.5 8.5c1.721 0 2.578-1.605 3.209-2.902c.178-.367.549-.598.957-.598c.217 0 .43.066.61.19L19 10.5c3 1 3.5 2.5 3.5 4.5"/><path d="M19 10.5c0 .5-.5 1.5-2 1.643c-1.991.19-3 1.857-3 2.857"/><path d="M1.5 13v2c0 1.414 0 2.121.44 2.56c.439.44 1.146.44 2.56.44h15c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56H8.743a3 3 0 0 1-2.122-.879l-.242-.242A3 3 0 0 0 4.257 13zm11.896-6.296l-1.242 1.56M15.5 8.5l-.941 1.302"/></g></svg> </template>
CSS
.icon-sneaker {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M1.5%2015v-4c0-2.643.776-3.992%201.303-4.732A.65.65%200%200%201%203.333%206c.369%200%20.66.302.739.661C4.268%207.552%204.91%208.5%206.5%208.5c1.721%200%202.578-1.605%203.209-2.902c.178-.367.549-.598.957-.598c.217%200%20.43.066.61.19L19%2010.5c3%201%203.5%202.5%203.5%204.5%22%2F%3E%3Cpath%20d%3D%22M19%2010.5c0%20.5-.5%201.5-2%201.643c-1.991.19-3%201.857-3%202.857%22%2F%3E%3Cpath%20d%3D%22M1.5%2013v2c0%201.414%200%202.121.44%202.56c.439.44%201.146.44%202.56.44h15c1.414%200%202.121%200%202.56-.44c.44-.439.44-1.146.44-2.56H8.743a3%203%200%200%201-2.122-.879l-.242-.242A3%203%200%200%200%204.257%2013zm11.896-6.296l-1.242%201.56M15.5%208.5l-.941%201.302%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M1.5%2015v-4c0-2.643.776-3.992%201.303-4.732A.65.65%200%200%201%203.333%206c.369%200%20.66.302.739.661C4.268%207.552%204.91%208.5%206.5%208.5c1.721%200%202.578-1.605%203.209-2.902c.178-.367.549-.598.957-.598c.217%200%20.43.066.61.19L19%2010.5c3%201%203.5%202.5%203.5%204.5%22%2F%3E%3Cpath%20d%3D%22M19%2010.5c0%20.5-.5%201.5-2%201.643c-1.991.19-3%201.857-3%202.857%22%2F%3E%3Cpath%20d%3D%22M1.5%2013v2c0%201.414%200%202.121.44%202.56c.439.44%201.146.44%202.56.44h15c1.414%200%202.121%200%202.56-.44c.44-.439.44-1.146.44-2.56H8.743a3%203%200%200%201-2.122-.879l-.242-.242A3%203%200%200%200%204.257%2013zm11.896-6.296l-1.242%201.56M15.5%208.5l-.941%201.302%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/sneaker.svg?color=%231a73e8&size=48