pepper mill emoji

pepper-mill from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
pepper-mill
Set
OpenMoji
Style
Default
Category
Extras Openmoji
Viewbox
72×72
License
CC BY-SA 4.0

More extras openmoji icons from OpenMoji

Use the pepper mill emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M36.851 11.749H35.15a.632.632 0 0 0-.613.785l.634 2.535h1.66l.634-2.535a.632.632 0 0 0-.613-.786"/><path fill="#6a462f" d="m41.81 49.11l-.83 2.49l.83 2.49v5.81H30.19v-2.84h5.91c1.49 0 2.69-1.21 2.69-2.7v-.64l-.83-2.29l.83-2.28s-3.32-8.1-3.32-11.91c0-3.46.69-5.66 2.06-7.18c.13-.15.24-.26.31-.4c.03-.06.21-.43.12-.77c-.11-.42-.55-.52-.83-.8c-.21-.21-.37-.58-.27-1.25c.08-.59.36-1.15.74-1.63l.36-.45c1.03-.94 1.66-2.17 1.66-3.53c0-1.99-1.35-4.64-3.36-6.15c3.55.11 6.38 2.67 6.38 5.8c0 1.47-.63 2.81-1.66 3.84l-.36.49c-.38.53-.66 1.13-.75 1.78c-.09.73.07 1.13.28 1.36c.28.31.72.41.83.87c.09.37-.09.77-.12.84c-.08.15-.18.27-.32.43c-1.36 1.66-2.05 4.06-2.05 7.82c0 4.16 3.32 10.8 3.32 10.8"/><path fill="#a57939" d="m38.79 49.15l-.83 2.28l.83 2.29v.64c0 1.49-1.2 2.7-2.69 2.7h-5.91v-2.97l.83-2.49l-.83-2.49s3.32-6.64 3.32-10.8c0-3.76-.69-6.16-2.05-7.82a2.3 2.3 0 0 1-.32-.43c-.03-.07-.21-.47-.12-.84c.11-.46.55-.56.83-.87c.21-.23.37-.63.28-1.36c-.09-.65-.37-1.25-.75-1.78l-.36-.49c-1.03-1.03-1.66-2.37-1.66-3.84c0-3.21 2.97-5.81 6.64-5.81c.09 0 .18 0 .26.01c2.01 1.51 3.36 4.16 3.36 6.15c0 1.36-.63 2.59-1.66 3.53l-.36.45c-.38.48-.66 1.04-.74 1.63c-.1.67.06 1.04.27 1.25c.28.28.72.38.83.8c.09.34-.09.71-.12.77c-.07.14-.18.25-.31.4c-1.37 1.52-2.06 3.72-2.06 7.18c0 3.81 3.32 11.91 3.32 11.91"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M38.49 38.315c0-3.77.685-6.17 2.054-7.822c.137-.165.24-.28.313-.436c.031-.067.213-.465.124-.84c-.11-.46-.553-.562-.83-.865c-.215-.235-.372-.636-.276-1.363c.084-.646.365-1.25.747-1.778l.36-.495c1.03-1.024 1.66-2.364 1.66-3.835c0-3.21-2.974-5.812-6.642-5.812s-6.642 2.602-6.642 5.812c0 1.471.63 2.81 1.66 3.835l.36.495c.382.527.663 1.132.747 1.778c.096.727-.06 1.128-.276 1.363c-.277.303-.72.405-.83.866c-.09.374.093.772.124.839c.072.155.176.27.313.436c1.369 1.653 2.053 4.053 2.053 7.822c0 4.15-3.32 10.792-3.32 10.792l.83 2.491l-.83 2.49V59.9H41.81v-5.811l-.83-2.491l.83-2.49s-3.32-6.642-3.32-10.793m-6.641-12.288h4.981"/><path d="M36.851 11.749H35.15a.632.632 0 0 0-.613.785l.634 2.535h1.66l.634-2.535a.632.632 0 0 0-.613-.786"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiPepperMill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M36.851 11.749H35.15a.632.632 0 0 0-.613.785l.634 2.535h1.66l.634-2.535a.632.632 0 0 0-.613-.786"/><path fill="#6a462f" d="m41.81 49.11l-.83 2.49l.83 2.49v5.81H30.19v-2.84h5.91c1.49 0 2.69-1.21 2.69-2.7v-.64l-.83-2.29l.83-2.28s-3.32-8.1-3.32-11.91c0-3.46.69-5.66 2.06-7.18c.13-.15.24-.26.31-.4c.03-.06.21-.43.12-.77c-.11-.42-.55-.52-.83-.8c-.21-.21-.37-.58-.27-1.25c.08-.59.36-1.15.74-1.63l.36-.45c1.03-.94 1.66-2.17 1.66-3.53c0-1.99-1.35-4.64-3.36-6.15c3.55.11 6.38 2.67 6.38 5.8c0 1.47-.63 2.81-1.66 3.84l-.36.49c-.38.53-.66 1.13-.75 1.78c-.09.73.07 1.13.28 1.36c.28.31.72.41.83.87c.09.37-.09.77-.12.84c-.08.15-.18.27-.32.43c-1.36 1.66-2.05 4.06-2.05 7.82c0 4.16 3.32 10.8 3.32 10.8"/><path fill="#a57939" d="m38.79 49.15l-.83 2.28l.83 2.29v.64c0 1.49-1.2 2.7-2.69 2.7h-5.91v-2.97l.83-2.49l-.83-2.49s3.32-6.64 3.32-10.8c0-3.76-.69-6.16-2.05-7.82a2.3 2.3 0 0 1-.32-.43c-.03-.07-.21-.47-.12-.84c.11-.46.55-.56.83-.87c.21-.23.37-.63.28-1.36c-.09-.65-.37-1.25-.75-1.78l-.36-.49c-1.03-1.03-1.66-2.37-1.66-3.84c0-3.21 2.97-5.81 6.64-5.81c.09 0 .18 0 .26.01c2.01 1.51 3.36 4.16 3.36 6.15c0 1.36-.63 2.59-1.66 3.53l-.36.45c-.38.48-.66 1.04-.74 1.63c-.1.67.06 1.04.27 1.25c.28.28.72.38.83.8c.09.34-.09.71-.12.77c-.07.14-.18.25-.31.4c-1.37 1.52-2.06 3.72-2.06 7.18c0 3.81 3.32 11.91 3.32 11.91"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M38.49 38.315c0-3.77.685-6.17 2.054-7.822c.137-.165.24-.28.313-.436c.031-.067.213-.465.124-.84c-.11-.46-.553-.562-.83-.865c-.215-.235-.372-.636-.276-1.363c.084-.646.365-1.25.747-1.778l.36-.495c1.03-1.024 1.66-2.364 1.66-3.835c0-3.21-2.974-5.812-6.642-5.812s-6.642 2.602-6.642 5.812c0 1.471.63 2.81 1.66 3.835l.36.495c.382.527.663 1.132.747 1.778c.096.727-.06 1.128-.276 1.363c-.277.303-.72.405-.83.866c-.09.374.093.772.124.839c.072.155.176.27.313.436c1.369 1.653 2.053 4.053 2.053 7.822c0 4.15-3.32 10.792-3.32 10.792l.83 2.491l-.83 2.49V59.9H41.81v-5.811l-.83-2.491l.83-2.49s-3.32-6.642-3.32-10.793m-6.641-12.288h4.981"/><path d="M36.851 11.749H35.15a.632.632 0 0 0-.613.785l.634 2.535h1.66l.634-2.535a.632.632 0 0 0-.613-.786"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M36.851 11.749H35.15a.632.632 0 0 0-.613.785l.634 2.535h1.66l.634-2.535a.632.632 0 0 0-.613-.786"/><path fill="#6a462f" d="m41.81 49.11l-.83 2.49l.83 2.49v5.81H30.19v-2.84h5.91c1.49 0 2.69-1.21 2.69-2.7v-.64l-.83-2.29l.83-2.28s-3.32-8.1-3.32-11.91c0-3.46.69-5.66 2.06-7.18c.13-.15.24-.26.31-.4c.03-.06.21-.43.12-.77c-.11-.42-.55-.52-.83-.8c-.21-.21-.37-.58-.27-1.25c.08-.59.36-1.15.74-1.63l.36-.45c1.03-.94 1.66-2.17 1.66-3.53c0-1.99-1.35-4.64-3.36-6.15c3.55.11 6.38 2.67 6.38 5.8c0 1.47-.63 2.81-1.66 3.84l-.36.49c-.38.53-.66 1.13-.75 1.78c-.09.73.07 1.13.28 1.36c.28.31.72.41.83.87c.09.37-.09.77-.12.84c-.08.15-.18.27-.32.43c-1.36 1.66-2.05 4.06-2.05 7.82c0 4.16 3.32 10.8 3.32 10.8"/><path fill="#a57939" d="m38.79 49.15l-.83 2.28l.83 2.29v.64c0 1.49-1.2 2.7-2.69 2.7h-5.91v-2.97l.83-2.49l-.83-2.49s3.32-6.64 3.32-10.8c0-3.76-.69-6.16-2.05-7.82a2.3 2.3 0 0 1-.32-.43c-.03-.07-.21-.47-.12-.84c.11-.46.55-.56.83-.87c.21-.23.37-.63.28-1.36c-.09-.65-.37-1.25-.75-1.78l-.36-.49c-1.03-1.03-1.66-2.37-1.66-3.84c0-3.21 2.97-5.81 6.64-5.81c.09 0 .18 0 .26.01c2.01 1.51 3.36 4.16 3.36 6.15c0 1.36-.63 2.59-1.66 3.53l-.36.45c-.38.48-.66 1.04-.74 1.63c-.1.67.06 1.04.27 1.25c.28.28.72.38.83.8c.09.34-.09.71-.12.77c-.07.14-.18.25-.31.4c-1.37 1.52-2.06 3.72-2.06 7.18c0 3.81 3.32 11.91 3.32 11.91"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M38.49 38.315c0-3.77.685-6.17 2.054-7.822c.137-.165.24-.28.313-.436c.031-.067.213-.465.124-.84c-.11-.46-.553-.562-.83-.865c-.215-.235-.372-.636-.276-1.363c.084-.646.365-1.25.747-1.778l.36-.495c1.03-1.024 1.66-2.364 1.66-3.835c0-3.21-2.974-5.812-6.642-5.812s-6.642 2.602-6.642 5.812c0 1.471.63 2.81 1.66 3.835l.36.495c.382.527.663 1.132.747 1.778c.096.727-.06 1.128-.276 1.363c-.277.303-.72.405-.83.866c-.09.374.093.772.124.839c.072.155.176.27.313.436c1.369 1.653 2.053 4.053 2.053 7.822c0 4.15-3.32 10.792-3.32 10.792l.83 2.491l-.83 2.49V59.9H41.81v-5.811l-.83-2.491l.83-2.49s-3.32-6.642-3.32-10.793m-6.641-12.288h4.981"/><path d="M36.851 11.749H35.15a.632.632 0 0 0-.613.785l.634 2.535h1.66l.634-2.535a.632.632 0 0 0-.613-.786"/></g></svg>
</template>

