rolling pin icon
rolling-pin from Reicon by REICON · Outline · Food · MIT Free for personal and commercial use.
- Name
- rolling-pin
- Set
- Reicon
- Style
- Outline
- Category
- Food
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More food icons from Reicon
Use the rolling pin icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M17.31 2.358a2.93 2.93 0 0 1 4.258-.353c.056.05.118.113.201.196l.03.03c.083.083.145.145.196.2a2.93 2.93 0 0 1-.353 4.26c-.059.047-.13.097-.226.166l-2.11 1.507c.384.522.638 1.066.638 1.708c0 .682-.285 1.248-.7 1.79c-.394.518-.969 1.092-1.664 1.788l-3.93 3.93c-.696.696-1.27 1.27-1.787 1.665c-.543.414-1.11.699-1.79.699c-.643 0-1.187-.254-1.71-.637l-1.506 2.11c-.069.095-.12.166-.166.225a2.93 2.93 0 0 1-4.26.353c-.055-.05-.117-.113-.2-.196l-.03-.03c-.083-.083-.145-.145-.196-.2a2.93 2.93 0 0 1 .353-4.26c.059-.047.13-.098.226-.166l2.11-1.507c-.384-.522-.638-1.065-.638-1.708c0-.682.285-1.248.7-1.79c.394-.518.969-1.092 1.664-1.788l3.93-3.93c.696-.695 1.27-1.27 1.787-1.665c.543-.414 1.11-.699 1.79-.699c.643 0 1.187.254 1.71.637l1.506-2.11c.069-.095.12-.166.166-.225m-.542 3.331q.354.346.764.757l.022.022q.41.41.757.764l2.216-1.584c.12-.086.157-.112.182-.132a1.43 1.43 0 0 0 .172-2.08a6 6 0 0 0-.157-.16a5 5 0 0 0-.16-.157a1.43 1.43 0 0 0-2.08.172a5 5 0 0 0-.132.182zM5.69 16.77l-2.216 1.583a5 5 0 0 0-.182.132a1.43 1.43 0 0 0-.172 2.08c.021.023.053.055.157.16c.105.104.137.136.16.157a1.43 1.43 0 0 0 2.08-.172c.02-.025.046-.061.132-.182l1.584-2.216a77 77 0 0 1-.764-.757l-.022-.022q-.41-.41-.757-.764m7.358-10.821c-.427.326-.931.828-1.673 1.57l-3.856 3.856c-.742.742-1.244 1.246-1.57 1.673c-.313.41-.392.66-.392.88c0 .302.145.642.785 1.347c.306.338.693.724 1.177 1.208s.87.87 1.208 1.177c.705.64 1.045.785 1.346.785c.222 0 .471-.08.881-.392c.427-.326.931-.828 1.673-1.57l3.856-3.856c.742-.742 1.244-1.246 1.57-1.673c.313-.41.392-.66.392-.88c0-.302-.145-.642-.785-1.347a38 38 0 0 0-1.177-1.208c-.484-.484-.87-.87-1.208-1.177c-.705-.64-1.045-.785-1.346-.785c-.222 0-.471.08-.881.392" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconRollingPin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M17.31 2.358a2.93 2.93 0 0 1 4.258-.353c.056.05.118.113.201.196l.03.03c.083.083.145.145.196.2a2.93 2.93 0 0 1-.353 4.26c-.059.047-.13.097-.226.166l-2.11 1.507c.384.522.638 1.066.638 1.708c0 .682-.285 1.248-.7 1.79c-.394.518-.969 1.092-1.664 1.788l-3.93 3.93c-.696.696-1.27 1.27-1.787 1.665c-.543.414-1.11.699-1.79.699c-.643 0-1.187-.254-1.71-.637l-1.506 2.11c-.069.095-.12.166-.166.225a2.93 2.93 0 0 1-4.26.353c-.055-.05-.117-.113-.2-.196l-.03-.03c-.083-.083-.145-.145-.196-.2a2.93 2.93 0 0 1 .353-4.26c.059-.047.13-.098.226-.166l2.11-1.507c-.384-.522-.638-1.065-.638-1.708c0-.682.285-1.248.7-1.79c.394-.518.969-1.092 1.664-1.788l3.93-3.93c.696-.695 1.27-1.27 1.787-1.665c.543-.414 1.11-.699 1.79-.699c.643 0 1.187.254 1.71.637l1.506-2.11c.069-.095.12-.166.166-.225m-.542 3.331q.354.346.764.757l.022.022q.41.41.757.764l2.216-1.584c.12-.086.157-.112.182-.132a1.43 1.43 0 0 0 .172-2.08a6 6 0 0 0-.157-.16a5 5 0 0 0-.16-.157a1.43 1.43 0 0 0-2.08.172a5 5 0 0 0-.132.182zM5.69 16.77l-2.216 1.583a5 5 0 0 0-.182.132a1.43 1.43 0 0 0-.172 2.08c.021.023.053.055.157.16c.105.104.137.136.16.157a1.43 1.43 0 0 0 2.08-.172c.02-.025.046-.061.132-.182l1.584-2.216a77 77 0 0 1-.764-.757l-.022-.022q-.41-.41-.757-.764m7.358-10.821c-.427.326-.931.828-1.673 1.57l-3.856 3.856c-.742.742-1.244 1.246-1.57 1.673c-.313.41-.392.66-.392.88c0 .302.145.642.785 1.347c.306.338.693.724 1.177 1.208s.87.87 1.208 1.177c.705.64 1.045.785 1.346.785c.222 0 .471-.08.881-.392c.427-.326.931-.828 1.673-1.57l3.856-3.856c.742-.742 1.244-1.246 1.57-1.673c.313-.41.392-.66.392-.88c0-.302-.145-.642-.785-1.347a38 38 0 0 0-1.177-1.208c-.484-.484-.87-.87-1.208-1.177c-.705-.64-1.045-.785-1.346-.785c-.222 0-.471.08-.881.392" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M17.31 2.358a2.93 2.93 0 0 1 4.258-.353c.056.05.118.113.201.196l.03.03c.083.083.145.145.196.2a2.93 2.93 0 0 1-.353 4.26c-.059.047-.13.097-.226.166l-2.11 1.507c.384.522.638 1.066.638 1.708c0 .682-.285 1.248-.7 1.79c-.394.518-.969 1.092-1.664 1.788l-3.93 3.93c-.696.696-1.27 1.27-1.787 1.665c-.543.414-1.11.699-1.79.699c-.643 0-1.187-.254-1.71-.637l-1.506 2.11c-.069.095-.12.166-.166.225a2.93 2.93 0 0 1-4.26.353c-.055-.05-.117-.113-.2-.196l-.03-.03c-.083-.083-.145-.145-.196-.2a2.93 2.93 0 0 1 .353-4.26c.059-.047.13-.098.226-.166l2.11-1.507c-.384-.522-.638-1.065-.638-1.708c0-.682.285-1.248.7-1.79c.394-.518.969-1.092 1.664-1.788l3.93-3.93c.696-.695 1.27-1.27 1.787-1.665c.543-.414 1.11-.699 1.79-.699c.643 0 1.187.254 1.71.637l1.506-2.11c.069-.095.12-.166.166-.225m-.542 3.331q.354.346.764.757l.022.022q.41.41.757.764l2.216-1.584c.12-.086.157-.112.182-.132a1.43 1.43 0 0 0 .172-2.08a6 6 0 0 0-.157-.16a5 5 0 0 0-.16-.157a1.43 1.43 0 0 0-2.08.172a5 5 0 0 0-.132.182zM5.69 16.77l-2.216 1.583a5 5 0 0 0-.182.132a1.43 1.43 0 0 0-.172 2.08c.021.023.053.055.157.16c.105.104.137.136.16.157a1.43 1.43 0 0 0 2.08-.172c.02-.025.046-.061.132-.182l1.584-2.216a77 77 0 0 1-.764-.757l-.022-.022q-.41-.41-.757-.764m7.358-10.821c-.427.326-.931.828-1.673 1.57l-3.856 3.856c-.742.742-1.244 1.246-1.57 1.673c-.313.41-.392.66-.392.88c0 .302.145.642.785 1.347c.306.338.693.724 1.177 1.208s.87.87 1.208 1.177c.705.64 1.045.785 1.346.785c.222 0 .471-.08.881-.392c.427-.326.931-.828 1.673-1.57l3.856-3.856c.742-.742 1.244-1.246 1.57-1.673c.313-.41.392-.66.392-.88c0-.302-.145-.642-.785-1.347a38 38 0 0 0-1.177-1.208c-.484-.484-.87-.87-1.208-1.177c-.705-.64-1.045-.785-1.346-.785c-.222 0-.471.08-.881.392" clip-rule="evenodd"/></svg> </template>
CSS
.icon-rolling-pin {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.31%202.358a2.93%202.93%200%200%201%204.258-.353c.056.05.118.113.201.196l.03.03c.083.083.145.145.196.2a2.93%202.93%200%200%201-.353%204.26c-.059.047-.13.097-.226.166l-2.11%201.507c.384.522.638%201.066.638%201.708c0%20.682-.285%201.248-.7%201.79c-.394.518-.969%201.092-1.664%201.788l-3.93%203.93c-.696.696-1.27%201.27-1.787%201.665c-.543.414-1.11.699-1.79.699c-.643%200-1.187-.254-1.71-.637l-1.506%202.11c-.069.095-.12.166-.166.225a2.93%202.93%200%200%201-4.26.353c-.055-.05-.117-.113-.2-.196l-.03-.03c-.083-.083-.145-.145-.196-.2a2.93%202.93%200%200%201%20.353-4.26c.059-.047.13-.098.226-.166l2.11-1.507c-.384-.522-.638-1.065-.638-1.708c0-.682.285-1.248.7-1.79c.394-.518.969-1.092%201.664-1.788l3.93-3.93c.696-.695%201.27-1.27%201.787-1.665c.543-.414%201.11-.699%201.79-.699c.643%200%201.187.254%201.71.637l1.506-2.11c.069-.095.12-.166.166-.225m-.542%203.331q.354.346.764.757l.022.022q.41.41.757.764l2.216-1.584c.12-.086.157-.112.182-.132a1.43%201.43%200%200%200%20.172-2.08a6%206%200%200%200-.157-.16a5%205%200%200%200-.16-.157a1.43%201.43%200%200%200-2.08.172a5%205%200%200%200-.132.182zM5.69%2016.77l-2.216%201.583a5%205%200%200%200-.182.132a1.43%201.43%200%200%200-.172%202.08c.021.023.053.055.157.16c.105.104.137.136.16.157a1.43%201.43%200%200%200%202.08-.172c.02-.025.046-.061.132-.182l1.584-2.216a77%2077%200%200%201-.764-.757l-.022-.022q-.41-.41-.757-.764m7.358-10.821c-.427.326-.931.828-1.673%201.57l-3.856%203.856c-.742.742-1.244%201.246-1.57%201.673c-.313.41-.392.66-.392.88c0%20.302.145.642.785%201.347c.306.338.693.724%201.177%201.208s.87.87%201.208%201.177c.705.64%201.045.785%201.346.785c.222%200%20.471-.08.881-.392c.427-.326.931-.828%201.673-1.57l3.856-3.856c.742-.742%201.244-1.246%201.57-1.673c.313-.41.392-.66.392-.88c0-.302-.145-.642-.785-1.347a38%2038%200%200%200-1.177-1.208c-.484-.484-.87-.87-1.208-1.177c-.705-.64-1.045-.785-1.346-.785c-.222%200-.471.08-.881.392%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.31%202.358a2.93%202.93%200%200%201%204.258-.353c.056.05.118.113.201.196l.03.03c.083.083.145.145.196.2a2.93%202.93%200%200%201-.353%204.26c-.059.047-.13.097-.226.166l-2.11%201.507c.384.522.638%201.066.638%201.708c0%20.682-.285%201.248-.7%201.79c-.394.518-.969%201.092-1.664%201.788l-3.93%203.93c-.696.696-1.27%201.27-1.787%201.665c-.543.414-1.11.699-1.79.699c-.643%200-1.187-.254-1.71-.637l-1.506%202.11c-.069.095-.12.166-.166.225a2.93%202.93%200%200%201-4.26.353c-.055-.05-.117-.113-.2-.196l-.03-.03c-.083-.083-.145-.145-.196-.2a2.93%202.93%200%200%201%20.353-4.26c.059-.047.13-.098.226-.166l2.11-1.507c-.384-.522-.638-1.065-.638-1.708c0-.682.285-1.248.7-1.79c.394-.518.969-1.092%201.664-1.788l3.93-3.93c.696-.695%201.27-1.27%201.787-1.665c.543-.414%201.11-.699%201.79-.699c.643%200%201.187.254%201.71.637l1.506-2.11c.069-.095.12-.166.166-.225m-.542%203.331q.354.346.764.757l.022.022q.41.41.757.764l2.216-1.584c.12-.086.157-.112.182-.132a1.43%201.43%200%200%200%20.172-2.08a6%206%200%200%200-.157-.16a5%205%200%200%200-.16-.157a1.43%201.43%200%200%200-2.08.172a5%205%200%200%200-.132.182zM5.69%2016.77l-2.216%201.583a5%205%200%200%200-.182.132a1.43%201.43%200%200%200-.172%202.08c.021.023.053.055.157.16c.105.104.137.136.16.157a1.43%201.43%200%200%200%202.08-.172c.02-.025.046-.061.132-.182l1.584-2.216a77%2077%200%200%201-.764-.757l-.022-.022q-.41-.41-.757-.764m7.358-10.821c-.427.326-.931.828-1.673%201.57l-3.856%203.856c-.742.742-1.244%201.246-1.57%201.673c-.313.41-.392.66-.392.88c0%20.302.145.642.785%201.347c.306.338.693.724%201.177%201.208s.87.87%201.208%201.177c.705.64%201.045.785%201.346.785c.222%200%20.471-.08.881-.392c.427-.326.931-.828%201.673-1.57l3.856-3.856c.742-.742%201.244-1.246%201.57-1.673c.313-.41.392-.66.392-.88c0-.302-.145-.642-.785-1.347a38%2038%200%200%200-1.177-1.208c-.484-.484-.87-.87-1.208-1.177c-.705-.64-1.045-.785-1.346-.785c-.222%200-.471.08-.881.392%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/rolling-pin.svg?color=%231a73e8&size=48