wind-face from Fluent Emoji Flat by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.

Name
wind-face
Set
Fluent Emoji Flat
Style
Default
Category
Travel & Places
Viewbox
32×32
License
MIT

The same emoji in other sets

More travel & places icons from Fluent Emoji Flat

Use the wind face emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#50e2ff" d="M9.65 6.14L2 6.28L2.01 30c1.583 0 3.608-.013 5.36-.024c1.334-.008 2.51-.016 3.21-.016c3.646 0 5.23-1.457 5.92-3.783a.98.98 0 1 0 .825-1.765a.98.98 0 0 0-.33-1.912q.012-.345.02-.7h.005c.95 0 1.99-.77 1.99-1.72c0-.509-.184-.76-.561-1.275a16.5 16.5 0 0 1-1.419-2.266V13.53c-.01-4.07-3.33-7.39-7.38-7.39m16.715 12.405l.105-.005c2.07 0 3.64 1.69 3.64 3.75a3.74 3.74 0 0 1-3.74 3.74c-.28 0-.56-.04-.83-.1a1.445 1.445 0 0 1-2.89.09c-1.81-.15-3.23-.88-3.93-1.32c-.17-.11-.13-.37.07-.41c1.57-.3 2.61-1.37 3.26-2.36a2.76 2.76 0 0 1-1.04-2.15A2.78 2.78 0 0 1 23.79 17c1.09 0 2.02.64 2.47 1.55z"/><path fill="#000" d="M15.889 16.302a.5.5 0 0 1 .029.707a2.67 2.67 0 0 1-3.789.147a.5.5 0 0 1 .682-.732c.677.631 1.74.593 2.371-.093a.5.5 0 0 1 .707-.029"/><path fill="#00a6ed" d="M11.47 14.01c-.16 0-.32-.07-.42-.21a.527.527 0 0 1 .1-.74c.06-.05 1.48-1.12 3.59-.87c.29.03.5.3.46.59c-.03.29-.3.5-.59.46c-1.65-.2-2.81.65-2.82.66c-.1.07-.21.11-.32.11"/><path fill="#00a6ed" d="M12.9 2C8.73 2 2.22 2.05 2.01 2L2 30c8.43 0 6.24-12.44 7.51-16.92c1.52-5.37 7.51-1.08 7.51-7.09C17.02 2.84 15.69 2 12.9 2"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatWindFace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#50e2ff" d="M9.65 6.14L2 6.28L2.01 30c1.583 0 3.608-.013 5.36-.024c1.334-.008 2.51-.016 3.21-.016c3.646 0 5.23-1.457 5.92-3.783a.98.98 0 1 0 .825-1.765a.98.98 0 0 0-.33-1.912q.012-.345.02-.7h.005c.95 0 1.99-.77 1.99-1.72c0-.509-.184-.76-.561-1.275a16.5 16.5 0 0 1-1.419-2.266V13.53c-.01-4.07-3.33-7.39-7.38-7.39m16.715 12.405l.105-.005c2.07 0 3.64 1.69 3.64 3.75a3.74 3.74 0 0 1-3.74 3.74c-.28 0-.56-.04-.83-.1a1.445 1.445 0 0 1-2.89.09c-1.81-.15-3.23-.88-3.93-1.32c-.17-.11-.13-.37.07-.41c1.57-.3 2.61-1.37 3.26-2.36a2.76 2.76 0 0 1-1.04-2.15A2.78 2.78 0 0 1 23.79 17c1.09 0 2.02.64 2.47 1.55z"/><path fill="#000" d="M15.889 16.302a.5.5 0 0 1 .029.707a2.67 2.67 0 0 1-3.789.147a.5.5 0 0 1 .682-.732c.677.631 1.74.593 2.371-.093a.5.5 0 0 1 .707-.029"/><path fill="#00a6ed" d="M11.47 14.01c-.16 0-.32-.07-.42-.21a.527.527 0 0 1 .1-.74c.06-.05 1.48-1.12 3.59-.87c.29.03.5.3.46.59c-.03.29-.3.5-.59.46c-1.65-.2-2.81.65-2.82.66c-.1.07-.21.11-.32.11"/><path fill="#00a6ed" d="M12.9 2C8.73 2 2.22 2.05 2.01 2L2 30c8.43 0 6.24-12.44 7.51-16.92c1.52-5.37 7.51-1.08 7.51-7.09C17.02 2.84 15.69 2 12.9 2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#50e2ff" d="M9.65 6.14L2 6.28L2.01 30c1.583 0 3.608-.013 5.36-.024c1.334-.008 2.51-.016 3.21-.016c3.646 0 5.23-1.457 5.92-3.783a.98.98 0 1 0 .825-1.765a.98.98 0 0 0-.33-1.912q.012-.345.02-.7h.005c.95 0 1.99-.77 1.99-1.72c0-.509-.184-.76-.561-1.275a16.5 16.5 0 0 1-1.419-2.266V13.53c-.01-4.07-3.33-7.39-7.38-7.39m16.715 12.405l.105-.005c2.07 0 3.64 1.69 3.64 3.75a3.74 3.74 0 0 1-3.74 3.74c-.28 0-.56-.04-.83-.1a1.445 1.445 0 0 1-2.89.09c-1.81-.15-3.23-.88-3.93-1.32c-.17-.11-.13-.37.07-.41c1.57-.3 2.61-1.37 3.26-2.36a2.76 2.76 0 0 1-1.04-2.15A2.78 2.78 0 0 1 23.79 17c1.09 0 2.02.64 2.47 1.55z"/><path fill="#000" d="M15.889 16.302a.5.5 0 0 1 .029.707a2.67 2.67 0 0 1-3.789.147a.5.5 0 0 1 .682-.732c.677.631 1.74.593 2.371-.093a.5.5 0 0 1 .707-.029"/><path fill="#00a6ed" d="M11.47 14.01c-.16 0-.32-.07-.42-.21a.527.527 0 0 1 .1-.74c.06-.05 1.48-1.12 3.59-.87c.29.03.5.3.46.59c-.03.29-.3.5-.59.46c-1.65-.2-2.81.65-2.82.66c-.1.07-.21.11-.32.11"/><path fill="#00a6ed" d="M12.9 2C8.73 2 2.22 2.05 2.01 2L2 30c8.43 0 6.24-12.44 7.51-16.92c1.52-5.37 7.51-1.08 7.51-7.09C17.02 2.84 15.69 2 12.9 2"/></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2350e2ff%22%20d%3D%22M9.65%206.14L2%206.28L2.01%2030c1.583%200%203.608-.013%205.36-.024c1.334-.008%202.51-.016%203.21-.016c3.646%200%205.23-1.457%205.92-3.783a.98.98%200%201%200%20.825-1.765a.98.98%200%200%200-.33-1.912q.012-.345.02-.7h.005c.95%200%201.99-.77%201.99-1.72c0-.509-.184-.76-.561-1.275a16.5%2016.5%200%200%201-1.419-2.266V13.53c-.01-4.07-3.33-7.39-7.38-7.39m16.715%2012.405l.105-.005c2.07%200%203.64%201.69%203.64%203.75a3.74%203.74%200%200%201-3.74%203.74c-.28%200-.56-.04-.83-.1a1.445%201.445%200%200%201-2.89.09c-1.81-.15-3.23-.88-3.93-1.32c-.17-.11-.13-.37.07-.41c1.57-.3%202.61-1.37%203.26-2.36a2.76%202.76%200%200%201-1.04-2.15A2.78%202.78%200%200%201%2023.79%2017c1.09%200%202.02.64%202.47%201.55z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M15.889%2016.302a.5.5%200%200%201%20.029.707a2.67%202.67%200%200%201-3.789.147a.5.5%200%200%201%20.682-.732c.677.631%201.74.593%202.371-.093a.5.5%200%200%201%20.707-.029%22%2F%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M11.47%2014.01c-.16%200-.32-.07-.42-.21a.527.527%200%200%201%20.1-.74c.06-.05%201.48-1.12%203.59-.87c.29.03.5.3.46.59c-.03.29-.3.5-.59.46c-1.65-.2-2.81.65-2.82.66c-.1.07-.21.11-.32.11%22%2F%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M12.9%202C8.73%202%202.22%202.05%202.01%202L2%2030c8.43%200%206.24-12.44%207.51-16.92c1.52-5.37%207.51-1.08%207.51-7.09C17.02%202.84%2015.69%202%2012.9%202%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2350e2ff%22%20d%3D%22M9.65%206.14L2%206.28L2.01%2030c1.583%200%203.608-.013%205.36-.024c1.334-.008%202.51-.016%203.21-.016c3.646%200%205.23-1.457%205.92-3.783a.98.98%200%201%200%20.825-1.765a.98.98%200%200%200-.33-1.912q.012-.345.02-.7h.005c.95%200%201.99-.77%201.99-1.72c0-.509-.184-.76-.561-1.275a16.5%2016.5%200%200%201-1.419-2.266V13.53c-.01-4.07-3.33-7.39-7.38-7.39m16.715%2012.405l.105-.005c2.07%200%203.64%201.69%203.64%203.75a3.74%203.74%200%200%201-3.74%203.74c-.28%200-.56-.04-.83-.1a1.445%201.445%200%200%201-2.89.09c-1.81-.15-3.23-.88-3.93-1.32c-.17-.11-.13-.37.07-.41c1.57-.3%202.61-1.37%203.26-2.36a2.76%202.76%200%200%201-1.04-2.15A2.78%202.78%200%200%201%2023.79%2017c1.09%200%202.02.64%202.47%201.55z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M15.889%2016.302a.5.5%200%200%201%20.029.707a2.67%202.67%200%200%201-3.789.147a.5.5%200%200%201%20.682-.732c.677.631%201.74.593%202.371-.093a.5.5%200%200%201%20.707-.029%22%2F%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M11.47%2014.01c-.16%200-.32-.07-.42-.21a.527.527%200%200%201%20.1-.74c.06-.05%201.48-1.12%203.59-.87c.29.03.5.3.46.59c-.03.29-.3.5-.59.46c-1.65-.2-2.81.65-2.82.66c-.1.07-.21.11-.32.11%22%2F%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M12.9%202C8.73%202%202.22%202.05%202.01%202L2%2030c8.43%200%206.24-12.44%207.51-16.92c1.52-5.37%207.51-1.08%207.51-7.09C17.02%202.84%2015.69%202%2012.9%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/wind-face.svg?color=%231a73e8&size=48