rolling pin icon
rolling-pin-duotone from Reicon by REICON · Duotone · Food · MIT Free for personal and commercial use.
- Name
- rolling-pin-duotone
- Set
- Reicon
- Style
- Duotone
- 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"><g fill="currentColor"><path d="m13.157 17.013l3.856-3.856c1.454-1.454 2.181-2.181 2.181-3.085c0-.605-.326-1.131-.98-1.85a38 38 0 0 0-1.201-1.234c-.48-.48-.88-.881-1.235-1.203c-.718-.652-1.245-.979-1.85-.979c-.903 0-1.63.727-3.084 2.182l-3.856 3.855c-1.454 1.454-2.181 2.182-2.181 3.085c0 .605.326 1.131.979 1.85c.321.354.722.755 1.202 1.235s.88.88 1.234 1.202c.719.652 1.245.979 1.85.979c.904 0 1.63-.727 3.085-2.181"/><path d="M21.254 2.746c-.098-.098-.147-.147-.188-.184a2.18 2.18 0 0 0-3.17.262a6 6 0 0 0-.155.213l-1.963 2.748c.354.322.755.723 1.234 1.202c.48.48.881.881 1.203 1.235l2.748-1.963c.113-.08.169-.12.213-.156a2.18 2.18 0 0 0 .262-3.169a6 6 0 0 0-.184-.188M2.562 21.066c.037.041.086.09.184.188s.147.147.188.184a2.18 2.18 0 0 0 3.17-.262c.034-.044.074-.1.155-.213l1.963-2.748a38 38 0 0 1-1.234-1.203c-.48-.48-.881-.88-1.203-1.234l-2.748 1.963a6 6 0 0 0-.213.155a2.18 2.18 0 0 0-.262 3.17" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconRollingPinDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m13.157 17.013l3.856-3.856c1.454-1.454 2.181-2.181 2.181-3.085c0-.605-.326-1.131-.98-1.85a38 38 0 0 0-1.201-1.234c-.48-.48-.88-.881-1.235-1.203c-.718-.652-1.245-.979-1.85-.979c-.903 0-1.63.727-3.084 2.182l-3.856 3.855c-1.454 1.454-2.181 2.182-2.181 3.085c0 .605.326 1.131.979 1.85c.321.354.722.755 1.202 1.235s.88.88 1.234 1.202c.719.652 1.245.979 1.85.979c.904 0 1.63-.727 3.085-2.181"/><path d="M21.254 2.746c-.098-.098-.147-.147-.188-.184a2.18 2.18 0 0 0-3.17.262a6 6 0 0 0-.155.213l-1.963 2.748c.354.322.755.723 1.234 1.202c.48.48.881.881 1.203 1.235l2.748-1.963c.113-.08.169-.12.213-.156a2.18 2.18 0 0 0 .262-3.169a6 6 0 0 0-.184-.188M2.562 21.066c.037.041.086.09.184.188s.147.147.188.184a2.18 2.18 0 0 0 3.17-.262c.034-.044.074-.1.155-.213l1.963-2.748a38 38 0 0 1-1.234-1.203c-.48-.48-.881-.88-1.203-1.234l-2.748 1.963a6 6 0 0 0-.213.155a2.18 2.18 0 0 0-.262 3.17" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m13.157 17.013l3.856-3.856c1.454-1.454 2.181-2.181 2.181-3.085c0-.605-.326-1.131-.98-1.85a38 38 0 0 0-1.201-1.234c-.48-.48-.88-.881-1.235-1.203c-.718-.652-1.245-.979-1.85-.979c-.903 0-1.63.727-3.084 2.182l-3.856 3.855c-1.454 1.454-2.181 2.182-2.181 3.085c0 .605.326 1.131.979 1.85c.321.354.722.755 1.202 1.235s.88.88 1.234 1.202c.719.652 1.245.979 1.85.979c.904 0 1.63-.727 3.085-2.181"/><path d="M21.254 2.746c-.098-.098-.147-.147-.188-.184a2.18 2.18 0 0 0-3.17.262a6 6 0 0 0-.155.213l-1.963 2.748c.354.322.755.723 1.234 1.202c.48.48.881.881 1.203 1.235l2.748-1.963c.113-.08.169-.12.213-.156a2.18 2.18 0 0 0 .262-3.169a6 6 0 0 0-.184-.188M2.562 21.066c.037.041.086.09.184.188s.147.147.188.184a2.18 2.18 0 0 0 3.17-.262c.034-.044.074-.1.155-.213l1.963-2.748a38 38 0 0 1-1.234-1.203c-.48-.48-.881-.88-1.203-1.234l-2.748 1.963a6 6 0 0 0-.213.155a2.18 2.18 0 0 0-.262 3.17" opacity=".5"/></g></svg> </template>
CSS
.icon-rolling-pin-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m13.157%2017.013l3.856-3.856c1.454-1.454%202.181-2.181%202.181-3.085c0-.605-.326-1.131-.98-1.85a38%2038%200%200%200-1.201-1.234c-.48-.48-.88-.881-1.235-1.203c-.718-.652-1.245-.979-1.85-.979c-.903%200-1.63.727-3.084%202.182l-3.856%203.855c-1.454%201.454-2.181%202.182-2.181%203.085c0%20.605.326%201.131.979%201.85c.321.354.722.755%201.202%201.235s.88.88%201.234%201.202c.719.652%201.245.979%201.85.979c.904%200%201.63-.727%203.085-2.181%22%2F%3E%3Cpath%20d%3D%22M21.254%202.746c-.098-.098-.147-.147-.188-.184a2.18%202.18%200%200%200-3.17.262a6%206%200%200%200-.155.213l-1.963%202.748c.354.322.755.723%201.234%201.202c.48.48.881.881%201.203%201.235l2.748-1.963c.113-.08.169-.12.213-.156a2.18%202.18%200%200%200%20.262-3.169a6%206%200%200%200-.184-.188M2.562%2021.066c.037.041.086.09.184.188s.147.147.188.184a2.18%202.18%200%200%200%203.17-.262c.034-.044.074-.1.155-.213l1.963-2.748a38%2038%200%200%201-1.234-1.203c-.48-.48-.881-.88-1.203-1.234l-2.748%201.963a6%206%200%200%200-.213.155a2.18%202.18%200%200%200-.262%203.17%22%20opacity%3D%22.5%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m13.157%2017.013l3.856-3.856c1.454-1.454%202.181-2.181%202.181-3.085c0-.605-.326-1.131-.98-1.85a38%2038%200%200%200-1.201-1.234c-.48-.48-.88-.881-1.235-1.203c-.718-.652-1.245-.979-1.85-.979c-.903%200-1.63.727-3.084%202.182l-3.856%203.855c-1.454%201.454-2.181%202.182-2.181%203.085c0%20.605.326%201.131.979%201.85c.321.354.722.755%201.202%201.235s.88.88%201.234%201.202c.719.652%201.245.979%201.85.979c.904%200%201.63-.727%203.085-2.181%22%2F%3E%3Cpath%20d%3D%22M21.254%202.746c-.098-.098-.147-.147-.188-.184a2.18%202.18%200%200%200-3.17.262a6%206%200%200%200-.155.213l-1.963%202.748c.354.322.755.723%201.234%201.202c.48.48.881.881%201.203%201.235l2.748-1.963c.113-.08.169-.12.213-.156a2.18%202.18%200%200%200%20.262-3.169a6%206%200%200%200-.184-.188M2.562%2021.066c.037.041.086.09.184.188s.147.147.188.184a2.18%202.18%200%200%200%203.17-.262c.034-.044.074-.1.155-.213l1.963-2.748a38%2038%200%200%201-1.234-1.203c-.48-.48-.881-.88-1.203-1.234l-2.748%201.963a6%206%200%200%200-.213.155a2.18%202.18%200%200%200-.262%203.17%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/rolling-pin-duotone.svg?color=%231a73e8&size=48