high heeled shoe emoji

high-heeled-shoe from Emoji One (Colored) by Emoji One · Default · People · CC-BY-4.0 Attribution required.

Name
high-heeled-shoe
Set
Emoji One (Colored)
Style
Default
Category
People
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More people icons from Emoji One (Colored)

Use the high heeled shoe emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ed4c5c" d="m6.1 28.1l2 30.7l2.2-.8s-1.4-20.5 3.8-22.3z"/><path fill="#3e4347" d="M49.4 47.7s-4.3-1.4-14.1 1.4c-9.7 2.8-13.5-4.4-24.3-29.9C5.9 7.2 3.5.8 8.8 0h-.3c-2.5.2-4 2.5-4.4 3.2c-2.5 4.5-6.5 9.7-2.4 18.3c0 0 3.7 14.3 3.7 36.7l2.6.6S6.9 34.1 9.9 33.2c0 0 2.6 2.7 9.7 16.7C26.1 62.6 32.4 64 38.6 64h23c1.2-.3 2.4-1.1 2.4-4.4c0-3.4-7.6-9.2-14.6-11.9"/><path fill="#94989b" d="M11 19.1C21.8 44.6 25.6 51.8 35.3 49c6.1-1.7 10-1.8 12.2-1.7C34.2 40 32.7 36.4 24.8 19.6C16.5 2.1 13.4 0 8.8 0C3.5.8 5.9 7.2 11 19.1"/><path fill="#d0d0d0" d="M11 19.1C21.8 44.6 25.6 51.8 35.3 49c.3-.1.6-.2.8-.2C24 40.4 18 21.5 14.4 15.3c-2-3.4-4.6-4.4-6.8-4.6c.9 2.5 2 5.3 3.4 8.4"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneHighHeeledShoe(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ed4c5c" d="m6.1 28.1l2 30.7l2.2-.8s-1.4-20.5 3.8-22.3z"/><path fill="#3e4347" d="M49.4 47.7s-4.3-1.4-14.1 1.4c-9.7 2.8-13.5-4.4-24.3-29.9C5.9 7.2 3.5.8 8.8 0h-.3c-2.5.2-4 2.5-4.4 3.2c-2.5 4.5-6.5 9.7-2.4 18.3c0 0 3.7 14.3 3.7 36.7l2.6.6S6.9 34.1 9.9 33.2c0 0 2.6 2.7 9.7 16.7C26.1 62.6 32.4 64 38.6 64h23c1.2-.3 2.4-1.1 2.4-4.4c0-3.4-7.6-9.2-14.6-11.9"/><path fill="#94989b" d="M11 19.1C21.8 44.6 25.6 51.8 35.3 49c6.1-1.7 10-1.8 12.2-1.7C34.2 40 32.7 36.4 24.8 19.6C16.5 2.1 13.4 0 8.8 0C3.5.8 5.9 7.2 11 19.1"/><path fill="#d0d0d0" d="M11 19.1C21.8 44.6 25.6 51.8 35.3 49c.3-.1.6-.2.8-.2C24 40.4 18 21.5 14.4 15.3c-2-3.4-4.6-4.4-6.8-4.6c.9 2.5 2 5.3 3.4 8.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ed4c5c" d="m6.1 28.1l2 30.7l2.2-.8s-1.4-20.5 3.8-22.3z"/><path fill="#3e4347" d="M49.4 47.7s-4.3-1.4-14.1 1.4c-9.7 2.8-13.5-4.4-24.3-29.9C5.9 7.2 3.5.8 8.8 0h-.3c-2.5.2-4 2.5-4.4 3.2c-2.5 4.5-6.5 9.7-2.4 18.3c0 0 3.7 14.3 3.7 36.7l2.6.6S6.9 34.1 9.9 33.2c0 0 2.6 2.7 9.7 16.7C26.1 62.6 32.4 64 38.6 64h23c1.2-.3 2.4-1.1 2.4-4.4c0-3.4-7.6-9.2-14.6-11.9"/><path fill="#94989b" d="M11 19.1C21.8 44.6 25.6 51.8 35.3 49c6.1-1.7 10-1.8 12.2-1.7C34.2 40 32.7 36.4 24.8 19.6C16.5 2.1 13.4 0 8.8 0C3.5.8 5.9 7.2 11 19.1"/><path fill="#d0d0d0" d="M11 19.1C21.8 44.6 25.6 51.8 35.3 49c.3-.1.6-.2.8-.2C24 40.4 18 21.5 14.4 15.3c-2-3.4-4.6-4.4-6.8-4.6c.9 2.5 2 5.3 3.4 8.4"/></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%2064%2064%22%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22m6.1%2028.1l2%2030.7l2.2-.8s-1.4-20.5%203.8-22.3z%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M49.4%2047.7s-4.3-1.4-14.1%201.4c-9.7%202.8-13.5-4.4-24.3-29.9C5.9%207.2%203.5.8%208.8%200h-.3c-2.5.2-4%202.5-4.4%203.2c-2.5%204.5-6.5%209.7-2.4%2018.3c0%200%203.7%2014.3%203.7%2036.7l2.6.6S6.9%2034.1%209.9%2033.2c0%200%202.6%202.7%209.7%2016.7C26.1%2062.6%2032.4%2064%2038.6%2064h23c1.2-.3%202.4-1.1%202.4-4.4c0-3.4-7.6-9.2-14.6-11.9%22%2F%3E%3Cpath%20fill%3D%22%2394989b%22%20d%3D%22M11%2019.1C21.8%2044.6%2025.6%2051.8%2035.3%2049c6.1-1.7%2010-1.8%2012.2-1.7C34.2%2040%2032.7%2036.4%2024.8%2019.6C16.5%202.1%2013.4%200%208.8%200C3.5.8%205.9%207.2%2011%2019.1%22%2F%3E%3Cpath%20fill%3D%22%23d0d0d0%22%20d%3D%22M11%2019.1C21.8%2044.6%2025.6%2051.8%2035.3%2049c.3-.1.6-.2.8-.2C24%2040.4%2018%2021.5%2014.4%2015.3c-2-3.4-4.6-4.4-6.8-4.6c.9%202.5%202%205.3%203.4%208.4%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22m6.1%2028.1l2%2030.7l2.2-.8s-1.4-20.5%203.8-22.3z%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M49.4%2047.7s-4.3-1.4-14.1%201.4c-9.7%202.8-13.5-4.4-24.3-29.9C5.9%207.2%203.5.8%208.8%200h-.3c-2.5.2-4%202.5-4.4%203.2c-2.5%204.5-6.5%209.7-2.4%2018.3c0%200%203.7%2014.3%203.7%2036.7l2.6.6S6.9%2034.1%209.9%2033.2c0%200%202.6%202.7%209.7%2016.7C26.1%2062.6%2032.4%2064%2038.6%2064h23c1.2-.3%202.4-1.1%202.4-4.4c0-3.4-7.6-9.2-14.6-11.9%22%2F%3E%3Cpath%20fill%3D%22%2394989b%22%20d%3D%22M11%2019.1C21.8%2044.6%2025.6%2051.8%2035.3%2049c6.1-1.7%2010-1.8%2012.2-1.7C34.2%2040%2032.7%2036.4%2024.8%2019.6C16.5%202.1%2013.4%200%208.8%200C3.5.8%205.9%207.2%2011%2019.1%22%2F%3E%3Cpath%20fill%3D%22%23d0d0d0%22%20d%3D%22M11%2019.1C21.8%2044.6%2025.6%2051.8%2035.3%2049c.3-.1.6-.2.8-.2C24%2040.4%2018%2021.5%2014.4%2015.3c-2-3.4-4.6-4.4-6.8-4.6c.9%202.5%202%205.3%203.4%208.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/high-heeled-shoe.svg?color=%231a73e8&size=48