womans-boot from Streamline Emojis by Streamline · Default · Smiley People · CC-BY-4.0 Attribution required.

Name
womans-boot
Set
Streamline Emojis
Style
Default
Category
Smiley People
Viewbox
48×48
License
CC BY 4.0

The same emoji in other sets

More smiley people icons from Streamline Emojis

Use the womans boot emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M12.78 44.41a12.22 1.59 0 1 0 24.44 0a12.22 1.59 0 1 0-24.44 0" opacity=".15"/><path fill="#656769" d="M14.8 35.94L17.33 44a.53.53 0 0 0 .61.37l3.4-.66a.55.55 0 0 0 .43-.59l-.41-3.5a13.9 13.9 0 0 0 7.8 2.53a48 48 0 0 0 10-1.9a.53.53 0 0 0 .37-.61l-.22-1.1l-18.42-6.11Z"/><path fill="#525252" d="m20.89 32.43l-6.09 3.51l.5 1.6a7.7 7.7 0 0 1 3-.22c2.44.15 3.13 2.51 8.62 3.93a20.65 20.65 0 0 0 8.17.08c1.83-.4 3.4-.83 4.14-1a.53.53 0 0 0 .38-.61l-.15-.77l-.46-.48Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M14.8 35.94L17.33 44a.53.53 0 0 0 .61.37l3.4-.66a.55.55 0 0 0 .43-.59l-.41-3.5a13.9 13.9 0 0 0 7.8 2.53a48 48 0 0 0 10-1.9a.53.53 0 0 0 .37-.61l-.22-1.1l-18.42-6.11Z"/><path fill="#debb7e" d="M27.36 27.45c2.33 4.76 4.61 6.72 7.67 6.9s3.8 1.52 4.06 2.87l.26 1.35s-7.3 2.43-12.79 1s-6.18-3.78-8.62-3.93s-3.14.3-3.14.3a15.9 15.9 0 0 1-1.9-5.39c-.69-3.6 1.66-3.51.8-7.93C13 18.75 9.34 9.32 8.44 7a.52.52 0 0 1 .33-.69L21.64 2a.53.53 0 0 1 .7.44c.17 1.71.72 6.6 1.73 12.76c1.26 7.72 2.16 9.93 3.29 12.25"/><path fill="#f0d5a8" d="M22.61 4.94c-.13-1.1-.22-1.94-.27-2.47a.53.53 0 0 0-.7-.44L8.77 6.31a.52.52 0 0 0-.33.69c.19.5.51 1.32.9 2.35ZM35 34.35c-3.07-.18-5.35-2.14-7.68-6.9A27 27 0 0 1 25 20.27c1.09 6.1 1.92 8.11 2.95 10.21c2.33 4.77 4.6 6.73 7.67 6.91A4.54 4.54 0 0 1 39 38.68l.35-.11l-.26-1.35c-.26-1.35-.99-2.69-4.09-2.87"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M27.36 27.45c2.33 4.76 4.61 6.72 7.67 6.9s3.8 1.52 4.06 2.87l.26 1.35s-7.3 2.43-12.79 1s-6.18-3.78-8.62-3.93s-3.14.3-3.14.3a15.9 15.9 0 0 1-1.9-5.39c-.69-3.6 1.66-3.51.8-7.93C13 18.75 9.34 9.32 8.44 7a.52.52 0 0 1 .33-.69L21.64 2a.53.53 0 0 1 .7.44c.17 1.71.72 6.6 1.73 12.76c1.26 7.72 2.16 9.93 3.29 12.25"/><path fill="#656769" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m15.62 4l.73 3.78a.53.53 0 0 1-.92.45L12.61 5Z"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisWomansBoot(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M12.78 44.41a12.22 1.59 0 1 0 24.44 0a12.22 1.59 0 1 0-24.44 0" opacity=".15"/><path fill="#656769" d="M14.8 35.94L17.33 44a.53.53 0 0 0 .61.37l3.4-.66a.55.55 0 0 0 .43-.59l-.41-3.5a13.9 13.9 0 0 0 7.8 2.53a48 48 0 0 0 10-1.9a.53.53 0 0 0 .37-.61l-.22-1.1l-18.42-6.11Z"/><path fill="#525252" d="m20.89 32.43l-6.09 3.51l.5 1.6a7.7 7.7 0 0 1 3-.22c2.44.15 3.13 2.51 8.62 3.93a20.65 20.65 0 0 0 8.17.08c1.83-.4 3.4-.83 4.14-1a.53.53 0 0 0 .38-.61l-.15-.77l-.46-.48Z"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M14.8 35.94L17.33 44a.53.53 0 0 0 .61.37l3.4-.66a.55.55 0 0 0 .43-.59l-.41-3.5a13.9 13.9 0 0 0 7.8 2.53a48 48 0 0 0 10-1.9a.53.53 0 0 0 .37-.61l-.22-1.1l-18.42-6.11Z"/><path fill="#debb7e" d="M27.36 27.45c2.33 4.76 4.61 6.72 7.67 6.9s3.8 1.52 4.06 2.87l.26 1.35s-7.3 2.43-12.79 1s-6.18-3.78-8.62-3.93s-3.14.3-3.14.3a15.9 15.9 0 0 1-1.9-5.39c-.69-3.6 1.66-3.51.8-7.93C13 18.75 9.34 9.32 8.44 7a.52.52 0 0 1 .33-.69L21.64 2a.53.53 0 0 1 .7.44c.17 1.71.72 6.6 1.73 12.76c1.26 7.72 2.16 9.93 3.29 12.25"/><path fill="#f0d5a8" d="M22.61 4.94c-.13-1.1-.22-1.94-.27-2.47a.53.53 0 0 0-.7-.44L8.77 6.31a.52.52 0 0 0-.33.69c.19.5.51 1.32.9 2.35ZM35 34.35c-3.07-.18-5.35-2.14-7.68-6.9A27 27 0 0 1 25 20.27c1.09 6.1 1.92 8.11 2.95 10.21c2.33 4.77 4.6 6.73 7.67 6.91A4.54 4.54 0 0 1 39 38.68l.35-.11l-.26-1.35c-.26-1.35-.99-2.69-4.09-2.87"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M27.36 27.45c2.33 4.76 4.61 6.72 7.67 6.9s3.8 1.52 4.06 2.87l.26 1.35s-7.3 2.43-12.79 1s-6.18-3.78-8.62-3.93s-3.14.3-3.14.3a15.9 15.9 0 0 1-1.9-5.39c-.69-3.6 1.66-3.51.8-7.93C13 18.75 9.34 9.32 8.44 7a.52.52 0 0 1 .33-.69L21.64 2a.53.53 0 0 1 .7.44c.17 1.71.72 6.6 1.73 12.76c1.26 7.72 2.16 9.93 3.29 12.25"/><path fill="#656769" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="m15.62 4l.73 3.78a.53.53 0 0 1-.92.45L12.61 5Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M12.78 44.41a12.22 1.59 0 1 0 24.44 0a12.22 1.59 0 1 0-24.44 0" opacity=".15"/><path fill="#656769" d="M14.8 35.94L17.33 44a.53.53 0 0 0 .61.37l3.4-.66a.55.55 0 0 0 .43-.59l-.41-3.5a13.9 13.9 0 0 0 7.8 2.53a48 48 0 0 0 10-1.9a.53.53 0 0 0 .37-.61l-.22-1.1l-18.42-6.11Z"/><path fill="#525252" d="m20.89 32.43l-6.09 3.51l.5 1.6a7.7 7.7 0 0 1 3-.22c2.44.15 3.13 2.51 8.62 3.93a20.65 20.65 0 0 0 8.17.08c1.83-.4 3.4-.83 4.14-1a.53.53 0 0 0 .38-.61l-.15-.77l-.46-.48Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M14.8 35.94L17.33 44a.53.53 0 0 0 .61.37l3.4-.66a.55.55 0 0 0 .43-.59l-.41-3.5a13.9 13.9 0 0 0 7.8 2.53a48 48 0 0 0 10-1.9a.53.53 0 0 0 .37-.61l-.22-1.1l-18.42-6.11Z"/><path fill="#debb7e" d="M27.36 27.45c2.33 4.76 4.61 6.72 7.67 6.9s3.8 1.52 4.06 2.87l.26 1.35s-7.3 2.43-12.79 1s-6.18-3.78-8.62-3.93s-3.14.3-3.14.3a15.9 15.9 0 0 1-1.9-5.39c-.69-3.6 1.66-3.51.8-7.93C13 18.75 9.34 9.32 8.44 7a.52.52 0 0 1 .33-.69L21.64 2a.53.53 0 0 1 .7.44c.17 1.71.72 6.6 1.73 12.76c1.26 7.72 2.16 9.93 3.29 12.25"/><path fill="#f0d5a8" d="M22.61 4.94c-.13-1.1-.22-1.94-.27-2.47a.53.53 0 0 0-.7-.44L8.77 6.31a.52.52 0 0 0-.33.69c.19.5.51 1.32.9 2.35ZM35 34.35c-3.07-.18-5.35-2.14-7.68-6.9A27 27 0 0 1 25 20.27c1.09 6.1 1.92 8.11 2.95 10.21c2.33 4.77 4.6 6.73 7.67 6.91A4.54 4.54 0 0 1 39 38.68l.35-.11l-.26-1.35c-.26-1.35-.99-2.69-4.09-2.87"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M27.36 27.45c2.33 4.76 4.61 6.72 7.67 6.9s3.8 1.52 4.06 2.87l.26 1.35s-7.3 2.43-12.79 1s-6.18-3.78-8.62-3.93s-3.14.3-3.14.3a15.9 15.9 0 0 1-1.9-5.39c-.69-3.6 1.66-3.51.8-7.93C13 18.75 9.34 9.32 8.44 7a.52.52 0 0 1 .33-.69L21.64 2a.53.53 0 0 1 .7.44c.17 1.71.72 6.6 1.73 12.76c1.26 7.72 2.16 9.93 3.29 12.25"/><path fill="#656769" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m15.62 4l.73 3.78a.53.53 0 0 1-.92.45L12.61 5Z"/></svg>
</template>

