shoe icon
shoe-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- shoe-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Related icons in MingCute Icon
Use the shoe icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.025 9.098l.501.866a2 2 0 0 1-.732 2.732l-14.722 8.5c-.937.541-2.217.252-2.74-.802c-.384-.78-.66-1.55-.726-2.377c-.067-.84.086-1.662.448-2.542c.425-1.037 1.163-2.202 2.235-3.635a.999.999 0 0 1 1.138-1.466q.413-.521.875-1.087a.998.998 0 0 1 1.035-1.313c.416-.57.784-1.133 1.074-1.607c.421-.689.939-2.081 1.972-1.605h-.001c.764.342 1.717.58 2.547.41c.532-.11 1.154-.45 1.696-.828c.611-.426 1.171-.93 1.683-.93a1 1 0 0 1 .718.488l2 3.463v.001l-6.062 3.5a1 1 0 0 0 1 1.732z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteShoeFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.025 9.098l.501.866a2 2 0 0 1-.732 2.732l-14.722 8.5c-.937.541-2.217.252-2.74-.802c-.384-.78-.66-1.55-.726-2.377c-.067-.84.086-1.662.448-2.542c.425-1.037 1.163-2.202 2.235-3.635a.999.999 0 0 1 1.138-1.466q.413-.521.875-1.087a.998.998 0 0 1 1.035-1.313c.416-.57.784-1.133 1.074-1.607c.421-.689.939-2.081 1.972-1.605h-.001c.764.342 1.717.58 2.547.41c.532-.11 1.154-.45 1.696-.828c.611-.426 1.171-.93 1.683-.93a1 1 0 0 1 .718.488l2 3.463v.001l-6.062 3.5a1 1 0 0 0 1 1.732z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.025 9.098l.501.866a2 2 0 0 1-.732 2.732l-14.722 8.5c-.937.541-2.217.252-2.74-.802c-.384-.78-.66-1.55-.726-2.377c-.067-.84.086-1.662.448-2.542c.425-1.037 1.163-2.202 2.235-3.635a.999.999 0 0 1 1.138-1.466q.413-.521.875-1.087a.998.998 0 0 1 1.035-1.313c.416-.57.784-1.133 1.074-1.607c.421-.689.939-2.081 1.972-1.605h-.001c.764.342 1.717.58 2.547.41c.532-.11 1.154-.45 1.696-.828c.611-.426 1.171-.93 1.683-.93a1 1 0 0 1 .718.488l2 3.463v.001l-6.062 3.5a1 1 0 0 0 1 1.732z"/></svg> </template>
CSS
.icon-shoe-fill {
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%22currentColor%22%20d%3D%22m21.025%209.098l.501.866a2%202%200%200%201-.732%202.732l-14.722%208.5c-.937.541-2.217.252-2.74-.802c-.384-.78-.66-1.55-.726-2.377c-.067-.84.086-1.662.448-2.542c.425-1.037%201.163-2.202%202.235-3.635a.999.999%200%200%201%201.138-1.466q.413-.521.875-1.087a.998.998%200%200%201%201.035-1.313c.416-.57.784-1.133%201.074-1.607c.421-.689.939-2.081%201.972-1.605h-.001c.764.342%201.717.58%202.547.41c.532-.11%201.154-.45%201.696-.828c.611-.426%201.171-.93%201.683-.93a1%201%200%200%201%20.718.488l2%203.463v.001l-6.062%203.5a1%201%200%200%200%201%201.732z%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%22currentColor%22%20d%3D%22m21.025%209.098l.501.866a2%202%200%200%201-.732%202.732l-14.722%208.5c-.937.541-2.217.252-2.74-.802c-.384-.78-.66-1.55-.726-2.377c-.067-.84.086-1.662.448-2.542c.425-1.037%201.163-2.202%202.235-3.635a.999.999%200%200%201%201.138-1.466q.413-.521.875-1.087a.998.998%200%200%201%201.035-1.313c.416-.57.784-1.133%201.074-1.607c.421-.689.939-2.081%201.972-1.605h-.001c.764.342%201.717.58%202.547.41c.532-.11%201.154-.45%201.696-.828c.611-.426%201.171-.93%201.683-.93a1%201%200%200%201%20.718.488l2%203.463v.001l-6.062%203.5a1%201%200%200%200%201%201.732z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/shoe-fill.svg?color=%231a73e8&size=48