Emoji Burrito Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Burrito 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/325154.svg" alt="Emoji Burrito icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325154.svg" alt="Emoji Burrito icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325154.svg" alt="Emoji Burrito icon" :width="24" :height="24" />
CSS background
.icon-emoji-burrito {
background-image: url('https://proicons.com/icon/325154.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="h" d="M31.4634,11.6089c-.3074-.312-.7253-.5143-1.1901-.5462.3009-.3294.4894-.7642.4894-1.246,0-1.0213-.8262-1.85-1.8446-1.85,0-1.0213-.8262-1.85-1.8446-1.85-.5344,0-1.0124.2319-1.3487.5962-.26-.7064-.9313-1.2129-1.7257-1.2129s-1.4657.5065-1.7257,1.2129c-.3363-.3643-.8143-.5962-1.3487-.5962-1.0184,0-1.8446.8287-1.8446,1.85-1.0184,0-1.8446.8287-1.8446,1.85,0,.4818.1885.9166.4894,1.246-.4642.0319-.8809.2337-1.1883.545"/><path id="c" class="h" d="M23.9871,31.4331c-.7518,2.9237-2.1833,5.6831-4.2921,7.9836"/><path id="d" class="h" d="M28.3032,39.4167c-6.5582-7.1519-6.5582-18.7481,0-25.9h1.2297c1.0184,0,1.8446.8287,1.8446,1.85v24.05c0,1.703-1.3763,3.0833-3.0744,3.0833h-8.6082c-1.6981,0-3.0744-1.3803-3.0744-3.0833V15.3667c0-1.0213.8263-1.85,1.8446-1.85h1.2297c2.1118,2.3029,3.5439,5.067,4.2957,7.995"/><path id="e" class="h" d="M28.9181,13.5167c-.1431-2.059-2.385-2.4667-3.0744-2.4667-.1987,0-.3921.0226-.5806.0587-.5579-.7795-1.4639-1.292-2.4937-1.292-1.1763,0-3.2979.9441-3.0744,3.7"/><path id="f" class="h" d="M31.3776,15.3667l.0858-3.7578"/><path id="g" class="h" d="M16.5366,11.6077l.084,4.5225"/></svg>
Copied!