womans sandal emoji
womans-sandal from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- womans-sandal
- 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 womans sandal emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#6a462f" d="m11.044 30.533l-.25 28.425h8.878l2.753-22.217"/><path fill="#6a462f" d="m11.21 34.533l.5 24.175l7.089.25l2-18.425M59.064 52.31c2.775.039 5.907-.189 8.442-1.171c.708 6.525-.593 8.251-3.991 9.744c-5.663 2.487-19.568 1.292-23.336-1.49c-4.567-3.371-2.56-3.97-10.35-14.656c-6.188-8.49-18.7-13.928-18.7-13.928v-5.77s20.747 6.67 25.004 17.835c.799 2.093 2.815 3.437 4.305 4.88c0 0 7.278 4.396 18.626 4.556"/><path fill="#a57939" d="m41.343 57.587l4.022-20.846l12.73 2.53l-2.714 21.032"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M11.21 34.533v24.425h7.839l2-18.425"/><path d="M59.497 53.177a35 35 0 0 0 8.009-2.038c.708 6.525-.593 8.251-3.991 9.744c-5.663 2.487-19.568 1.292-23.336-1.49c-4.567-3.371-2.56-3.97-10.35-14.656c-6.188-8.49-18.7-13.928-18.7-13.928v-5.77s20.747 6.67 25.004 17.835a14.5 14.5 0 0 0 3.483 5.294"/><path d="m41.752 56.773l3.613-20.032l12.73 2.53l-2.614 20.032"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiWomansSandal(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#6a462f" d="m11.044 30.533l-.25 28.425h8.878l2.753-22.217"/><path fill="#6a462f" d="m11.21 34.533l.5 24.175l7.089.25l2-18.425M59.064 52.31c2.775.039 5.907-.189 8.442-1.171c.708 6.525-.593 8.251-3.991 9.744c-5.663 2.487-19.568 1.292-23.336-1.49c-4.567-3.371-2.56-3.97-10.35-14.656c-6.188-8.49-18.7-13.928-18.7-13.928v-5.77s20.747 6.67 25.004 17.835c.799 2.093 2.815 3.437 4.305 4.88c0 0 7.278 4.396 18.626 4.556"/><path fill="#a57939" d="m41.343 57.587l4.022-20.846l12.73 2.53l-2.714 21.032"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M11.21 34.533v24.425h7.839l2-18.425"/><path d="M59.497 53.177a35 35 0 0 0 8.009-2.038c.708 6.525-.593 8.251-3.991 9.744c-5.663 2.487-19.568 1.292-23.336-1.49c-4.567-3.371-2.56-3.97-10.35-14.656c-6.188-8.49-18.7-13.928-18.7-13.928v-5.77s20.747 6.67 25.004 17.835a14.5 14.5 0 0 0 3.483 5.294"/><path d="m41.752 56.773l3.613-20.032l12.73 2.53l-2.614 20.032"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#6a462f" d="m11.044 30.533l-.25 28.425h8.878l2.753-22.217"/><path fill="#6a462f" d="m11.21 34.533l.5 24.175l7.089.25l2-18.425M59.064 52.31c2.775.039 5.907-.189 8.442-1.171c.708 6.525-.593 8.251-3.991 9.744c-5.663 2.487-19.568 1.292-23.336-1.49c-4.567-3.371-2.56-3.97-10.35-14.656c-6.188-8.49-18.7-13.928-18.7-13.928v-5.77s20.747 6.67 25.004 17.835c.799 2.093 2.815 3.437 4.305 4.88c0 0 7.278 4.396 18.626 4.556"/><path fill="#a57939" d="m41.343 57.587l4.022-20.846l12.73 2.53l-2.714 21.032"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M11.21 34.533v24.425h7.839l2-18.425"/><path d="M59.497 53.177a35 35 0 0 0 8.009-2.038c.708 6.525-.593 8.251-3.991 9.744c-5.663 2.487-19.568 1.292-23.336-1.49c-4.567-3.371-2.56-3.97-10.35-14.656c-6.188-8.49-18.7-13.928-18.7-13.928v-5.77s20.747 6.67 25.004 17.835a14.5 14.5 0 0 0 3.483 5.294"/><path d="m41.752 56.773l3.613-20.032l12.73 2.53l-2.614 20.032"/></g></svg> </template>
CSS
.icon-womans-sandal {
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%236a462f%22%20d%3D%22m11.044%2030.533l-.25%2028.425h8.878l2.753-22.217%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22m11.21%2034.533l.5%2024.175l7.089.25l2-18.425M59.064%2052.31c2.775.039%205.907-.189%208.442-1.171c.708%206.525-.593%208.251-3.991%209.744c-5.663%202.487-19.568%201.292-23.336-1.49c-4.567-3.371-2.56-3.97-10.35-14.656c-6.188-8.49-18.7-13.928-18.7-13.928v-5.77s20.747%206.67%2025.004%2017.835c.799%202.093%202.815%203.437%204.305%204.88c0%200%207.278%204.396%2018.626%204.556%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22m41.343%2057.587l4.022-20.846l12.73%202.53l-2.714%2021.032%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%22M11.21%2034.533v24.425h7.839l2-18.425%22%2F%3E%3Cpath%20d%3D%22M59.497%2053.177a35%2035%200%200%200%208.009-2.038c.708%206.525-.593%208.251-3.991%209.744c-5.663%202.487-19.568%201.292-23.336-1.49c-4.567-3.371-2.56-3.97-10.35-14.656c-6.188-8.49-18.7-13.928-18.7-13.928v-5.77s20.747%206.67%2025.004%2017.835a14.5%2014.5%200%200%200%203.483%205.294%22%2F%3E%3Cpath%20d%3D%22m41.752%2056.773l3.613-20.032l12.73%202.53l-2.614%2020.032%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%236a462f%22%20d%3D%22m11.044%2030.533l-.25%2028.425h8.878l2.753-22.217%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22m11.21%2034.533l.5%2024.175l7.089.25l2-18.425M59.064%2052.31c2.775.039%205.907-.189%208.442-1.171c.708%206.525-.593%208.251-3.991%209.744c-5.663%202.487-19.568%201.292-23.336-1.49c-4.567-3.371-2.56-3.97-10.35-14.656c-6.188-8.49-18.7-13.928-18.7-13.928v-5.77s20.747%206.67%2025.004%2017.835c.799%202.093%202.815%203.437%204.305%204.88c0%200%207.278%204.396%2018.626%204.556%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22m41.343%2057.587l4.022-20.846l12.73%202.53l-2.714%2021.032%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%22M11.21%2034.533v24.425h7.839l2-18.425%22%2F%3E%3Cpath%20d%3D%22M59.497%2053.177a35%2035%200%200%200%208.009-2.038c.708%206.525-.593%208.251-3.991%209.744c-5.663%202.487-19.568%201.292-23.336-1.49c-4.567-3.371-2.56-3.97-10.35-14.656c-6.188-8.49-18.7-13.928-18.7-13.928v-5.77s20.747%206.67%2025.004%2017.835a14.5%2014.5%200%200%200%203.483%205.294%22%2F%3E%3Cpath%20d%3D%22m41.752%2056.773l3.613-20.032l12.73%202.53l-2.614%2020.032%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/womans-sandal.svg?color=%231a73e8&size=48