high heeled shoe emoji
high-heeled-shoe from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- high-heeled-shoe
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More objects icons from OpenMoji
Use the high heeled shoe emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><defs><path id="SVGiRAjLcDQ" d="M25.501 34.561c2.916 2.372 5.458 5.385 6.764 9.15c4.333 12.493 1.03 12.728 4.333 17.345c3.98 5.56 40.725 5.177 23.375-7.08c0 0-12.254 2.98-16.94-1.355c0 0-5.427-17.955-26.14-38.379c0 0-4.5 2.328-6.243 8.046"/></defs><path fill="#d22f27" d="M25.501 34.561c2.916 2.372 5.458 5.385 6.764 9.15c4.333 12.493 1.03 12.728 4.333 17.345c3.98 5.56 40.725 5.177 23.375-7.08c0 0-12.254 2.98-16.94-1.355c0 0-5.427-17.955-26.14-38.379c0 0-4.5 2.328-6.243 8.046c0 0-1.104 1.85.56 3.816c1.557 1.84 14.291 8.457 14.291 8.457"/><path fill="#d22f27" d="M25.108 35.453c2.915 2.372 5.851 4.493 7.157 8.257c4.333 12.494 1.03 12.73 4.333 17.346c3.764 5.26 36.834 5.201 25.735-5.189c-1.286-1.203-3.075-1.696-4.813-1.415c-2.906.472-7.814.97-11.482-.186a5.75 5.75 0 0 1-3.639-3.428c-1.773-4.61-7.597-17.608-21.571-32.555c-2.57-2.749-5.884-2.418-7.836.798l-.122.205c-.908 1.558-2.243 3.467-1.536 5.126l.113.262c.535 1.235 13.66 10.779 13.66 10.779Z"/><path fill="#3f3f3f" d="m19.962 33.086l-2 27.872h-3.84V32.086l-2.912-5.982s6.65 3.811 10.526 6.911z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m19.962 33.086l-2 27.872h-3.84V32.086l-2.912-5.982s6.65 3.811 10.526 6.911z"/><use href="#SVGiRAjLcDQ"/><use href="#SVGiRAjLcDQ"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiHighHeeledShoe(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><defs><path id="SVGiRAjLcDQ" d="M25.501 34.561c2.916 2.372 5.458 5.385 6.764 9.15c4.333 12.493 1.03 12.728 4.333 17.345c3.98 5.56 40.725 5.177 23.375-7.08c0 0-12.254 2.98-16.94-1.355c0 0-5.427-17.955-26.14-38.379c0 0-4.5 2.328-6.243 8.046"/></defs><path fill="#d22f27" d="M25.501 34.561c2.916 2.372 5.458 5.385 6.764 9.15c4.333 12.493 1.03 12.728 4.333 17.345c3.98 5.56 40.725 5.177 23.375-7.08c0 0-12.254 2.98-16.94-1.355c0 0-5.427-17.955-26.14-38.379c0 0-4.5 2.328-6.243 8.046c0 0-1.104 1.85.56 3.816c1.557 1.84 14.291 8.457 14.291 8.457"/><path fill="#d22f27" d="M25.108 35.453c2.915 2.372 5.851 4.493 7.157 8.257c4.333 12.494 1.03 12.73 4.333 17.346c3.764 5.26 36.834 5.201 25.735-5.189c-1.286-1.203-3.075-1.696-4.813-1.415c-2.906.472-7.814.97-11.482-.186a5.75 5.75 0 0 1-3.639-3.428c-1.773-4.61-7.597-17.608-21.571-32.555c-2.57-2.749-5.884-2.418-7.836.798l-.122.205c-.908 1.558-2.243 3.467-1.536 5.126l.113.262c.535 1.235 13.66 10.779 13.66 10.779Z"/><path fill="#3f3f3f" d="m19.962 33.086l-2 27.872h-3.84V32.086l-2.912-5.982s6.65 3.811 10.526 6.911z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="m19.962 33.086l-2 27.872h-3.84V32.086l-2.912-5.982s6.65 3.811 10.526 6.911z"/><use href="#SVGiRAjLcDQ"/><use href="#SVGiRAjLcDQ"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><defs><path id="SVGiRAjLcDQ" d="M25.501 34.561c2.916 2.372 5.458 5.385 6.764 9.15c4.333 12.493 1.03 12.728 4.333 17.345c3.98 5.56 40.725 5.177 23.375-7.08c0 0-12.254 2.98-16.94-1.355c0 0-5.427-17.955-26.14-38.379c0 0-4.5 2.328-6.243 8.046"/></defs><path fill="#d22f27" d="M25.501 34.561c2.916 2.372 5.458 5.385 6.764 9.15c4.333 12.493 1.03 12.728 4.333 17.345c3.98 5.56 40.725 5.177 23.375-7.08c0 0-12.254 2.98-16.94-1.355c0 0-5.427-17.955-26.14-38.379c0 0-4.5 2.328-6.243 8.046c0 0-1.104 1.85.56 3.816c1.557 1.84 14.291 8.457 14.291 8.457"/><path fill="#d22f27" d="M25.108 35.453c2.915 2.372 5.851 4.493 7.157 8.257c4.333 12.494 1.03 12.73 4.333 17.346c3.764 5.26 36.834 5.201 25.735-5.189c-1.286-1.203-3.075-1.696-4.813-1.415c-2.906.472-7.814.97-11.482-.186a5.75 5.75 0 0 1-3.639-3.428c-1.773-4.61-7.597-17.608-21.571-32.555c-2.57-2.749-5.884-2.418-7.836.798l-.122.205c-.908 1.558-2.243 3.467-1.536 5.126l.113.262c.535 1.235 13.66 10.779 13.66 10.779Z"/><path fill="#3f3f3f" d="m19.962 33.086l-2 27.872h-3.84V32.086l-2.912-5.982s6.65 3.811 10.526 6.911z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m19.962 33.086l-2 27.872h-3.84V32.086l-2.912-5.982s6.65 3.811 10.526 6.911z"/><use href="#SVGiRAjLcDQ"/><use href="#SVGiRAjLcDQ"/></g></svg> </template>
CSS
.icon-high-heeled-shoe {
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%2072%2072%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGiRAjLcDQ%22%20d%3D%22M25.501%2034.561c2.916%202.372%205.458%205.385%206.764%209.15c4.333%2012.493%201.03%2012.728%204.333%2017.345c3.98%205.56%2040.725%205.177%2023.375-7.08c0%200-12.254%202.98-16.94-1.355c0%200-5.427-17.955-26.14-38.379c0%200-4.5%202.328-6.243%208.046%22%2F%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M25.501%2034.561c2.916%202.372%205.458%205.385%206.764%209.15c4.333%2012.493%201.03%2012.728%204.333%2017.345c3.98%205.56%2040.725%205.177%2023.375-7.08c0%200-12.254%202.98-16.94-1.355c0%200-5.427-17.955-26.14-38.379c0%200-4.5%202.328-6.243%208.046c0%200-1.104%201.85.56%203.816c1.557%201.84%2014.291%208.457%2014.291%208.457%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M25.108%2035.453c2.915%202.372%205.851%204.493%207.157%208.257c4.333%2012.494%201.03%2012.73%204.333%2017.346c3.764%205.26%2036.834%205.201%2025.735-5.189c-1.286-1.203-3.075-1.696-4.813-1.415c-2.906.472-7.814.97-11.482-.186a5.75%205.75%200%200%201-3.639-3.428c-1.773-4.61-7.597-17.608-21.571-32.555c-2.57-2.749-5.884-2.418-7.836.798l-.122.205c-.908%201.558-2.243%203.467-1.536%205.126l.113.262c.535%201.235%2013.66%2010.779%2013.66%2010.779Z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22m19.962%2033.086l-2%2027.872h-3.84V32.086l-2.912-5.982s6.65%203.811%2010.526%206.911z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m19.962%2033.086l-2%2027.872h-3.84V32.086l-2.912-5.982s6.65%203.811%2010.526%206.911z%22%2F%3E%3Cuse%20href%3D%22%23SVGiRAjLcDQ%22%2F%3E%3Cuse%20href%3D%22%23SVGiRAjLcDQ%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%2072%2072%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGiRAjLcDQ%22%20d%3D%22M25.501%2034.561c2.916%202.372%205.458%205.385%206.764%209.15c4.333%2012.493%201.03%2012.728%204.333%2017.345c3.98%205.56%2040.725%205.177%2023.375-7.08c0%200-12.254%202.98-16.94-1.355c0%200-5.427-17.955-26.14-38.379c0%200-4.5%202.328-6.243%208.046%22%2F%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M25.501%2034.561c2.916%202.372%205.458%205.385%206.764%209.15c4.333%2012.493%201.03%2012.728%204.333%2017.345c3.98%205.56%2040.725%205.177%2023.375-7.08c0%200-12.254%202.98-16.94-1.355c0%200-5.427-17.955-26.14-38.379c0%200-4.5%202.328-6.243%208.046c0%200-1.104%201.85.56%203.816c1.557%201.84%2014.291%208.457%2014.291%208.457%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M25.108%2035.453c2.915%202.372%205.851%204.493%207.157%208.257c4.333%2012.494%201.03%2012.73%204.333%2017.346c3.764%205.26%2036.834%205.201%2025.735-5.189c-1.286-1.203-3.075-1.696-4.813-1.415c-2.906.472-7.814.97-11.482-.186a5.75%205.75%200%200%201-3.639-3.428c-1.773-4.61-7.597-17.608-21.571-32.555c-2.57-2.749-5.884-2.418-7.836.798l-.122.205c-.908%201.558-2.243%203.467-1.536%205.126l.113.262c.535%201.235%2013.66%2010.779%2013.66%2010.779Z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22m19.962%2033.086l-2%2027.872h-3.84V32.086l-2.912-5.982s6.65%203.811%2010.526%206.911z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m19.962%2033.086l-2%2027.872h-3.84V32.086l-2.912-5.982s6.65%203.811%2010.526%206.911z%22%2F%3E%3Cuse%20href%3D%22%23SVGiRAjLcDQ%22%2F%3E%3Cuse%20href%3D%22%23SVGiRAjLcDQ%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/high-heeled-shoe.svg?color=%231a73e8&size=48