hot pepper emoji
hot-pepper from Twitter Emoji by Twitter · Default · Food & Drink · CC-BY-4.0 Attribution required.
- Name
- hot-pepper
- Set
- Twitter Emoji
- Style
- Default
- Category
- Food & Drink
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More food & drink icons from Twitter Emoji
Use the hot pepper emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#da2f47" d="M4.042 27.916c4.89.551 9.458-1.625 13.471-5.946c4.812-5.182 5-13 5-14s11.31-3.056 11 5c-.43 11.196-7.43 20.946-19.917 21.916c-5.982.465-9.679-.928-11.387-2.345c-2.69-2.231-.751-4.916 1.833-4.625"/><path fill="#77b255" d="M30.545 6.246c.204-1.644.079-3.754-.747-4.853c-1.111-1.479-4.431-.765-3.569.113c.96.979 2.455 2.254 2.401 4.151l-.13-.032c-3.856-.869-6.721 1.405-7.167 2.958c-.782 2.722 4.065.568 4.68 1.762c1.82 3.53 3.903.155 4.403 1.28s4.097 4.303 4.097.636c0-3.01-1.192-4.903-3.968-6.015"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiHotPepper(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#da2f47" d="M4.042 27.916c4.89.551 9.458-1.625 13.471-5.946c4.812-5.182 5-13 5-14s11.31-3.056 11 5c-.43 11.196-7.43 20.946-19.917 21.916c-5.982.465-9.679-.928-11.387-2.345c-2.69-2.231-.751-4.916 1.833-4.625"/><path fill="#77b255" d="M30.545 6.246c.204-1.644.079-3.754-.747-4.853c-1.111-1.479-4.431-.765-3.569.113c.96.979 2.455 2.254 2.401 4.151l-.13-.032c-3.856-.869-6.721 1.405-7.167 2.958c-.782 2.722 4.065.568 4.68 1.762c1.82 3.53 3.903.155 4.403 1.28s4.097 4.303 4.097.636c0-3.01-1.192-4.903-3.968-6.015"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#da2f47" d="M4.042 27.916c4.89.551 9.458-1.625 13.471-5.946c4.812-5.182 5-13 5-14s11.31-3.056 11 5c-.43 11.196-7.43 20.946-19.917 21.916c-5.982.465-9.679-.928-11.387-2.345c-2.69-2.231-.751-4.916 1.833-4.625"/><path fill="#77b255" d="M30.545 6.246c.204-1.644.079-3.754-.747-4.853c-1.111-1.479-4.431-.765-3.569.113c.96.979 2.455 2.254 2.401 4.151l-.13-.032c-3.856-.869-6.721 1.405-7.167 2.958c-.782 2.722 4.065.568 4.68 1.762c1.82 3.53 3.903.155 4.403 1.28s4.097 4.303 4.097.636c0-3.01-1.192-4.903-3.968-6.015"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23da2f47%22%20d%3D%22M4.042%2027.916c4.89.551%209.458-1.625%2013.471-5.946c4.812-5.182%205-13%205-14s11.31-3.056%2011%205c-.43%2011.196-7.43%2020.946-19.917%2021.916c-5.982.465-9.679-.928-11.387-2.345c-2.69-2.231-.751-4.916%201.833-4.625%22%2F%3E%3Cpath%20fill%3D%22%2377b255%22%20d%3D%22M30.545%206.246c.204-1.644.079-3.754-.747-4.853c-1.111-1.479-4.431-.765-3.569.113c.96.979%202.455%202.254%202.401%204.151l-.13-.032c-3.856-.869-6.721%201.405-7.167%202.958c-.782%202.722%204.065.568%204.68%201.762c1.82%203.53%203.903.155%204.403%201.28s4.097%204.303%204.097.636c0-3.01-1.192-4.903-3.968-6.015%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23da2f47%22%20d%3D%22M4.042%2027.916c4.89.551%209.458-1.625%2013.471-5.946c4.812-5.182%205-13%205-14s11.31-3.056%2011%205c-.43%2011.196-7.43%2020.946-19.917%2021.916c-5.982.465-9.679-.928-11.387-2.345c-2.69-2.231-.751-4.916%201.833-4.625%22%2F%3E%3Cpath%20fill%3D%22%2377b255%22%20d%3D%22M30.545%206.246c.204-1.644.079-3.754-.747-4.853c-1.111-1.479-4.431-.765-3.569.113c.96.979%202.455%202.254%202.401%204.151l-.13-.032c-3.856-.869-6.721%201.405-7.167%202.958c-.782%202.722%204.065.568%204.68%201.762c1.82%203.53%203.903.155%204.403%201.28s4.097%204.303%204.097.636c0-3.01-1.192-4.903-3.968-6.015%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/hot-pepper.svg?color=%231a73e8&size=48