CSS

.icon-womans-boot {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M12.78%2044.41a12.22%201.59%200%201%200%2024.44%200a12.22%201.59%200%201%200-24.44%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23656769%22%20d%3D%22M14.8%2035.94L17.33%2044a.53.53%200%200%200%20.61.37l3.4-.66a.55.55%200%200%200%20.43-.59l-.41-3.5a13.9%2013.9%200%200%200%207.8%202.53a48%2048%200%200%200%2010-1.9a.53.53%200%200%200%20.37-.61l-.22-1.1l-18.42-6.11Z%22%2F%3E%3Cpath%20fill%3D%22%23525252%22%20d%3D%22m20.89%2032.43l-6.09%203.51l.5%201.6a7.7%207.7%200%200%201%203-.22c2.44.15%203.13%202.51%208.62%203.93a20.65%2020.65%200%200%200%208.17.08c1.83-.4%203.4-.83%204.14-1a.53.53%200%200%200%20.38-.61l-.15-.77l-.46-.48Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14.8%2035.94L17.33%2044a.53.53%200%200%200%20.61.37l3.4-.66a.55.55%200%200%200%20.43-.59l-.41-3.5a13.9%2013.9%200%200%200%207.8%202.53a48%2048%200%200%200%2010-1.9a.53.53%200%200%200%20.37-.61l-.22-1.1l-18.42-6.11Z%22%2F%3E%3Cpath%20fill%3D%22%23debb7e%22%20d%3D%22M27.36%2027.45c2.33%204.76%204.61%206.72%207.67%206.9s3.8%201.52%204.06%202.87l.26%201.35s-7.3%202.43-12.79%201s-6.18-3.78-8.62-3.93s-3.14.3-3.14.3a15.9%2015.9%200%200%201-1.9-5.39c-.69-3.6%201.66-3.51.8-7.93C13%2018.75%209.34%209.32%208.44%207a.52.52%200%200%201%20.33-.69L21.64%202a.53.53%200%200%201%20.7.44c.17%201.71.72%206.6%201.73%2012.76c1.26%207.72%202.16%209.93%203.29%2012.25%22%2F%3E%3Cpath%20fill%3D%22%23f0d5a8%22%20d%3D%22M22.61%204.94c-.13-1.1-.22-1.94-.27-2.47a.53.53%200%200%200-.7-.44L8.77%206.31a.52.52%200%200%200-.33.69c.19.5.51%201.32.9%202.35ZM35%2034.35c-3.07-.18-5.35-2.14-7.68-6.9A27%2027%200%200%201%2025%2020.27c1.09%206.1%201.92%208.11%202.95%2010.21c2.33%204.77%204.6%206.73%207.67%206.91A4.54%204.54%200%200%201%2039%2038.68l.35-.11l-.26-1.35c-.26-1.35-.99-2.69-4.09-2.87%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M27.36%2027.45c2.33%204.76%204.61%206.72%207.67%206.9s3.8%201.52%204.06%202.87l.26%201.35s-7.3%202.43-12.79%201s-6.18-3.78-8.62-3.93s-3.14.3-3.14.3a15.9%2015.9%200%200%201-1.9-5.39c-.69-3.6%201.66-3.51.8-7.93C13%2018.75%209.34%209.32%208.44%207a.52.52%200%200%201%20.33-.69L21.64%202a.53.53%200%200%201%20.7.44c.17%201.71.72%206.6%201.73%2012.76c1.26%207.72%202.16%209.93%203.29%2012.25%22%2F%3E%3Cpath%20fill%3D%22%23656769%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m15.62%204l.73%203.78a.53.53%200%200%201-.92.45L12.61%205Z%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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M12.78%2044.41a12.22%201.59%200%201%200%2024.44%200a12.22%201.59%200%201%200-24.44%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23656769%22%20d%3D%22M14.8%2035.94L17.33%2044a.53.53%200%200%200%20.61.37l3.4-.66a.55.55%200%200%200%20.43-.59l-.41-3.5a13.9%2013.9%200%200%200%207.8%202.53a48%2048%200%200%200%2010-1.9a.53.53%200%200%200%20.37-.61l-.22-1.1l-18.42-6.11Z%22%2F%3E%3Cpath%20fill%3D%22%23525252%22%20d%3D%22m20.89%2032.43l-6.09%203.51l.5%201.6a7.7%207.7%200%200%201%203-.22c2.44.15%203.13%202.51%208.62%203.93a20.65%2020.65%200%200%200%208.17.08c1.83-.4%203.4-.83%204.14-1a.53.53%200%200%200%20.38-.61l-.15-.77l-.46-.48Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14.8%2035.94L17.33%2044a.53.53%200%200%200%20.61.37l3.4-.66a.55.55%200%200%200%20.43-.59l-.41-3.5a13.9%2013.9%200%200%200%207.8%202.53a48%2048%200%200%200%2010-1.9a.53.53%200%200%200%20.37-.61l-.22-1.1l-18.42-6.11Z%22%2F%3E%3Cpath%20fill%3D%22%23debb7e%22%20d%3D%22M27.36%2027.45c2.33%204.76%204.61%206.72%207.67%206.9s3.8%201.52%204.06%202.87l.26%201.35s-7.3%202.43-12.79%201s-6.18-3.78-8.62-3.93s-3.14.3-3.14.3a15.9%2015.9%200%200%201-1.9-5.39c-.69-3.6%201.66-3.51.8-7.93C13%2018.75%209.34%209.32%208.44%207a.52.52%200%200%201%20.33-.69L21.64%202a.53.53%200%200%201%20.7.44c.17%201.71.72%206.6%201.73%2012.76c1.26%207.72%202.16%209.93%203.29%2012.25%22%2F%3E%3Cpath%20fill%3D%22%23f0d5a8%22%20d%3D%22M22.61%204.94c-.13-1.1-.22-1.94-.27-2.47a.53.53%200%200%200-.7-.44L8.77%206.31a.52.52%200%200%200-.33.69c.19.5.51%201.32.9%202.35ZM35%2034.35c-3.07-.18-5.35-2.14-7.68-6.9A27%2027%200%200%201%2025%2020.27c1.09%206.1%201.92%208.11%202.95%2010.21c2.33%204.77%204.6%206.73%207.67%206.91A4.54%204.54%200%200%201%2039%2038.68l.35-.11l-.26-1.35c-.26-1.35-.99-2.69-4.09-2.87%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M27.36%2027.45c2.33%204.76%204.61%206.72%207.67%206.9s3.8%201.52%204.06%202.87l.26%201.35s-7.3%202.43-12.79%201s-6.18-3.78-8.62-3.93s-3.14.3-3.14.3a15.9%2015.9%200%200%201-1.9-5.39c-.69-3.6%201.66-3.51.8-7.93C13%2018.75%209.34%209.32%208.44%207a.52.52%200%200%201%20.33-.69L21.64%202a.53.53%200%200%201%20.7.44c.17%201.71.72%206.6%201.73%2012.76c1.26%207.72%202.16%209.93%203.29%2012.25%22%2F%3E%3Cpath%20fill%3D%22%23656769%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m15.62%204l.73%203.78a.53.53%200%200%201-.92.45L12.61%205Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/womans-boot.svg?color=%231a73e8&size=48