hot pepper emoji

hot-pepper from Noto Emoji by Google Inc · Default · Food & Drink · Apache-2.0 Free for personal and commercial use.

Name
hot-pepper
Set
Noto Emoji
Style
Default
Category
Food & Drink
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More food & drink icons from Noto Emoji

Use the hot pepper emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#dc0d28" d="m113.69 45.18l-11.26 4.32l-22.34 49.17l-36.13 24.59s24.87 2.06 44.2-11.07s29.09-30.22 32.29-44.11c3.19-13.89 1.69-18.02 1.69-18.02z"/><path fill="#ff5117" d="M82.53 36.17s-7.13.94-10.89 13.51S69.95 72.2 61.5 83.09S45.36 98.11 31.85 95.48c-18.46-3.59-17.27-17.1-22.9-17.83c-4.32-.56-6.95 13.33-.38 24.4s19.33 19.71 33.22 21.02s38.1-6.57 51.62-27.41S108.62 60 109 50.62S96.42 36.35 96.42 36.35z"/><path fill="#ffcb88" d="M86.1 49.92c-3.1-2.39-7.04 1.27-8.59 7.04s-1.69 10.7-2.53 13.51s-3.1 6.76-.14 8.45s5.91-3.8 7.04-8.02s2.11-10 3.66-12.81s3-6.29.56-8.17M72.77 82.53c-3.19-1.13-3.85 1.6-4.41 2.44s-1.6 2.91.19 4.04c1.99 1.26 3.57-.19 4.5-1.6c.94-1.41 1.54-4.24-.28-4.88"/><path fill="#98b71e" d="M85.06 38.61c2.35 2.25-.94 4.5.75 5.82c1.99 1.55 7.6-1.6 12.2-.09s4.41 6.95 7.79 7.32c3.38.38 3.28-2.82 7.88-2.16s6.76 6.66 9.01 6.01s1.03-8.07-4.41-13.23c-4.34-4.11-7.23-4.97-7.51-6.95c-.28-1.97 1.78-11.07 2.44-15.58c.66-4.5.47-10.7-5.16-13.51c-5.63-2.82-10.42-.19-11.36 1.41c-1.14 1.93-.73 4.64 4.04 2.82c4.41-1.69 7.41 2.35 6.85 6.29s-3.57 9.57-5.35 11.83s-2.72 3.57-4.04 3.85c-1.31.28-5.63-.47-9.67-.28c-4.81.22-9.85 2.63-9.2 4.6s3.91.09 5.74 1.85"/></svg>

React

import type { SVGProps } from "react";

