taco emoji
taco from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.
- Name
- taco
- Set
- OpenMoji
- Style
- Default
- Category
- Food Drink
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More food drink icons from OpenMoji
Use the taco emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="28.707" cy="23.311" r="5.999" fill="#ea5a47" transform="rotate(-15 28.702 23.307)"/><circle cx="15.49" cy="30.155" r="6" fill="#ea5a47" transform="rotate(-45 15.492 30.157)"/><ellipse cx="56.511" cy="30.153" fill="#ea5a47" rx="5.997" ry="6.002" transform="rotate(-44.992 56.515 30.153)"/><path fill="#ea5a47" d="M49.089 24.86a5.997 5.997 0 0 1-7.347 4.239a5.996 5.996 0 0 1-4.243-7.346a5.99 5.99 0 0 1 7.345-4.235a5.995 5.995 0 0 1 4.245 7.342"/><path fill="#b1cc33" d="m57.441 48.628l4.958-.75l-.327-.966a2.997 2.997 0 0 0 2.121-3.674a2.98 2.98 0 0 0-1.709-1.964c1.366-1.565 1.676-3.873.58-5.772a4.996 4.996 0 0 0-5.748-2.282a2.97 2.97 0 0 0-.754-2.93a2.97 2.97 0 0 0-2.46-.847c.399-2.039-.486-4.192-2.384-5.289a4.996 4.996 0 0 0-6.12.897a2.98 2.98 0 0 0-2.117-2.16a2.98 2.98 0 0 0-2.554.497C40.253 21.423 38.409 20 36.216 20c-2.359 0-4.322 1.639-4.85 3.835a2.99 2.99 0 0 0-2.915-.813a2.98 2.98 0 0 0-1.964 1.708c-1.565-1.364-3.873-1.673-5.771-.577a4.99 4.99 0 0 0-2.282 5.746a2.99 2.99 0 0 0-2.932.754a2.98 2.98 0 0 0-.846 2.461c-2.038-.398-4.191.487-5.288 2.386c-1.179 2.043-.742 4.564.897 6.118a2.99 2.99 0 0 0-2.163 2.117a3 3 0 0 0 2.122 3.675l-.029 1.005l3.12.651"/><path fill="#fcea2b" d="M15.148 53.001a2 2 0 0 1-2-2c0-12.702 10.298-23 23-23s23 10.298 23 23a2 2 0 0 1-2 2z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M15.148 53.001a2 2 0 0 1-2-2c0-12.702 10.298-23 23-23s23 10.298 23 23a2 2 0 0 1-2 2z"/><path d="M62.072 46.912a2.997 2.997 0 0 0 2.121-3.674a2.98 2.98 0 0 0-1.709-1.964c1.366-1.565 1.676-3.873.58-5.772a4.996 4.996 0 0 0-5.748-2.282a2.97 2.97 0 0 0-.754-2.93a2.98 2.98 0 0 0-2.46-.847c.398-2.039-.487-4.192-2.385-5.289a4.994 4.994 0 0 0-6.118.897a2.98 2.98 0 0 0-2.118-2.16a2.98 2.98 0 0 0-2.554.497C40.253 21.423 38.409 20 36.216 20c-2.359 0-4.323 1.639-4.85 3.835a2.99 2.99 0 0 0-2.915-.813a2.98 2.98 0 0 0-1.963 1.708c-1.566-1.364-3.873-1.673-5.772-.577a4.99 4.99 0 0 0-2.282 5.746a2.99 2.99 0 0 0-2.932.754a2.98 2.98 0 0 0-.846 2.461c-2.039-.398-4.191.487-5.288 2.386c-1.179 2.043-.742 4.564.898 6.118a2.99 2.99 0 0 0-2.164 2.117a3 3 0 0 0 2.122 3.675m4.773-22.216a4.92 4.92 0 0 0-3.042 1.426a4.9 4.9 0 0 0-1.406 2.88m20.145-10.762a4.93 4.93 0 0 0-3.28-.257a4.92 4.92 0 0 0-2.708 1.854m16.599-1.597a4.93 4.93 0 0 1 3.28-.257a4.92 4.92 0 0 1 2.708 1.854m9.709 4.859a4.92 4.92 0 0 1 3.041 1.426a4.9 4.9 0 0 1 1.406 2.88"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiTaco(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="28.707" cy="23.311" r="5.999" fill="#ea5a47" transform="rotate(-15 28.702 23.307)"/><circle cx="15.49" cy="30.155" r="6" fill="#ea5a47" transform="rotate(-45 15.492 30.157)"/><ellipse cx="56.511" cy="30.153" fill="#ea5a47" rx="5.997" ry="6.002" transform="rotate(-44.992 56.515 30.153)"/><path fill="#ea5a47" d="M49.089 24.86a5.997 5.997 0 0 1-7.347 4.239a5.996 5.996 0 0 1-4.243-7.346a5.99 5.99 0 0 1 7.345-4.235a5.995 5.995 0 0 1 4.245 7.342"/><path fill="#b1cc33" d="m57.441 48.628l4.958-.75l-.327-.966a2.997 2.997 0 0 0 2.121-3.674a2.98 2.98 0 0 0-1.709-1.964c1.366-1.565 1.676-3.873.58-5.772a4.996 4.996 0 0 0-5.748-2.282a2.97 2.97 0 0 0-.754-2.93a2.97 2.97 0 0 0-2.46-.847c.399-2.039-.486-4.192-2.384-5.289a4.996 4.996 0 0 0-6.12.897a2.98 2.98 0 0 0-2.117-2.16a2.98 2.98 0 0 0-2.554.497C40.253 21.423 38.409 20 36.216 20c-2.359 0-4.322 1.639-4.85 3.835a2.99 2.99 0 0 0-2.915-.813a2.98 2.98 0 0 0-1.964 1.708c-1.565-1.364-3.873-1.673-5.771-.577a4.99 4.99 0 0 0-2.282 5.746a2.99 2.99 0 0 0-2.932.754a2.98 2.98 0 0 0-.846 2.461c-2.038-.398-4.191.487-5.288 2.386c-1.179 2.043-.742 4.564.897 6.118a2.99 2.99 0 0 0-2.163 2.117a3 3 0 0 0 2.122 3.675l-.029 1.005l3.12.651"/><path fill="#fcea2b" d="M15.148 53.001a2 2 0 0 1-2-2c0-12.702 10.298-23 23-23s23 10.298 23 23a2 2 0 0 1-2 2z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M15.148 53.001a2 2 0 0 1-2-2c0-12.702 10.298-23 23-23s23 10.298 23 23a2 2 0 0 1-2 2z"/><path d="M62.072 46.912a2.997 2.997 0 0 0 2.121-3.674a2.98 2.98 0 0 0-1.709-1.964c1.366-1.565 1.676-3.873.58-5.772a4.996 4.996 0 0 0-5.748-2.282a2.97 2.97 0 0 0-.754-2.93a2.98 2.98 0 0 0-2.46-.847c.398-2.039-.487-4.192-2.385-5.289a4.994 4.994 0 0 0-6.118.897a2.98 2.98 0 0 0-2.118-2.16a2.98 2.98 0 0 0-2.554.497C40.253 21.423 38.409 20 36.216 20c-2.359 0-4.323 1.639-4.85 3.835a2.99 2.99 0 0 0-2.915-.813a2.98 2.98 0 0 0-1.963 1.708c-1.566-1.364-3.873-1.673-5.772-.577a4.99 4.99 0 0 0-2.282 5.746a2.99 2.99 0 0 0-2.932.754a2.98 2.98 0 0 0-.846 2.461c-2.039-.398-4.191.487-5.288 2.386c-1.179 2.043-.742 4.564.898 6.118a2.99 2.99 0 0 0-2.164 2.117a3 3 0 0 0 2.122 3.675m4.773-22.216a4.92 4.92 0 0 0-3.042 1.426a4.9 4.9 0 0 0-1.406 2.88m20.145-10.762a4.93 4.93 0 0 0-3.28-.257a4.92 4.92 0 0 0-2.708 1.854m16.599-1.597a4.93 4.93 0 0 1 3.28-.257a4.92 4.92 0 0 1 2.708 1.854m9.709 4.859a4.92 4.92 0 0 1 3.041 1.426a4.9 4.9 0 0 1 1.406 2.88"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="28.707" cy="23.311" r="5.999" fill="#ea5a47" transform="rotate(-15 28.702 23.307)"/><circle cx="15.49" cy="30.155" r="6" fill="#ea5a47" transform="rotate(-45 15.492 30.157)"/><ellipse cx="56.511" cy="30.153" fill="#ea5a47" rx="5.997" ry="6.002" transform="rotate(-44.992 56.515 30.153)"/><path fill="#ea5a47" d="M49.089 24.86a5.997 5.997 0 0 1-7.347 4.239a5.996 5.996 0 0 1-4.243-7.346a5.99 5.99 0 0 1 7.345-4.235a5.995 5.995 0 0 1 4.245 7.342"/><path fill="#b1cc33" d="m57.441 48.628l4.958-.75l-.327-.966a2.997 2.997 0 0 0 2.121-3.674a2.98 2.98 0 0 0-1.709-1.964c1.366-1.565 1.676-3.873.58-5.772a4.996 4.996 0 0 0-5.748-2.282a2.97 2.97 0 0 0-.754-2.93a2.97 2.97 0 0 0-2.46-.847c.399-2.039-.486-4.192-2.384-5.289a4.996 4.996 0 0 0-6.12.897a2.98 2.98 0 0 0-2.117-2.16a2.98 2.98 0 0 0-2.554.497C40.253 21.423 38.409 20 36.216 20c-2.359 0-4.322 1.639-4.85 3.835a2.99 2.99 0 0 0-2.915-.813a2.98 2.98 0 0 0-1.964 1.708c-1.565-1.364-3.873-1.673-5.771-.577a4.99 4.99 0 0 0-2.282 5.746a2.99 2.99 0 0 0-2.932.754a2.98 2.98 0 0 0-.846 2.461c-2.038-.398-4.191.487-5.288 2.386c-1.179 2.043-.742 4.564.897 6.118a2.99 2.99 0 0 0-2.163 2.117a3 3 0 0 0 2.122 3.675l-.029 1.005l3.12.651"/><path fill="#fcea2b" d="M15.148 53.001a2 2 0 0 1-2-2c0-12.702 10.298-23 23-23s23 10.298 23 23a2 2 0 0 1-2 2z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M15.148 53.001a2 2 0 0 1-2-2c0-12.702 10.298-23 23-23s23 10.298 23 23a2 2 0 0 1-2 2z"/><path d="M62.072 46.912a2.997 2.997 0 0 0 2.121-3.674a2.98 2.98 0 0 0-1.709-1.964c1.366-1.565 1.676-3.873.58-5.772a4.996 4.996 0 0 0-5.748-2.282a2.97 2.97 0 0 0-.754-2.93a2.98 2.98 0 0 0-2.46-.847c.398-2.039-.487-4.192-2.385-5.289a4.994 4.994 0 0 0-6.118.897a2.98 2.98 0 0 0-2.118-2.16a2.98 2.98 0 0 0-2.554.497C40.253 21.423 38.409 20 36.216 20c-2.359 0-4.323 1.639-4.85 3.835a2.99 2.99 0 0 0-2.915-.813a2.98 2.98 0 0 0-1.963 1.708c-1.566-1.364-3.873-1.673-5.772-.577a4.99 4.99 0 0 0-2.282 5.746a2.99 2.99 0 0 0-2.932.754a2.98 2.98 0 0 0-.846 2.461c-2.039-.398-4.191.487-5.288 2.386c-1.179 2.043-.742 4.564.898 6.118a2.99 2.99 0 0 0-2.164 2.117a3 3 0 0 0 2.122 3.675m4.773-22.216a4.92 4.92 0 0 0-3.042 1.426a4.9 4.9 0 0 0-1.406 2.88m20.145-10.762a4.93 4.93 0 0 0-3.28-.257a4.92 4.92 0 0 0-2.708 1.854m16.599-1.597a4.93 4.93 0 0 1 3.28-.257a4.92 4.92 0 0 1 2.708 1.854m9.709 4.859a4.92 4.92 0 0 1 3.041 1.426a4.9 4.9 0 0 1 1.406 2.88"/></g></svg> </template>
CSS
.icon-taco {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2072%2072%22%3E%3Ccircle%20cx%3D%2228.707%22%20cy%3D%2223.311%22%20r%3D%225.999%22%20fill%3D%22%23ea5a47%22%20transform%3D%22rotate(-15%2028.702%2023.307)%22%2F%3E%3Ccircle%20cx%3D%2215.49%22%20cy%3D%2230.155%22%20r%3D%226%22%20fill%3D%22%23ea5a47%22%20transform%3D%22rotate(-45%2015.492%2030.157)%22%2F%3E%3Cellipse%20cx%3D%2256.511%22%20cy%3D%2230.153%22%20fill%3D%22%23ea5a47%22%20rx%3D%225.997%22%20ry%3D%226.002%22%20transform%3D%22rotate(-44.992%2056.515%2030.153)%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M49.089%2024.86a5.997%205.997%200%200%201-7.347%204.239a5.996%205.996%200%200%201-4.243-7.346a5.99%205.99%200%200%201%207.345-4.235a5.995%205.995%200%200%201%204.245%207.342%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22m57.441%2048.628l4.958-.75l-.327-.966a2.997%202.997%200%200%200%202.121-3.674a2.98%202.98%200%200%200-1.709-1.964c1.366-1.565%201.676-3.873.58-5.772a4.996%204.996%200%200%200-5.748-2.282a2.97%202.97%200%200%200-.754-2.93a2.97%202.97%200%200%200-2.46-.847c.399-2.039-.486-4.192-2.384-5.289a4.996%204.996%200%200%200-6.12.897a2.98%202.98%200%200%200-2.117-2.16a2.98%202.98%200%200%200-2.554.497C40.253%2021.423%2038.409%2020%2036.216%2020c-2.359%200-4.322%201.639-4.85%203.835a2.99%202.99%200%200%200-2.915-.813a2.98%202.98%200%200%200-1.964%201.708c-1.565-1.364-3.873-1.673-5.771-.577a4.99%204.99%200%200%200-2.282%205.746a2.99%202.99%200%200%200-2.932.754a2.98%202.98%200%200%200-.846%202.461c-2.038-.398-4.191.487-5.288%202.386c-1.179%202.043-.742%204.564.897%206.118a2.99%202.99%200%200%200-2.163%202.117a3%203%200%200%200%202.122%203.675l-.029%201.005l3.12.651%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M15.148%2053.001a2%202%200%200%201-2-2c0-12.702%2010.298-23%2023-23s23%2010.298%2023%2023a2%202%200%200%201-2%202z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M15.148%2053.001a2%202%200%200%201-2-2c0-12.702%2010.298-23%2023-23s23%2010.298%2023%2023a2%202%200%200%201-2%202z%22%2F%3E%3Cpath%20d%3D%22M62.072%2046.912a2.997%202.997%200%200%200%202.121-3.674a2.98%202.98%200%200%200-1.709-1.964c1.366-1.565%201.676-3.873.58-5.772a4.996%204.996%200%200%200-5.748-2.282a2.97%202.97%200%200%200-.754-2.93a2.98%202.98%200%200%200-2.46-.847c.398-2.039-.487-4.192-2.385-5.289a4.994%204.994%200%200%200-6.118.897a2.98%202.98%200%200%200-2.118-2.16a2.98%202.98%200%200%200-2.554.497C40.253%2021.423%2038.409%2020%2036.216%2020c-2.359%200-4.323%201.639-4.85%203.835a2.99%202.99%200%200%200-2.915-.813a2.98%202.98%200%200%200-1.963%201.708c-1.566-1.364-3.873-1.673-5.772-.577a4.99%204.99%200%200%200-2.282%205.746a2.99%202.99%200%200%200-2.932.754a2.98%202.98%200%200%200-.846%202.461c-2.039-.398-4.191.487-5.288%202.386c-1.179%202.043-.742%204.564.898%206.118a2.99%202.99%200%200%200-2.164%202.117a3%203%200%200%200%202.122%203.675m4.773-22.216a4.92%204.92%200%200%200-3.042%201.426a4.9%204.9%200%200%200-1.406%202.88m20.145-10.762a4.93%204.93%200%200%200-3.28-.257a4.92%204.92%200%200%200-2.708%201.854m16.599-1.597a4.93%204.93%200%200%201%203.28-.257a4.92%204.92%200%200%201%202.708%201.854m9.709%204.859a4.92%204.92%200%200%201%203.041%201.426a4.9%204.9%200%200%201%201.406%202.88%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2072%2072%22%3E%3Ccircle%20cx%3D%2228.707%22%20cy%3D%2223.311%22%20r%3D%225.999%22%20fill%3D%22%23ea5a47%22%20transform%3D%22rotate(-15%2028.702%2023.307)%22%2F%3E%3Ccircle%20cx%3D%2215.49%22%20cy%3D%2230.155%22%20r%3D%226%22%20fill%3D%22%23ea5a47%22%20transform%3D%22rotate(-45%2015.492%2030.157)%22%2F%3E%3Cellipse%20cx%3D%2256.511%22%20cy%3D%2230.153%22%20fill%3D%22%23ea5a47%22%20rx%3D%225.997%22%20ry%3D%226.002%22%20transform%3D%22rotate(-44.992%2056.515%2030.153)%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M49.089%2024.86a5.997%205.997%200%200%201-7.347%204.239a5.996%205.996%200%200%201-4.243-7.346a5.99%205.99%200%200%201%207.345-4.235a5.995%205.995%200%200%201%204.245%207.342%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22m57.441%2048.628l4.958-.75l-.327-.966a2.997%202.997%200%200%200%202.121-3.674a2.98%202.98%200%200%200-1.709-1.964c1.366-1.565%201.676-3.873.58-5.772a4.996%204.996%200%200%200-5.748-2.282a2.97%202.97%200%200%200-.754-2.93a2.97%202.97%200%200%200-2.46-.847c.399-2.039-.486-4.192-2.384-5.289a4.996%204.996%200%200%200-6.12.897a2.98%202.98%200%200%200-2.117-2.16a2.98%202.98%200%200%200-2.554.497C40.253%2021.423%2038.409%2020%2036.216%2020c-2.359%200-4.322%201.639-4.85%203.835a2.99%202.99%200%200%200-2.915-.813a2.98%202.98%200%200%200-1.964%201.708c-1.565-1.364-3.873-1.673-5.771-.577a4.99%204.99%200%200%200-2.282%205.746a2.99%202.99%200%200%200-2.932.754a2.98%202.98%200%200%200-.846%202.461c-2.038-.398-4.191.487-5.288%202.386c-1.179%202.043-.742%204.564.897%206.118a2.99%202.99%200%200%200-2.163%202.117a3%203%200%200%200%202.122%203.675l-.029%201.005l3.12.651%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M15.148%2053.001a2%202%200%200%201-2-2c0-12.702%2010.298-23%2023-23s23%2010.298%2023%2023a2%202%200%200%201-2%202z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M15.148%2053.001a2%202%200%200%201-2-2c0-12.702%2010.298-23%2023-23s23%2010.298%2023%2023a2%202%200%200%201-2%202z%22%2F%3E%3Cpath%20d%3D%22M62.072%2046.912a2.997%202.997%200%200%200%202.121-3.674a2.98%202.98%200%200%200-1.709-1.964c1.366-1.565%201.676-3.873.58-5.772a4.996%204.996%200%200%200-5.748-2.282a2.97%202.97%200%200%200-.754-2.93a2.98%202.98%200%200%200-2.46-.847c.398-2.039-.487-4.192-2.385-5.289a4.994%204.994%200%200%200-6.118.897a2.98%202.98%200%200%200-2.118-2.16a2.98%202.98%200%200%200-2.554.497C40.253%2021.423%2038.409%2020%2036.216%2020c-2.359%200-4.323%201.639-4.85%203.835a2.99%202.99%200%200%200-2.915-.813a2.98%202.98%200%200%200-1.963%201.708c-1.566-1.364-3.873-1.673-5.772-.577a4.99%204.99%200%200%200-2.282%205.746a2.99%202.99%200%200%200-2.932.754a2.98%202.98%200%200%200-.846%202.461c-2.039-.398-4.191.487-5.288%202.386c-1.179%202.043-.742%204.564.898%206.118a2.99%202.99%200%200%200-2.164%202.117a3%203%200%200%200%202.122%203.675m4.773-22.216a4.92%204.92%200%200%200-3.042%201.426a4.9%204.9%200%200%200-1.406%202.88m20.145-10.762a4.93%204.93%200%200%200-3.28-.257a4.92%204.92%200%200%200-2.708%201.854m16.599-1.597a4.93%204.93%200%200%201%203.28-.257a4.92%204.92%200%200%201%202.708%201.854m9.709%204.859a4.92%204.92%200%200%201%203.041%201.426a4.9%204.9%200%200%201%201.406%202.88%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/taco.svg?color=%231a73e8&size=48