fried shrimp emoji

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

Name
fried-shrimp
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 fried shrimp emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ff6723" d="M13.88 28.89V20.7c-1.56.6-3.65-.16-3.76-2.36c-.01-.1-.01-.2-.01-.31V5C8.87 5 7.86 6.01 7.86 7.25v4.44c0 .17-.14.31-.31.31s-.31-.14-.31-.31V7.25C7.25 6.01 6.24 5 5 5v12.93c0 7.21 3.99 10.43 9.23 11c-.11-.01-.23-.02-.35-.04"/><path fill="#ffb02e" d="M18.59 2a7.08 7.08 0 0 0-7.08 7.08v1.1a5.97 5.97 0 0 0 2.81 5.07c.79.49 1.25 1.37 1.25 2.3v.63c0 1.32-.74 2.17-1.68 2.53v8.2c.67.09 1.37.13 2.08.14c6.07.02 11.02-4.92 11.02-10.99V10.4c-.01-4.64-3.77-8.4-8.4-8.4"/><path fill="#ff822d" d="M17.52 7.36a1.71 1.71 0 1 1-3.42 0a1.71 1.71 0 0 1 3.42 0m-3.42 4.47a.88.88 0 1 0 0-1.76a.88.88 0 0 0 0 1.76m3.69.48a1.12 1.12 0 1 0 0-2.24a1.12 1.12 0 0 0 0 2.24"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatFriedShrimp(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="#ff6723" d="M13.88 28.89V20.7c-1.56.6-3.65-.16-3.76-2.36c-.01-.1-.01-.2-.01-.31V5C8.87 5 7.86 6.01 7.86 7.25v4.44c0 .17-.14.31-.31.31s-.31-.14-.31-.31V7.25C7.25 6.01 6.24 5 5 5v12.93c0 7.21 3.99 10.43 9.23 11c-.11-.01-.23-.02-.35-.04"/><path fill="#ffb02e" d="M18.59 2a7.08 7.08 0 0 0-7.08 7.08v1.1a5.97 5.97 0 0 0 2.81 5.07c.79.49 1.25 1.37 1.25 2.3v.63c0 1.32-.74 2.17-1.68 2.53v8.2c.67.09 1.37.13 2.08.14c6.07.02 11.02-4.92 11.02-10.99V10.4c-.01-4.64-3.77-8.4-8.4-8.4"/><path fill="#ff822d" d="M17.52 7.36a1.71 1.71 0 1 1-3.42 0a1.71 1.71 0 0 1 3.42 0m-3.42 4.47a.88.88 0 1 0 0-1.76a.88.88 0 0 0 0 1.76m3.69.48a1.12 1.12 0 1 0 0-2.24a1.12 1.12 0 0 0 0 2.24"/></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="#ff6723" d="M13.88 28.89V20.7c-1.56.6-3.65-.16-3.76-2.36c-.01-.1-.01-.2-.01-.31V5C8.87 5 7.86 6.01 7.86 7.25v4.44c0 .17-.14.31-.31.31s-.31-.14-.31-.31V7.25C7.25 6.01 6.24 5 5 5v12.93c0 7.21 3.99 10.43 9.23 11c-.11-.01-.23-.02-.35-.04"/><path fill="#ffb02e" d="M18.59 2a7.08 7.08 0 0 0-7.08 7.08v1.1a5.97 5.97 0 0 0 2.81 5.07c.79.49 1.25 1.37 1.25 2.3v.63c0 1.32-.74 2.17-1.68 2.53v8.2c.67.09 1.37.13 2.08.14c6.07.02 11.02-4.92 11.02-10.99V10.4c-.01-4.64-3.77-8.4-8.4-8.4"/><path fill="#ff822d" d="M17.52 7.36a1.71 1.71 0 1 1-3.42 0a1.71 1.71 0 0 1 3.42 0m-3.42 4.47a.88.88 0 1 0 0-1.76a.88.88 0 0 0 0 1.76m3.69.48a1.12 1.12 0 1 0 0-2.24a1.12 1.12 0 0 0 0 2.24"/></g></svg>
</template>

CSS

.icon-fried-shrimp {
  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%23ff6723%22%20d%3D%22M13.88%2028.89V20.7c-1.56.6-3.65-.16-3.76-2.36c-.01-.1-.01-.2-.01-.31V5C8.87%205%207.86%206.01%207.86%207.25v4.44c0%20.17-.14.31-.31.31s-.31-.14-.31-.31V7.25C7.25%206.01%206.24%205%205%205v12.93c0%207.21%203.99%2010.43%209.23%2011c-.11-.01-.23-.02-.35-.04%22%2F%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M18.59%202a7.08%207.08%200%200%200-7.08%207.08v1.1a5.97%205.97%200%200%200%202.81%205.07c.79.49%201.25%201.37%201.25%202.3v.63c0%201.32-.74%202.17-1.68%202.53v8.2c.67.09%201.37.13%202.08.14c6.07.02%2011.02-4.92%2011.02-10.99V10.4c-.01-4.64-3.77-8.4-8.4-8.4%22%2F%3E%3Cpath%20fill%3D%22%23ff822d%22%20d%3D%22M17.52%207.36a1.71%201.71%200%201%201-3.42%200a1.71%201.71%200%200%201%203.42%200m-3.42%204.47a.88.88%200%201%200%200-1.76a.88.88%200%200%200%200%201.76m3.69.48a1.12%201.12%200%201%200%200-2.24a1.12%201.12%200%200%200%200%202.24%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%23ff6723%22%20d%3D%22M13.88%2028.89V20.7c-1.56.6-3.65-.16-3.76-2.36c-.01-.1-.01-.2-.01-.31V5C8.87%205%207.86%206.01%207.86%207.25v4.44c0%20.17-.14.31-.31.31s-.31-.14-.31-.31V7.25C7.25%206.01%206.24%205%205%205v12.93c0%207.21%203.99%2010.43%209.23%2011c-.11-.01-.23-.02-.35-.04%22%2F%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M18.59%202a7.08%207.08%200%200%200-7.08%207.08v1.1a5.97%205.97%200%200%200%202.81%205.07c.79.49%201.25%201.37%201.25%202.3v.63c0%201.32-.74%202.17-1.68%202.53v8.2c.67.09%201.37.13%202.08.14c6.07.02%2011.02-4.92%2011.02-10.99V10.4c-.01-4.64-3.77-8.4-8.4-8.4%22%2F%3E%3Cpath%20fill%3D%22%23ff822d%22%20d%3D%22M17.52%207.36a1.71%201.71%200%201%201-3.42%200a1.71%201.71%200%200%201%203.42%200m-3.42%204.47a.88.88%200%201%200%200-1.76a.88.88%200%200%200%200%201.76m3.69.48a1.12%201.12%200%201%200%200-2.24a1.12%201.12%200%200%200%200%202.24%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/fried-shrimp.svg?color=%231a73e8&size=48