melon 2 emoji
melon-2 from Streamline Emojis by Streamline · Default · Food Drink · CC-BY-4.0 Attribution required.
- Name
- melon-2
- Set
- Streamline Emojis
- Style
- Default
- Category
- Food Drink
- Viewbox
- 48×48
- License
- CC BY 4.0
More food drink icons from Streamline Emojis
baby-bottlebeer-mugbirthday-cake-1birthday-cake-2birthday-cake-3bottle-with-popping-corkbreadcandychampagne-glass-1champagne-glass-2cherrieschestnutclinking-beer-mugsclinking-glasses-1clinking-glasses-2clinking-glasses-3clinking-glasses-4clinking-glasses-5cocktail-glasscooked-ricecookiecookingcustarddoughnut-1
Use the melon 2 emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M10.1 44.11a13.9 1.9 0 1 0 27.8 0a13.9 1.9 0 1 0-27.8 0" opacity=".15"/><path fill="#9ceb60" d="M46.17 21.33a22.17 22.17 0 0 1-44.34 0Z"/><path fill="#6dd627" d="M24 40.18A22.14 22.14 0 0 1 2.11 21.33h-.28a22.17 22.17 0 0 0 44.34 0h-.28A22.14 22.14 0 0 1 24 40.18"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M46.17 21.33a22.17 22.17 0 0 1-44.34 0Z"/><path fill="#ffaa54" d="M1.83 21.33a22.17 9.37 0 1 0 44.34 0a22.17 9.37 0 1 0-44.34 0"/><path fill="#fc9" d="M24 15.33c10.88 0 19.91 3.32 21.79 7.69a4.2 4.2 0 0 0 .38-1.69C46.17 16.16 36.24 12 24 12S1.83 16.16 1.83 21.33A4.2 4.2 0 0 0 2.21 23c1.88-4.35 10.91-7.67 21.79-7.67"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M1.83 21.33a22.17 9.37 0 1 0 44.34 0a22.17 9.37 0 1 0-44.34 0"/><path fill="#ff8a14" d="M13.37 21.33a10.63 4.5 0 1 0 21.26 0a10.63 4.5 0 1 0-21.26 0"/><path fill="#eb6d00" d="M24 23c-4.71 0-8.7-1.3-10.1-3.09a2.3 2.3 0 0 0-.53 1.4c0 2.49 4.76 4.5 10.63 4.5s10.63-2 10.63-4.5a2.3 2.3 0 0 0-.53-1.4C32.7 21.72 28.71 23 24 23"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M13.37 21.33a10.63 4.5 0 1 0 21.26 0a10.63 4.5 0 1 0-21.26 0"/></svg>
React
import type { SVGProps } from "react";
export function StreamlineEmojisMelon2(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="M10.1 44.11a13.9 1.9 0 1 0 27.8 0a13.9 1.9 0 1 0-27.8 0" opacity=".15"/><path fill="#9ceb60" d="M46.17 21.33a22.17 22.17 0 0 1-44.34 0Z"/><path fill="#6dd627" d="M24 40.18A22.14 22.14 0 0 1 2.11 21.33h-.28a22.17 22.17 0 0 0 44.34 0h-.28A22.14 22.14 0 0 1 24 40.18"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M46.17 21.33a22.17 22.17 0 0 1-44.34 0Z"/><path fill="#ffaa54" d="M1.83 21.33a22.17 9.37 0 1 0 44.34 0a22.17 9.37 0 1 0-44.34 0"/><path fill="#fc9" d="M24 15.33c10.88 0 19.91 3.32 21.79 7.69a4.2 4.2 0 0 0 .38-1.69C46.17 16.16 36.24 12 24 12S1.83 16.16 1.83 21.33A4.2 4.2 0 0 0 2.21 23c1.88-4.35 10.91-7.67 21.79-7.67"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M1.83 21.33a22.17 9.37 0 1 0 44.34 0a22.17 9.37 0 1 0-44.34 0"/><path fill="#ff8a14" d="M13.37 21.33a10.63 4.5 0 1 0 21.26 0a10.63 4.5 0 1 0-21.26 0"/><path fill="#eb6d00" d="M24 23c-4.71 0-8.7-1.3-10.1-3.09a2.3 2.3 0 0 0-.53 1.4c0 2.49 4.76 4.5 10.63 4.5s10.63-2 10.63-4.5a2.3 2.3 0 0 0-.53-1.4C32.7 21.72 28.71 23 24 23"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M13.37 21.33a10.63 4.5 0 1 0 21.26 0a10.63 4.5 0 1 0-21.26 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M10.1 44.11a13.9 1.9 0 1 0 27.8 0a13.9 1.9 0 1 0-27.8 0" opacity=".15"/><path fill="#9ceb60" d="M46.17 21.33a22.17 22.17 0 0 1-44.34 0Z"/><path fill="#6dd627" d="M24 40.18A22.14 22.14 0 0 1 2.11 21.33h-.28a22.17 22.17 0 0 0 44.34 0h-.28A22.14 22.14 0 0 1 24 40.18"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M46.17 21.33a22.17 22.17 0 0 1-44.34 0Z"/><path fill="#ffaa54" d="M1.83 21.33a22.17 9.37 0 1 0 44.34 0a22.17 9.37 0 1 0-44.34 0"/><path fill="#fc9" d="M24 15.33c10.88 0 19.91 3.32 21.79 7.69a4.2 4.2 0 0 0 .38-1.69C46.17 16.16 36.24 12 24 12S1.83 16.16 1.83 21.33A4.2 4.2 0 0 0 2.21 23c1.88-4.35 10.91-7.67 21.79-7.67"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M1.83 21.33a22.17 9.37 0 1 0 44.34 0a22.17 9.37 0 1 0-44.34 0"/><path fill="#ff8a14" d="M13.37 21.33a10.63 4.5 0 1 0 21.26 0a10.63 4.5 0 1 0-21.26 0"/><path fill="#eb6d00" d="M24 23c-4.71 0-8.7-1.3-10.1-3.09a2.3 2.3 0 0 0-.53 1.4c0 2.49 4.76 4.5 10.63 4.5s10.63-2 10.63-4.5a2.3 2.3 0 0 0-.53-1.4C32.7 21.72 28.71 23 24 23"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M13.37 21.33a10.63 4.5 0 1 0 21.26 0a10.63 4.5 0 1 0-21.26 0"/></svg> </template>
CSS
.icon-melon-2 {
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%22M10.1%2044.11a13.9%201.9%200%201%200%2027.8%200a13.9%201.9%200%201%200-27.8%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%239ceb60%22%20d%3D%22M46.17%2021.33a22.17%2022.17%200%200%201-44.34%200Z%22%2F%3E%3Cpath%20fill%3D%22%236dd627%22%20d%3D%22M24%2040.18A22.14%2022.14%200%200%201%202.11%2021.33h-.28a22.17%2022.17%200%200%200%2044.34%200h-.28A22.14%2022.14%200%200%201%2024%2040.18%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M46.17%2021.33a22.17%2022.17%200%200%201-44.34%200Z%22%2F%3E%3Cpath%20fill%3D%22%23ffaa54%22%20d%3D%22M1.83%2021.33a22.17%209.37%200%201%200%2044.34%200a22.17%209.37%200%201%200-44.34%200%22%2F%3E%3Cpath%20fill%3D%22%23fc9%22%20d%3D%22M24%2015.33c10.88%200%2019.91%203.32%2021.79%207.69a4.2%204.2%200%200%200%20.38-1.69C46.17%2016.16%2036.24%2012%2024%2012S1.83%2016.16%201.83%2021.33A4.2%204.2%200%200%200%202.21%2023c1.88-4.35%2010.91-7.67%2021.79-7.67%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M1.83%2021.33a22.17%209.37%200%201%200%2044.34%200a22.17%209.37%200%201%200-44.34%200%22%2F%3E%3Cpath%20fill%3D%22%23ff8a14%22%20d%3D%22M13.37%2021.33a10.63%204.5%200%201%200%2021.26%200a10.63%204.5%200%201%200-21.26%200%22%2F%3E%3Cpath%20fill%3D%22%23eb6d00%22%20d%3D%22M24%2023c-4.71%200-8.7-1.3-10.1-3.09a2.3%202.3%200%200%200-.53%201.4c0%202.49%204.76%204.5%2010.63%204.5s10.63-2%2010.63-4.5a2.3%202.3%200%200%200-.53-1.4C32.7%2021.72%2028.71%2023%2024%2023%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.37%2021.33a10.63%204.5%200%201%200%2021.26%200a10.63%204.5%200%201%200-21.26%200%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%22M10.1%2044.11a13.9%201.9%200%201%200%2027.8%200a13.9%201.9%200%201%200-27.8%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%239ceb60%22%20d%3D%22M46.17%2021.33a22.17%2022.17%200%200%201-44.34%200Z%22%2F%3E%3Cpath%20fill%3D%22%236dd627%22%20d%3D%22M24%2040.18A22.14%2022.14%200%200%201%202.11%2021.33h-.28a22.17%2022.17%200%200%200%2044.34%200h-.28A22.14%2022.14%200%200%201%2024%2040.18%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M46.17%2021.33a22.17%2022.17%200%200%201-44.34%200Z%22%2F%3E%3Cpath%20fill%3D%22%23ffaa54%22%20d%3D%22M1.83%2021.33a22.17%209.37%200%201%200%2044.34%200a22.17%209.37%200%201%200-44.34%200%22%2F%3E%3Cpath%20fill%3D%22%23fc9%22%20d%3D%22M24%2015.33c10.88%200%2019.91%203.32%2021.79%207.69a4.2%204.2%200%200%200%20.38-1.69C46.17%2016.16%2036.24%2012%2024%2012S1.83%2016.16%201.83%2021.33A4.2%204.2%200%200%200%202.21%2023c1.88-4.35%2010.91-7.67%2021.79-7.67%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M1.83%2021.33a22.17%209.37%200%201%200%2044.34%200a22.17%209.37%200%201%200-44.34%200%22%2F%3E%3Cpath%20fill%3D%22%23ff8a14%22%20d%3D%22M13.37%2021.33a10.63%204.5%200%201%200%2021.26%200a10.63%204.5%200%201%200-21.26%200%22%2F%3E%3Cpath%20fill%3D%22%23eb6d00%22%20d%3D%22M24%2023c-4.71%200-8.7-1.3-10.1-3.09a2.3%202.3%200%200%200-.53%201.4c0%202.49%204.76%204.5%2010.63%204.5s10.63-2%2010.63-4.5a2.3%202.3%200%200%200-.53-1.4C32.7%2021.72%2028.71%2023%2024%2023%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.37%2021.33a10.63%204.5%200%201%200%2021.26%200a10.63%204.5%200%201%200-21.26%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/melon-2.svg?color=%231a73e8&size=48