fish-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
fish-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the fish icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M18.875 2.608c.675.249 1.28.575 1.61.906c.33.33.657.935.905 1.61a9 9 0 0 1 .536 2.673c.085 1.79-.345 3.928-1.92 5.969a1 1 0 0 1-.04.094l-1.416 2.83a1 1 0 0 1-1.855-.169a11.7 11.7 0 0 1-4.14 1.178c-.782.075-1.93.128-3.121.184c-.503.024-1.014.048-1.508.074a21 21 0 0 1-.184 1.653a5 5 0 0 1-.231.952c-.191.502-.597.923-1.169.923c-.94 0-1.774-.83-2.386-1.442s-1.442-1.446-1.442-2.386c0-.46.267-.758.436-.897c.396-.326.947-.423 1.438-.503a21 21 0 0 1 1.654-.184c.026-.494.05-1.004.073-1.506v-.002c.056-1.191.11-2.34.185-3.121c.138-1.454.541-2.88 1.178-4.14a1 1 0 0 1-.168-1.855l2.828-1.415q.045-.023.094-.04c2.041-1.575 4.179-2.006 5.969-1.92c1.04.05 1.958.272 2.673.535M16.95 9.17a1.5 1.5 0 1 1-2.122-2.12a1.5 1.5 0 0 1 2.122 2.12" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteFishFill(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" fillRule="evenodd" d="M18.875 2.608c.675.249 1.28.575 1.61.906c.33.33.657.935.905 1.61a9 9 0 0 1 .536 2.673c.085 1.79-.345 3.928-1.92 5.969a1 1 0 0 1-.04.094l-1.416 2.83a1 1 0 0 1-1.855-.169a11.7 11.7 0 0 1-4.14 1.178c-.782.075-1.93.128-3.121.184c-.503.024-1.014.048-1.508.074a21 21 0 0 1-.184 1.653a5 5 0 0 1-.231.952c-.191.502-.597.923-1.169.923c-.94 0-1.774-.83-2.386-1.442s-1.442-1.446-1.442-2.386c0-.46.267-.758.436-.897c.396-.326.947-.423 1.438-.503a21 21 0 0 1 1.654-.184c.026-.494.05-1.004.073-1.506v-.002c.056-1.191.11-2.34.185-3.121c.138-1.454.541-2.88 1.178-4.14a1 1 0 0 1-.168-1.855l2.828-1.415q.045-.023.094-.04c2.041-1.575 4.179-2.006 5.969-1.92c1.04.05 1.958.272 2.673.535M16.95 9.17a1.5 1.5 0 1 1-2.122-2.12a1.5 1.5 0 0 1 2.122 2.12" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M18.875 2.608c.675.249 1.28.575 1.61.906c.33.33.657.935.905 1.61a9 9 0 0 1 .536 2.673c.085 1.79-.345 3.928-1.92 5.969a1 1 0 0 1-.04.094l-1.416 2.83a1 1 0 0 1-1.855-.169a11.7 11.7 0 0 1-4.14 1.178c-.782.075-1.93.128-3.121.184c-.503.024-1.014.048-1.508.074a21 21 0 0 1-.184 1.653a5 5 0 0 1-.231.952c-.191.502-.597.923-1.169.923c-.94 0-1.774-.83-2.386-1.442s-1.442-1.446-1.442-2.386c0-.46.267-.758.436-.897c.396-.326.947-.423 1.438-.503a21 21 0 0 1 1.654-.184c.026-.494.05-1.004.073-1.506v-.002c.056-1.191.11-2.34.185-3.121c.138-1.454.541-2.88 1.178-4.14a1 1 0 0 1-.168-1.855l2.828-1.415q.045-.023.094-.04c2.041-1.575 4.179-2.006 5.969-1.92c1.04.05 1.958.272 2.673.535M16.95 9.17a1.5 1.5 0 1 1-2.122-2.12a1.5 1.5 0 0 1 2.122 2.12" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-fish-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M18.875%202.608c.675.249%201.28.575%201.61.906c.33.33.657.935.905%201.61a9%209%200%200%201%20.536%202.673c.085%201.79-.345%203.928-1.92%205.969a1%201%200%200%201-.04.094l-1.416%202.83a1%201%200%200%201-1.855-.169a11.7%2011.7%200%200%201-4.14%201.178c-.782.075-1.93.128-3.121.184c-.503.024-1.014.048-1.508.074a21%2021%200%200%201-.184%201.653a5%205%200%200%201-.231.952c-.191.502-.597.923-1.169.923c-.94%200-1.774-.83-2.386-1.442s-1.442-1.446-1.442-2.386c0-.46.267-.758.436-.897c.396-.326.947-.423%201.438-.503a21%2021%200%200%201%201.654-.184c.026-.494.05-1.004.073-1.506v-.002c.056-1.191.11-2.34.185-3.121c.138-1.454.541-2.88%201.178-4.14a1%201%200%200%201-.168-1.855l2.828-1.415q.045-.023.094-.04c2.041-1.575%204.179-2.006%205.969-1.92c1.04.05%201.958.272%202.673.535M16.95%209.17a1.5%201.5%200%201%201-2.122-2.12a1.5%201.5%200%200%201%202.122%202.12%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M18.875%202.608c.675.249%201.28.575%201.61.906c.33.33.657.935.905%201.61a9%209%200%200%201%20.536%202.673c.085%201.79-.345%203.928-1.92%205.969a1%201%200%200%201-.04.094l-1.416%202.83a1%201%200%200%201-1.855-.169a11.7%2011.7%200%200%201-4.14%201.178c-.782.075-1.93.128-3.121.184c-.503.024-1.014.048-1.508.074a21%2021%200%200%201-.184%201.653a5%205%200%200%201-.231.952c-.191.502-.597.923-1.169.923c-.94%200-1.774-.83-2.386-1.442s-1.442-1.446-1.442-2.386c0-.46.267-.758.436-.897c.396-.326.947-.423%201.438-.503a21%2021%200%200%201%201.654-.184c.026-.494.05-1.004.073-1.506v-.002c.056-1.191.11-2.34.185-3.121c.138-1.454.541-2.88%201.178-4.14a1%201%200%200%201-.168-1.855l2.828-1.415q.045-.023.094-.04c2.041-1.575%204.179-2.006%205.969-1.92c1.04.05%201.958.272%202.673.535M16.95%209.17a1.5%201.5%200%201%201-2.122-2.12a1.5%201.5%200%200%201%202.122%202.12%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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