Leaf icon in outline, twotone, bold and bulk. Free in all four styles, for forecast, conditions, temperature, climate. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconLeaf } from "@devigner-ui/icons";
<IconLeaf className="size-6" />
<script setup>
import { IconLeaf } from "@devigner-ui/icons-vue";
</script>
<template>
<IconLeaf class="size-6" />
</template>
<script>
import { IconLeaf } from "@devigner-ui/icons-svelte";
</script>
<IconLeaf class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="m12 9 4.5-4.5m-4.5 10L18.5 8M12 19.5l7.5-7.5" stroke="currentColor" stroke-width="1.5"></path><path d="M12 22c4.42 0 8-3.65 8-8.14 0-4.47-2.55-9.67-6.54-11.53A3.5 3.5 0 0 0 12 2m0 20c-4.42 0-8-3.65-8-8.14 0-4.47 2.55-9.67 6.54-11.53Q11.24 2 12 2m0 20V2" stroke="currentColor" stroke-width="1.5"></path></svg>