wind face emoji
wind-face from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.
- Name
- wind-face
- Set
- OpenMoji
- Style
- Default
- Category
- Travel Places
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More travel places icons from OpenMoji
Use the wind face emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M14.597 29.908a.97.97 0 0 1-.86.867C8.233 31.365 4 36.783 4 43.379c0 6.99 4.848 13.372 10.827 13.372h41.278c1.4-.037 2.559-.158 3.722-.551C63.026 54.629 68 49.407 68 42.66c0-7.078-4.891-12.873-11.08-13.343a1.03 1.03 0 0 1-.949-.832c-1.382-7.1-7.761-12.436-15.303-12.436c-4.9 0-9.267 2.219-12.102 5.749c-.277.345-.742.503-1.15.331c-1.092-.457-2.244-.679-3.533-.679c-4.872 0-8.871 3.718-9.286 8.457"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="2" d="M59.444 55.46C64.388 53.835 68 48.701 68 42.617c0-7.079-4.891-12.873-11.08-13.344a1.03 1.03 0 0 1-.949-.831c-1.382-7.1-7.761-12.436-15.303-12.436c-4.9 0-9.267 2.219-12.102 5.748c-.277.345-.742.503-1.15.332c-1.092-.458-2.244-.68-3.533-.68c-4.872 0-8.871 3.719-9.286 8.458a.97.97 0 0 1-.86.868C8.233 31.322 4 36.74 4 43.337c0 6.99 4.848 12.656 10.827 12.656h36.219"/><path stroke-width="2" d="M31.686 32.062a6.3 6.3 0 0 1-4.312 1.438a6.3 6.3 0 0 1-4.313-1.437m25.878-.001a6.3 6.3 0 0 1-4.312 1.438a6.3 6.3 0 0 1-4.313-1.437m-.703 13.27c1.657 0 3-1.138 3-2.541c0-1.053-.755-1.956-1.832-2.342a3.5 3.5 0 0 0-1.168-.2m-.427 10.156c.94 0 2.016-.57 2.331-1.472c.504-1.442-.355-3.054-1.919-3.6m22.768.225c2.154-3.308 2.011-7.934-1.992-9.798c-1.79-.834-3.868-.61-4.945 1.044a1.787 1.787 0 0 0 .522 2.473M46.09 46.55c4.76 2.767 12.005 5.352 16.274-.991"/><path stroke-width="1.907" d="M55.726 59.206c-.207 1.843-1.868 3.212-3.71 3.005a3.36 3.36 0 0 1-2.95-2.85M46.321 46.55s10.204 5.451 9.405 12.656"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiWindFace(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M14.597 29.908a.97.97 0 0 1-.86.867C8.233 31.365 4 36.783 4 43.379c0 6.99 4.848 13.372 10.827 13.372h41.278c1.4-.037 2.559-.158 3.722-.551C63.026 54.629 68 49.407 68 42.66c0-7.078-4.891-12.873-11.08-13.343a1.03 1.03 0 0 1-.949-.832c-1.382-7.1-7.761-12.436-15.303-12.436c-4.9 0-9.267 2.219-12.102 5.749c-.277.345-.742.503-1.15.331c-1.092-.457-2.244-.679-3.533-.679c-4.872 0-8.871 3.718-9.286 8.457"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round"><path strokeWidth="2" d="M59.444 55.46C64.388 53.835 68 48.701 68 42.617c0-7.079-4.891-12.873-11.08-13.344a1.03 1.03 0 0 1-.949-.831c-1.382-7.1-7.761-12.436-15.303-12.436c-4.9 0-9.267 2.219-12.102 5.748c-.277.345-.742.503-1.15.332c-1.092-.458-2.244-.68-3.533-.68c-4.872 0-8.871 3.719-9.286 8.458a.97.97 0 0 1-.86.868C8.233 31.322 4 36.74 4 43.337c0 6.99 4.848 12.656 10.827 12.656h36.219"/><path strokeWidth="2" d="M31.686 32.062a6.3 6.3 0 0 1-4.312 1.438a6.3 6.3 0 0 1-4.313-1.437m25.878-.001a6.3 6.3 0 0 1-4.312 1.438a6.3 6.3 0 0 1-4.313-1.437m-.703 13.27c1.657 0 3-1.138 3-2.541c0-1.053-.755-1.956-1.832-2.342a3.5 3.5 0 0 0-1.168-.2m-.427 10.156c.94 0 2.016-.57 2.331-1.472c.504-1.442-.355-3.054-1.919-3.6m22.768.225c2.154-3.308 2.011-7.934-1.992-9.798c-1.79-.834-3.868-.61-4.945 1.044a1.787 1.787 0 0 0 .522 2.473M46.09 46.55c4.76 2.767 12.005 5.352 16.274-.991"/><path strokeWidth="1.907" d="M55.726 59.206c-.207 1.843-1.868 3.212-3.71 3.005a3.36 3.36 0 0 1-2.95-2.85M46.321 46.55s10.204 5.451 9.405 12.656"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M14.597 29.908a.97.97 0 0 1-.86.867C8.233 31.365 4 36.783 4 43.379c0 6.99 4.848 13.372 10.827 13.372h41.278c1.4-.037 2.559-.158 3.722-.551C63.026 54.629 68 49.407 68 42.66c0-7.078-4.891-12.873-11.08-13.343a1.03 1.03 0 0 1-.949-.832c-1.382-7.1-7.761-12.436-15.303-12.436c-4.9 0-9.267 2.219-12.102 5.749c-.277.345-.742.503-1.15.331c-1.092-.457-2.244-.679-3.533-.679c-4.872 0-8.871 3.718-9.286 8.457"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="2" d="M59.444 55.46C64.388 53.835 68 48.701 68 42.617c0-7.079-4.891-12.873-11.08-13.344a1.03 1.03 0 0 1-.949-.831c-1.382-7.1-7.761-12.436-15.303-12.436c-4.9 0-9.267 2.219-12.102 5.748c-.277.345-.742.503-1.15.332c-1.092-.458-2.244-.68-3.533-.68c-4.872 0-8.871 3.719-9.286 8.458a.97.97 0 0 1-.86.868C8.233 31.322 4 36.74 4 43.337c0 6.99 4.848 12.656 10.827 12.656h36.219"/><path stroke-width="2" d="M31.686 32.062a6.3 6.3 0 0 1-4.312 1.438a6.3 6.3 0 0 1-4.313-1.437m25.878-.001a6.3 6.3 0 0 1-4.312 1.438a6.3 6.3 0 0 1-4.313-1.437m-.703 13.27c1.657 0 3-1.138 3-2.541c0-1.053-.755-1.956-1.832-2.342a3.5 3.5 0 0 0-1.168-.2m-.427 10.156c.94 0 2.016-.57 2.331-1.472c.504-1.442-.355-3.054-1.919-3.6m22.768.225c2.154-3.308 2.011-7.934-1.992-9.798c-1.79-.834-3.868-.61-4.945 1.044a1.787 1.787 0 0 0 .522 2.473M46.09 46.55c4.76 2.767 12.005 5.352 16.274-.991"/><path stroke-width="1.907" d="M55.726 59.206c-.207 1.843-1.868 3.212-3.71 3.005a3.36 3.36 0 0 1-2.95-2.85M46.321 46.55s10.204 5.451 9.405 12.656"/></g></svg> </template>
CSS
.icon-wind-face {
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%23d0cfce%22%20d%3D%22M14.597%2029.908a.97.97%200%200%201-.86.867C8.233%2031.365%204%2036.783%204%2043.379c0%206.99%204.848%2013.372%2010.827%2013.372h41.278c1.4-.037%202.559-.158%203.722-.551C63.026%2054.629%2068%2049.407%2068%2042.66c0-7.078-4.891-12.873-11.08-13.343a1.03%201.03%200%200%201-.949-.832c-1.382-7.1-7.761-12.436-15.303-12.436c-4.9%200-9.267%202.219-12.102%205.749c-.277.345-.742.503-1.15.331c-1.092-.457-2.244-.679-3.533-.679c-4.872%200-8.871%203.718-9.286%208.457%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M59.444%2055.46C64.388%2053.835%2068%2048.701%2068%2042.617c0-7.079-4.891-12.873-11.08-13.344a1.03%201.03%200%200%201-.949-.831c-1.382-7.1-7.761-12.436-15.303-12.436c-4.9%200-9.267%202.219-12.102%205.748c-.277.345-.742.503-1.15.332c-1.092-.458-2.244-.68-3.533-.68c-4.872%200-8.871%203.719-9.286%208.458a.97.97%200%200%201-.86.868C8.233%2031.322%204%2036.74%204%2043.337c0%206.99%204.848%2012.656%2010.827%2012.656h36.219%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M31.686%2032.062a6.3%206.3%200%200%201-4.312%201.438a6.3%206.3%200%200%201-4.313-1.437m25.878-.001a6.3%206.3%200%200%201-4.312%201.438a6.3%206.3%200%200%201-4.313-1.437m-.703%2013.27c1.657%200%203-1.138%203-2.541c0-1.053-.755-1.956-1.832-2.342a3.5%203.5%200%200%200-1.168-.2m-.427%2010.156c.94%200%202.016-.57%202.331-1.472c.504-1.442-.355-3.054-1.919-3.6m22.768.225c2.154-3.308%202.011-7.934-1.992-9.798c-1.79-.834-3.868-.61-4.945%201.044a1.787%201.787%200%200%200%20.522%202.473M46.09%2046.55c4.76%202.767%2012.005%205.352%2016.274-.991%22%2F%3E%3Cpath%20stroke-width%3D%221.907%22%20d%3D%22M55.726%2059.206c-.207%201.843-1.868%203.212-3.71%203.005a3.36%203.36%200%200%201-2.95-2.85M46.321%2046.55s10.204%205.451%209.405%2012.656%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%23d0cfce%22%20d%3D%22M14.597%2029.908a.97.97%200%200%201-.86.867C8.233%2031.365%204%2036.783%204%2043.379c0%206.99%204.848%2013.372%2010.827%2013.372h41.278c1.4-.037%202.559-.158%203.722-.551C63.026%2054.629%2068%2049.407%2068%2042.66c0-7.078-4.891-12.873-11.08-13.343a1.03%201.03%200%200%201-.949-.832c-1.382-7.1-7.761-12.436-15.303-12.436c-4.9%200-9.267%202.219-12.102%205.749c-.277.345-.742.503-1.15.331c-1.092-.457-2.244-.679-3.533-.679c-4.872%200-8.871%203.718-9.286%208.457%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M59.444%2055.46C64.388%2053.835%2068%2048.701%2068%2042.617c0-7.079-4.891-12.873-11.08-13.344a1.03%201.03%200%200%201-.949-.831c-1.382-7.1-7.761-12.436-15.303-12.436c-4.9%200-9.267%202.219-12.102%205.748c-.277.345-.742.503-1.15.332c-1.092-.458-2.244-.68-3.533-.68c-4.872%200-8.871%203.719-9.286%208.458a.97.97%200%200%201-.86.868C8.233%2031.322%204%2036.74%204%2043.337c0%206.99%204.848%2012.656%2010.827%2012.656h36.219%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M31.686%2032.062a6.3%206.3%200%200%201-4.312%201.438a6.3%206.3%200%200%201-4.313-1.437m25.878-.001a6.3%206.3%200%200%201-4.312%201.438a6.3%206.3%200%200%201-4.313-1.437m-.703%2013.27c1.657%200%203-1.138%203-2.541c0-1.053-.755-1.956-1.832-2.342a3.5%203.5%200%200%200-1.168-.2m-.427%2010.156c.94%200%202.016-.57%202.331-1.472c.504-1.442-.355-3.054-1.919-3.6m22.768.225c2.154-3.308%202.011-7.934-1.992-9.798c-1.79-.834-3.868-.61-4.945%201.044a1.787%201.787%200%200%200%20.522%202.473M46.09%2046.55c4.76%202.767%2012.005%205.352%2016.274-.991%22%2F%3E%3Cpath%20stroke-width%3D%221.907%22%20d%3D%22M55.726%2059.206c-.207%201.843-1.868%203.212-3.71%203.005a3.36%203.36%200%200%201-2.95-2.85M46.321%2046.55s10.204%205.451%209.405%2012.656%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/wind-face.svg?color=%231a73e8&size=48