rolling pin icon
rolling-pin from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- rolling-pin
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
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="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M18.437 5.563c-.721-.72-1.537-1.22-2.291-1.455c-.314-.098-.47-.147-.779-.07c-.308.075-.477.244-.816.583l-9.93 9.93c-.339.339-.508.508-.584.816s-.027.465.07.779c.236.754.735 1.57 1.456 2.29c.721.722 1.537 1.22 2.291 1.456c.314.098.47.147.779.07c.308-.075.477-.244.816-.583l9.93-9.93c.338-.339.508-.508.584-.816s.027-.465-.07-.779c-.236-.754-.735-1.57-1.456-2.29Z"/><path d="M19.29 6c.885-.347 1.9-1.011 2.259-1.371a1.54 1.54 0 0 0-2.178-2.178c-.36.36-1.024 1.374-1.371 2.259M6 19.29c-.347.885-1.011 1.9-1.371 2.259a1.54 1.54 0 0 1-2.178-2.178c.36-.36 1.374-1.024 2.259-1.371"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsRollingPin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M18.437 5.563c-.721-.72-1.537-1.22-2.291-1.455c-.314-.098-.47-.147-.779-.07c-.308.075-.477.244-.816.583l-9.93 9.93c-.339.339-.508.508-.584.816s-.027.465.07.779c.236.754.735 1.57 1.456 2.29c.721.722 1.537 1.22 2.291 1.456c.314.098.47.147.779.07c.308-.075.477-.244.816-.583l9.93-9.93c.338-.339.508-.508.584-.816s.027-.465-.07-.779c-.236-.754-.735-1.57-1.456-2.29Z"/><path d="M19.29 6c.885-.347 1.9-1.011 2.259-1.371a1.54 1.54 0 0 0-2.178-2.178c-.36.36-1.024 1.374-1.371 2.259M6 19.29c-.347.885-1.011 1.9-1.371 2.259a1.54 1.54 0 0 1-2.178-2.178c.36-.36 1.374-1.024 2.259-1.371"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M18.437 5.563c-.721-.72-1.537-1.22-2.291-1.455c-.314-.098-.47-.147-.779-.07c-.308.075-.477.244-.816.583l-9.93 9.93c-.339.339-.508.508-.584.816s-.027.465.07.779c.236.754.735 1.57 1.456 2.29c.721.722 1.537 1.22 2.291 1.456c.314.098.47.147.779.07c.308-.075.477-.244.816-.583l9.93-9.93c.338-.339.508-.508.584-.816s.027-.465-.07-.779c-.236-.754-.735-1.57-1.456-2.29Z"/><path d="M19.29 6c.885-.347 1.9-1.011 2.259-1.371a1.54 1.54 0 0 0-2.178-2.178c-.36.36-1.024 1.374-1.371 2.259M6 19.29c-.347.885-1.011 1.9-1.371 2.259a1.54 1.54 0 0 1-2.178-2.178c.36-.36 1.374-1.024 2.259-1.371"/></g></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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.437%205.563c-.721-.72-1.537-1.22-2.291-1.455c-.314-.098-.47-.147-.779-.07c-.308.075-.477.244-.816.583l-9.93%209.93c-.339.339-.508.508-.584.816s-.027.465.07.779c.236.754.735%201.57%201.456%202.29c.721.722%201.537%201.22%202.291%201.456c.314.098.47.147.779.07c.308-.075.477-.244.816-.583l9.93-9.93c.338-.339.508-.508.584-.816s.027-.465-.07-.779c-.236-.754-.735-1.57-1.456-2.29Z%22%2F%3E%3Cpath%20d%3D%22M19.29%206c.885-.347%201.9-1.011%202.259-1.371a1.54%201.54%200%200%200-2.178-2.178c-.36.36-1.024%201.374-1.371%202.259M6%2019.29c-.347.885-1.011%201.9-1.371%202.259a1.54%201.54%200%200%201-2.178-2.178c.36-.36%201.374-1.024%202.259-1.371%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.437%205.563c-.721-.72-1.537-1.22-2.291-1.455c-.314-.098-.47-.147-.779-.07c-.308.075-.477.244-.816.583l-9.93%209.93c-.339.339-.508.508-.584.816s-.027.465.07.779c.236.754.735%201.57%201.456%202.29c.721.722%201.537%201.22%202.291%201.456c.314.098.47.147.779.07c.308-.075.477-.244.816-.583l9.93-9.93c.338-.339.508-.508.584-.816s.027-.465-.07-.779c-.236-.754-.735-1.57-1.456-2.29Z%22%2F%3E%3Cpath%20d%3D%22M19.29%206c.885-.347%201.9-1.011%202.259-1.371a1.54%201.54%200%200%200-2.178-2.178c-.36.36-1.024%201.374-1.371%202.259M6%2019.29c-.347.885-1.011%201.9-1.371%202.259a1.54%201.54%200%200%201-2.178-2.178c.36-.36%201.374-1.024%202.259-1.371%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/rolling-pin.svg?color=%231a73e8&size=48