shrimp from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
shrimp
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Use the shrimp icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M10 12c-4.418 0-8-2.582-8-7V4h12a7.9 7.9 0 0 1 5.137 1.867A8.03 8.03 0 0 1 22 12a7.94 7.94 0 0 1-2.867 6.137A8.03 8.03 0 0 1 14 20H7v-1a3 3 0 0 1 3-3h3v-4z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M13 12v4m0-4h-3c-4.418 0-8-2.582-8-7V4h11m0 8h8.45M13 12l5.945-5.941M13 12l5.941 5.945M13 4v12m0-12h1a7.9 7.9 0 0 1 5.137 1.867A8.03 8.03 0 0 1 22 12a7.94 7.94 0 0 1-2.867 6.137A8.03 8.03 0 0 1 14 20H7v-1a3 3 0 0 1 3-3h3m0 4v-4M7.998 6.998h.004v.004h-.004z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignShrimp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M10 12c-4.418 0-8-2.582-8-7V4h12a7.9 7.9 0 0 1 5.137 1.867A8.03 8.03 0 0 1 22 12a7.94 7.94 0 0 1-2.867 6.137A8.03 8.03 0 0 1 14 20H7v-1a3 3 0 0 1 3-3h3v-4z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M13 12v4m0-4h-3c-4.418 0-8-2.582-8-7V4h11m0 8h8.45M13 12l5.945-5.941M13 12l5.941 5.945M13 4v12m0-12h1a7.9 7.9 0 0 1 5.137 1.867A8.03 8.03 0 0 1 22 12a7.94 7.94 0 0 1-2.867 6.137A8.03 8.03 0 0 1 14 20H7v-1a3 3 0 0 1 3-3h3m0 4v-4M7.998 6.998h.004v.004h-.004z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M10 12c-4.418 0-8-2.582-8-7V4h12a7.9 7.9 0 0 1 5.137 1.867A8.03 8.03 0 0 1 22 12a7.94 7.94 0 0 1-2.867 6.137A8.03 8.03 0 0 1 14 20H7v-1a3 3 0 0 1 3-3h3v-4z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M13 12v4m0-4h-3c-4.418 0-8-2.582-8-7V4h11m0 8h8.45M13 12l5.945-5.941M13 12l5.941 5.945M13 4v12m0-12h1a7.9 7.9 0 0 1 5.137 1.867A8.03 8.03 0 0 1 22 12a7.94 7.94 0 0 1-2.867 6.137A8.03 8.03 0 0 1 14 20H7v-1a3 3 0 0 1 3-3h3m0 4v-4M7.998 6.998h.004v.004h-.004z"/></g></svg>
</template>

CSS

.icon-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M10%2012c-4.418%200-8-2.582-8-7V4h12a7.9%207.9%200%200%201%205.137%201.867A8.03%208.03%200%200%201%2022%2012a7.94%207.94%200%200%201-2.867%206.137A8.03%208.03%200%200%201%2014%2020H7v-1a3%203%200%200%201%203-3h3v-4z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M13%2012v4m0-4h-3c-4.418%200-8-2.582-8-7V4h11m0%208h8.45M13%2012l5.945-5.941M13%2012l5.941%205.945M13%204v12m0-12h1a7.9%207.9%200%200%201%205.137%201.867A8.03%208.03%200%200%201%2022%2012a7.94%207.94%200%200%201-2.867%206.137A8.03%208.03%200%200%201%2014%2020H7v-1a3%203%200%200%201%203-3h3m0%204v-4M7.998%206.998h.004v.004h-.004z%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M10%2012c-4.418%200-8-2.582-8-7V4h12a7.9%207.9%200%200%201%205.137%201.867A8.03%208.03%200%200%201%2022%2012a7.94%207.94%200%200%201-2.867%206.137A8.03%208.03%200%200%201%2014%2020H7v-1a3%203%200%200%201%203-3h3v-4z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M13%2012v4m0-4h-3c-4.418%200-8-2.582-8-7V4h11m0%208h8.45M13%2012l5.945-5.941M13%2012l5.941%205.945M13%204v12m0-12h1a7.9%207.9%200%200%201%205.137%201.867A8.03%208.03%200%200%201%2022%2012a7.94%207.94%200%200%201-2.867%206.137A8.03%208.03%200%200%201%2014%2020H7v-1a3%203%200%200%201%203-3h3m0%204v-4M7.998%206.998h.004v.004h-.004z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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