Yummly Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yummly 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/335531.svg" alt="Yummly icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335531.svg" alt="Yummly icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335531.svg" alt="Yummly icon" :width="24" :height="24" />
CSS background
.icon-yummly {
background-image: url('https://proicons.com/icon/335531.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m31.2147,21.0382c.0973-.8219.687-2.9512.1107-2.4074"/><path class="c" d="m41.154,27.5987c-.7184-.472.3648-4.74.585-7.0929.0072-1.3934-.4034-3.5004-4.5117-.3697"/><path class="c" d="m36.2728,27.5149c-.7184-.472.3648-4.74.585-7.0929.0072-1.3934-1.4496-3.0124-5.5579.1183-.3966,2.2617-1.3751,7.6249-.8039,6.7852"/><path class="c" d="m5.5,13.896c.7595-1.4254,5.4651-2.2716,4.6947.9667l-2.386,8.1709c-.3655,2.171,1.4584,4.4899,7.6904.5464l-.8348,6.6561c-2.7249,11.9207-11.4061,1.4891-2.2256-1.1785,3.2335-1.0893,15.5822,2.0634,21.0121,2.6027,3.9867.3003,5.7646.0426,9.0492-1.9837"/><path class="c" d="m17.2129,12.2823c.5502-.4396.5587.5271.5277.9651l-2.2587,10.4925"/><path class="c" d="m21.0885,18.1571c.7184.472-.3648,4.74-.585,7.0929-.0072,1.3934,1.4496,3.0124,5.5579-.1183.3966-2.2617,1.3751-7.6249.8039-6.7852"/><path class="c" d="m26.1109,24.8697c-.0973.8219-.687,2.9512-.1107,2.4074"/></svg>
Copied!