CSS

.icon-pepper-mill {
  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%23d0cfce%22%20d%3D%22M36.851%2011.749H35.15a.632.632%200%200%200-.613.785l.634%202.535h1.66l.634-2.535a.632.632%200%200%200-.613-.786%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22m41.81%2049.11l-.83%202.49l.83%202.49v5.81H30.19v-2.84h5.91c1.49%200%202.69-1.21%202.69-2.7v-.64l-.83-2.29l.83-2.28s-3.32-8.1-3.32-11.91c0-3.46.69-5.66%202.06-7.18c.13-.15.24-.26.31-.4c.03-.06.21-.43.12-.77c-.11-.42-.55-.52-.83-.8c-.21-.21-.37-.58-.27-1.25c.08-.59.36-1.15.74-1.63l.36-.45c1.03-.94%201.66-2.17%201.66-3.53c0-1.99-1.35-4.64-3.36-6.15c3.55.11%206.38%202.67%206.38%205.8c0%201.47-.63%202.81-1.66%203.84l-.36.49c-.38.53-.66%201.13-.75%201.78c-.09.73.07%201.13.28%201.36c.28.31.72.41.83.87c.09.37-.09.77-.12.84c-.08.15-.18.27-.32.43c-1.36%201.66-2.05%204.06-2.05%207.82c0%204.16%203.32%2010.8%203.32%2010.8%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22m38.79%2049.15l-.83%202.28l.83%202.29v.64c0%201.49-1.2%202.7-2.69%202.7h-5.91v-2.97l.83-2.49l-.83-2.49s3.32-6.64%203.32-10.8c0-3.76-.69-6.16-2.05-7.82a2.3%202.3%200%200%201-.32-.43c-.03-.07-.21-.47-.12-.84c.11-.46.55-.56.83-.87c.21-.23.37-.63.28-1.36c-.09-.65-.37-1.25-.75-1.78l-.36-.49c-1.03-1.03-1.66-2.37-1.66-3.84c0-3.21%202.97-5.81%206.64-5.81c.09%200%20.18%200%20.26.01c2.01%201.51%203.36%204.16%203.36%206.15c0%201.36-.63%202.59-1.66%203.53l-.36.45c-.38.48-.66%201.04-.74%201.63c-.1.67.06%201.04.27%201.25c.28.28.72.38.83.8c.09.34-.09.71-.12.77c-.07.14-.18.25-.31.4c-1.37%201.52-2.06%203.72-2.06%207.18c0%203.81%203.32%2011.91%203.32%2011.91%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M38.49%2038.315c0-3.77.685-6.17%202.054-7.822c.137-.165.24-.28.313-.436c.031-.067.213-.465.124-.84c-.11-.46-.553-.562-.83-.865c-.215-.235-.372-.636-.276-1.363c.084-.646.365-1.25.747-1.778l.36-.495c1.03-1.024%201.66-2.364%201.66-3.835c0-3.21-2.974-5.812-6.642-5.812s-6.642%202.602-6.642%205.812c0%201.471.63%202.81%201.66%203.835l.36.495c.382.527.663%201.132.747%201.778c.096.727-.06%201.128-.276%201.363c-.277.303-.72.405-.83.866c-.09.374.093.772.124.839c.072.155.176.27.313.436c1.369%201.653%202.053%204.053%202.053%207.822c0%204.15-3.32%2010.792-3.32%2010.792l.83%202.491l-.83%202.49V59.9H41.81v-5.811l-.83-2.491l.83-2.49s-3.32-6.642-3.32-10.793m-6.641-12.288h4.981%22%2F%3E%3Cpath%20d%3D%22M36.851%2011.749H35.15a.632.632%200%200%200-.613.785l.634%202.535h1.66l.634-2.535a.632.632%200%200%200-.613-.786%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%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M36.851%2011.749H35.15a.632.632%200%200%200-.613.785l.634%202.535h1.66l.634-2.535a.632.632%200%200%200-.613-.786%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22m41.81%2049.11l-.83%202.49l.83%202.49v5.81H30.19v-2.84h5.91c1.49%200%202.69-1.21%202.69-2.7v-.64l-.83-2.29l.83-2.28s-3.32-8.1-3.32-11.91c0-3.46.69-5.66%202.06-7.18c.13-.15.24-.26.31-.4c.03-.06.21-.43.12-.77c-.11-.42-.55-.52-.83-.8c-.21-.21-.37-.58-.27-1.25c.08-.59.36-1.15.74-1.63l.36-.45c1.03-.94%201.66-2.17%201.66-3.53c0-1.99-1.35-4.64-3.36-6.15c3.55.11%206.38%202.67%206.38%205.8c0%201.47-.63%202.81-1.66%203.84l-.36.49c-.38.53-.66%201.13-.75%201.78c-.09.73.07%201.13.28%201.36c.28.31.72.41.83.87c.09.37-.09.77-.12.84c-.08.15-.18.27-.32.43c-1.36%201.66-2.05%204.06-2.05%207.82c0%204.16%203.32%2010.8%203.32%2010.8%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22m38.79%2049.15l-.83%202.28l.83%202.29v.64c0%201.49-1.2%202.7-2.69%202.7h-5.91v-2.97l.83-2.49l-.83-2.49s3.32-6.64%203.32-10.8c0-3.76-.69-6.16-2.05-7.82a2.3%202.3%200%200%201-.32-.43c-.03-.07-.21-.47-.12-.84c.11-.46.55-.56.83-.87c.21-.23.37-.63.28-1.36c-.09-.65-.37-1.25-.75-1.78l-.36-.49c-1.03-1.03-1.66-2.37-1.66-3.84c0-3.21%202.97-5.81%206.64-5.81c.09%200%20.18%200%20.26.01c2.01%201.51%203.36%204.16%203.36%206.15c0%201.36-.63%202.59-1.66%203.53l-.36.45c-.38.48-.66%201.04-.74%201.63c-.1.67.06%201.04.27%201.25c.28.28.72.38.83.8c.09.34-.09.71-.12.77c-.07.14-.18.25-.31.4c-1.37%201.52-2.06%203.72-2.06%207.18c0%203.81%203.32%2011.91%203.32%2011.91%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M38.49%2038.315c0-3.77.685-6.17%202.054-7.822c.137-.165.24-.28.313-.436c.031-.067.213-.465.124-.84c-.11-.46-.553-.562-.83-.865c-.215-.235-.372-.636-.276-1.363c.084-.646.365-1.25.747-1.778l.36-.495c1.03-1.024%201.66-2.364%201.66-3.835c0-3.21-2.974-5.812-6.642-5.812s-6.642%202.602-6.642%205.812c0%201.471.63%202.81%201.66%203.835l.36.495c.382.527.663%201.132.747%201.778c.096.727-.06%201.128-.276%201.363c-.277.303-.72.405-.83.866c-.09.374.093.772.124.839c.072.155.176.27.313.436c1.369%201.653%202.053%204.053%202.053%207.822c0%204.15-3.32%2010.792-3.32%2010.792l.83%202.491l-.83%202.49V59.9H41.81v-5.811l-.83-2.491l.83-2.49s-3.32-6.642-3.32-10.793m-6.641-12.288h4.981%22%2F%3E%3Cpath%20d%3D%22M36.851%2011.749H35.15a.632.632%200%200%200-.613.785l.634%202.535h1.66l.634-2.535a.632.632%200%200%200-.613-.786%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/pepper-mill.svg?color=%231a73e8&size=48