shrimp-solid from Flowbite Icons by Themesberg · Solid · Food Beverage · MIT Free for personal and commercial use.

Name
shrimp-solid
Set
Flowbite Icons
Style
Solid
Category
Food Beverage
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More food beverage icons from Flowbite Icons

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="M6 5a1 1 0 0 0-.001 2H9v7.494l-.392.3a1 1 0 0 1-1.402-1.403A4 4 0 0 1 4 9.471V8.235A3 3 0 0 1 6 3h4a1 1 0 1 1 0 2zm5 8.47h.979l2.992-7.03c-.88-.34-1.69-.512-2.496-.465c-.52.03-1.004.15-1.475.337zm5.974-6.628L14.352 13h6.972c.548-3.073-1.48-5.643-4.35-6.158M20.9 15h-6.138a1.3 1.3 0 0 1-.109.306l2.388 5.493c1.89-.497 3.576-1.902 3.786-4.092c.05-.515.074-1.075.073-1.707m-5.952 6l-2.174-5H11a3 3 0 0 0-3 3v2z"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteShrimpSolid(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="M6 5a1 1 0 0 0-.001 2H9v7.494l-.392.3a1 1 0 0 1-1.402-1.403A4 4 0 0 1 4 9.471V8.235A3 3 0 0 1 6 3h4a1 1 0 1 1 0 2zm5 8.47h.979l2.992-7.03c-.88-.34-1.69-.512-2.496-.465c-.52.03-1.004.15-1.475.337zm5.974-6.628L14.352 13h6.972c.548-3.073-1.48-5.643-4.35-6.158M20.9 15h-6.138a1.3 1.3 0 0 1-.109.306l2.388 5.493c1.89-.497 3.576-1.902 3.786-4.092c.05-.515.074-1.075.073-1.707m-5.952 6l-2.174-5H11a3 3 0 0 0-3 3v2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 5a1 1 0 0 0-.001 2H9v7.494l-.392.3a1 1 0 0 1-1.402-1.403A4 4 0 0 1 4 9.471V8.235A3 3 0 0 1 6 3h4a1 1 0 1 1 0 2zm5 8.47h.979l2.992-7.03c-.88-.34-1.69-.512-2.496-.465c-.52.03-1.004.15-1.475.337zm5.974-6.628L14.352 13h6.972c.548-3.073-1.48-5.643-4.35-6.158M20.9 15h-6.138a1.3 1.3 0 0 1-.109.306l2.388 5.493c1.89-.497 3.576-1.902 3.786-4.092c.05-.515.074-1.075.073-1.707m-5.952 6l-2.174-5H11a3 3 0 0 0-3 3v2z"/></svg>
</template>

CSS

.icon-shrimp-solid {
  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%22M6%205a1%201%200%200%200-.001%202H9v7.494l-.392.3a1%201%200%200%201-1.402-1.403A4%204%200%200%201%204%209.471V8.235A3%203%200%200%201%206%203h4a1%201%200%201%201%200%202zm5%208.47h.979l2.992-7.03c-.88-.34-1.69-.512-2.496-.465c-.52.03-1.004.15-1.475.337zm5.974-6.628L14.352%2013h6.972c.548-3.073-1.48-5.643-4.35-6.158M20.9%2015h-6.138a1.3%201.3%200%200%201-.109.306l2.388%205.493c1.89-.497%203.576-1.902%203.786-4.092c.05-.515.074-1.075.073-1.707m-5.952%206l-2.174-5H11a3%203%200%200%200-3%203v2z%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%22M6%205a1%201%200%200%200-.001%202H9v7.494l-.392.3a1%201%200%200%201-1.402-1.403A4%204%200%200%201%204%209.471V8.235A3%203%200%200%201%206%203h4a1%201%200%201%201%200%202zm5%208.47h.979l2.992-7.03c-.88-.34-1.69-.512-2.496-.465c-.52.03-1.004.15-1.475.337zm5.974-6.628L14.352%2013h6.972c.548-3.073-1.48-5.643-4.35-6.158M20.9%2015h-6.138a1.3%201.3%200%200%201-.109.306l2.388%205.493c1.89-.497%203.576-1.902%203.786-4.092c.05-.515.074-1.075.073-1.707m-5.952%206l-2.174-5H11a3%203%200%200%200-3%203v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/shrimp-solid.svg?color=%231a73e8&size=48