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

Name
leaf-spark-outline
Set
Material Symbols
Style
Outline
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 6h8v8q0 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 10ZM14 20q1.2 0 2.3-.438t1.95-1.312q.875-.85 1.313-1.95T20 14V8h-6q-1.175 0-2.263.45T9.8 9.725q-.875.85-1.338 1.95T8 14q0 .975.3 1.85t.825 1.625L14.3 12.3q.3-.3.7-.3t.7.3q.3.3.3.7t-.3.7l-5.175 5.2q.725.525 1.613.813T14 20Zm0-6Zm0 0Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLeafSparkOutline(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 6h8v8q0 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 10ZM14 20q1.2 0 2.3-.438t1.95-1.312q.875-.85 1.313-1.95T20 14V8h-6q-1.175 0-2.263.45T9.8 9.725q-.875.85-1.338 1.95T8 14q0 .975.3 1.85t.825 1.625L14.3 12.3q.3-.3.7-.3t.7.3q.3.3.3.7t-.3.7l-5.175 5.2q.725.525 1.613.813T14 20Zm0-6Zm0 0Z"/></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 6h8v8q0 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 10ZM14 20q1.2 0 2.3-.438t1.95-1.312q.875-.85 1.313-1.95T20 14V8h-6q-1.175 0-2.263.45T9.8 9.725q-.875.85-1.338 1.95T8 14q0 .975.3 1.85t.825 1.625L14.3 12.3q.3-.3.7-.3t.7.3q.3.3.3.7t-.3.7l-5.175 5.2q.725.525 1.613.813T14 20Zm0-6Zm0 0Z"/></svg>
</template>

CSS

.icon-leaf-spark-outline {
  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%206h8v8q0%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%2010ZM14%2020q1.2%200%202.3-.438t1.95-1.312q.875-.85%201.313-1.95T20%2014V8h-6q-1.175%200-2.263.45T9.8%209.725q-.875.85-1.338%201.95T8%2014q0%20.975.3%201.85t.825%201.625L14.3%2012.3q.3-.3.7-.3t.7.3q.3.3.3.7t-.3.7l-5.175%205.2q.725.525%201.613.813T14%2020Zm0-6Zm0%200Z%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%206h8v8q0%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%2010ZM14%2020q1.2%200%202.3-.438t1.95-1.312q.875-.85%201.313-1.95T20%2014V8h-6q-1.175%200-2.263.45T9.8%209.725q-.875.85-1.338%201.95T8%2014q0%20.975.3%201.85t.825%201.625L14.3%2012.3q.3-.3.7-.3t.7.3q.3.3.3.7t-.3.7l-5.175%205.2q.725.525%201.613.813T14%2020Zm0-6Zm0%200Z%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-outline.svg?color=%231a73e8&size=48