Rolling Pin icon in outline, twotone, bold and bulk. Free in all four styles, for menus, recipes, delivery, cafe, restaurant. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconRollingPin } from "@devigner-ui/icons";
<IconRollingPin className="size-6" />
<script setup>
import { IconRollingPin } from "@devigner-ui/icons-vue";
</script>
<template>
<IconRollingPin class="size-6" />
</template>
<script>
import { IconRollingPin } from "@devigner-ui/icons-svelte";
</script>
<IconRollingPin class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.16 17.01 17 13.16c1.46-1.46 2.18-2.18 2.18-3.09 0-.6-.32-1.13-.98-1.85q-.48-.52-1.2-1.23-.71-.72-1.23-1.2c-.72-.66-1.25-.98-1.85-.98-.9 0-1.63.72-3.09 2.18L7 10.84c-1.47 1.46-2.2 2.18-2.2 3.09 0 .6.32 1.13.98 1.85q.48.52 1.2 1.23.71.72 1.23 1.2c.72.66 1.25.98 1.85.98.9 0 1.63-.72 3.09-2.18" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="m8.22 18.21-1.96 2.75-.16.22a2.18 2.18 0 0 1-3.35.07l-.19-.18a2.2 2.2 0 0 1 .26-3.17l.22-.16 2.75-1.96M18.2 8.22l2.75-1.96.22-.16a2.18 2.18 0 0 0 .07-3.35l-.18-.19a2.18 2.18 0 0 0-3.33.48l-1.96 2.75" stroke="currentColor" stroke-width="1.5"></path></svg>