export function NotoHotPepper(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#dc0d28" d="m113.69 45.18l-11.26 4.32l-22.34 49.17l-36.13 24.59s24.87 2.06 44.2-11.07s29.09-30.22 32.29-44.11c3.19-13.89 1.69-18.02 1.69-18.02z"/><path fill="#ff5117" d="M82.53 36.17s-7.13.94-10.89 13.51S69.95 72.2 61.5 83.09S45.36 98.11 31.85 95.48c-18.46-3.59-17.27-17.1-22.9-17.83c-4.32-.56-6.95 13.33-.38 24.4s19.33 19.71 33.22 21.02s38.1-6.57 51.62-27.41S108.62 60 109 50.62S96.42 36.35 96.42 36.35z"/><path fill="#ffcb88" d="M86.1 49.92c-3.1-2.39-7.04 1.27-8.59 7.04s-1.69 10.7-2.53 13.51s-3.1 6.76-.14 8.45s5.91-3.8 7.04-8.02s2.11-10 3.66-12.81s3-6.29.56-8.17M72.77 82.53c-3.19-1.13-3.85 1.6-4.41 2.44s-1.6 2.91.19 4.04c1.99 1.26 3.57-.19 4.5-1.6c.94-1.41 1.54-4.24-.28-4.88"/><path fill="#98b71e" d="M85.06 38.61c2.35 2.25-.94 4.5.75 5.82c1.99 1.55 7.6-1.6 12.2-.09s4.41 6.95 7.79 7.32c3.38.38 3.28-2.82 7.88-2.16s6.76 6.66 9.01 6.01s1.03-8.07-4.41-13.23c-4.34-4.11-7.23-4.97-7.51-6.95c-.28-1.97 1.78-11.07 2.44-15.58c.66-4.5.47-10.7-5.16-13.51c-5.63-2.82-10.42-.19-11.36 1.41c-1.14 1.93-.73 4.64 4.04 2.82c4.41-1.69 7.41 2.35 6.85 6.29s-3.57 9.57-5.35 11.83s-2.72 3.57-4.04 3.85c-1.31.28-5.63-.47-9.67-.28c-4.81.22-9.85 2.63-9.2 4.6s3.91.09 5.74 1.85"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#dc0d28" d="m113.69 45.18l-11.26 4.32l-22.34 49.17l-36.13 24.59s24.87 2.06 44.2-11.07s29.09-30.22 32.29-44.11c3.19-13.89 1.69-18.02 1.69-18.02z"/><path fill="#ff5117" d="M82.53 36.17s-7.13.94-10.89 13.51S69.95 72.2 61.5 83.09S45.36 98.11 31.85 95.48c-18.46-3.59-17.27-17.1-22.9-17.83c-4.32-.56-6.95 13.33-.38 24.4s19.33 19.71 33.22 21.02s38.1-6.57 51.62-27.41S108.62 60 109 50.62S96.42 36.35 96.42 36.35z"/><path fill="#ffcb88" d="M86.1 49.92c-3.1-2.39-7.04 1.27-8.59 7.04s-1.69 10.7-2.53 13.51s-3.1 6.76-.14 8.45s5.91-3.8 7.04-8.02s2.11-10 3.66-12.81s3-6.29.56-8.17M72.77 82.53c-3.19-1.13-3.85 1.6-4.41 2.44s-1.6 2.91.19 4.04c1.99 1.26 3.57-.19 4.5-1.6c.94-1.41 1.54-4.24-.28-4.88"/><path fill="#98b71e" d="M85.06 38.61c2.35 2.25-.94 4.5.75 5.82c1.99 1.55 7.6-1.6 12.2-.09s4.41 6.95 7.79 7.32c3.38.38 3.28-2.82 7.88-2.16s6.76 6.66 9.01 6.01s1.03-8.07-4.41-13.23c-4.34-4.11-7.23-4.97-7.51-6.95c-.28-1.97 1.78-11.07 2.44-15.58c.66-4.5.47-10.7-5.16-13.51c-5.63-2.82-10.42-.19-11.36 1.41c-1.14 1.93-.73 4.64 4.04 2.82c4.41-1.69 7.41 2.35 6.85 6.29s-3.57 9.57-5.35 11.83s-2.72 3.57-4.04 3.85c-1.31.28-5.63-.47-9.67-.28c-4.81.22-9.85 2.63-9.2 4.6s3.91.09 5.74 1.85"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23dc0d28%22%20d%3D%22m113.69%2045.18l-11.26%204.32l-22.34%2049.17l-36.13%2024.59s24.87%202.06%2044.2-11.07s29.09-30.22%2032.29-44.11c3.19-13.89%201.69-18.02%201.69-18.02z%22%2F%3E%3Cpath%20fill%3D%22%23ff5117%22%20d%3D%22M82.53%2036.17s-7.13.94-10.89%2013.51S69.95%2072.2%2061.5%2083.09S45.36%2098.11%2031.85%2095.48c-18.46-3.59-17.27-17.1-22.9-17.83c-4.32-.56-6.95%2013.33-.38%2024.4s19.33%2019.71%2033.22%2021.02s38.1-6.57%2051.62-27.41S108.62%2060%20109%2050.62S96.42%2036.35%2096.42%2036.35z%22%2F%3E%3Cpath%20fill%3D%22%23ffcb88%22%20d%3D%22M86.1%2049.92c-3.1-2.39-7.04%201.27-8.59%207.04s-1.69%2010.7-2.53%2013.51s-3.1%206.76-.14%208.45s5.91-3.8%207.04-8.02s2.11-10%203.66-12.81s3-6.29.56-8.17M72.77%2082.53c-3.19-1.13-3.85%201.6-4.41%202.44s-1.6%202.91.19%204.04c1.99%201.26%203.57-.19%204.5-1.6c.94-1.41%201.54-4.24-.28-4.88%22%2F%3E%3Cpath%20fill%3D%22%2398b71e%22%20d%3D%22M85.06%2038.61c2.35%202.25-.94%204.5.75%205.82c1.99%201.55%207.6-1.6%2012.2-.09s4.41%206.95%207.79%207.32c3.38.38%203.28-2.82%207.88-2.16s6.76%206.66%209.01%206.01s1.03-8.07-4.41-13.23c-4.34-4.11-7.23-4.97-7.51-6.95c-.28-1.97%201.78-11.07%202.44-15.58c.66-4.5.47-10.7-5.16-13.51c-5.63-2.82-10.42-.19-11.36%201.41c-1.14%201.93-.73%204.64%204.04%202.82c4.41-1.69%207.41%202.35%206.85%206.29s-3.57%209.57-5.35%2011.83s-2.72%203.57-4.04%203.85c-1.31.28-5.63-.47-9.67-.28c-4.81.22-9.85%202.63-9.2%204.6s3.91.09%205.74%201.85%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23dc0d28%22%20d%3D%22m113.69%2045.18l-11.26%204.32l-22.34%2049.17l-36.13%2024.59s24.87%202.06%2044.2-11.07s29.09-30.22%2032.29-44.11c3.19-13.89%201.69-18.02%201.69-18.02z%22%2F%3E%3Cpath%20fill%3D%22%23ff5117%22%20d%3D%22M82.53%2036.17s-7.13.94-10.89%2013.51S69.95%2072.2%2061.5%2083.09S45.36%2098.11%2031.85%2095.48c-18.46-3.59-17.27-17.1-22.9-17.83c-4.32-.56-6.95%2013.33-.38%2024.4s19.33%2019.71%2033.22%2021.02s38.1-6.57%2051.62-27.41S108.62%2060%20109%2050.62S96.42%2036.35%2096.42%2036.35z%22%2F%3E%3Cpath%20fill%3D%22%23ffcb88%22%20d%3D%22M86.1%2049.92c-3.1-2.39-7.04%201.27-8.59%207.04s-1.69%2010.7-2.53%2013.51s-3.1%206.76-.14%208.45s5.91-3.8%207.04-8.02s2.11-10%203.66-12.81s3-6.29.56-8.17M72.77%2082.53c-3.19-1.13-3.85%201.6-4.41%202.44s-1.6%202.91.19%204.04c1.99%201.26%203.57-.19%204.5-1.6c.94-1.41%201.54-4.24-.28-4.88%22%2F%3E%3Cpath%20fill%3D%22%2398b71e%22%20d%3D%22M85.06%2038.61c2.35%202.25-.94%204.5.75%205.82c1.99%201.55%207.6-1.6%2012.2-.09s4.41%206.95%207.79%207.32c3.38.38%203.28-2.82%207.88-2.16s6.76%206.66%209.01%206.01s1.03-8.07-4.41-13.23c-4.34-4.11-7.23-4.97-7.51-6.95c-.28-1.97%201.78-11.07%202.44-15.58c.66-4.5.47-10.7-5.16-13.51c-5.63-2.82-10.42-.19-11.36%201.41c-1.14%201.93-.73%204.64%204.04%202.82c4.41-1.69%207.41%202.35%206.85%206.29s-3.57%209.57-5.35%2011.83s-2.72%203.57-4.04%203.85c-1.31.28-5.63-.47-9.67-.28c-4.81.22-9.85%202.63-9.2%204.6s3.91.09%205.74%201.85%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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