shrimp icon
shrimp-outline from Flowbite Icons by Themesberg · Outline · Food Beverage · MIT Free for personal and commercial use.
- Name
- shrimp-outline
- Set
- Flowbite Icons
- Style
- Outline
- Category
- Food Beverage
- Viewbox
- 24×24
- License
- MIT
1 other variant in Flowbite Icons
The same icon in other sets
shrimpEmoji One (Colored)shrimpFont Awesome 6 SolidshrimpFont Awesome SolidshrimpFluent EmojishrimpFluent Emoji FlatshrimpFluent Emoji High ContrastshrimpHuge IconsshrimpIconParkshrimpIconPark OutlineshrimpIconPark SolidshrimpIconPark TwoToneshrimpLucideshrimpNoto EmojishrimpOpenMojishrimpPhosphorshrimpTDesign IconsshrimpTwitter Emoji
More food beverage icons from Flowbite Icons
apple-full-outlinebacon-outlinebeer-mug-empty-outlinebone-outlinebowl-food-outlinebowl-rice-outlinebread-slice-outlineburger-outlinecake-candles-outlinecandy-cane-outlinecarrot-outlinechampagne-glasses-outlinecheese-outlinecloud-meatball-outlinecookie-outlinecube-solidcubes-stacked-outlinedroplet-bottle-alt-outlinedroplet-bottle-outlinedrumstick-bite-outlineegg-outlinefish-alt-outlinefish-outlineflask-outline
Use the shrimp icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13.524 12.47H8a3 3 0 0 1-3-3V8h5m3.524 4.47a2.265 2.265 0 1 1 0 4.53H11a2 2 0 0 0-2 2v1h6.5m-1.976-7.53L15.5 7.764M10 8c1.846-1.251 3.077-1.408 5.5-.236M10 8v4.47L8 14m7.5-6.236c3.18-.245 5.556 2.362 4.754 5.45a51 51 0 0 1-.359 1.31c.017.812-.006 1.488-.063 2.088C19.632 18.702 17.6 20 15.5 20m0 0l-1.204-3.135M15.668 14h4.375M10 4H6a2 2 0 1 0 0 4"/></svg>
React
import type { SVGProps } from "react";
export function FlowbiteShrimpOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M13.524 12.47H8a3 3 0 0 1-3-3V8h5m3.524 4.47a2.265 2.265 0 1 1 0 4.53H11a2 2 0 0 0-2 2v1h6.5m-1.976-7.53L15.5 7.764M10 8c1.846-1.251 3.077-1.408 5.5-.236M10 8v4.47L8 14m7.5-6.236c3.18-.245 5.556 2.362 4.754 5.45a51 51 0 0 1-.359 1.31c.017.812-.006 1.488-.063 2.088C19.632 18.702 17.6 20 15.5 20m0 0l-1.204-3.135M15.668 14h4.375M10 4H6a2 2 0 1 0 0 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13.524 12.47H8a3 3 0 0 1-3-3V8h5m3.524 4.47a2.265 2.265 0 1 1 0 4.53H11a2 2 0 0 0-2 2v1h6.5m-1.976-7.53L15.5 7.764M10 8c1.846-1.251 3.077-1.408 5.5-.236M10 8v4.47L8 14m7.5-6.236c3.18-.245 5.556 2.362 4.754 5.45a51 51 0 0 1-.359 1.31c.017.812-.006 1.488-.063 2.088C19.632 18.702 17.6 20 15.5 20m0 0l-1.204-3.135M15.668 14h4.375M10 4H6a2 2 0 1 0 0 4"/></svg> </template>
CSS
.icon-shrimp-outline {
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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M13.524%2012.47H8a3%203%200%200%201-3-3V8h5m3.524%204.47a2.265%202.265%200%201%201%200%204.53H11a2%202%200%200%200-2%202v1h6.5m-1.976-7.53L15.5%207.764M10%208c1.846-1.251%203.077-1.408%205.5-.236M10%208v4.47L8%2014m7.5-6.236c3.18-.245%205.556%202.362%204.754%205.45a51%2051%200%200%201-.359%201.31c.017.812-.006%201.488-.063%202.088C19.632%2018.702%2017.6%2020%2015.5%2020m0%200l-1.204-3.135M15.668%2014h4.375M10%204H6a2%202%200%201%200%200%204%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M13.524%2012.47H8a3%203%200%200%201-3-3V8h5m3.524%204.47a2.265%202.265%200%201%201%200%204.53H11a2%202%200%200%200-2%202v1h6.5m-1.976-7.53L15.5%207.764M10%208c1.846-1.251%203.077-1.408%205.5-.236M10%208v4.47L8%2014m7.5-6.236c3.18-.245%205.556%202.362%204.754%205.45a51%2051%200%200%201-.359%201.31c.017.812-.006%201.488-.063%202.088C19.632%2018.702%2017.6%2020%2015.5%2020m0%200l-1.204-3.135M15.668%2014h4.375M10%204H6a2%202%200%201%200%200%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/shrimp-outline.svg?color=%231a73e8&size=48