Recipe Keeper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Recipe Keeper icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/331998.svg" alt="Recipe Keeper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331998.svg" alt="Recipe Keeper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331998.svg" alt="Recipe Keeper icon" :width="24" :height="24" />
CSS background
.icon-recipe-keeper {
background-image: url('https://proicons.com/icon/331998.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><path class="b" d="M24,24.4682H5.5c0,9.2155,11.597,17.1393,11.597,17.1393h6.903"/><path class="b" d="M10.8843,26.5736c0,6.7924,7.6278,11.8041,7.6278,11.8041"/><path class="b" d="M24,24.4682h18.5c0,9.2155-11.597,17.1393-11.597,17.1393h-6.903"/><path class="b" d="M14.0942,24.4682c-1.3461-5.0392,7.6541-8.5034,15.7305-9.5733l.7892-1.4542,3.184,3.87-1.7473,.2847c-.8542,2.8087-5.1347,6.8728-5.1347,6.8728"/><path class="b" d="M15.5093,24.4682c.2883-2.5946,3.2968-5.5138,14.7724-9.0189"/><path class="b" d="M30.5784,15.8092c-4.3403,2.1744-9.4,4.6725-12.9464,8.659"/><path class="b" d="M31.4253,16.8367c-4.5094,6.1259-7.4253,7.6315-7.4253,7.6315"/><path class="b" d="M21.5047,24.4682c2.7196-1.5897,9.4897-8.1542,9.4897-8.1542"/><path class="b" d="M33.0768,16.4532l8.1513-6.6057c.5628-.4561,.6493-1.282,.1932-1.8447h0c-.4561-.5628-1.282-.6493-1.8447-.1932l-8.1513,6.6057"/></g><line class="b" x1="29.8248" y1="14.8949" x2="32.0506" y2="17.5954"/></svg>
Copied!