high heel icon
high-heel-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- high-heel-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the high heel icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M32 144a95.3 95.3 0 0 1 37.53 7.67a4 4 0 0 1 2.47 3.7V192a16 16 0 0 1-16 16H40a16 16 0 0 1-16-16v-44a4 4 0 0 1 4-4Zm199 12.19l-51-11.48L69.66 34.34a8 8 0 0 0-11.56.26C36.11 58.64 24 89 24 120a8 8 0 0 0 8 8a111.2 111.2 0 0 1 63.34 19.7a112.45 112.45 0 0 1 40.55 50.39a15.9 15.9 0 0 0 14.83 9.91H240a16 16 0 0 0 16-16v-4.73a31.72 31.72 0 0 0-25-31.08"/></svg>
React
import type { SVGProps } from "react";
export function PhHighHeelFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M32 144a95.3 95.3 0 0 1 37.53 7.67a4 4 0 0 1 2.47 3.7V192a16 16 0 0 1-16 16H40a16 16 0 0 1-16-16v-44a4 4 0 0 1 4-4Zm199 12.19l-51-11.48L69.66 34.34a8 8 0 0 0-11.56.26C36.11 58.64 24 89 24 120a8 8 0 0 0 8 8a111.2 111.2 0 0 1 63.34 19.7a112.45 112.45 0 0 1 40.55 50.39a15.9 15.9 0 0 0 14.83 9.91H240a16 16 0 0 0 16-16v-4.73a31.72 31.72 0 0 0-25-31.08"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M32 144a95.3 95.3 0 0 1 37.53 7.67a4 4 0 0 1 2.47 3.7V192a16 16 0 0 1-16 16H40a16 16 0 0 1-16-16v-44a4 4 0 0 1 4-4Zm199 12.19l-51-11.48L69.66 34.34a8 8 0 0 0-11.56.26C36.11 58.64 24 89 24 120a8 8 0 0 0 8 8a111.2 111.2 0 0 1 63.34 19.7a112.45 112.45 0 0 1 40.55 50.39a15.9 15.9 0 0 0 14.83 9.91H240a16 16 0 0 0 16-16v-4.73a31.72 31.72 0 0 0-25-31.08"/></svg> </template>
CSS
.icon-high-heel-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%20144a95.3%2095.3%200%200%201%2037.53%207.67a4%204%200%200%201%202.47%203.7V192a16%2016%200%200%201-16%2016H40a16%2016%200%200%201-16-16v-44a4%204%200%200%201%204-4Zm199%2012.19l-51-11.48L69.66%2034.34a8%208%200%200%200-11.56.26C36.11%2058.64%2024%2089%2024%20120a8%208%200%200%200%208%208a111.2%20111.2%200%200%201%2063.34%2019.7a112.45%20112.45%200%200%201%2040.55%2050.39a15.9%2015.9%200%200%200%2014.83%209.91H240a16%2016%200%200%200%2016-16v-4.73a31.72%2031.72%200%200%200-25-31.08%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%20144a95.3%2095.3%200%200%201%2037.53%207.67a4%204%200%200%201%202.47%203.7V192a16%2016%200%200%201-16%2016H40a16%2016%200%200%201-16-16v-44a4%204%200%200%201%204-4Zm199%2012.19l-51-11.48L69.66%2034.34a8%208%200%200%200-11.56.26C36.11%2058.64%2024%2089%2024%20120a8%208%200%200%200%208%208a111.2%20111.2%200%200%201%2063.34%2019.7a112.45%20112.45%200%200%201%2040.55%2050.39a15.9%2015.9%200%200%200%2014.83%209.91H240a16%2016%200%200%200%2016-16v-4.73a31.72%2031.72%200%200%200-25-31.08%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/high-heel-fill.svg?color=%231a73e8&size=48