running shoes icon
running-shoes from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- running-shoes
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the running shoes icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12.406 18.992c1.038.748 1.557 1.122 2.156 1.315s1.239.193 2.518.193H19c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56h-5.21c-.64 0-.96 0-1.259-.097c-.3-.096-.559-.283-1.078-.657L3 8.5l-.69 1.036a1.84 1.84 0 0 0 .455 2.515zM3 8.5l3-5l.307 1.842a2.305 2.305 0 0 0 4.275.765l.558-.976a1.252 1.252 0 0 1 2.206.06l3.93 7.862A.81.81 0 0 0 18 13.5a4 4 0 0 1 4 4m-9.5-8l2-1M14 12l2-1M6 20.5h12m-16-3h3"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsRunningShoes(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M12.406 18.992c1.038.748 1.557 1.122 2.156 1.315s1.239.193 2.518.193H19c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56h-5.21c-.64 0-.96 0-1.259-.097c-.3-.096-.559-.283-1.078-.657L3 8.5l-.69 1.036a1.84 1.84 0 0 0 .455 2.515zM3 8.5l3-5l.307 1.842a2.305 2.305 0 0 0 4.275.765l.558-.976a1.252 1.252 0 0 1 2.206.06l3.93 7.862A.81.81 0 0 0 18 13.5a4 4 0 0 1 4 4m-9.5-8l2-1M14 12l2-1M6 20.5h12m-16-3h3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12.406 18.992c1.038.748 1.557 1.122 2.156 1.315s1.239.193 2.518.193H19c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56h-5.21c-.64 0-.96 0-1.259-.097c-.3-.096-.559-.283-1.078-.657L3 8.5l-.69 1.036a1.84 1.84 0 0 0 .455 2.515zM3 8.5l3-5l.307 1.842a2.305 2.305 0 0 0 4.275.765l.558-.976a1.252 1.252 0 0 1 2.206.06l3.93 7.862A.81.81 0 0 0 18 13.5a4 4 0 0 1 4 4m-9.5-8l2-1M14 12l2-1M6 20.5h12m-16-3h3"/></svg> </template>
CSS
.icon-running-shoes {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12.406%2018.992c1.038.748%201.557%201.122%202.156%201.315s1.239.193%202.518.193H19c1.414%200%202.121%200%202.56-.44c.44-.439.44-1.146.44-2.56h-5.21c-.64%200-.96%200-1.259-.097c-.3-.096-.559-.283-1.078-.657L3%208.5l-.69%201.036a1.84%201.84%200%200%200%20.455%202.515zM3%208.5l3-5l.307%201.842a2.305%202.305%200%200%200%204.275.765l.558-.976a1.252%201.252%200%200%201%202.206.06l3.93%207.862A.81.81%200%200%200%2018%2013.5a4%204%200%200%201%204%204m-9.5-8l2-1M14%2012l2-1M6%2020.5h12m-16-3h3%22%2F%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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12.406%2018.992c1.038.748%201.557%201.122%202.156%201.315s1.239.193%202.518.193H19c1.414%200%202.121%200%202.56-.44c.44-.439.44-1.146.44-2.56h-5.21c-.64%200-.96%200-1.259-.097c-.3-.096-.559-.283-1.078-.657L3%208.5l-.69%201.036a1.84%201.84%200%200%200%20.455%202.515zM3%208.5l3-5l.307%201.842a2.305%202.305%200%200%200%204.275.765l.558-.976a1.252%201.252%200%200%201%202.206.06l3.93%207.862A.81.81%200%200%200%2018%2013.5a4%204%200%200%201%204%204m-9.5-8l2-1M14%2012l2-1M6%2020.5h12m-16-3h3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/running-shoes.svg?color=%231a73e8&size=48