shrimp icon
shrimp-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- shrimp-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
The same icon in other sets
shrimpEmoji One (Colored)shrimpFont Awesome 6 SolidshrimpFont Awesome Solidshrimp-outlineFlowbite IconsshrimpFluent EmojishrimpFluent Emoji FlatshrimpFluent Emoji High ContrastshrimpHuge IconsshrimpIconParkshrimpIconPark OutlineshrimpIconPark SolidshrimpIconPark TwoToneshrimpLucideshrimpNoto EmojishrimpOpenMojishrimpPhosphorshrimpTwitter Emoji
Use the shrimp icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 21v-6H9a4 4 0 0 0-4 4v2zm0-18H1v1.375c0 2.283 1.074 4.104 2.757 5.322C5.414 10.897 7.634 11.5 10 11.5h2.5zM8.002 4.998v2.004H5.998V4.998zm6.498 9.417v6.571c1.8-.1 3.468-.736 4.832-1.736zM22.946 13a8.9 8.9 0 0 1-2.14 4.895L15.913 13zm-2.142-6.886A9 9 0 0 1 22.944 11h-7.028zM14.5 9.587l4.838-4.835A8.9 8.9 0 0 0 14.5 3.013z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignShrimpFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 21v-6H9a4 4 0 0 0-4 4v2zm0-18H1v1.375c0 2.283 1.074 4.104 2.757 5.322C5.414 10.897 7.634 11.5 10 11.5h2.5zM8.002 4.998v2.004H5.998V4.998zm6.498 9.417v6.571c1.8-.1 3.468-.736 4.832-1.736zM22.946 13a8.9 8.9 0 0 1-2.14 4.895L15.913 13zm-2.142-6.886A9 9 0 0 1 22.944 11h-7.028zM14.5 9.587l4.838-4.835A8.9 8.9 0 0 0 14.5 3.013z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 21v-6H9a4 4 0 0 0-4 4v2zm0-18H1v1.375c0 2.283 1.074 4.104 2.757 5.322C5.414 10.897 7.634 11.5 10 11.5h2.5zM8.002 4.998v2.004H5.998V4.998zm6.498 9.417v6.571c1.8-.1 3.468-.736 4.832-1.736zM22.946 13a8.9 8.9 0 0 1-2.14 4.895L15.913 13zm-2.142-6.886A9 9 0 0 1 22.944 11h-7.028zM14.5 9.587l4.838-4.835A8.9 8.9 0 0 0 14.5 3.013z"/></svg> </template>
CSS
.icon-shrimp-filled {
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%22currentColor%22%20d%3D%22M12.5%2021v-6H9a4%204%200%200%200-4%204v2zm0-18H1v1.375c0%202.283%201.074%204.104%202.757%205.322C5.414%2010.897%207.634%2011.5%2010%2011.5h2.5zM8.002%204.998v2.004H5.998V4.998zm6.498%209.417v6.571c1.8-.1%203.468-.736%204.832-1.736zM22.946%2013a8.9%208.9%200%200%201-2.14%204.895L15.913%2013zm-2.142-6.886A9%209%200%200%201%2022.944%2011h-7.028zM14.5%209.587l4.838-4.835A8.9%208.9%200%200%200%2014.5%203.013z%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%22currentColor%22%20d%3D%22M12.5%2021v-6H9a4%204%200%200%200-4%204v2zm0-18H1v1.375c0%202.283%201.074%204.104%202.757%205.322C5.414%2010.897%207.634%2011.5%2010%2011.5h2.5zM8.002%204.998v2.004H5.998V4.998zm6.498%209.417v6.571c1.8-.1%203.468-.736%204.832-1.736zM22.946%2013a8.9%208.9%200%200%201-2.14%204.895L15.913%2013zm-2.142-6.886A9%209%200%200%201%2022.944%2011h-7.028zM14.5%209.587l4.838-4.835A8.9%208.9%200%200%200%2014.5%203.013z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/shrimp-filled.svg?color=%231a73e8&size=48