shrimp from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
shrimp
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

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" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M10.492 5a8.5 8.5 0 1 0 8.5 8.5c0-.47-.384-.859-.844-.766a4.25 4.25 0 0 0-3.406 4.166M10.492 5h6.8c.94 0 1.722.773 1.49 1.683a6.8 6.8 0 0 1-6.59 5.117h-1.7a2.55 2.55 0 0 0 0 5.1h4.25M10.492 5v3.4m4.25 8.5v.85m-9.35 2.55l3.4-3.4M3.267 9.25l4.675 3.825"/><path stroke-linejoin="round" d="M8.992 2h11.161c1.16 0 2.03 1.051 1.803 2.178c-.295 1.46-1.62 2.5-3.045 2.822"/><path d="M14.117 8h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsShrimp(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" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M10.492 5a8.5 8.5 0 1 0 8.5 8.5c0-.47-.384-.859-.844-.766a4.25 4.25 0 0 0-3.406 4.166M10.492 5h6.8c.94 0 1.722.773 1.49 1.683a6.8 6.8 0 0 1-6.59 5.117h-1.7a2.55 2.55 0 0 0 0 5.1h4.25M10.492 5v3.4m4.25 8.5v.85m-9.35 2.55l3.4-3.4M3.267 9.25l4.675 3.825"/><path strokeLinejoin="round" d="M8.992 2h11.161c1.16 0 2.03 1.051 1.803 2.178c-.295 1.46-1.62 2.5-3.045 2.822"/><path d="M14.117 8h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M10.492 5a8.5 8.5 0 1 0 8.5 8.5c0-.47-.384-.859-.844-.766a4.25 4.25 0 0 0-3.406 4.166M10.492 5h6.8c.94 0 1.722.773 1.49 1.683a6.8 6.8 0 0 1-6.59 5.117h-1.7a2.55 2.55 0 0 0 0 5.1h4.25M10.492 5v3.4m4.25 8.5v.85m-9.35 2.55l3.4-3.4M3.267 9.25l4.675 3.825"/><path stroke-linejoin="round" d="M8.992 2h11.161c1.16 0 2.03 1.051 1.803 2.178c-.295 1.46-1.62 2.5-3.045 2.822"/><path d="M14.117 8h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/></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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10.492%205a8.5%208.5%200%201%200%208.5%208.5c0-.47-.384-.859-.844-.766a4.25%204.25%200%200%200-3.406%204.166M10.492%205h6.8c.94%200%201.722.773%201.49%201.683a6.8%206.8%200%200%201-6.59%205.117h-1.7a2.55%202.55%200%200%200%200%205.1h4.25M10.492%205v3.4m4.25%208.5v.85m-9.35%202.55l3.4-3.4M3.267%209.25l4.675%203.825%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8.992%202h11.161c1.16%200%202.03%201.051%201.803%202.178c-.295%201.46-1.62%202.5-3.045%202.822%22%2F%3E%3Cpath%20d%3D%22M14.117%208h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Z%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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10.492%205a8.5%208.5%200%201%200%208.5%208.5c0-.47-.384-.859-.844-.766a4.25%204.25%200%200%200-3.406%204.166M10.492%205h6.8c.94%200%201.722.773%201.49%201.683a6.8%206.8%200%200%201-6.59%205.117h-1.7a2.55%202.55%200%200%200%200%205.1h4.25M10.492%205v3.4m4.25%208.5v.85m-9.35%202.55l3.4-3.4M3.267%209.25l4.675%203.825%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8.992%202h11.161c1.16%200%202.03%201.051%201.803%202.178c-.295%201.46-1.62%202.5-3.045%202.822%22%2F%3E%3Cpath%20d%3D%22M14.117%208h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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