Emoji Meat On Bone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Meat On Bone 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/339904.svg" alt="Emoji Meat On Bone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339904.svg" alt="Emoji Meat On Bone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339904.svg" alt="Emoji Meat On Bone icon" :width="24" :height="24" />
CSS background
.icon-emoji-meat-on-bone {
background-image: url('https://proicons.com/icon/339904.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="h" d="M12.1919,33.1457l-2.8377,2.8377c-.8827-.8827-2.314-.8827-3.1959,0-.8819.8826-.8819,2.3125.0008,3.1951.5561.5568,1.3298.7606,2.0477.615-.1457.7179.0581,1.4916.6149,2.0477.8826.8826,2.3125.8826,3.1951.0008.8827-.8819.8827-2.3132,0-3.1959l2.8377-2.8369"/><path id="c" class="h" d="M12.1919,33.1457c.5943.3486,1.2239.6149,1.8741.7885.1736.6501.4399,1.2798.7885,1.8748"/><path id="d" class="h" d="M35.8082,14.8542l2.8377-2.8376c.8827.8826,2.3125.8826,3.1951,0,.8826-.8819.8826-2.3126,0-3.1951-.5561-.5561-1.3298-.7606-2.0477-.6149.1456-.7179-.0589-1.4917-.615-2.0477-.8826-.8827-2.3139-.8827-3.1966,0-.8811.8819-.8827,2.3125,0,3.1951l-2.8362,2.8377"/><path id="e" class="h" d="M33.1456,12.1916c-.3148-.5369-.6973-1.0459-1.1577-1.5064-2.9406-2.9414-7.7091-2.9406-10.6505,0-.7017.7017-1.2312,1.5093-1.5975,2.3684-.3068.7186-.384,1.4946-.5752,2.2404-.4619,1.805-1.9823,3.3938-3.7807,3.867-.8341.2192-1.7057.2942-2.5044.6598-.7937.3633-1.5403.8628-2.1941,1.5166-2.9414,2.9414-2.9421,7.7098,0,10.6519.4604.4605.9694.8422,1.5064,1.1563"/><path id="f" class="h" d="M35.8082,14.8542c-.5943-.3486-1.2253-.6141-1.8756-.7878-.1736-.6509-.4383-1.2806-.787-1.8748"/><path id="g" class="h" d="M35.8082,14.8542c.5369.3148,1.0445.6959,1.5064,1.157,2.9406,2.9417,2.9406,7.7109-.0015,10.6515-.7017.7017-1.5079,1.2312-2.3684,1.5976-.7179.3074-1.4932.3839-2.239.5751-1.8042.4619-3.3937,1.9815-3.8667,3.7807-.2192.8341-.2942,1.7064-.6598,2.5051-.3633.7936-.8628,1.5402-1.5166,2.1933-2.9414,2.9414-7.7098,2.9421-10.6519,0-.4604-.4604-.8415-.9694-1.1563-1.5056"/></svg>
Copied!