pepper emoji
pepper from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- pepper
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More extras openmoji icons from OpenMoji
Use the pepper emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="m47.473 21.594l-.035-.248c-.638-4.42-3.06-8.254-7.464-9.634c-4.602-1.442-10.3.326-12.82 4.572c-1.69 2.847-1.544 6.097-1.755 9.276c-.14 2.092-.254 4.187-.38 6.28l-.91 15.01c-.032.513-.465 9.063-.55 9.063h26c-.65-10.727-1.223-21.46-1.887-32.172a30 30 0 0 0-.2-2.147"/><path fill="#d0cfce" d="M47.672 23.74a31 31 0 0 0-.234-2.394c-.638-4.42-3.06-8.254-7.464-9.634a11.46 11.46 0 0 0-5.43-.303q.645.113 1.27.303c4.403 1.38 6.826 5.214 7.464 9.634l.035.248c.094.713.154 1.43.199 2.147c.664 10.712 1.237 21.445 1.887 32.172h4.16c-.65-10.727-1.223-21.46-1.887-32.172"/><circle cx="37.079" cy="15.49" r="1.47"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m47.473 21.594l-.035-.248c-.638-4.42-3.06-8.254-7.464-9.634c-4.602-1.442-10.3.326-12.82 4.572c-1.69 2.847-1.544 6.097-1.755 9.276c-.14 2.092-.254 4.187-.38 6.28l-.91 15.01c-.032.513-.465 9.063-.55 9.063h26c-.65-10.727-1.223-21.46-1.887-32.172a30 30 0 0 0-.2-2.147"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiPepper(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="m47.473 21.594l-.035-.248c-.638-4.42-3.06-8.254-7.464-9.634c-4.602-1.442-10.3.326-12.82 4.572c-1.69 2.847-1.544 6.097-1.755 9.276c-.14 2.092-.254 4.187-.38 6.28l-.91 15.01c-.032.513-.465 9.063-.55 9.063h26c-.65-10.727-1.223-21.46-1.887-32.172a30 30 0 0 0-.2-2.147"/><path fill="#d0cfce" d="M47.672 23.74a31 31 0 0 0-.234-2.394c-.638-4.42-3.06-8.254-7.464-9.634a11.46 11.46 0 0 0-5.43-.303q.645.113 1.27.303c4.403 1.38 6.826 5.214 7.464 9.634l.035.248c.094.713.154 1.43.199 2.147c.664 10.712 1.237 21.445 1.887 32.172h4.16c-.65-10.727-1.223-21.46-1.887-32.172"/><circle cx="37.079" cy="15.49" r="1.47"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m47.473 21.594l-.035-.248c-.638-4.42-3.06-8.254-7.464-9.634c-4.602-1.442-10.3.326-12.82 4.572c-1.69 2.847-1.544 6.097-1.755 9.276c-.14 2.092-.254 4.187-.38 6.28l-.91 15.01c-.032.513-.465 9.063-.55 9.063h26c-.65-10.727-1.223-21.46-1.887-32.172a30 30 0 0 0-.2-2.147"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="m47.473 21.594l-.035-.248c-.638-4.42-3.06-8.254-7.464-9.634c-4.602-1.442-10.3.326-12.82 4.572c-1.69 2.847-1.544 6.097-1.755 9.276c-.14 2.092-.254 4.187-.38 6.28l-.91 15.01c-.032.513-.465 9.063-.55 9.063h26c-.65-10.727-1.223-21.46-1.887-32.172a30 30 0 0 0-.2-2.147"/><path fill="#d0cfce" d="M47.672 23.74a31 31 0 0 0-.234-2.394c-.638-4.42-3.06-8.254-7.464-9.634a11.46 11.46 0 0 0-5.43-.303q.645.113 1.27.303c4.403 1.38 6.826 5.214 7.464 9.634l.035.248c.094.713.154 1.43.199 2.147c.664 10.712 1.237 21.445 1.887 32.172h4.16c-.65-10.727-1.223-21.46-1.887-32.172"/><circle cx="37.079" cy="15.49" r="1.47"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m47.473 21.594l-.035-.248c-.638-4.42-3.06-8.254-7.464-9.634c-4.602-1.442-10.3.326-12.82 4.572c-1.69 2.847-1.544 6.097-1.755 9.276c-.14 2.092-.254 4.187-.38 6.28l-.91 15.01c-.032.513-.465 9.063-.55 9.063h26c-.65-10.727-1.223-21.46-1.887-32.172a30 30 0 0 0-.2-2.147"/></svg> </template>
CSS
.icon-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%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m47.473%2021.594l-.035-.248c-.638-4.42-3.06-8.254-7.464-9.634c-4.602-1.442-10.3.326-12.82%204.572c-1.69%202.847-1.544%206.097-1.755%209.276c-.14%202.092-.254%204.187-.38%206.28l-.91%2015.01c-.032.513-.465%209.063-.55%209.063h26c-.65-10.727-1.223-21.46-1.887-32.172a30%2030%200%200%200-.2-2.147%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M47.672%2023.74a31%2031%200%200%200-.234-2.394c-.638-4.42-3.06-8.254-7.464-9.634a11.46%2011.46%200%200%200-5.43-.303q.645.113%201.27.303c4.403%201.38%206.826%205.214%207.464%209.634l.035.248c.094.713.154%201.43.199%202.147c.664%2010.712%201.237%2021.445%201.887%2032.172h4.16c-.65-10.727-1.223-21.46-1.887-32.172%22%2F%3E%3Ccircle%20cx%3D%2237.079%22%20cy%3D%2215.49%22%20r%3D%221.47%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m47.473%2021.594l-.035-.248c-.638-4.42-3.06-8.254-7.464-9.634c-4.602-1.442-10.3.326-12.82%204.572c-1.69%202.847-1.544%206.097-1.755%209.276c-.14%202.092-.254%204.187-.38%206.28l-.91%2015.01c-.032.513-.465%209.063-.55%209.063h26c-.65-10.727-1.223-21.46-1.887-32.172a30%2030%200%200%200-.2-2.147%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m47.473%2021.594l-.035-.248c-.638-4.42-3.06-8.254-7.464-9.634c-4.602-1.442-10.3.326-12.82%204.572c-1.69%202.847-1.544%206.097-1.755%209.276c-.14%202.092-.254%204.187-.38%206.28l-.91%2015.01c-.032.513-.465%209.063-.55%209.063h26c-.65-10.727-1.223-21.46-1.887-32.172a30%2030%200%200%200-.2-2.147%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M47.672%2023.74a31%2031%200%200%200-.234-2.394c-.638-4.42-3.06-8.254-7.464-9.634a11.46%2011.46%200%200%200-5.43-.303q.645.113%201.27.303c4.403%201.38%206.826%205.214%207.464%209.634l.035.248c.094.713.154%201.43.199%202.147c.664%2010.712%201.237%2021.445%201.887%2032.172h4.16c-.65-10.727-1.223-21.46-1.887-32.172%22%2F%3E%3Ccircle%20cx%3D%2237.079%22%20cy%3D%2215.49%22%20r%3D%221.47%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m47.473%2021.594l-.035-.248c-.638-4.42-3.06-8.254-7.464-9.634c-4.602-1.442-10.3.326-12.82%204.572c-1.69%202.847-1.544%206.097-1.755%209.276c-.14%202.092-.254%204.187-.38%206.28l-.91%2015.01c-.032.513-.465%209.063-.55%209.063h26c-.65-10.727-1.223-21.46-1.887-32.172a30%2030%200%200%200-.2-2.147%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/pepper.svg?color=%231a73e8&size=48