Emoji Womans Hat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Womans Hat icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/325421.svg" alt="Emoji Womans Hat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325421.svg" alt="Emoji Womans Hat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325421.svg" alt="Emoji Womans Hat icon" :width="24" :height="24" />
CSS background
.icon-emoji-womans-hat {
background-image: url('https://proicons.com/icon/325421.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="h" d="M27.313,28.7331c-1.0736.0227-1.9623-.8303-1.9851-1.9053-.0228-1.0751.8292-1.9649,1.9028-1.9877,2.6363-.0559,3.5864,2.6575,3.6091,3.7325l-3.5269.1604h0"/><path id="c" class="h" d="M34.2829,28.3099c1.0676-.1161,1.8391-1.0767,1.7231-2.1457-.1159-1.069-1.0753-1.8415-2.1428-1.7254-2.6215.285-3.2142,3.0984-3.0983,4.1673l3.5181-.2963h0"/><path id="d" class="h" d="M14.7823,24.8144c-5.5475.7596-9.2823,2.1836-9.2823,3.8151,0,2.4296,8.2827,4.3992,18.5,4.3992s18.5226-1.9697,18.5-4.3992c-.0217-2.3353-3.483-3.4623-7.2636-3.8151"/><path id="e" class="h" d="M29.7647,25.9637c.3524-.0209.6821-.0424.9867-.0639.2777-.0195.5345-.0389.7689-.0575"/><path id="f" class="h" d="M33.1618,24.4273c-.389-3.9527-2.1929-9.494-9.2561-9.4558-10.9712.0592-9.0298,13.3436-9.0298,13.3436,0,0,3.8575.5361,9.1241.5361,2.8433,0,5.3895-.1445,6.7649-.245"/><path id="g" class="h" d="M14.8759,25.6917s3.8575.4436,9.1241.4436c.4925,0,.973-.0039,1.4394-.0109"/></svg>
Copied!