womanshat emoji
womanshat from Firefox OS Emoji by Mozilla · Default · People · Apache-2.0 Free for personal and commercial use.
- Name
- womanshat
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- People
- Viewbox
- 72×72
- License
- Apache 2.0
More people icons from Firefox OS Emoji
Use the womanshat emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#FFE1AB" d="M59.4 38.3v-2.6c0-12.9-10.5-23.4-23.4-23.4S12.6 22.8 12.6 35.7v2.6C4.9 40.6 0 43.9 0 47.5c0 6.7 16.1 12.1 36 12.1s36-5.4 36-12.1c0-3.6-4.9-6.9-12.6-9.2"/><path fill="#C4A6FF" d="M12.1 37.5v6c0 .2.1.3.2.4c1.2.7 7.9 4.1 23.7 4.1s22.5-3.4 23.7-4.1c.1-.1.2-.2.2-.4v-6c0-.3-.3-.5-.6-.4c-2 1-8.8 3.9-23.3 3.9s-21.3-2.8-23.3-3.9c-.3-.1-.6.1-.6.4"/><g fill="#FFF"><path d="M18.7 36.5s.3 0 .8.1c.3.1.5.1.8.3c.3.1.7.3 1 .4q1.05.6 2.1 1.5c.8.6 1.5 1.2 2.3 1.9c.4.3.7.7 1 1.1s.6.7.9 1.1c.6.7 1.1 1.5 1.4 2.2s.5 1.4.7 1.9c.1.5.1.8.1.8c0 .4-.3.8-.7.8H29s-.3 0-.8-.1s-1.2-.3-1.9-.7c-.7-.3-1.5-.8-2.2-1.4c-.4-.3-.7-.6-1.1-.9s-.7-.7-1.1-1c-.7-.7-1.3-1.5-1.9-2.3c-.5-.8-1.1-1.4-1.5-2.1c-.2-.3-.3-.7-.4-1s-.2-.6-.3-.8c.2-.7.2-1 .2-1c-.1-.4.3-.8.7-.8"/><path d="M23.4 50.4s-.2-.2-.5-.7c-.1-.2-.3-.5-.4-.8s-.3-.6-.4-1c-.2-.7-.3-1.6-.5-2.5c-.1-.9-.3-1.9-.3-2.9V41c0-.5.1-1 .1-1.4c.1-.9.3-1.8.5-2.5c.3-.7.6-1.4.9-1.8s.5-.7.5-.7c.3-.3.7-.3 1-.1l.1.1s.2.2.5.7c.3.4.6 1.1.9 1.8s.4 1.6.5 2.5c.1.5.1.9.1 1.4v1.5c0 1-.1 2-.3 2.9s-.2 1.8-.5 2.5c-.1.4-.3.7-.4 1s-.3.6-.4.8c-.3.4-.5.7-.5.7c-.1.3-.6.4-.9 0q0 .15 0 0"/><path d="M18 47.7s0-.3.1-.8c.1-.3.1-.5.3-.8c.1-.3.3-.7.4-1q.6-1.05 1.5-2.1c.6-.8 1.2-1.5 1.9-2.3c.3-.4.7-.7 1.1-1s.7-.6 1.1-.9c.7-.6 1.5-1.1 2.2-1.4s1.4-.5 1.9-.7c.5-.1.8-.1.8-.1c.4 0 .8.3.8.7v.1s0 .3-.1.8s-.3 1.2-.7 1.9c-.3.7-.8 1.5-1.4 2.2c-.3.4-.6.7-.9 1.1s-.7.7-1 1.1c-.7.7-1.5 1.3-2.3 1.9c-.8.5-1.4 1.1-2.1 1.5c-.3.2-.7.3-1 .4s-.6.2-.8.3c-.5.1-.8.1-.8.1c-.7-.2-1-.5-1-1c-.1.1-.1 0 0 0"/><path d="M31.9 43.1s-.2.2-.7.5c-.2.1-.5.3-.8.4s-.6.3-1 .4c-.7.2-1.6.3-2.5.5c-.9.1-1.9.3-2.9.3h-1.5c-.5-.2-1-.2-1.5-.2c-.9-.1-1.8-.3-2.5-.5c-.7-.3-1.4-.6-1.8-.9s-.7-.5-.7-.5c-.3-.3-.3-.7-.1-1l.1-.1s.2-.2.7-.5c.4-.3 1.1-.6 1.8-.9s1.6-.4 2.5-.5c.5-.1.9-.1 1.4-.1h1.5c1 0 2 .1 2.9.3s1.8.2 2.5.5c.4.1.7.3 1 .4s.6.3.8.4c.4.3.7.5.7.5c.4.1.4.6.1 1c0-.1 0 0 0 0"/></g><circle cx="23.9" cy="42.5" r="3.4" fill="#FFB636"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiWomanshat(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#FFE1AB" d="M59.4 38.3v-2.6c0-12.9-10.5-23.4-23.4-23.4S12.6 22.8 12.6 35.7v2.6C4.9 40.6 0 43.9 0 47.5c0 6.7 16.1 12.1 36 12.1s36-5.4 36-12.1c0-3.6-4.9-6.9-12.6-9.2"/><path fill="#C4A6FF" d="M12.1 37.5v6c0 .2.1.3.2.4c1.2.7 7.9 4.1 23.7 4.1s22.5-3.4 23.7-4.1c.1-.1.2-.2.2-.4v-6c0-.3-.3-.5-.6-.4c-2 1-8.8 3.9-23.3 3.9s-21.3-2.8-23.3-3.9c-.3-.1-.6.1-.6.4"/><g fill="#FFF"><path d="M18.7 36.5s.3 0 .8.1c.3.1.5.1.8.3c.3.1.7.3 1 .4q1.05.6 2.1 1.5c.8.6 1.5 1.2 2.3 1.9c.4.3.7.7 1 1.1s.6.7.9 1.1c.6.7 1.1 1.5 1.4 2.2s.5 1.4.7 1.9c.1.5.1.8.1.8c0 .4-.3.8-.7.8H29s-.3 0-.8-.1s-1.2-.3-1.9-.7c-.7-.3-1.5-.8-2.2-1.4c-.4-.3-.7-.6-1.1-.9s-.7-.7-1.1-1c-.7-.7-1.3-1.5-1.9-2.3c-.5-.8-1.1-1.4-1.5-2.1c-.2-.3-.3-.7-.4-1s-.2-.6-.3-.8c.2-.7.2-1 .2-1c-.1-.4.3-.8.7-.8"/><path d="M23.4 50.4s-.2-.2-.5-.7c-.1-.2-.3-.5-.4-.8s-.3-.6-.4-1c-.2-.7-.3-1.6-.5-2.5c-.1-.9-.3-1.9-.3-2.9V41c0-.5.1-1 .1-1.4c.1-.9.3-1.8.5-2.5c.3-.7.6-1.4.9-1.8s.5-.7.5-.7c.3-.3.7-.3 1-.1l.1.1s.2.2.5.7c.3.4.6 1.1.9 1.8s.4 1.6.5 2.5c.1.5.1.9.1 1.4v1.5c0 1-.1 2-.3 2.9s-.2 1.8-.5 2.5c-.1.4-.3.7-.4 1s-.3.6-.4.8c-.3.4-.5.7-.5.7c-.1.3-.6.4-.9 0q0 .15 0 0"/><path d="M18 47.7s0-.3.1-.8c.1-.3.1-.5.3-.8c.1-.3.3-.7.4-1q.6-1.05 1.5-2.1c.6-.8 1.2-1.5 1.9-2.3c.3-.4.7-.7 1.1-1s.7-.6 1.1-.9c.7-.6 1.5-1.1 2.2-1.4s1.4-.5 1.9-.7c.5-.1.8-.1.8-.1c.4 0 .8.3.8.7v.1s0 .3-.1.8s-.3 1.2-.7 1.9c-.3.7-.8 1.5-1.4 2.2c-.3.4-.6.7-.9 1.1s-.7.7-1 1.1c-.7.7-1.5 1.3-2.3 1.9c-.8.5-1.4 1.1-2.1 1.5c-.3.2-.7.3-1 .4s-.6.2-.8.3c-.5.1-.8.1-.8.1c-.7-.2-1-.5-1-1c-.1.1-.1 0 0 0"/><path d="M31.9 43.1s-.2.2-.7.5c-.2.1-.5.3-.8.4s-.6.3-1 .4c-.7.2-1.6.3-2.5.5c-.9.1-1.9.3-2.9.3h-1.5c-.5-.2-1-.2-1.5-.2c-.9-.1-1.8-.3-2.5-.5c-.7-.3-1.4-.6-1.8-.9s-.7-.5-.7-.5c-.3-.3-.3-.7-.1-1l.1-.1s.2-.2.7-.5c.4-.3 1.1-.6 1.8-.9s1.6-.4 2.5-.5c.5-.1.9-.1 1.4-.1h1.5c1 0 2 .1 2.9.3s1.8.2 2.5.5c.4.1.7.3 1 .4s.6.3.8.4c.4.3.7.5.7.5c.4.1.4.6.1 1c0-.1 0 0 0 0"/></g><circle cx="23.9" cy="42.5" r="3.4" fill="#FFB636"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#FFE1AB" d="M59.4 38.3v-2.6c0-12.9-10.5-23.4-23.4-23.4S12.6 22.8 12.6 35.7v2.6C4.9 40.6 0 43.9 0 47.5c0 6.7 16.1 12.1 36 12.1s36-5.4 36-12.1c0-3.6-4.9-6.9-12.6-9.2"/><path fill="#C4A6FF" d="M12.1 37.5v6c0 .2.1.3.2.4c1.2.7 7.9 4.1 23.7 4.1s22.5-3.4 23.7-4.1c.1-.1.2-.2.2-.4v-6c0-.3-.3-.5-.6-.4c-2 1-8.8 3.9-23.3 3.9s-21.3-2.8-23.3-3.9c-.3-.1-.6.1-.6.4"/><g fill="#FFF"><path d="M18.7 36.5s.3 0 .8.1c.3.1.5.1.8.3c.3.1.7.3 1 .4q1.05.6 2.1 1.5c.8.6 1.5 1.2 2.3 1.9c.4.3.7.7 1 1.1s.6.7.9 1.1c.6.7 1.1 1.5 1.4 2.2s.5 1.4.7 1.9c.1.5.1.8.1.8c0 .4-.3.8-.7.8H29s-.3 0-.8-.1s-1.2-.3-1.9-.7c-.7-.3-1.5-.8-2.2-1.4c-.4-.3-.7-.6-1.1-.9s-.7-.7-1.1-1c-.7-.7-1.3-1.5-1.9-2.3c-.5-.8-1.1-1.4-1.5-2.1c-.2-.3-.3-.7-.4-1s-.2-.6-.3-.8c.2-.7.2-1 .2-1c-.1-.4.3-.8.7-.8"/><path d="M23.4 50.4s-.2-.2-.5-.7c-.1-.2-.3-.5-.4-.8s-.3-.6-.4-1c-.2-.7-.3-1.6-.5-2.5c-.1-.9-.3-1.9-.3-2.9V41c0-.5.1-1 .1-1.4c.1-.9.3-1.8.5-2.5c.3-.7.6-1.4.9-1.8s.5-.7.5-.7c.3-.3.7-.3 1-.1l.1.1s.2.2.5.7c.3.4.6 1.1.9 1.8s.4 1.6.5 2.5c.1.5.1.9.1 1.4v1.5c0 1-.1 2-.3 2.9s-.2 1.8-.5 2.5c-.1.4-.3.7-.4 1s-.3.6-.4.8c-.3.4-.5.7-.5.7c-.1.3-.6.4-.9 0q0 .15 0 0"/><path d="M18 47.7s0-.3.1-.8c.1-.3.1-.5.3-.8c.1-.3.3-.7.4-1q.6-1.05 1.5-2.1c.6-.8 1.2-1.5 1.9-2.3c.3-.4.7-.7 1.1-1s.7-.6 1.1-.9c.7-.6 1.5-1.1 2.2-1.4s1.4-.5 1.9-.7c.5-.1.8-.1.8-.1c.4 0 .8.3.8.7v.1s0 .3-.1.8s-.3 1.2-.7 1.9c-.3.7-.8 1.5-1.4 2.2c-.3.4-.6.7-.9 1.1s-.7.7-1 1.1c-.7.7-1.5 1.3-2.3 1.9c-.8.5-1.4 1.1-2.1 1.5c-.3.2-.7.3-1 .4s-.6.2-.8.3c-.5.1-.8.1-.8.1c-.7-.2-1-.5-1-1c-.1.1-.1 0 0 0"/><path d="M31.9 43.1s-.2.2-.7.5c-.2.1-.5.3-.8.4s-.6.3-1 .4c-.7.2-1.6.3-2.5.5c-.9.1-1.9.3-2.9.3h-1.5c-.5-.2-1-.2-1.5-.2c-.9-.1-1.8-.3-2.5-.5c-.7-.3-1.4-.6-1.8-.9s-.7-.5-.7-.5c-.3-.3-.3-.7-.1-1l.1-.1s.2-.2.7-.5c.4-.3 1.1-.6 1.8-.9s1.6-.4 2.5-.5c.5-.1.9-.1 1.4-.1h1.5c1 0 2 .1 2.9.3s1.8.2 2.5.5c.4.1.7.3 1 .4s.6.3.8.4c.4.3.7.5.7.5c.4.1.4.6.1 1c0-.1 0 0 0 0"/></g><circle cx="23.9" cy="42.5" r="3.4" fill="#FFB636"/></svg> </template>
CSS
.icon-womanshat {
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%23FFE1AB%22%20d%3D%22M59.4%2038.3v-2.6c0-12.9-10.5-23.4-23.4-23.4S12.6%2022.8%2012.6%2035.7v2.6C4.9%2040.6%200%2043.9%200%2047.5c0%206.7%2016.1%2012.1%2036%2012.1s36-5.4%2036-12.1c0-3.6-4.9-6.9-12.6-9.2%22%2F%3E%3Cpath%20fill%3D%22%23C4A6FF%22%20d%3D%22M12.1%2037.5v6c0%20.2.1.3.2.4c1.2.7%207.9%204.1%2023.7%204.1s22.5-3.4%2023.7-4.1c.1-.1.2-.2.2-.4v-6c0-.3-.3-.5-.6-.4c-2%201-8.8%203.9-23.3%203.9s-21.3-2.8-23.3-3.9c-.3-.1-.6.1-.6.4%22%2F%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M18.7%2036.5s.3%200%20.8.1c.3.1.5.1.8.3c.3.1.7.3%201%20.4q1.05.6%202.1%201.5c.8.6%201.5%201.2%202.3%201.9c.4.3.7.7%201%201.1s.6.7.9%201.1c.6.7%201.1%201.5%201.4%202.2s.5%201.4.7%201.9c.1.5.1.8.1.8c0%20.4-.3.8-.7.8H29s-.3%200-.8-.1s-1.2-.3-1.9-.7c-.7-.3-1.5-.8-2.2-1.4c-.4-.3-.7-.6-1.1-.9s-.7-.7-1.1-1c-.7-.7-1.3-1.5-1.9-2.3c-.5-.8-1.1-1.4-1.5-2.1c-.2-.3-.3-.7-.4-1s-.2-.6-.3-.8c.2-.7.2-1%20.2-1c-.1-.4.3-.8.7-.8%22%2F%3E%3Cpath%20d%3D%22M23.4%2050.4s-.2-.2-.5-.7c-.1-.2-.3-.5-.4-.8s-.3-.6-.4-1c-.2-.7-.3-1.6-.5-2.5c-.1-.9-.3-1.9-.3-2.9V41c0-.5.1-1%20.1-1.4c.1-.9.3-1.8.5-2.5c.3-.7.6-1.4.9-1.8s.5-.7.5-.7c.3-.3.7-.3%201-.1l.1.1s.2.2.5.7c.3.4.6%201.1.9%201.8s.4%201.6.5%202.5c.1.5.1.9.1%201.4v1.5c0%201-.1%202-.3%202.9s-.2%201.8-.5%202.5c-.1.4-.3.7-.4%201s-.3.6-.4.8c-.3.4-.5.7-.5.7c-.1.3-.6.4-.9%200q0%20.15%200%200%22%2F%3E%3Cpath%20d%3D%22M18%2047.7s0-.3.1-.8c.1-.3.1-.5.3-.8c.1-.3.3-.7.4-1q.6-1.05%201.5-2.1c.6-.8%201.2-1.5%201.9-2.3c.3-.4.7-.7%201.1-1s.7-.6%201.1-.9c.7-.6%201.5-1.1%202.2-1.4s1.4-.5%201.9-.7c.5-.1.8-.1.8-.1c.4%200%20.8.3.8.7v.1s0%20.3-.1.8s-.3%201.2-.7%201.9c-.3.7-.8%201.5-1.4%202.2c-.3.4-.6.7-.9%201.1s-.7.7-1%201.1c-.7.7-1.5%201.3-2.3%201.9c-.8.5-1.4%201.1-2.1%201.5c-.3.2-.7.3-1%20.4s-.6.2-.8.3c-.5.1-.8.1-.8.1c-.7-.2-1-.5-1-1c-.1.1-.1%200%200%200%22%2F%3E%3Cpath%20d%3D%22M31.9%2043.1s-.2.2-.7.5c-.2.1-.5.3-.8.4s-.6.3-1%20.4c-.7.2-1.6.3-2.5.5c-.9.1-1.9.3-2.9.3h-1.5c-.5-.2-1-.2-1.5-.2c-.9-.1-1.8-.3-2.5-.5c-.7-.3-1.4-.6-1.8-.9s-.7-.5-.7-.5c-.3-.3-.3-.7-.1-1l.1-.1s.2-.2.7-.5c.4-.3%201.1-.6%201.8-.9s1.6-.4%202.5-.5c.5-.1.9-.1%201.4-.1h1.5c1%200%202%20.1%202.9.3s1.8.2%202.5.5c.4.1.7.3%201%20.4s.6.3.8.4c.4.3.7.5.7.5c.4.1.4.6.1%201c0-.1%200%200%200%200%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2223.9%22%20cy%3D%2242.5%22%20r%3D%223.4%22%20fill%3D%22%23FFB636%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23FFE1AB%22%20d%3D%22M59.4%2038.3v-2.6c0-12.9-10.5-23.4-23.4-23.4S12.6%2022.8%2012.6%2035.7v2.6C4.9%2040.6%200%2043.9%200%2047.5c0%206.7%2016.1%2012.1%2036%2012.1s36-5.4%2036-12.1c0-3.6-4.9-6.9-12.6-9.2%22%2F%3E%3Cpath%20fill%3D%22%23C4A6FF%22%20d%3D%22M12.1%2037.5v6c0%20.2.1.3.2.4c1.2.7%207.9%204.1%2023.7%204.1s22.5-3.4%2023.7-4.1c.1-.1.2-.2.2-.4v-6c0-.3-.3-.5-.6-.4c-2%201-8.8%203.9-23.3%203.9s-21.3-2.8-23.3-3.9c-.3-.1-.6.1-.6.4%22%2F%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M18.7%2036.5s.3%200%20.8.1c.3.1.5.1.8.3c.3.1.7.3%201%20.4q1.05.6%202.1%201.5c.8.6%201.5%201.2%202.3%201.9c.4.3.7.7%201%201.1s.6.7.9%201.1c.6.7%201.1%201.5%201.4%202.2s.5%201.4.7%201.9c.1.5.1.8.1.8c0%20.4-.3.8-.7.8H29s-.3%200-.8-.1s-1.2-.3-1.9-.7c-.7-.3-1.5-.8-2.2-1.4c-.4-.3-.7-.6-1.1-.9s-.7-.7-1.1-1c-.7-.7-1.3-1.5-1.9-2.3c-.5-.8-1.1-1.4-1.5-2.1c-.2-.3-.3-.7-.4-1s-.2-.6-.3-.8c.2-.7.2-1%20.2-1c-.1-.4.3-.8.7-.8%22%2F%3E%3Cpath%20d%3D%22M23.4%2050.4s-.2-.2-.5-.7c-.1-.2-.3-.5-.4-.8s-.3-.6-.4-1c-.2-.7-.3-1.6-.5-2.5c-.1-.9-.3-1.9-.3-2.9V41c0-.5.1-1%20.1-1.4c.1-.9.3-1.8.5-2.5c.3-.7.6-1.4.9-1.8s.5-.7.5-.7c.3-.3.7-.3%201-.1l.1.1s.2.2.5.7c.3.4.6%201.1.9%201.8s.4%201.6.5%202.5c.1.5.1.9.1%201.4v1.5c0%201-.1%202-.3%202.9s-.2%201.8-.5%202.5c-.1.4-.3.7-.4%201s-.3.6-.4.8c-.3.4-.5.7-.5.7c-.1.3-.6.4-.9%200q0%20.15%200%200%22%2F%3E%3Cpath%20d%3D%22M18%2047.7s0-.3.1-.8c.1-.3.1-.5.3-.8c.1-.3.3-.7.4-1q.6-1.05%201.5-2.1c.6-.8%201.2-1.5%201.9-2.3c.3-.4.7-.7%201.1-1s.7-.6%201.1-.9c.7-.6%201.5-1.1%202.2-1.4s1.4-.5%201.9-.7c.5-.1.8-.1.8-.1c.4%200%20.8.3.8.7v.1s0%20.3-.1.8s-.3%201.2-.7%201.9c-.3.7-.8%201.5-1.4%202.2c-.3.4-.6.7-.9%201.1s-.7.7-1%201.1c-.7.7-1.5%201.3-2.3%201.9c-.8.5-1.4%201.1-2.1%201.5c-.3.2-.7.3-1%20.4s-.6.2-.8.3c-.5.1-.8.1-.8.1c-.7-.2-1-.5-1-1c-.1.1-.1%200%200%200%22%2F%3E%3Cpath%20d%3D%22M31.9%2043.1s-.2.2-.7.5c-.2.1-.5.3-.8.4s-.6.3-1%20.4c-.7.2-1.6.3-2.5.5c-.9.1-1.9.3-2.9.3h-1.5c-.5-.2-1-.2-1.5-.2c-.9-.1-1.8-.3-2.5-.5c-.7-.3-1.4-.6-1.8-.9s-.7-.5-.7-.5c-.3-.3-.3-.7-.1-1l.1-.1s.2-.2.7-.5c.4-.3%201.1-.6%201.8-.9s1.6-.4%202.5-.5c.5-.1.9-.1%201.4-.1h1.5c1%200%202%20.1%202.9.3s1.8.2%202.5.5c.4.1.7.3%201%20.4s.6.3.8.4c.4.3.7.5.7.5c.4.1.4.6.1%201c0-.1%200%200%200%200%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2223.9%22%20cy%3D%2242.5%22%20r%3D%223.4%22%20fill%3D%22%23FFB636%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/womanshat.svg?color=%231a73e8&size=48