leaf fluttering in wind emoji
leaf-fluttering-in-wind from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- leaf-fluttering-in-wind
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More animals & nature icons from Fluent Emoji High Contrast
Use the leaf fluttering in wind emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M4.45 6.52a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71C6.47 3.3 9.61 2 12.96 2c1.23 0 2.46.18 3.63.54a.5.5 0 0 1 .33.62c-.08.27-.36.42-.62.33A11.8 11.8 0 0 0 12.96 3C9.88 3 6.98 4.2 4.81 6.38c-.1.1-.23.14-.36.14"/><path d="M2.5 16.48c-.28 0-.5-.22-.5-.5C2 9.94 6.92 5.02 12.96 5.02c.28 0 .5.22.5.5s-.22.5-.5.5C7.47 6.02 3 10.49 3 15.98c0 .28-.22.5-.5.5m19.81 0c0 .28.22.5.5.5c1.49 0 2.92-.45 4.13-1.31A7.2 7.2 0 0 0 30 9.78c0-.27-.22-.5-.5-.5s-.5.22-.5.5c0 2.02-.99 3.91-2.63 5.08a6.2 6.2 0 0 1-3.56 1.12c-.28 0-.5.22-.5.5"/><path d="m6.5 15.087l.876.913h7.07c6.443 0 11.584 5.487 11.584 12.14v.63c0 1.193-.932 2.25-2.188 2.25h-7.258C10.14 31.02 5 25.533 5 18.88v-5.75c0-.41.34-.75.75-.75s.75.34.75.75zM16.584 29.02h7.258a.16.16 0 0 0 .115-.055a.28.28 0 0 0 .073-.195v-.63c0-5.647-4.34-10.14-9.584-10.14H7.148q.184.173.412.3l11.9 6.5c.36.2.5.65.3 1.02c-.13.25-.39.39-.65.39q-.18 0-.36-.09l-11.718-6.4c.405 5.246 4.572 9.3 9.552 9.3M28 2.53c0-.28-.23-.51-.51-.51s-.51.23-.51.51v1.722l-.317.248h-4.98c-4.323 0-7.773 3.785-7.773 8.2v.43c0 .728.572 1.35 1.319 1.35h4.999c4.31 0 7.772-3.622 7.772-8.05zM26.801 5.5c-.125.222-.311.41-.541.54l-8.08 4.41c-.25.13-.34.44-.2.69a.514.514 0 0 0 .69.21l8.08-4.41a3 3 0 0 0 .242-.154c-.179 3.745-3.155 6.694-6.764 6.694h-5c-.158 0-.318-.138-.318-.35v-.43c0-3.925 3.062-7.2 6.772-7.2z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastLeafFlutteringInWind(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M4.45 6.52a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71C6.47 3.3 9.61 2 12.96 2c1.23 0 2.46.18 3.63.54a.5.5 0 0 1 .33.62c-.08.27-.36.42-.62.33A11.8 11.8 0 0 0 12.96 3C9.88 3 6.98 4.2 4.81 6.38c-.1.1-.23.14-.36.14"/><path d="M2.5 16.48c-.28 0-.5-.22-.5-.5C2 9.94 6.92 5.02 12.96 5.02c.28 0 .5.22.5.5s-.22.5-.5.5C7.47 6.02 3 10.49 3 15.98c0 .28-.22.5-.5.5m19.81 0c0 .28.22.5.5.5c1.49 0 2.92-.45 4.13-1.31A7.2 7.2 0 0 0 30 9.78c0-.27-.22-.5-.5-.5s-.5.22-.5.5c0 2.02-.99 3.91-2.63 5.08a6.2 6.2 0 0 1-3.56 1.12c-.28 0-.5.22-.5.5"/><path d="m6.5 15.087l.876.913h7.07c6.443 0 11.584 5.487 11.584 12.14v.63c0 1.193-.932 2.25-2.188 2.25h-7.258C10.14 31.02 5 25.533 5 18.88v-5.75c0-.41.34-.75.75-.75s.75.34.75.75zM16.584 29.02h7.258a.16.16 0 0 0 .115-.055a.28.28 0 0 0 .073-.195v-.63c0-5.647-4.34-10.14-9.584-10.14H7.148q.184.173.412.3l11.9 6.5c.36.2.5.65.3 1.02c-.13.25-.39.39-.65.39q-.18 0-.36-.09l-11.718-6.4c.405 5.246 4.572 9.3 9.552 9.3M28 2.53c0-.28-.23-.51-.51-.51s-.51.23-.51.51v1.722l-.317.248h-4.98c-4.323 0-7.773 3.785-7.773 8.2v.43c0 .728.572 1.35 1.319 1.35h4.999c4.31 0 7.772-3.622 7.772-8.05zM26.801 5.5c-.125.222-.311.41-.541.54l-8.08 4.41c-.25.13-.34.44-.2.69a.514.514 0 0 0 .69.21l8.08-4.41a3 3 0 0 0 .242-.154c-.179 3.745-3.155 6.694-6.764 6.694h-5c-.158 0-.318-.138-.318-.35v-.43c0-3.925 3.062-7.2 6.772-7.2z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M4.45 6.52a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71C6.47 3.3 9.61 2 12.96 2c1.23 0 2.46.18 3.63.54a.5.5 0 0 1 .33.62c-.08.27-.36.42-.62.33A11.8 11.8 0 0 0 12.96 3C9.88 3 6.98 4.2 4.81 6.38c-.1.1-.23.14-.36.14"/><path d="M2.5 16.48c-.28 0-.5-.22-.5-.5C2 9.94 6.92 5.02 12.96 5.02c.28 0 .5.22.5.5s-.22.5-.5.5C7.47 6.02 3 10.49 3 15.98c0 .28-.22.5-.5.5m19.81 0c0 .28.22.5.5.5c1.49 0 2.92-.45 4.13-1.31A7.2 7.2 0 0 0 30 9.78c0-.27-.22-.5-.5-.5s-.5.22-.5.5c0 2.02-.99 3.91-2.63 5.08a6.2 6.2 0 0 1-3.56 1.12c-.28 0-.5.22-.5.5"/><path d="m6.5 15.087l.876.913h7.07c6.443 0 11.584 5.487 11.584 12.14v.63c0 1.193-.932 2.25-2.188 2.25h-7.258C10.14 31.02 5 25.533 5 18.88v-5.75c0-.41.34-.75.75-.75s.75.34.75.75zM16.584 29.02h7.258a.16.16 0 0 0 .115-.055a.28.28 0 0 0 .073-.195v-.63c0-5.647-4.34-10.14-9.584-10.14H7.148q.184.173.412.3l11.9 6.5c.36.2.5.65.3 1.02c-.13.25-.39.39-.65.39q-.18 0-.36-.09l-11.718-6.4c.405 5.246 4.572 9.3 9.552 9.3M28 2.53c0-.28-.23-.51-.51-.51s-.51.23-.51.51v1.722l-.317.248h-4.98c-4.323 0-7.773 3.785-7.773 8.2v.43c0 .728.572 1.35 1.319 1.35h4.999c4.31 0 7.772-3.622 7.772-8.05zM26.801 5.5c-.125.222-.311.41-.541.54l-8.08 4.41c-.25.13-.34.44-.2.69a.514.514 0 0 0 .69.21l8.08-4.41a3 3 0 0 0 .242-.154c-.179 3.745-3.155 6.694-6.764 6.694h-5c-.158 0-.318-.138-.318-.35v-.43c0-3.925 3.062-7.2 6.772-7.2z"/></g></svg> </template>
CSS
.icon-leaf-fluttering-in-wind {
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%22currentColor%22%3E%3Cpath%20d%3D%22M4.45%206.52a.47.47%200%200%201-.35-.15c-.2-.2-.2-.51%200-.71C6.47%203.3%209.61%202%2012.96%202c1.23%200%202.46.18%203.63.54a.5.5%200%200%201%20.33.62c-.08.27-.36.42-.62.33A11.8%2011.8%200%200%200%2012.96%203C9.88%203%206.98%204.2%204.81%206.38c-.1.1-.23.14-.36.14%22%2F%3E%3Cpath%20d%3D%22M2.5%2016.48c-.28%200-.5-.22-.5-.5C2%209.94%206.92%205.02%2012.96%205.02c.28%200%20.5.22.5.5s-.22.5-.5.5C7.47%206.02%203%2010.49%203%2015.98c0%20.28-.22.5-.5.5m19.81%200c0%20.28.22.5.5.5c1.49%200%202.92-.45%204.13-1.31A7.2%207.2%200%200%200%2030%209.78c0-.27-.22-.5-.5-.5s-.5.22-.5.5c0%202.02-.99%203.91-2.63%205.08a6.2%206.2%200%200%201-3.56%201.12c-.28%200-.5.22-.5.5%22%2F%3E%3Cpath%20d%3D%22m6.5%2015.087l.876.913h7.07c6.443%200%2011.584%205.487%2011.584%2012.14v.63c0%201.193-.932%202.25-2.188%202.25h-7.258C10.14%2031.02%205%2025.533%205%2018.88v-5.75c0-.41.34-.75.75-.75s.75.34.75.75zM16.584%2029.02h7.258a.16.16%200%200%200%20.115-.055a.28.28%200%200%200%20.073-.195v-.63c0-5.647-4.34-10.14-9.584-10.14H7.148q.184.173.412.3l11.9%206.5c.36.2.5.65.3%201.02c-.13.25-.39.39-.65.39q-.18%200-.36-.09l-11.718-6.4c.405%205.246%204.572%209.3%209.552%209.3M28%202.53c0-.28-.23-.51-.51-.51s-.51.23-.51.51v1.722l-.317.248h-4.98c-4.323%200-7.773%203.785-7.773%208.2v.43c0%20.728.572%201.35%201.319%201.35h4.999c4.31%200%207.772-3.622%207.772-8.05zM26.801%205.5c-.125.222-.311.41-.541.54l-8.08%204.41c-.25.13-.34.44-.2.69a.514.514%200%200%200%20.69.21l8.08-4.41a3%203%200%200%200%20.242-.154c-.179%203.745-3.155%206.694-6.764%206.694h-5c-.158%200-.318-.138-.318-.35v-.43c0-3.925%203.062-7.2%206.772-7.2z%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%22currentColor%22%3E%3Cpath%20d%3D%22M4.45%206.52a.47.47%200%200%201-.35-.15c-.2-.2-.2-.51%200-.71C6.47%203.3%209.61%202%2012.96%202c1.23%200%202.46.18%203.63.54a.5.5%200%200%201%20.33.62c-.08.27-.36.42-.62.33A11.8%2011.8%200%200%200%2012.96%203C9.88%203%206.98%204.2%204.81%206.38c-.1.1-.23.14-.36.14%22%2F%3E%3Cpath%20d%3D%22M2.5%2016.48c-.28%200-.5-.22-.5-.5C2%209.94%206.92%205.02%2012.96%205.02c.28%200%20.5.22.5.5s-.22.5-.5.5C7.47%206.02%203%2010.49%203%2015.98c0%20.28-.22.5-.5.5m19.81%200c0%20.28.22.5.5.5c1.49%200%202.92-.45%204.13-1.31A7.2%207.2%200%200%200%2030%209.78c0-.27-.22-.5-.5-.5s-.5.22-.5.5c0%202.02-.99%203.91-2.63%205.08a6.2%206.2%200%200%201-3.56%201.12c-.28%200-.5.22-.5.5%22%2F%3E%3Cpath%20d%3D%22m6.5%2015.087l.876.913h7.07c6.443%200%2011.584%205.487%2011.584%2012.14v.63c0%201.193-.932%202.25-2.188%202.25h-7.258C10.14%2031.02%205%2025.533%205%2018.88v-5.75c0-.41.34-.75.75-.75s.75.34.75.75zM16.584%2029.02h7.258a.16.16%200%200%200%20.115-.055a.28.28%200%200%200%20.073-.195v-.63c0-5.647-4.34-10.14-9.584-10.14H7.148q.184.173.412.3l11.9%206.5c.36.2.5.65.3%201.02c-.13.25-.39.39-.65.39q-.18%200-.36-.09l-11.718-6.4c.405%205.246%204.572%209.3%209.552%209.3M28%202.53c0-.28-.23-.51-.51-.51s-.51.23-.51.51v1.722l-.317.248h-4.98c-4.323%200-7.773%203.785-7.773%208.2v.43c0%20.728.572%201.35%201.319%201.35h4.999c4.31%200%207.772-3.622%207.772-8.05zM26.801%205.5c-.125.222-.311.41-.541.54l-8.08%204.41c-.25.13-.34.44-.2.69a.514.514%200%200%200%20.69.21l8.08-4.41a3%203%200%200%200%20.242-.154c-.179%203.745-3.155%206.694-6.764%206.694h-5c-.158%200-.318-.138-.318-.35v-.43c0-3.925%203.062-7.2%206.772-7.2z%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-high-contrast/leaf-fluttering-in-wind.svg?color=%231a73e8&size=48