leaf-spark-rounded from Material Symbols by Google · Rounded · Apache-2.0 Free for personal and commercial use.

Name
leaf-spark-rounded
Set
Material Symbols
Style
Rounded
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

Use the leaf spark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 22q-1.4 0-2.638-.45T9.1 20.3l-1.4 1.4q-.3.3-.7.3t-.7-.3Q6 21.4 6 21t.3-.7l1.4-1.4q-.8-1.025-1.25-2.262T6 14q0-3.45 2.388-5.725T14 6h6q.825 0 1.413.588T22 8v6q0 1.55-.588 3t-1.762 2.65q-1.2 1.175-2.65 1.763T14 22ZM5.5 10q0-1.875 1.313-3.188T10 5.5q-1.875 0-3.188-1.313T5.5 1q0 1.875-1.313 3.188T1 5.5q1.875 0 3.188 1.313T5.5 10Zm8.8 2.3l-4.475 4.475q-.3.3-.287.7t.287.7q.3.3.7.313t.7-.288l4.475-4.5q.3-.3.3-.7t-.3-.7q-.3-.3-.7-.3t-.7.3Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLeafSparkRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 22q-1.4 0-2.638-.45T9.1 20.3l-1.4 1.4q-.3.3-.7.3t-.7-.3Q6 21.4 6 21t.3-.7l1.4-1.4q-.8-1.025-1.25-2.262T6 14q0-3.45 2.388-5.725T14 6h6q.825 0 1.413.588T22 8v6q0 1.55-.588 3t-1.762 2.65q-1.2 1.175-2.65 1.763T14 22ZM5.5 10q0-1.875 1.313-3.188T10 5.5q-1.875 0-3.188-1.313T5.5 1q0 1.875-1.313 3.188T1 5.5q1.875 0 3.188 1.313T5.5 10Zm8.8 2.3l-4.475 4.475q-.3.3-.287.7t.287.7q.3.3.7.313t.7-.288l4.475-4.5q.3-.3.3-.7t-.3-.7q-.3-.3-.7-.3t-.7.3Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 22q-1.4 0-2.638-.45T9.1 20.3l-1.4 1.4q-.3.3-.7.3t-.7-.3Q6 21.4 6 21t.3-.7l1.4-1.4q-.8-1.025-1.25-2.262T6 14q0-3.45 2.388-5.725T14 6h6q.825 0 1.413.588T22 8v6q0 1.55-.588 3t-1.762 2.65q-1.2 1.175-2.65 1.763T14 22ZM5.5 10q0-1.875 1.313-3.188T10 5.5q-1.875 0-3.188-1.313T5.5 1q0 1.875-1.313 3.188T1 5.5q1.875 0 3.188 1.313T5.5 10Zm8.8 2.3l-4.475 4.475q-.3.3-.287.7t.287.7q.3.3.7.313t.7-.288l4.475-4.5q.3-.3.3-.7t-.3-.7q-.3-.3-.7-.3t-.7.3Z"/></svg>
</template>

CSS

.icon-leaf-spark-rounded {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2022q-1.4%200-2.638-.45T9.1%2020.3l-1.4%201.4q-.3.3-.7.3t-.7-.3Q6%2021.4%206%2021t.3-.7l1.4-1.4q-.8-1.025-1.25-2.262T6%2014q0-3.45%202.388-5.725T14%206h6q.825%200%201.413.588T22%208v6q0%201.55-.588%203t-1.762%202.65q-1.2%201.175-2.65%201.763T14%2022ZM5.5%2010q0-1.875%201.313-3.188T10%205.5q-1.875%200-3.188-1.313T5.5%201q0%201.875-1.313%203.188T1%205.5q1.875%200%203.188%201.313T5.5%2010Zm8.8%202.3l-4.475%204.475q-.3.3-.287.7t.287.7q.3.3.7.313t.7-.288l4.475-4.5q.3-.3.3-.7t-.3-.7q-.3-.3-.7-.3t-.7.3Z%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2022q-1.4%200-2.638-.45T9.1%2020.3l-1.4%201.4q-.3.3-.7.3t-.7-.3Q6%2021.4%206%2021t.3-.7l1.4-1.4q-.8-1.025-1.25-2.262T6%2014q0-3.45%202.388-5.725T14%206h6q.825%200%201.413.588T22%208v6q0%201.55-.588%203t-1.762%202.65q-1.2%201.175-2.65%201.763T14%2022ZM5.5%2010q0-1.875%201.313-3.188T10%205.5q-1.875%200-3.188-1.313T5.5%201q0%201.875-1.313%203.188T1%205.5q1.875%200%203.188%201.313T5.5%2010Zm8.8%202.3l-4.475%204.475q-.3.3-.287.7t.287.7q.3.3.7.313t.7-.288l4.475-4.5q.3-.3.3-.7t-.3-.7q-.3-.3-.7-.3t-.7.3Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/leaf-spark-rounded.svg?color=%231a73e8&size=48