Rakuten Recipe Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rakuten Recipe 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/331921.svg" alt="Rakuten Recipe icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331921.svg" alt="Rakuten Recipe icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331921.svg" alt="Rakuten Recipe icon" :width="24" :height="24" />
CSS background
.icon-rakuten-recipe {
background-image: url('https://proicons.com/icon/331921.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>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="i" d="M16.3565,19.6924l-1.6959-2.6123c4.9016-3.0685,2.6926-8.1662-1.3265-7.2199-3.0007-2.9944-6.1934-.2726-5.8942,2.4054-3.9679,2.0327-1.3167,8.5052,3.1699,5.7889l5.7467,1.638Z"/><g id="c"><path id="d" class="i" d="M7.1944,21.5771v2.599c2.1261.2971,3.93.3796,3.554,3.3681l-.8476,6.7361c-.4157,3.304,2.6224,5.1679,5.0795,5.1679h19.7338c2.4571,0,5.4952-1.8639,5.0795-5.1679l-.8476-6.7361c-.376-2.9885,1.4278-3.071,3.554-3.3681v-2.599H7.1944Z"/><g id="e"><path id="f" class="i" d="M15.1192,17.7868l21.9612,2.0143c-.8416-3.2689-2.1506-6.3653-5.6892-6.6513l-14.0372-1.1347"/><path id="g" class="i" d="M21.1468,8.874l8.2871.6867"/><path id="h" class="i" d="M25.2904,9.2173l-.2829,3.4162"/></g></g></svg>
Copied!