melon-1 from Streamline Emojis by Streamline · Default · Food Drink · CC-BY-4.0 Attribution required.

Name
melon-1
Set
Streamline Emojis
Style
Default
Category
Food Drink
Viewbox
48×48
License
CC BY 4.0

More food drink icons from Streamline Emojis

Use the melon 1 emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M12.6 42.19a13.24 1.81 0 1 0 26.48 0a13.24 1.81 0 1 0-26.48 0" opacity=".15"/><path fill="#9ceb60" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m43.41 8.94l-6.58 1.19a14.62 14.62 0 0 1-26.16 8.25l-8.8 3.85A22.16 22.16 0 1 0 43.41 8.94"/><path fill="#ffaa54" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M43.3 18.12a19.6 19.6 0 0 0-2.08-8.78l-4.39.79a14.62 14.62 0 0 1-26.16 8.25l-6.61 2.89a19.75 19.75 0 0 0 39.24-3.15"/><path fill="#ff8a14" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M33.51 26.4c7.3-5.19 3.32-16.27 3.32-16.27a14.62 14.62 0 0 1-26.16 8.25S20 36 33.51 26.4"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisMelon1(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M12.6 42.19a13.24 1.81 0 1 0 26.48 0a13.24 1.81 0 1 0-26.48 0" opacity=".15"/><path fill="#9ceb60" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="m43.41 8.94l-6.58 1.19a14.62 14.62 0 0 1-26.16 8.25l-8.8 3.85A22.16 22.16 0 1 0 43.41 8.94"/><path fill="#ffaa54" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M43.3 18.12a19.6 19.6 0 0 0-2.08-8.78l-4.39.79a14.62 14.62 0 0 1-26.16 8.25l-6.61 2.89a19.75 19.75 0 0 0 39.24-3.15"/><path fill="#ff8a14" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M33.51 26.4c7.3-5.19 3.32-16.27 3.32-16.27a14.62 14.62 0 0 1-26.16 8.25S20 36 33.51 26.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M12.6 42.19a13.24 1.81 0 1 0 26.48 0a13.24 1.81 0 1 0-26.48 0" opacity=".15"/><path fill="#9ceb60" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m43.41 8.94l-6.58 1.19a14.62 14.62 0 0 1-26.16 8.25l-8.8 3.85A22.16 22.16 0 1 0 43.41 8.94"/><path fill="#ffaa54" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M43.3 18.12a19.6 19.6 0 0 0-2.08-8.78l-4.39.79a14.62 14.62 0 0 1-26.16 8.25l-6.61 2.89a19.75 19.75 0 0 0 39.24-3.15"/><path fill="#ff8a14" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M33.51 26.4c7.3-5.19 3.32-16.27 3.32-16.27a14.62 14.62 0 0 1-26.16 8.25S20 36 33.51 26.4"/></svg>
</template>

CSS

.icon-melon-1 {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M12.6%2042.19a13.24%201.81%200%201%200%2026.48%200a13.24%201.81%200%201%200-26.48%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%239ceb60%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m43.41%208.94l-6.58%201.19a14.62%2014.62%200%200%201-26.16%208.25l-8.8%203.85A22.16%2022.16%200%201%200%2043.41%208.94%22%2F%3E%3Cpath%20fill%3D%22%23ffaa54%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M43.3%2018.12a19.6%2019.6%200%200%200-2.08-8.78l-4.39.79a14.62%2014.62%200%200%201-26.16%208.25l-6.61%202.89a19.75%2019.75%200%200%200%2039.24-3.15%22%2F%3E%3Cpath%20fill%3D%22%23ff8a14%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M33.51%2026.4c7.3-5.19%203.32-16.27%203.32-16.27a14.62%2014.62%200%200%201-26.16%208.25S20%2036%2033.51%2026.4%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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M12.6%2042.19a13.24%201.81%200%201%200%2026.48%200a13.24%201.81%200%201%200-26.48%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%239ceb60%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m43.41%208.94l-6.58%201.19a14.62%2014.62%200%200%201-26.16%208.25l-8.8%203.85A22.16%2022.16%200%201%200%2043.41%208.94%22%2F%3E%3Cpath%20fill%3D%22%23ffaa54%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M43.3%2018.12a19.6%2019.6%200%200%200-2.08-8.78l-4.39.79a14.62%2014.62%200%200%201-26.16%208.25l-6.61%202.89a19.75%2019.75%200%200%200%2039.24-3.15%22%2F%3E%3Cpath%20fill%3D%22%23ff8a14%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M33.51%2026.4c7.3-5.19%203.32-16.27%203.32-16.27a14.62%2014.62%200%200%201-26.16%208.25S20%2036%2033.51%2026.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/melon-1.svg?color=%231a73e8&size=48