high heeled shoe emoji

high-heeled-shoe from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
high-heeled-shoe
Set
Fluent Emoji Flat
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji Flat

Use the high heeled shoe emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ca0b4a" d="M6 16.41c2.65 0 4 1.42 4 3.57v5.68c0 1.52 1.23 2.75 2.75 2.75l15.62.05c1.01 0 1.14-1.17.42-2.11c0 0-.86-1.24-4.56-4.94c-2.2-2.18-10.76-12.53-13.86-16.28c-.83-1-2.21-1.41-3.42-.93A6.26 6.26 0 0 0 3 10.01v6.62l2.08-.19z"/><path fill="#533566" d="M5.01 16.41H3v12h2.01z"/><path fill="#1c1c1c" d="M23.56 20.68C21.41 18.52 12.64 7.9 10.24 4.99c-.22-.28-.52-.47-.85-.58c-.5.55-.53 1.39-.04 1.97l12.4 14.61c.3.35.72.53 1.14.53c.34 0 .69-.12.97-.36c.04-.03.04 0 .07-.03c-.12-.12-.23-.31-.37-.45"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatHighHeeledShoe(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ca0b4a" d="M6 16.41c2.65 0 4 1.42 4 3.57v5.68c0 1.52 1.23 2.75 2.75 2.75l15.62.05c1.01 0 1.14-1.17.42-2.11c0 0-.86-1.24-4.56-4.94c-2.2-2.18-10.76-12.53-13.86-16.28c-.83-1-2.21-1.41-3.42-.93A6.26 6.26 0 0 0 3 10.01v6.62l2.08-.19z"/><path fill="#533566" d="M5.01 16.41H3v12h2.01z"/><path fill="#1c1c1c" d="M23.56 20.68C21.41 18.52 12.64 7.9 10.24 4.99c-.22-.28-.52-.47-.85-.58c-.5.55-.53 1.39-.04 1.97l12.4 14.61c.3.35.72.53 1.14.53c.34 0 .69-.12.97-.36c.04-.03.04 0 .07-.03c-.12-.12-.23-.31-.37-.45"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ca0b4a" d="M6 16.41c2.65 0 4 1.42 4 3.57v5.68c0 1.52 1.23 2.75 2.75 2.75l15.62.05c1.01 0 1.14-1.17.42-2.11c0 0-.86-1.24-4.56-4.94c-2.2-2.18-10.76-12.53-13.86-16.28c-.83-1-2.21-1.41-3.42-.93A6.26 6.26 0 0 0 3 10.01v6.62l2.08-.19z"/><path fill="#533566" d="M5.01 16.41H3v12h2.01z"/><path fill="#1c1c1c" d="M23.56 20.68C21.41 18.52 12.64 7.9 10.24 4.99c-.22-.28-.52-.47-.85-.58c-.5.55-.53 1.39-.04 1.97l12.4 14.61c.3.35.72.53 1.14.53c.34 0 .69-.12.97-.36c.04-.03.04 0 .07-.03c-.12-.12-.23-.31-.37-.45"/></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ca0b4a%22%20d%3D%22M6%2016.41c2.65%200%204%201.42%204%203.57v5.68c0%201.52%201.23%202.75%202.75%202.75l15.62.05c1.01%200%201.14-1.17.42-2.11c0%200-.86-1.24-4.56-4.94c-2.2-2.18-10.76-12.53-13.86-16.28c-.83-1-2.21-1.41-3.42-.93A6.26%206.26%200%200%200%203%2010.01v6.62l2.08-.19z%22%2F%3E%3Cpath%20fill%3D%22%23533566%22%20d%3D%22M5.01%2016.41H3v12h2.01z%22%2F%3E%3Cpath%20fill%3D%22%231c1c1c%22%20d%3D%22M23.56%2020.68C21.41%2018.52%2012.64%207.9%2010.24%204.99c-.22-.28-.52-.47-.85-.58c-.5.55-.53%201.39-.04%201.97l12.4%2014.61c.3.35.72.53%201.14.53c.34%200%20.69-.12.97-.36c.04-.03.04%200%20.07-.03c-.12-.12-.23-.31-.37-.45%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ca0b4a%22%20d%3D%22M6%2016.41c2.65%200%204%201.42%204%203.57v5.68c0%201.52%201.23%202.75%202.75%202.75l15.62.05c1.01%200%201.14-1.17.42-2.11c0%200-.86-1.24-4.56-4.94c-2.2-2.18-10.76-12.53-13.86-16.28c-.83-1-2.21-1.41-3.42-.93A6.26%206.26%200%200%200%203%2010.01v6.62l2.08-.19z%22%2F%3E%3Cpath%20fill%3D%22%23533566%22%20d%3D%22M5.01%2016.41H3v12h2.01z%22%2F%3E%3Cpath%20fill%3D%22%231c1c1c%22%20d%3D%22M23.56%2020.68C21.41%2018.52%2012.64%207.9%2010.24%204.99c-.22-.28-.52-.47-.85-.58c-.5.55-.53%201.39-.04%201.97l12.4%2014.61c.3.35.72.53%201.14.53c.34%200%20.69-.12.97-.36c.04-.03.04%200%20.07-.03c-.12-.12-.23-.31-.37-.45%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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