fried shrimp emoji
fried-shrimp from Fluent Emoji High Contrast by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.
- Name
- fried-shrimp
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Food & Drink
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More food & drink icons from Fluent Emoji High Contrast
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="currentColor"><path d="M17.81 9.07a1.71 1.71 0 1 0 0-3.42a1.71 1.71 0 0 0 0 3.42m-.83 1.88a.88.88 0 1 1-1.76 0a.88.88 0 0 1 1.76 0m2.81 1.36a1.12 1.12 0 1 0 0-2.24a1.12 1.12 0 0 0 0 2.24"/><path d="M13.75 28.87C8.748 28.158 5 24.918 5 17.93V5c1.24 0 2.25 1.01 2.24 2.25v4.44c0 .17.14.31.31.31s.31-.14.31-.31V7.25C7.86 6.01 8.87 5 10.11 5v13.03c0 .11 0 .21.01.31c.172 3.447 5.45 3.384 5.45-.16v-.63c0-.93-.46-1.81-1.25-2.3a6 6 0 0 1-2.21-2.456a5.95 5.95 0 0 1-.6-2.614v-1.1c0-1.016.214-1.983.6-2.857A7.08 7.08 0 0 1 18.59 2c4.63 0 8.39 3.76 8.4 8.4v7.66c0 6.07-4.95 11.01-11.02 10.99a17 17 0 0 1-2.22-.18m.13-6.015v4.012q.13.02.264.038l.728.097q.536.04 1.115.048c4.957.01 9.003-4.03 9.003-8.99v-7.657C24.982 6.863 22.113 4 18.59 4a5.08 5.08 0 0 0-5.08 5.08v1.1a3.97 3.97 0 0 0 1.87 3.374c1.411.878 2.19 2.42 2.19 3.996v.63c0 2.209-1.309 3.764-2.965 4.398z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastFriedShrimp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M17.81 9.07a1.71 1.71 0 1 0 0-3.42a1.71 1.71 0 0 0 0 3.42m-.83 1.88a.88.88 0 1 1-1.76 0a.88.88 0 0 1 1.76 0m2.81 1.36a1.12 1.12 0 1 0 0-2.24a1.12 1.12 0 0 0 0 2.24"/><path d="M13.75 28.87C8.748 28.158 5 24.918 5 17.93V5c1.24 0 2.25 1.01 2.24 2.25v4.44c0 .17.14.31.31.31s.31-.14.31-.31V7.25C7.86 6.01 8.87 5 10.11 5v13.03c0 .11 0 .21.01.31c.172 3.447 5.45 3.384 5.45-.16v-.63c0-.93-.46-1.81-1.25-2.3a6 6 0 0 1-2.21-2.456a5.95 5.95 0 0 1-.6-2.614v-1.1c0-1.016.214-1.983.6-2.857A7.08 7.08 0 0 1 18.59 2c4.63 0 8.39 3.76 8.4 8.4v7.66c0 6.07-4.95 11.01-11.02 10.99a17 17 0 0 1-2.22-.18m.13-6.015v4.012q.13.02.264.038l.728.097q.536.04 1.115.048c4.957.01 9.003-4.03 9.003-8.99v-7.657C24.982 6.863 22.113 4 18.59 4a5.08 5.08 0 0 0-5.08 5.08v1.1a3.97 3.97 0 0 0 1.87 3.374c1.411.878 2.19 2.42 2.19 3.996v.63c0 2.209-1.309 3.764-2.965 4.398z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M17.81 9.07a1.71 1.71 0 1 0 0-3.42a1.71 1.71 0 0 0 0 3.42m-.83 1.88a.88.88 0 1 1-1.76 0a.88.88 0 0 1 1.76 0m2.81 1.36a1.12 1.12 0 1 0 0-2.24a1.12 1.12 0 0 0 0 2.24"/><path d="M13.75 28.87C8.748 28.158 5 24.918 5 17.93V5c1.24 0 2.25 1.01 2.24 2.25v4.44c0 .17.14.31.31.31s.31-.14.31-.31V7.25C7.86 6.01 8.87 5 10.11 5v13.03c0 .11 0 .21.01.31c.172 3.447 5.45 3.384 5.45-.16v-.63c0-.93-.46-1.81-1.25-2.3a6 6 0 0 1-2.21-2.456a5.95 5.95 0 0 1-.6-2.614v-1.1c0-1.016.214-1.983.6-2.857A7.08 7.08 0 0 1 18.59 2c4.63 0 8.39 3.76 8.4 8.4v7.66c0 6.07-4.95 11.01-11.02 10.99a17 17 0 0 1-2.22-.18m.13-6.015v4.012q.13.02.264.038l.728.097q.536.04 1.115.048c4.957.01 9.003-4.03 9.003-8.99v-7.657C24.982 6.863 22.113 4 18.59 4a5.08 5.08 0 0 0-5.08 5.08v1.1a3.97 3.97 0 0 0 1.87 3.374c1.411.878 2.19 2.42 2.19 3.996v.63c0 2.209-1.309 3.764-2.965 4.398z"/></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%22currentColor%22%3E%3Cpath%20d%3D%22M17.81%209.07a1.71%201.71%200%201%200%200-3.42a1.71%201.71%200%200%200%200%203.42m-.83%201.88a.88.88%200%201%201-1.76%200a.88.88%200%200%201%201.76%200m2.81%201.36a1.12%201.12%200%201%200%200-2.24a1.12%201.12%200%200%200%200%202.24%22%2F%3E%3Cpath%20d%3D%22M13.75%2028.87C8.748%2028.158%205%2024.918%205%2017.93V5c1.24%200%202.25%201.01%202.24%202.25v4.44c0%20.17.14.31.31.31s.31-.14.31-.31V7.25C7.86%206.01%208.87%205%2010.11%205v13.03c0%20.11%200%20.21.01.31c.172%203.447%205.45%203.384%205.45-.16v-.63c0-.93-.46-1.81-1.25-2.3a6%206%200%200%201-2.21-2.456a5.95%205.95%200%200%201-.6-2.614v-1.1c0-1.016.214-1.983.6-2.857A7.08%207.08%200%200%201%2018.59%202c4.63%200%208.39%203.76%208.4%208.4v7.66c0%206.07-4.95%2011.01-11.02%2010.99a17%2017%200%200%201-2.22-.18m.13-6.015v4.012q.13.02.264.038l.728.097q.536.04%201.115.048c4.957.01%209.003-4.03%209.003-8.99v-7.657C24.982%206.863%2022.113%204%2018.59%204a5.08%205.08%200%200%200-5.08%205.08v1.1a3.97%203.97%200%200%200%201.87%203.374c1.411.878%202.19%202.42%202.19%203.996v.63c0%202.209-1.309%203.764-2.965%204.398z%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%22currentColor%22%3E%3Cpath%20d%3D%22M17.81%209.07a1.71%201.71%200%201%200%200-3.42a1.71%201.71%200%200%200%200%203.42m-.83%201.88a.88.88%200%201%201-1.76%200a.88.88%200%200%201%201.76%200m2.81%201.36a1.12%201.12%200%201%200%200-2.24a1.12%201.12%200%200%200%200%202.24%22%2F%3E%3Cpath%20d%3D%22M13.75%2028.87C8.748%2028.158%205%2024.918%205%2017.93V5c1.24%200%202.25%201.01%202.24%202.25v4.44c0%20.17.14.31.31.31s.31-.14.31-.31V7.25C7.86%206.01%208.87%205%2010.11%205v13.03c0%20.11%200%20.21.01.31c.172%203.447%205.45%203.384%205.45-.16v-.63c0-.93-.46-1.81-1.25-2.3a6%206%200%200%201-2.21-2.456a5.95%205.95%200%200%201-.6-2.614v-1.1c0-1.016.214-1.983.6-2.857A7.08%207.08%200%200%201%2018.59%202c4.63%200%208.39%203.76%208.4%208.4v7.66c0%206.07-4.95%2011.01-11.02%2010.99a17%2017%200%200%201-2.22-.18m.13-6.015v4.012q.13.02.264.038l.728.097q.536.04%201.115.048c4.957.01%209.003-4.03%209.003-8.99v-7.657C24.982%206.863%2022.113%204%2018.59%204a5.08%205.08%200%200%200-5.08%205.08v1.1a3.97%203.97%200%200%200%201.87%203.374c1.411.878%202.19%202.42%202.19%203.996v.63c0%202.209-1.309%203.764-2.965%204.398z%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-high-contrast/fried-shrimp.svg?color=%231a73e8&size=48