hot-pepper from Emoji One (Colored) by Emoji One · Default · Food · CC-BY-4.0 Attribution required.

Name
hot-pepper
Set
Emoji One (Colored)
Style
Default
Category
Food
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More food icons from Emoji One (Colored)

Use the hot pepper emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#6c9925" d="M6.6 2.5C3 5.8 5.8 13.3 5.8 13.3C1.7 18 3 26.1 3 26.1l4.9-13.3C7.3 5.6 10 3.5 10 3.5c.5-1.1-2.1-2.2-3.4-1"/><path fill="#8cc63e" d="M7.6 3.3c-3 2.7-.2 9.8-.2 9.8c-4.1 4.7-2.7 9-2.8 11.6l19.9-11.8C22.3 7.1 10 10.2 10 10.2c-2.5-4.3 0-6.7 0-6.7s-.8.3-2.4-.2"/><path fill="#ed4040" d="M42.9 48c-9.7-9.3-10.8-16.8-10.8-25.2c0-6.6-4-11.3-8.3-12.1c-2.2-.4-9-.7-6.7 1.3c2.2 2-8.1.4-8.1 4.7c0 3.1-2.6-.6-5.7 7.1c-3.1 8-.1 13.5 4.4 18.5c8.8 9.6 29.4 27.1 50.7 16.1c11-5.5-6.1-1.4-15.5-10.4"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneHotPepper(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#6c9925" d="M6.6 2.5C3 5.8 5.8 13.3 5.8 13.3C1.7 18 3 26.1 3 26.1l4.9-13.3C7.3 5.6 10 3.5 10 3.5c.5-1.1-2.1-2.2-3.4-1"/><path fill="#8cc63e" d="M7.6 3.3c-3 2.7-.2 9.8-.2 9.8c-4.1 4.7-2.7 9-2.8 11.6l19.9-11.8C22.3 7.1 10 10.2 10 10.2c-2.5-4.3 0-6.7 0-6.7s-.8.3-2.4-.2"/><path fill="#ed4040" d="M42.9 48c-9.7-9.3-10.8-16.8-10.8-25.2c0-6.6-4-11.3-8.3-12.1c-2.2-.4-9-.7-6.7 1.3c2.2 2-8.1.4-8.1 4.7c0 3.1-2.6-.6-5.7 7.1c-3.1 8-.1 13.5 4.4 18.5c8.8 9.6 29.4 27.1 50.7 16.1c11-5.5-6.1-1.4-15.5-10.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#6c9925" d="M6.6 2.5C3 5.8 5.8 13.3 5.8 13.3C1.7 18 3 26.1 3 26.1l4.9-13.3C7.3 5.6 10 3.5 10 3.5c.5-1.1-2.1-2.2-3.4-1"/><path fill="#8cc63e" d="M7.6 3.3c-3 2.7-.2 9.8-.2 9.8c-4.1 4.7-2.7 9-2.8 11.6l19.9-11.8C22.3 7.1 10 10.2 10 10.2c-2.5-4.3 0-6.7 0-6.7s-.8.3-2.4-.2"/><path fill="#ed4040" d="M42.9 48c-9.7-9.3-10.8-16.8-10.8-25.2c0-6.6-4-11.3-8.3-12.1c-2.2-.4-9-.7-6.7 1.3c2.2 2-8.1.4-8.1 4.7c0 3.1-2.6-.6-5.7 7.1c-3.1 8-.1 13.5 4.4 18.5c8.8 9.6 29.4 27.1 50.7 16.1c11-5.5-6.1-1.4-15.5-10.4"/></svg>
</template>

CSS

.icon-hot-pepper {
  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%2064%2064%22%3E%3Cpath%20fill%3D%22%236c9925%22%20d%3D%22M6.6%202.5C3%205.8%205.8%2013.3%205.8%2013.3C1.7%2018%203%2026.1%203%2026.1l4.9-13.3C7.3%205.6%2010%203.5%2010%203.5c.5-1.1-2.1-2.2-3.4-1%22%2F%3E%3Cpath%20fill%3D%22%238cc63e%22%20d%3D%22M7.6%203.3c-3%202.7-.2%209.8-.2%209.8c-4.1%204.7-2.7%209-2.8%2011.6l19.9-11.8C22.3%207.1%2010%2010.2%2010%2010.2c-2.5-4.3%200-6.7%200-6.7s-.8.3-2.4-.2%22%2F%3E%3Cpath%20fill%3D%22%23ed4040%22%20d%3D%22M42.9%2048c-9.7-9.3-10.8-16.8-10.8-25.2c0-6.6-4-11.3-8.3-12.1c-2.2-.4-9-.7-6.7%201.3c2.2%202-8.1.4-8.1%204.7c0%203.1-2.6-.6-5.7%207.1c-3.1%208-.1%2013.5%204.4%2018.5c8.8%209.6%2029.4%2027.1%2050.7%2016.1c11-5.5-6.1-1.4-15.5-10.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%2064%2064%22%3E%3Cpath%20fill%3D%22%236c9925%22%20d%3D%22M6.6%202.5C3%205.8%205.8%2013.3%205.8%2013.3C1.7%2018%203%2026.1%203%2026.1l4.9-13.3C7.3%205.6%2010%203.5%2010%203.5c.5-1.1-2.1-2.2-3.4-1%22%2F%3E%3Cpath%20fill%3D%22%238cc63e%22%20d%3D%22M7.6%203.3c-3%202.7-.2%209.8-.2%209.8c-4.1%204.7-2.7%209-2.8%2011.6l19.9-11.8C22.3%207.1%2010%2010.2%2010%2010.2c-2.5-4.3%200-6.7%200-6.7s-.8.3-2.4-.2%22%2F%3E%3Cpath%20fill%3D%22%23ed4040%22%20d%3D%22M42.9%2048c-9.7-9.3-10.8-16.8-10.8-25.2c0-6.6-4-11.3-8.3-12.1c-2.2-.4-9-.7-6.7%201.3c2.2%202-8.1.4-8.1%204.7c0%203.1-2.6-.6-5.7%207.1c-3.1%208-.1%2013.5%204.4%2018.5c8.8%209.6%2029.4%2027.1%2050.7%2016.1c11-5.5-6.1-1.4-15.5-10.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/hot-pepper.svg?color=%231a73e8&size=48