high heels 01 icon
high-heels-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- high-heels-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the high heels 01 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-linejoin="round" stroke-width="1.5"><path d="M7 4c1.688 1.19 5.64 2.358 9 1.897M5 6c.754 2.5 3.945 3.445 2.725 4.678c-.436.44-1.137.881-2.29 1.322M18 18c-.968.667-2.31 1.867-1.936 4"/><path stroke-linecap="round" d="M13 21.968c-3 0-3.3-7.274-8.362-10.374c-.803-.492-1.763-1.14-1.625-2.22c.207-1.613 1.674-3.233 3.14-3.992c1.1-.57 1.565-2.1 1.742-2.94c.046-.215.018-.372.096-.424l.048-.004a.17.17 0 0 1 .1.016c4.886 1.962 7.402 1.502 7.44 1.7c.138.71.349 2.487-.226 5.161c-.97 4.512-.207 7.914 1.937 9.024c.968.501 4.84 1.003 3.388 3.008C19.692 22.284 13 21.968 13 21.968"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsHighHeels01(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M7 4c1.688 1.19 5.64 2.358 9 1.897M5 6c.754 2.5 3.945 3.445 2.725 4.678c-.436.44-1.137.881-2.29 1.322M18 18c-.968.667-2.31 1.867-1.936 4"/><path strokeLinecap="round" d="M13 21.968c-3 0-3.3-7.274-8.362-10.374c-.803-.492-1.763-1.14-1.625-2.22c.207-1.613 1.674-3.233 3.14-3.992c1.1-.57 1.565-2.1 1.742-2.94c.046-.215.018-.372.096-.424l.048-.004a.17.17 0 0 1 .1.016c4.886 1.962 7.402 1.502 7.44 1.7c.138.71.349 2.487-.226 5.161c-.97 4.512-.207 7.914 1.937 9.024c.968.501 4.84 1.003 3.388 3.008C19.692 22.284 13 21.968 13 21.968"/></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-linejoin="round" stroke-width="1.5"><path d="M7 4c1.688 1.19 5.64 2.358 9 1.897M5 6c.754 2.5 3.945 3.445 2.725 4.678c-.436.44-1.137.881-2.29 1.322M18 18c-.968.667-2.31 1.867-1.936 4"/><path stroke-linecap="round" d="M13 21.968c-3 0-3.3-7.274-8.362-10.374c-.803-.492-1.763-1.14-1.625-2.22c.207-1.613 1.674-3.233 3.14-3.992c1.1-.57 1.565-2.1 1.742-2.94c.046-.215.018-.372.096-.424l.048-.004a.17.17 0 0 1 .1.016c4.886 1.962 7.402 1.502 7.44 1.7c.138.71.349 2.487-.226 5.161c-.97 4.512-.207 7.914 1.937 9.024c.968.501 4.84 1.003 3.388 3.008C19.692 22.284 13 21.968 13 21.968"/></g></svg> </template>
CSS
.icon-high-heels-01 {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7%204c1.688%201.19%205.64%202.358%209%201.897M5%206c.754%202.5%203.945%203.445%202.725%204.678c-.436.44-1.137.881-2.29%201.322M18%2018c-.968.667-2.31%201.867-1.936%204%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%2021.968c-3%200-3.3-7.274-8.362-10.374c-.803-.492-1.763-1.14-1.625-2.22c.207-1.613%201.674-3.233%203.14-3.992c1.1-.57%201.565-2.1%201.742-2.94c.046-.215.018-.372.096-.424l.048-.004a.17.17%200%200%201%20.1.016c4.886%201.962%207.402%201.502%207.44%201.7c.138.71.349%202.487-.226%205.161c-.97%204.512-.207%207.914%201.937%209.024c.968.501%204.84%201.003%203.388%203.008C19.692%2022.284%2013%2021.968%2013%2021.968%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7%204c1.688%201.19%205.64%202.358%209%201.897M5%206c.754%202.5%203.945%203.445%202.725%204.678c-.436.44-1.137.881-2.29%201.322M18%2018c-.968.667-2.31%201.867-1.936%204%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%2021.968c-3%200-3.3-7.274-8.362-10.374c-.803-.492-1.763-1.14-1.625-2.22c.207-1.613%201.674-3.233%203.14-3.992c1.1-.57%201.565-2.1%201.742-2.94c.046-.215.018-.372.096-.424l.048-.004a.17.17%200%200%201%20.1.016c4.886%201.962%207.402%201.502%207.44%201.7c.138.71.349%202.487-.226%205.161c-.97%204.512-.207%207.914%201.937%209.024c.968.501%204.84%201.003%203.388%203.008C19.692%2022.284%2013%2021.968%2013%2021.968%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/high-heels-01.svg?color=%231a73e8&size=48