flat shoe emoji

flat-shoe from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.

Name
flat-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 flat shoe emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ffa7c0" stroke="#ffa7c0" stroke-miterlimit="10" stroke-width="2" d="M27.295 41.682c.042 1.86 5.833 2.564 8.71 2.49c28.007-.724 30.06-2.312 29.389-8.65c-.369-3.478-9.119-6.302-17.115-5.497c-.73.074-1.352 1.877-2.082 2.003c-10.767 1.86-27.834 2.56-35.93-6.075c-1.322-.198-4.887 9.17-3.542 15.351Z"/><path fill="#3f3f3f" d="M6.427 40.77h13.912v3.417H6.427z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M6.427 40.77c-1.693-8.08 2.518-15.016 3.84-14.817c8.096 8.635 25.032 7.974 35.8 6.114c.843-.146 1.545-2.101 2.387-2.177c7.873-.709 15.016 1.618 16.621 4.748c3.036 5.916-.53 10.938-36.626 9.27a39 39 0 0 1-3.7-1.43"/><path d="M6.427 40.77h13.912v3.417H6.427z"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiFlatShoe(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ffa7c0" stroke="#ffa7c0" strokeMiterlimit="10" strokeWidth="2" d="M27.295 41.682c.042 1.86 5.833 2.564 8.71 2.49c28.007-.724 30.06-2.312 29.389-8.65c-.369-3.478-9.119-6.302-17.115-5.497c-.73.074-1.352 1.877-2.082 2.003c-10.767 1.86-27.834 2.56-35.93-6.075c-1.322-.198-4.887 9.17-3.542 15.351Z"/><path fill="#3f3f3f" d="M6.427 40.77h13.912v3.417H6.427z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M6.427 40.77c-1.693-8.08 2.518-15.016 3.84-14.817c8.096 8.635 25.032 7.974 35.8 6.114c.843-.146 1.545-2.101 2.387-2.177c7.873-.709 15.016 1.618 16.621 4.748c3.036 5.916-.53 10.938-36.626 9.27a39 39 0 0 1-3.7-1.43"/><path d="M6.427 40.77h13.912v3.417H6.427z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ffa7c0" stroke="#ffa7c0" stroke-miterlimit="10" stroke-width="2" d="M27.295 41.682c.042 1.86 5.833 2.564 8.71 2.49c28.007-.724 30.06-2.312 29.389-8.65c-.369-3.478-9.119-6.302-17.115-5.497c-.73.074-1.352 1.877-2.082 2.003c-10.767 1.86-27.834 2.56-35.93-6.075c-1.322-.198-4.887 9.17-3.542 15.351Z"/><path fill="#3f3f3f" d="M6.427 40.77h13.912v3.417H6.427z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M6.427 40.77c-1.693-8.08 2.518-15.016 3.84-14.817c8.096 8.635 25.032 7.974 35.8 6.114c.843-.146 1.545-2.101 2.387-2.177c7.873-.709 15.016 1.618 16.621 4.748c3.036 5.916-.53 10.938-36.626 9.27a39 39 0 0 1-3.7-1.43"/><path d="M6.427 40.77h13.912v3.417H6.427z"/></g></svg>
</template>

CSS

.icon-flat-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%3Cpath%20fill%3D%22%23ffa7c0%22%20stroke%3D%22%23ffa7c0%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M27.295%2041.682c.042%201.86%205.833%202.564%208.71%202.49c28.007-.724%2030.06-2.312%2029.389-8.65c-.369-3.478-9.119-6.302-17.115-5.497c-.73.074-1.352%201.877-2.082%202.003c-10.767%201.86-27.834%202.56-35.93-6.075c-1.322-.198-4.887%209.17-3.542%2015.351Z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M6.427%2040.77h13.912v3.417H6.427z%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%22M6.427%2040.77c-1.693-8.08%202.518-15.016%203.84-14.817c8.096%208.635%2025.032%207.974%2035.8%206.114c.843-.146%201.545-2.101%202.387-2.177c7.873-.709%2015.016%201.618%2016.621%204.748c3.036%205.916-.53%2010.938-36.626%209.27a39%2039%200%200%201-3.7-1.43%22%2F%3E%3Cpath%20d%3D%22M6.427%2040.77h13.912v3.417H6.427z%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%3Cpath%20fill%3D%22%23ffa7c0%22%20stroke%3D%22%23ffa7c0%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M27.295%2041.682c.042%201.86%205.833%202.564%208.71%202.49c28.007-.724%2030.06-2.312%2029.389-8.65c-.369-3.478-9.119-6.302-17.115-5.497c-.73.074-1.352%201.877-2.082%202.003c-10.767%201.86-27.834%202.56-35.93-6.075c-1.322-.198-4.887%209.17-3.542%2015.351Z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M6.427%2040.77h13.912v3.417H6.427z%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%22M6.427%2040.77c-1.693-8.08%202.518-15.016%203.84-14.817c8.096%208.635%2025.032%207.974%2035.8%206.114c.843-.146%201.545-2.101%202.387-2.177c7.873-.709%2015.016%201.618%2016.621%204.748c3.036%205.916-.53%2010.938-36.626%209.27a39%2039%200%200%201-3.7-1.43%22%2F%3E%3Cpath%20d%3D%22M6.427%2040.77h13.912v3.417H6.427z%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/flat-shoe.svg?color=%231a73e8&size=48