flat shoe emoji
flat-shoe from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- flat-shoe
- Set
- Noto Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 128×128
- License
- Apache 2.0
- Aliases
- womans-flat-shoe
The same emoji in other sets
More objects icons from Noto Emoji
Use the flat shoe emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#263238" d="m9.3 72.4l4.35-11.57c6.1.84 9.52-.15 22.18 7.08c9.91 5.66 17.85 10.05 34.46 16.87c10.59 4.35 24.67 6.81 24.67 6.81l-17.22 11.95c-45.5-.11-62.45-21.69-68.44-31.14"/><path fill="#0071af" d="M16.74 62.93c.43 0 .83.01 1.22.03c4.74.18 12.81 4.57 22.16 9.66C48.17 77 57.3 81.96 67.14 85.86c6.38 2.53 14.54 4.71 20.26 6.09c-3.73 1.81-9.29 3.63-16.56 3.63c-13.7 0-28.62-6.34-44.33-18.84l-.14-.11l-.15-.09c-6.94-4.28-13.39-9.6-14.31-11.75c.88-1.34 2.28-1.86 4.83-1.86m0-3c-2.68 0-5.93.47-7.71 3.82c-2.29 4.29 15.62 15.33 15.62 15.33c19.03 15.14 34.59 19.5 46.2 19.5c15.71 0 24.18-7.98 24.18-7.98s-16.11-3.3-26.77-7.53c-21.71-8.6-40.36-22.74-50.17-23.11q-.645-.03-1.35-.03"/><path fill="#008ec9" d="M10.12 61.59c-.95 1.22-4.68 6.28-5.88 18.2C2.99 92.14 6.01 96.6 6.01 96.6l54.9 16.66c38.51 13.53 60.71 4.09 61.73 2.53c2.05-3.12 1.37-6.28.59-7.8c-6.88-13.35-21.24-18.53-25.57-20.78c-.53-.28-4.61.24-8.74 2.1c-6.68 3-13.3 4.67-19.94 3.99c-13.19-1.34-28.01-8.1-42.42-19.6c-11.72-9.35-11.95-11.34-12.18-11.78c-.95-1.81 1.02-2.49.14-2.49s-2.84.17-4.4 2.16"/><linearGradient id="SVG9XUdxHkK" x1="21.251" x2="45.728" y1="67.06" y2="86.85" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#26bfff"/><stop offset="1" stop-color="#26bfff" stop-opacity=".3"/></linearGradient><path fill="url(#SVG9XUdxHkK)" d="M12.08 64.95c2.28 3.4 14.17 13.07 20.93 16.91c3.42 1.94 7.07 3.62 7.45 2.98c.43-.72-.46-1.48-2.77-3.14c0 0-6.8-4.58-9.15-6.43c-7.07-5.54-10.66-8.65-12.15-10.62c-1-1.31-2.11-3.01.56-3.68c1.71-.42 4.01-.63 4.01-.63c-3.24-.91-5.46-1.01-6.65-.91c-.94.09-5.01 1.37-2.23 5.52"/><path fill="#874d36" d="M123.27 114.64c-5.45 3.21-20.58 6.22-36.09 4.03c-15.65-2.2-38.33-10.58-64.03-17.47c-8.82-2.37-17.71-5.83-17.71-5.83l1.38 8.31s14.9 6.74 33.2 9.63l.34-2.63c5.81 1.27 30.52 9.81 46.58 12.33c15.02 2.36 28.62-.25 34.24-3.77c2.27-1.41 2.09-4.6 2.09-4.6"/><path fill="#26bfff" d="M96.24 110.09c-.04 1.33-2.61 4.04-13.61 1.24c-5.96-1.52-5.89-4.63-4.19-5.68c2.59-1.6 8.49 1.19 13.87 1.89c4.07.52 3.95 1.78 3.93 2.55"/></svg>
React
import type { SVGProps } from "react";
export function NotoFlatShoe(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#263238" d="m9.3 72.4l4.35-11.57c6.1.84 9.52-.15 22.18 7.08c9.91 5.66 17.85 10.05 34.46 16.87c10.59 4.35 24.67 6.81 24.67 6.81l-17.22 11.95c-45.5-.11-62.45-21.69-68.44-31.14"/><path fill="#0071af" d="M16.74 62.93c.43 0 .83.01 1.22.03c4.74.18 12.81 4.57 22.16 9.66C48.17 77 57.3 81.96 67.14 85.86c6.38 2.53 14.54 4.71 20.26 6.09c-3.73 1.81-9.29 3.63-16.56 3.63c-13.7 0-28.62-6.34-44.33-18.84l-.14-.11l-.15-.09c-6.94-4.28-13.39-9.6-14.31-11.75c.88-1.34 2.28-1.86 4.83-1.86m0-3c-2.68 0-5.93.47-7.71 3.82c-2.29 4.29 15.62 15.33 15.62 15.33c19.03 15.14 34.59 19.5 46.2 19.5c15.71 0 24.18-7.98 24.18-7.98s-16.11-3.3-26.77-7.53c-21.71-8.6-40.36-22.74-50.17-23.11q-.645-.03-1.35-.03"/><path fill="#008ec9" d="M10.12 61.59c-.95 1.22-4.68 6.28-5.88 18.2C2.99 92.14 6.01 96.6 6.01 96.6l54.9 16.66c38.51 13.53 60.71 4.09 61.73 2.53c2.05-3.12 1.37-6.28.59-7.8c-6.88-13.35-21.24-18.53-25.57-20.78c-.53-.28-4.61.24-8.74 2.1c-6.68 3-13.3 4.67-19.94 3.99c-13.19-1.34-28.01-8.1-42.42-19.6c-11.72-9.35-11.95-11.34-12.18-11.78c-.95-1.81 1.02-2.49.14-2.49s-2.84.17-4.4 2.16"/><linearGradient id="SVG9XUdxHkK" x1="21.251" x2="45.728" y1="67.06" y2="86.85" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#26bfff"/><stop offset="1" stopColor="#26bfff" stopOpacity=".3"/></linearGradient><path fill="url(#SVG9XUdxHkK)" d="M12.08 64.95c2.28 3.4 14.17 13.07 20.93 16.91c3.42 1.94 7.07 3.62 7.45 2.98c.43-.72-.46-1.48-2.77-3.14c0 0-6.8-4.58-9.15-6.43c-7.07-5.54-10.66-8.65-12.15-10.62c-1-1.31-2.11-3.01.56-3.68c1.71-.42 4.01-.63 4.01-.63c-3.24-.91-5.46-1.01-6.65-.91c-.94.09-5.01 1.37-2.23 5.52"/><path fill="#874d36" d="M123.27 114.64c-5.45 3.21-20.58 6.22-36.09 4.03c-15.65-2.2-38.33-10.58-64.03-17.47c-8.82-2.37-17.71-5.83-17.71-5.83l1.38 8.31s14.9 6.74 33.2 9.63l.34-2.63c5.81 1.27 30.52 9.81 46.58 12.33c15.02 2.36 28.62-.25 34.24-3.77c2.27-1.41 2.09-4.6 2.09-4.6"/><path fill="#26bfff" d="M96.24 110.09c-.04 1.33-2.61 4.04-13.61 1.24c-5.96-1.52-5.89-4.63-4.19-5.68c2.59-1.6 8.49 1.19 13.87 1.89c4.07.52 3.95 1.78 3.93 2.55"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#263238" d="m9.3 72.4l4.35-11.57c6.1.84 9.52-.15 22.18 7.08c9.91 5.66 17.85 10.05 34.46 16.87c10.59 4.35 24.67 6.81 24.67 6.81l-17.22 11.95c-45.5-.11-62.45-21.69-68.44-31.14"/><path fill="#0071af" d="M16.74 62.93c.43 0 .83.01 1.22.03c4.74.18 12.81 4.57 22.16 9.66C48.17 77 57.3 81.96 67.14 85.86c6.38 2.53 14.54 4.71 20.26 6.09c-3.73 1.81-9.29 3.63-16.56 3.63c-13.7 0-28.62-6.34-44.33-18.84l-.14-.11l-.15-.09c-6.94-4.28-13.39-9.6-14.31-11.75c.88-1.34 2.28-1.86 4.83-1.86m0-3c-2.68 0-5.93.47-7.71 3.82c-2.29 4.29 15.62 15.33 15.62 15.33c19.03 15.14 34.59 19.5 46.2 19.5c15.71 0 24.18-7.98 24.18-7.98s-16.11-3.3-26.77-7.53c-21.71-8.6-40.36-22.74-50.17-23.11q-.645-.03-1.35-.03"/><path fill="#008ec9" d="M10.12 61.59c-.95 1.22-4.68 6.28-5.88 18.2C2.99 92.14 6.01 96.6 6.01 96.6l54.9 16.66c38.51 13.53 60.71 4.09 61.73 2.53c2.05-3.12 1.37-6.28.59-7.8c-6.88-13.35-21.24-18.53-25.57-20.78c-.53-.28-4.61.24-8.74 2.1c-6.68 3-13.3 4.67-19.94 3.99c-13.19-1.34-28.01-8.1-42.42-19.6c-11.72-9.35-11.95-11.34-12.18-11.78c-.95-1.81 1.02-2.49.14-2.49s-2.84.17-4.4 2.16"/><linearGradient id="SVG9XUdxHkK" x1="21.251" x2="45.728" y1="67.06" y2="86.85" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#26bfff"/><stop offset="1" stop-color="#26bfff" stop-opacity=".3"/></linearGradient><path fill="url(#SVG9XUdxHkK)" d="M12.08 64.95c2.28 3.4 14.17 13.07 20.93 16.91c3.42 1.94 7.07 3.62 7.45 2.98c.43-.72-.46-1.48-2.77-3.14c0 0-6.8-4.58-9.15-6.43c-7.07-5.54-10.66-8.65-12.15-10.62c-1-1.31-2.11-3.01.56-3.68c1.71-.42 4.01-.63 4.01-.63c-3.24-.91-5.46-1.01-6.65-.91c-.94.09-5.01 1.37-2.23 5.52"/><path fill="#874d36" d="M123.27 114.64c-5.45 3.21-20.58 6.22-36.09 4.03c-15.65-2.2-38.33-10.58-64.03-17.47c-8.82-2.37-17.71-5.83-17.71-5.83l1.38 8.31s14.9 6.74 33.2 9.63l.34-2.63c5.81 1.27 30.52 9.81 46.58 12.33c15.02 2.36 28.62-.25 34.24-3.77c2.27-1.41 2.09-4.6 2.09-4.6"/><path fill="#26bfff" d="M96.24 110.09c-.04 1.33-2.61 4.04-13.61 1.24c-5.96-1.52-5.89-4.63-4.19-5.68c2.59-1.6 8.49 1.19 13.87 1.89c4.07.52 3.95 1.78 3.93 2.55"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23263238%22%20d%3D%22m9.3%2072.4l4.35-11.57c6.1.84%209.52-.15%2022.18%207.08c9.91%205.66%2017.85%2010.05%2034.46%2016.87c10.59%204.35%2024.67%206.81%2024.67%206.81l-17.22%2011.95c-45.5-.11-62.45-21.69-68.44-31.14%22%2F%3E%3Cpath%20fill%3D%22%230071af%22%20d%3D%22M16.74%2062.93c.43%200%20.83.01%201.22.03c4.74.18%2012.81%204.57%2022.16%209.66C48.17%2077%2057.3%2081.96%2067.14%2085.86c6.38%202.53%2014.54%204.71%2020.26%206.09c-3.73%201.81-9.29%203.63-16.56%203.63c-13.7%200-28.62-6.34-44.33-18.84l-.14-.11l-.15-.09c-6.94-4.28-13.39-9.6-14.31-11.75c.88-1.34%202.28-1.86%204.83-1.86m0-3c-2.68%200-5.93.47-7.71%203.82c-2.29%204.29%2015.62%2015.33%2015.62%2015.33c19.03%2015.14%2034.59%2019.5%2046.2%2019.5c15.71%200%2024.18-7.98%2024.18-7.98s-16.11-3.3-26.77-7.53c-21.71-8.6-40.36-22.74-50.17-23.11q-.645-.03-1.35-.03%22%2F%3E%3Cpath%20fill%3D%22%23008ec9%22%20d%3D%22M10.12%2061.59c-.95%201.22-4.68%206.28-5.88%2018.2C2.99%2092.14%206.01%2096.6%206.01%2096.6l54.9%2016.66c38.51%2013.53%2060.71%204.09%2061.73%202.53c2.05-3.12%201.37-6.28.59-7.8c-6.88-13.35-21.24-18.53-25.57-20.78c-.53-.28-4.61.24-8.74%202.1c-6.68%203-13.3%204.67-19.94%203.99c-13.19-1.34-28.01-8.1-42.42-19.6c-11.72-9.35-11.95-11.34-12.18-11.78c-.95-1.81%201.02-2.49.14-2.49s-2.84.17-4.4%202.16%22%2F%3E%3ClinearGradient%20id%3D%22SVG9XUdxHkK%22%20x1%3D%2221.251%22%20x2%3D%2245.728%22%20y1%3D%2267.06%22%20y2%3D%2286.85%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2326bfff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2326bfff%22%20stop-opacity%3D%22.3%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVG9XUdxHkK)%22%20d%3D%22M12.08%2064.95c2.28%203.4%2014.17%2013.07%2020.93%2016.91c3.42%201.94%207.07%203.62%207.45%202.98c.43-.72-.46-1.48-2.77-3.14c0%200-6.8-4.58-9.15-6.43c-7.07-5.54-10.66-8.65-12.15-10.62c-1-1.31-2.11-3.01.56-3.68c1.71-.42%204.01-.63%204.01-.63c-3.24-.91-5.46-1.01-6.65-.91c-.94.09-5.01%201.37-2.23%205.52%22%2F%3E%3Cpath%20fill%3D%22%23874d36%22%20d%3D%22M123.27%20114.64c-5.45%203.21-20.58%206.22-36.09%204.03c-15.65-2.2-38.33-10.58-64.03-17.47c-8.82-2.37-17.71-5.83-17.71-5.83l1.38%208.31s14.9%206.74%2033.2%209.63l.34-2.63c5.81%201.27%2030.52%209.81%2046.58%2012.33c15.02%202.36%2028.62-.25%2034.24-3.77c2.27-1.41%202.09-4.6%202.09-4.6%22%2F%3E%3Cpath%20fill%3D%22%2326bfff%22%20d%3D%22M96.24%20110.09c-.04%201.33-2.61%204.04-13.61%201.24c-5.96-1.52-5.89-4.63-4.19-5.68c2.59-1.6%208.49%201.19%2013.87%201.89c4.07.52%203.95%201.78%203.93%202.55%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23263238%22%20d%3D%22m9.3%2072.4l4.35-11.57c6.1.84%209.52-.15%2022.18%207.08c9.91%205.66%2017.85%2010.05%2034.46%2016.87c10.59%204.35%2024.67%206.81%2024.67%206.81l-17.22%2011.95c-45.5-.11-62.45-21.69-68.44-31.14%22%2F%3E%3Cpath%20fill%3D%22%230071af%22%20d%3D%22M16.74%2062.93c.43%200%20.83.01%201.22.03c4.74.18%2012.81%204.57%2022.16%209.66C48.17%2077%2057.3%2081.96%2067.14%2085.86c6.38%202.53%2014.54%204.71%2020.26%206.09c-3.73%201.81-9.29%203.63-16.56%203.63c-13.7%200-28.62-6.34-44.33-18.84l-.14-.11l-.15-.09c-6.94-4.28-13.39-9.6-14.31-11.75c.88-1.34%202.28-1.86%204.83-1.86m0-3c-2.68%200-5.93.47-7.71%203.82c-2.29%204.29%2015.62%2015.33%2015.62%2015.33c19.03%2015.14%2034.59%2019.5%2046.2%2019.5c15.71%200%2024.18-7.98%2024.18-7.98s-16.11-3.3-26.77-7.53c-21.71-8.6-40.36-22.74-50.17-23.11q-.645-.03-1.35-.03%22%2F%3E%3Cpath%20fill%3D%22%23008ec9%22%20d%3D%22M10.12%2061.59c-.95%201.22-4.68%206.28-5.88%2018.2C2.99%2092.14%206.01%2096.6%206.01%2096.6l54.9%2016.66c38.51%2013.53%2060.71%204.09%2061.73%202.53c2.05-3.12%201.37-6.28.59-7.8c-6.88-13.35-21.24-18.53-25.57-20.78c-.53-.28-4.61.24-8.74%202.1c-6.68%203-13.3%204.67-19.94%203.99c-13.19-1.34-28.01-8.1-42.42-19.6c-11.72-9.35-11.95-11.34-12.18-11.78c-.95-1.81%201.02-2.49.14-2.49s-2.84.17-4.4%202.16%22%2F%3E%3ClinearGradient%20id%3D%22SVG9XUdxHkK%22%20x1%3D%2221.251%22%20x2%3D%2245.728%22%20y1%3D%2267.06%22%20y2%3D%2286.85%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2326bfff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2326bfff%22%20stop-opacity%3D%22.3%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVG9XUdxHkK)%22%20d%3D%22M12.08%2064.95c2.28%203.4%2014.17%2013.07%2020.93%2016.91c3.42%201.94%207.07%203.62%207.45%202.98c.43-.72-.46-1.48-2.77-3.14c0%200-6.8-4.58-9.15-6.43c-7.07-5.54-10.66-8.65-12.15-10.62c-1-1.31-2.11-3.01.56-3.68c1.71-.42%204.01-.63%204.01-.63c-3.24-.91-5.46-1.01-6.65-.91c-.94.09-5.01%201.37-2.23%205.52%22%2F%3E%3Cpath%20fill%3D%22%23874d36%22%20d%3D%22M123.27%20114.64c-5.45%203.21-20.58%206.22-36.09%204.03c-15.65-2.2-38.33-10.58-64.03-17.47c-8.82-2.37-17.71-5.83-17.71-5.83l1.38%208.31s14.9%206.74%2033.2%209.63l.34-2.63c5.81%201.27%2030.52%209.81%2046.58%2012.33c15.02%202.36%2028.62-.25%2034.24-3.77c2.27-1.41%202.09-4.6%202.09-4.6%22%2F%3E%3Cpath%20fill%3D%22%2326bfff%22%20d%3D%22M96.24%20110.09c-.04%201.33-2.61%204.04-13.61%201.24c-5.96-1.52-5.89-4.63-4.19-5.68c2.59-1.6%208.49%201.19%2013.87%201.89c4.07.52%203.95%201.78%203.93%202.55%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/flat-shoe.svg?color=%231a73e8&size=48