hot-pepper from Fluent Emoji Flat by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.

Name
hot-pepper
Set
Fluent Emoji Flat
Style
Default
Category
Food & Drink
Viewbox
32×32
License
MIT

The same emoji in other sets

More food & drink icons from Fluent Emoji Flat

Use the hot pepper emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f8312f" d="M9.815 24.34a11.9 11.9 0 0 1-4.68 2.13c-1.43.3-1.54 2.3-.15 2.76c4.75 1.56 10.16.85 14.46-2.38c4.44-3.33 6.64-8.54 6.31-13.7c-.28-4.45-5.39-6.82-8.96-4.14a5.57 5.57 0 0 0-2.23 4.86c.29 3.93-1.37 7.93-4.75 10.47"/><path fill="#00d26a" d="M20.965 3a1 1 0 1 0-2 0v2.03h-1.61c-2.77 0-5.01 2.24-5.01 5c0 1.07.46 2.1 1.26 2.82l.01.01c.72.65 1.82.65 2.54 0s1.82-.65 2.54 0s1.82.65 2.54 0s1.82-.65 2.54 0s1.82.65 2.54 0l.01-.01a3.8 3.8 0 0 0 1.26-2.82c0-2.76-2.24-5-5-5h-1.62z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatHotPepper(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f8312f" d="M9.815 24.34a11.9 11.9 0 0 1-4.68 2.13c-1.43.3-1.54 2.3-.15 2.76c4.75 1.56 10.16.85 14.46-2.38c4.44-3.33 6.64-8.54 6.31-13.7c-.28-4.45-5.39-6.82-8.96-4.14a5.57 5.57 0 0 0-2.23 4.86c.29 3.93-1.37 7.93-4.75 10.47"/><path fill="#00d26a" d="M20.965 3a1 1 0 1 0-2 0v2.03h-1.61c-2.77 0-5.01 2.24-5.01 5c0 1.07.46 2.1 1.26 2.82l.01.01c.72.65 1.82.65 2.54 0s1.82-.65 2.54 0s1.82.65 2.54 0s1.82-.65 2.54 0s1.82.65 2.54 0l.01-.01a3.8 3.8 0 0 0 1.26-2.82c0-2.76-2.24-5-5-5h-1.62z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f8312f" d="M9.815 24.34a11.9 11.9 0 0 1-4.68 2.13c-1.43.3-1.54 2.3-.15 2.76c4.75 1.56 10.16.85 14.46-2.38c4.44-3.33 6.64-8.54 6.31-13.7c-.28-4.45-5.39-6.82-8.96-4.14a5.57 5.57 0 0 0-2.23 4.86c.29 3.93-1.37 7.93-4.75 10.47"/><path fill="#00d26a" d="M20.965 3a1 1 0 1 0-2 0v2.03h-1.61c-2.77 0-5.01 2.24-5.01 5c0 1.07.46 2.1 1.26 2.82l.01.01c.72.65 1.82.65 2.54 0s1.82-.65 2.54 0s1.82.65 2.54 0s1.82-.65 2.54 0s1.82.65 2.54 0l.01-.01a3.8 3.8 0 0 0 1.26-2.82c0-2.76-2.24-5-5-5h-1.62z"/></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M9.815%2024.34a11.9%2011.9%200%200%201-4.68%202.13c-1.43.3-1.54%202.3-.15%202.76c4.75%201.56%2010.16.85%2014.46-2.38c4.44-3.33%206.64-8.54%206.31-13.7c-.28-4.45-5.39-6.82-8.96-4.14a5.57%205.57%200%200%200-2.23%204.86c.29%203.93-1.37%207.93-4.75%2010.47%22%2F%3E%3Cpath%20fill%3D%22%2300d26a%22%20d%3D%22M20.965%203a1%201%200%201%200-2%200v2.03h-1.61c-2.77%200-5.01%202.24-5.01%205c0%201.07.46%202.1%201.26%202.82l.01.01c.72.65%201.82.65%202.54%200s1.82-.65%202.54%200s1.82.65%202.54%200s1.82-.65%202.54%200s1.82.65%202.54%200l.01-.01a3.8%203.8%200%200%200%201.26-2.82c0-2.76-2.24-5-5-5h-1.62z%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M9.815%2024.34a11.9%2011.9%200%200%201-4.68%202.13c-1.43.3-1.54%202.3-.15%202.76c4.75%201.56%2010.16.85%2014.46-2.38c4.44-3.33%206.64-8.54%206.31-13.7c-.28-4.45-5.39-6.82-8.96-4.14a5.57%205.57%200%200%200-2.23%204.86c.29%203.93-1.37%207.93-4.75%2010.47%22%2F%3E%3Cpath%20fill%3D%22%2300d26a%22%20d%3D%22M20.965%203a1%201%200%201%200-2%200v2.03h-1.61c-2.77%200-5.01%202.24-5.01%205c0%201.07.46%202.1%201.26%202.82l.01.01c.72.65%201.82.65%202.54%200s1.82-.65%202.54%200s1.82.65%202.54%200s1.82-.65%202.54%200s1.82.65%202.54%200l.01-.01a3.8%203.8%200%200%200%201.26-2.82c0-2.76-2.24-5-5-5h-1.62z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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