taco from Fluent Emoji Flat by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.

Name
taco
Set
Fluent Emoji Flat
Style
Default
Category
Food & Drink
Viewbox
32×32
License
MIT

The same emoji in other sets

More food & drink icons from Fluent Emoji Flat

Use the taco emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M13.836 13.79c-6.02 0-10.9 4.88-10.9 10.9v2.79c0 1.39 1.13 2.52 2.52 2.52h16.77c1.39 0 2.52-1.13 2.52-2.52V24.7c-.01-6.03-4.89-10.91-10.91-10.91"/><path fill="#6d4534" d="M12.475 16.89a7.65 7.65 0 0 0-7.65 7.65v1.96c0 .98.79 1.77 1.77 1.77h11.77c.98 0 1.77-.79 1.77-1.77v-1.96c-.01-4.22-3.44-7.65-7.66-7.65"/><path fill="#44911b" d="M24.825 14.58c-.03 0-.07 0-.1-.01c-1.72-.09-3.28-.95-4.36-2.3a5.58 5.58 0 0 0-4.36-2.11c-1.76 0-3.34.82-4.36 2.11c-1.07 1.35-2.64 2.21-4.36 2.3c-.03 0-.07 0-.1.01c-2.75.19-4.97 2.42-5.17 5.17c-.24 3.29 2.35 6.04 5.57 6.04c2.94 0 5.35-2.29 5.57-5.19c.84.5 1.81.79 2.85.79s2.02-.29 2.85-.79c.22 2.9 2.63 5.19 5.57 5.19c3.23 0 5.81-2.75 5.57-6.04c-.2-2.76-2.43-4.98-5.17-5.17"/><path fill="#f8312f" d="M26.475 15.96a3.96 3.96 0 1 1-7.92 0a3.96 3.96 0 0 1 7.92 0M13.026 20.2a3.96 3.96 0 1 1-7.92 0a3.96 3.96 0 0 1 7.92 0"/><path fill="#f9c23c" d="M18.086 13.79c-6.02 0-10.9 4.88-10.9 10.9v2.79c0 1.39 1.13 2.52 2.52 2.52h16.77c1.39 0 2.52-1.13 2.52-2.52V24.7c-.01-6.03-4.89-10.91-10.91-10.91"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatTaco(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M13.836 13.79c-6.02 0-10.9 4.88-10.9 10.9v2.79c0 1.39 1.13 2.52 2.52 2.52h16.77c1.39 0 2.52-1.13 2.52-2.52V24.7c-.01-6.03-4.89-10.91-10.91-10.91"/><path fill="#6d4534" d="M12.475 16.89a7.65 7.65 0 0 0-7.65 7.65v1.96c0 .98.79 1.77 1.77 1.77h11.77c.98 0 1.77-.79 1.77-1.77v-1.96c-.01-4.22-3.44-7.65-7.66-7.65"/><path fill="#44911b" d="M24.825 14.58c-.03 0-.07 0-.1-.01c-1.72-.09-3.28-.95-4.36-2.3a5.58 5.58 0 0 0-4.36-2.11c-1.76 0-3.34.82-4.36 2.11c-1.07 1.35-2.64 2.21-4.36 2.3c-.03 0-.07 0-.1.01c-2.75.19-4.97 2.42-5.17 5.17c-.24 3.29 2.35 6.04 5.57 6.04c2.94 0 5.35-2.29 5.57-5.19c.84.5 1.81.79 2.85.79s2.02-.29 2.85-.79c.22 2.9 2.63 5.19 5.57 5.19c3.23 0 5.81-2.75 5.57-6.04c-.2-2.76-2.43-4.98-5.17-5.17"/><path fill="#f8312f" d="M26.475 15.96a3.96 3.96 0 1 1-7.92 0a3.96 3.96 0 0 1 7.92 0M13.026 20.2a3.96 3.96 0 1 1-7.92 0a3.96 3.96 0 0 1 7.92 0"/><path fill="#f9c23c" d="M18.086 13.79c-6.02 0-10.9 4.88-10.9 10.9v2.79c0 1.39 1.13 2.52 2.52 2.52h16.77c1.39 0 2.52-1.13 2.52-2.52V24.7c-.01-6.03-4.89-10.91-10.91-10.91"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M13.836 13.79c-6.02 0-10.9 4.88-10.9 10.9v2.79c0 1.39 1.13 2.52 2.52 2.52h16.77c1.39 0 2.52-1.13 2.52-2.52V24.7c-.01-6.03-4.89-10.91-10.91-10.91"/><path fill="#6d4534" d="M12.475 16.89a7.65 7.65 0 0 0-7.65 7.65v1.96c0 .98.79 1.77 1.77 1.77h11.77c.98 0 1.77-.79 1.77-1.77v-1.96c-.01-4.22-3.44-7.65-7.66-7.65"/><path fill="#44911b" d="M24.825 14.58c-.03 0-.07 0-.1-.01c-1.72-.09-3.28-.95-4.36-2.3a5.58 5.58 0 0 0-4.36-2.11c-1.76 0-3.34.82-4.36 2.11c-1.07 1.35-2.64 2.21-4.36 2.3c-.03 0-.07 0-.1.01c-2.75.19-4.97 2.42-5.17 5.17c-.24 3.29 2.35 6.04 5.57 6.04c2.94 0 5.35-2.29 5.57-5.19c.84.5 1.81.79 2.85.79s2.02-.29 2.85-.79c.22 2.9 2.63 5.19 5.57 5.19c3.23 0 5.81-2.75 5.57-6.04c-.2-2.76-2.43-4.98-5.17-5.17"/><path fill="#f8312f" d="M26.475 15.96a3.96 3.96 0 1 1-7.92 0a3.96 3.96 0 0 1 7.92 0M13.026 20.2a3.96 3.96 0 1 1-7.92 0a3.96 3.96 0 0 1 7.92 0"/><path fill="#f9c23c" d="M18.086 13.79c-6.02 0-10.9 4.88-10.9 10.9v2.79c0 1.39 1.13 2.52 2.52 2.52h16.77c1.39 0 2.52-1.13 2.52-2.52V24.7c-.01-6.03-4.89-10.91-10.91-10.91"/></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M13.836%2013.79c-6.02%200-10.9%204.88-10.9%2010.9v2.79c0%201.39%201.13%202.52%202.52%202.52h16.77c1.39%200%202.52-1.13%202.52-2.52V24.7c-.01-6.03-4.89-10.91-10.91-10.91%22%2F%3E%3Cpath%20fill%3D%22%236d4534%22%20d%3D%22M12.475%2016.89a7.65%207.65%200%200%200-7.65%207.65v1.96c0%20.98.79%201.77%201.77%201.77h11.77c.98%200%201.77-.79%201.77-1.77v-1.96c-.01-4.22-3.44-7.65-7.66-7.65%22%2F%3E%3Cpath%20fill%3D%22%2344911b%22%20d%3D%22M24.825%2014.58c-.03%200-.07%200-.1-.01c-1.72-.09-3.28-.95-4.36-2.3a5.58%205.58%200%200%200-4.36-2.11c-1.76%200-3.34.82-4.36%202.11c-1.07%201.35-2.64%202.21-4.36%202.3c-.03%200-.07%200-.1.01c-2.75.19-4.97%202.42-5.17%205.17c-.24%203.29%202.35%206.04%205.57%206.04c2.94%200%205.35-2.29%205.57-5.19c.84.5%201.81.79%202.85.79s2.02-.29%202.85-.79c.22%202.9%202.63%205.19%205.57%205.19c3.23%200%205.81-2.75%205.57-6.04c-.2-2.76-2.43-4.98-5.17-5.17%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M26.475%2015.96a3.96%203.96%200%201%201-7.92%200a3.96%203.96%200%200%201%207.92%200M13.026%2020.2a3.96%203.96%200%201%201-7.92%200a3.96%203.96%200%200%201%207.92%200%22%2F%3E%3Cpath%20fill%3D%22%23f9c23c%22%20d%3D%22M18.086%2013.79c-6.02%200-10.9%204.88-10.9%2010.9v2.79c0%201.39%201.13%202.52%202.52%202.52h16.77c1.39%200%202.52-1.13%202.52-2.52V24.7c-.01-6.03-4.89-10.91-10.91-10.91%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M13.836%2013.79c-6.02%200-10.9%204.88-10.9%2010.9v2.79c0%201.39%201.13%202.52%202.52%202.52h16.77c1.39%200%202.52-1.13%202.52-2.52V24.7c-.01-6.03-4.89-10.91-10.91-10.91%22%2F%3E%3Cpath%20fill%3D%22%236d4534%22%20d%3D%22M12.475%2016.89a7.65%207.65%200%200%200-7.65%207.65v1.96c0%20.98.79%201.77%201.77%201.77h11.77c.98%200%201.77-.79%201.77-1.77v-1.96c-.01-4.22-3.44-7.65-7.66-7.65%22%2F%3E%3Cpath%20fill%3D%22%2344911b%22%20d%3D%22M24.825%2014.58c-.03%200-.07%200-.1-.01c-1.72-.09-3.28-.95-4.36-2.3a5.58%205.58%200%200%200-4.36-2.11c-1.76%200-3.34.82-4.36%202.11c-1.07%201.35-2.64%202.21-4.36%202.3c-.03%200-.07%200-.1.01c-2.75.19-4.97%202.42-5.17%205.17c-.24%203.29%202.35%206.04%205.57%206.04c2.94%200%205.35-2.29%205.57-5.19c.84.5%201.81.79%202.85.79s2.02-.29%202.85-.79c.22%202.9%202.63%205.19%205.57%205.19c3.23%200%205.81-2.75%205.57-6.04c-.2-2.76-2.43-4.98-5.17-5.17%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M26.475%2015.96a3.96%203.96%200%201%201-7.92%200a3.96%203.96%200%200%201%207.92%200M13.026%2020.2a3.96%203.96%200%201%201-7.92%200a3.96%203.96%200%200%201%207.92%200%22%2F%3E%3Cpath%20fill%3D%22%23f9c23c%22%20d%3D%22M18.086%2013.79c-6.02%200-10.9%204.88-10.9%2010.9v2.79c0%201.39%201.13%202.52%202.52%202.52h16.77c1.39%200%202.52-1.13%202.52-2.52V24.7c-.01-6.03-4.89-10.91-10.91-10.91%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/taco.svg?color=%231a73e8&size=48