hot pepper emoji

hot-pepper from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.

Name
hot-pepper
Set
OpenMoji
Style
Default
Category
Food Drink
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More food drink icons from OpenMoji

Use the hot pepper emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path fill="#ea5a47" stroke="#ea5a47" stroke-linecap="round" d="M61.02 29.52c0 .37-.02.74-.05 1.11c-.407 8.057-5.22 24.1-29.95 27.07a29 29 0 0 1-16.71-5.79c-.98-.66-3.61-2.05-2.77-3.69s4.07-.33 4.25-.29c.1.03.2.06.29.11c5.54 1.88 11.54 1.95 15.73 1.95c4.18 0 17.4-3.26 17.44-19.74v-.07c0-.08 0-.17.02-.25a5.9 5.9 0 0 1 5.89-5.59c.19 0 .38.01.56.03c2.76.26 4.97 2.41 5.3 5.15"/><path fill="#d22f27" stroke="#d22f27" stroke-linecap="round" d="M60.97 30.63c-.02.4-.06.79-.11 1.18c-1.66 14.58-14.03 25.91-29.05 25.91c-.27 0-10.3-1.887-10.56-1.907c23.344 3.572 38.187-12.206 35.555-24.016c1.66.45 2.805-.577 4.165-1.167"/><path fill="#b1cc33" d="M48.606 28.432a1.042 1.042 0 0 0 1.237 1.478c1.5-.45 3.41-.64 4.297.857c1.237 2.087 5.339.529 7.038-.234c.461-.207.713-.708.587-1.197c-.418-1.616-1.86-5-6.607-5c-3.694 0-5.607 2.257-6.553 4.096"/><path fill="#5c9e31" stroke="#5c9e31" stroke-linecap="round" d="M61.18 30.53c-1.3.59-4 1.63-5.75 1.16c6.14-2.85-.27-7.35-.27-7.35c4.75 0 6.19 3.38 6.6 5c.13.48-.12.99-.58 1.19"/></g><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><path stroke-linecap="round" d="M55.232 24.336S57.41 11.25 45.324 11.25"/><path stroke-linejoin="round" d="M31.02 57.7c-.05.01-.09.01-.14.02"/><path stroke-linecap="round" stroke-linejoin="round" d="M60.136 35.753C56.902 48.383 45.45 57.72 31.808 57.72a29.1 29.1 0 0 1-17.5-5.808c-.98-.667-3.61-2.055-2.77-3.696c.841-1.642 4.076-.329 4.257-.286c.095.032.19.063.286.106c5.543 1.88 11.543 1.954 15.727 1.954c3.82 0 15.18-2.72 17.153-15.747"/><path stroke-linejoin="round" d="M48.606 28.432a1.042 1.042 0 0 0 1.237 1.478c1.5-.45 3.41-.64 4.297.857c1.237 2.087 5.339.529 7.038-.234c.461-.207.713-.708.587-1.197c-.418-1.616-1.86-5-6.607-5c-3.694 0-5.607 2.257-6.553 4.096z"/><path stroke-linejoin="round" d="M61.18 30.53c-.07.03-.14.06-.21.1c-1.36.59-3.88 1.51-5.54 1.06c-.54-.14-1-.43-1.29-.92c-.89-1.5-2.8-1.31-4.3-.86c-.2.06-.4.06-.57.02c-.61-.16-.99-.85-.66-1.5c.89-1.74 2.64-3.84 5.95-4.06a5.7 5.7 0 0 1 1.16 0c4.3.24 5.65 3.42 6.04 4.97c.13.48-.12.99-.58 1.19z"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiHotPepper(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path fill="#ea5a47" stroke="#ea5a47" strokeLinecap="round" d="M61.02 29.52c0 .37-.02.74-.05 1.11c-.407 8.057-5.22 24.1-29.95 27.07a29 29 0 0 1-16.71-5.79c-.98-.66-3.61-2.05-2.77-3.69s4.07-.33 4.25-.29c.1.03.2.06.29.11c5.54 1.88 11.54 1.95 15.73 1.95c4.18 0 17.4-3.26 17.44-19.74v-.07c0-.08 0-.17.02-.25a5.9 5.9 0 0 1 5.89-5.59c.19 0 .38.01.56.03c2.76.26 4.97 2.41 5.3 5.15"/><path fill="#d22f27" stroke="#d22f27" strokeLinecap="round" d="M60.97 30.63c-.02.4-.06.79-.11 1.18c-1.66 14.58-14.03 25.91-29.05 25.91c-.27 0-10.3-1.887-10.56-1.907c23.344 3.572 38.187-12.206 35.555-24.016c1.66.45 2.805-.577 4.165-1.167"/><path fill="#b1cc33" d="M48.606 28.432a1.042 1.042 0 0 0 1.237 1.478c1.5-.45 3.41-.64 4.297.857c1.237 2.087 5.339.529 7.038-.234c.461-.207.713-.708.587-1.197c-.418-1.616-1.86-5-6.607-5c-3.694 0-5.607 2.257-6.553 4.096"/><path fill="#5c9e31" stroke="#5c9e31" strokeLinecap="round" d="M61.18 30.53c-1.3.59-4 1.63-5.75 1.16c6.14-2.85-.27-7.35-.27-7.35c4.75 0 6.19 3.38 6.6 5c.13.48-.12.99-.58 1.19"/></g><g fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"><path strokeLinecap="round" d="M55.232 24.336S57.41 11.25 45.324 11.25"/><path strokeLinejoin="round" d="M31.02 57.7c-.05.01-.09.01-.14.02"/><path strokeLinecap="round" strokeLinejoin="round" d="M60.136 35.753C56.902 48.383 45.45 57.72 31.808 57.72a29.1 29.1 0 0 1-17.5-5.808c-.98-.667-3.61-2.055-2.77-3.696c.841-1.642 4.076-.329 4.257-.286c.095.032.19.063.286.106c5.543 1.88 11.543 1.954 15.727 1.954c3.82 0 15.18-2.72 17.153-15.747"/><path strokeLinejoin="round" d="M48.606 28.432a1.042 1.042 0 0 0 1.237 1.478c1.5-.45 3.41-.64 4.297.857c1.237 2.087 5.339.529 7.038-.234c.461-.207.713-.708.587-1.197c-.418-1.616-1.86-5-6.607-5c-3.694 0-5.607 2.257-6.553 4.096z"/><path strokeLinejoin="round" d="M61.18 30.53c-.07.03-.14.06-.21.1c-1.36.59-3.88 1.51-5.54 1.06c-.54-.14-1-.43-1.29-.92c-.89-1.5-2.8-1.31-4.3-.86c-.2.06-.4.06-.57.02c-.61-.16-.99-.85-.66-1.5c.89-1.74 2.64-3.84 5.95-4.06a5.7 5.7 0 0 1 1.16 0c4.3.24 5.65 3.42 6.04 4.97c.13.48-.12.99-.58 1.19z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path fill="#ea5a47" stroke="#ea5a47" stroke-linecap="round" d="M61.02 29.52c0 .37-.02.74-.05 1.11c-.407 8.057-5.22 24.1-29.95 27.07a29 29 0 0 1-16.71-5.79c-.98-.66-3.61-2.05-2.77-3.69s4.07-.33 4.25-.29c.1.03.2.06.29.11c5.54 1.88 11.54 1.95 15.73 1.95c4.18 0 17.4-3.26 17.44-19.74v-.07c0-.08 0-.17.02-.25a5.9 5.9 0 0 1 5.89-5.59c.19 0 .38.01.56.03c2.76.26 4.97 2.41 5.3 5.15"/><path fill="#d22f27" stroke="#d22f27" stroke-linecap="round" d="M60.97 30.63c-.02.4-.06.79-.11 1.18c-1.66 14.58-14.03 25.91-29.05 25.91c-.27 0-10.3-1.887-10.56-1.907c23.344 3.572 38.187-12.206 35.555-24.016c1.66.45 2.805-.577 4.165-1.167"/><path fill="#b1cc33" d="M48.606 28.432a1.042 1.042 0 0 0 1.237 1.478c1.5-.45 3.41-.64 4.297.857c1.237 2.087 5.339.529 7.038-.234c.461-.207.713-.708.587-1.197c-.418-1.616-1.86-5-6.607-5c-3.694 0-5.607 2.257-6.553 4.096"/><path fill="#5c9e31" stroke="#5c9e31" stroke-linecap="round" d="M61.18 30.53c-1.3.59-4 1.63-5.75 1.16c6.14-2.85-.27-7.35-.27-7.35c4.75 0 6.19 3.38 6.6 5c.13.48-.12.99-.58 1.19"/></g><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><path stroke-linecap="round" d="M55.232 24.336S57.41 11.25 45.324 11.25"/><path stroke-linejoin="round" d="M31.02 57.7c-.05.01-.09.01-.14.02"/><path stroke-linecap="round" stroke-linejoin="round" d="M60.136 35.753C56.902 48.383 45.45 57.72 31.808 57.72a29.1 29.1 0 0 1-17.5-5.808c-.98-.667-3.61-2.055-2.77-3.696c.841-1.642 4.076-.329 4.257-.286c.095.032.19.063.286.106c5.543 1.88 11.543 1.954 15.727 1.954c3.82 0 15.18-2.72 17.153-15.747"/><path stroke-linejoin="round" d="M48.606 28.432a1.042 1.042 0 0 0 1.237 1.478c1.5-.45 3.41-.64 4.297.857c1.237 2.087 5.339.529 7.038-.234c.461-.207.713-.708.587-1.197c-.418-1.616-1.86-5-6.607-5c-3.694 0-5.607 2.257-6.553 4.096z"/><path stroke-linejoin="round" d="M61.18 30.53c-.07.03-.14.06-.21.1c-1.36.59-3.88 1.51-5.54 1.06c-.54-.14-1-.43-1.29-.92c-.89-1.5-2.8-1.31-4.3-.86c-.2.06-.4.06-.57.02c-.61-.16-.99-.85-.66-1.5c.89-1.74 2.64-3.84 5.95-4.06a5.7 5.7 0 0 1 1.16 0c4.3.24 5.65 3.42 6.04 4.97c.13.48-.12.99-.58 1.19z"/></g></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%2072%2072%22%3E%3Cg%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22%23ea5a47%22%20stroke%3D%22%23ea5a47%22%20stroke-linecap%3D%22round%22%20d%3D%22M61.02%2029.52c0%20.37-.02.74-.05%201.11c-.407%208.057-5.22%2024.1-29.95%2027.07a29%2029%200%200%201-16.71-5.79c-.98-.66-3.61-2.05-2.77-3.69s4.07-.33%204.25-.29c.1.03.2.06.29.11c5.54%201.88%2011.54%201.95%2015.73%201.95c4.18%200%2017.4-3.26%2017.44-19.74v-.07c0-.08%200-.17.02-.25a5.9%205.9%200%200%201%205.89-5.59c.19%200%20.38.01.56.03c2.76.26%204.97%202.41%205.3%205.15%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20stroke%3D%22%23d22f27%22%20stroke-linecap%3D%22round%22%20d%3D%22M60.97%2030.63c-.02.4-.06.79-.11%201.18c-1.66%2014.58-14.03%2025.91-29.05%2025.91c-.27%200-10.3-1.887-10.56-1.907c23.344%203.572%2038.187-12.206%2035.555-24.016c1.66.45%202.805-.577%204.165-1.167%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M48.606%2028.432a1.042%201.042%200%200%200%201.237%201.478c1.5-.45%203.41-.64%204.297.857c1.237%202.087%205.339.529%207.038-.234c.461-.207.713-.708.587-1.197c-.418-1.616-1.86-5-6.607-5c-3.694%200-5.607%202.257-6.553%204.096%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20stroke%3D%22%235c9e31%22%20stroke-linecap%3D%22round%22%20d%3D%22M61.18%2030.53c-1.3.59-4%201.63-5.75%201.16c6.14-2.85-.27-7.35-.27-7.35c4.75%200%206.19%203.38%206.6%205c.13.48-.12.99-.58%201.19%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M55.232%2024.336S57.41%2011.25%2045.324%2011.25%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M31.02%2057.7c-.05.01-.09.01-.14.02%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M60.136%2035.753C56.902%2048.383%2045.45%2057.72%2031.808%2057.72a29.1%2029.1%200%200%201-17.5-5.808c-.98-.667-3.61-2.055-2.77-3.696c.841-1.642%204.076-.329%204.257-.286c.095.032.19.063.286.106c5.543%201.88%2011.543%201.954%2015.727%201.954c3.82%200%2015.18-2.72%2017.153-15.747%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M48.606%2028.432a1.042%201.042%200%200%200%201.237%201.478c1.5-.45%203.41-.64%204.297.857c1.237%202.087%205.339.529%207.038-.234c.461-.207.713-.708.587-1.197c-.418-1.616-1.86-5-6.607-5c-3.694%200-5.607%202.257-6.553%204.096z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M61.18%2030.53c-.07.03-.14.06-.21.1c-1.36.59-3.88%201.51-5.54%201.06c-.54-.14-1-.43-1.29-.92c-.89-1.5-2.8-1.31-4.3-.86c-.2.06-.4.06-.57.02c-.61-.16-.99-.85-.66-1.5c.89-1.74%202.64-3.84%205.95-4.06a5.7%205.7%200%200%201%201.16%200c4.3.24%205.65%203.42%206.04%204.97c.13.48-.12.99-.58%201.19z%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Cg%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22%23ea5a47%22%20stroke%3D%22%23ea5a47%22%20stroke-linecap%3D%22round%22%20d%3D%22M61.02%2029.52c0%20.37-.02.74-.05%201.11c-.407%208.057-5.22%2024.1-29.95%2027.07a29%2029%200%200%201-16.71-5.79c-.98-.66-3.61-2.05-2.77-3.69s4.07-.33%204.25-.29c.1.03.2.06.29.11c5.54%201.88%2011.54%201.95%2015.73%201.95c4.18%200%2017.4-3.26%2017.44-19.74v-.07c0-.08%200-.17.02-.25a5.9%205.9%200%200%201%205.89-5.59c.19%200%20.38.01.56.03c2.76.26%204.97%202.41%205.3%205.15%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20stroke%3D%22%23d22f27%22%20stroke-linecap%3D%22round%22%20d%3D%22M60.97%2030.63c-.02.4-.06.79-.11%201.18c-1.66%2014.58-14.03%2025.91-29.05%2025.91c-.27%200-10.3-1.887-10.56-1.907c23.344%203.572%2038.187-12.206%2035.555-24.016c1.66.45%202.805-.577%204.165-1.167%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M48.606%2028.432a1.042%201.042%200%200%200%201.237%201.478c1.5-.45%203.41-.64%204.297.857c1.237%202.087%205.339.529%207.038-.234c.461-.207.713-.708.587-1.197c-.418-1.616-1.86-5-6.607-5c-3.694%200-5.607%202.257-6.553%204.096%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20stroke%3D%22%235c9e31%22%20stroke-linecap%3D%22round%22%20d%3D%22M61.18%2030.53c-1.3.59-4%201.63-5.75%201.16c6.14-2.85-.27-7.35-.27-7.35c4.75%200%206.19%203.38%206.6%205c.13.48-.12.99-.58%201.19%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M55.232%2024.336S57.41%2011.25%2045.324%2011.25%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M31.02%2057.7c-.05.01-.09.01-.14.02%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M60.136%2035.753C56.902%2048.383%2045.45%2057.72%2031.808%2057.72a29.1%2029.1%200%200%201-17.5-5.808c-.98-.667-3.61-2.055-2.77-3.696c.841-1.642%204.076-.329%204.257-.286c.095.032.19.063.286.106c5.543%201.88%2011.543%201.954%2015.727%201.954c3.82%200%2015.18-2.72%2017.153-15.747%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M48.606%2028.432a1.042%201.042%200%200%200%201.237%201.478c1.5-.45%203.41-.64%204.297.857c1.237%202.087%205.339.529%207.038-.234c.461-.207.713-.708.587-1.197c-.418-1.616-1.86-5-6.607-5c-3.694%200-5.607%202.257-6.553%204.096z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M61.18%2030.53c-.07.03-.14.06-.21.1c-1.36.59-3.88%201.51-5.54%201.06c-.54-.14-1-.43-1.29-.92c-.89-1.5-2.8-1.31-4.3-.86c-.2.06-.4.06-.57.02c-.61-.16-.99-.85-.66-1.5c.89-1.74%202.64-3.84%205.95-4.06a5.7%205.7%200%200%201%201.16%200c4.3.24%205.65%203.42%206.04%204.97c.13.48-.12.99-.58%201.19z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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