fish one icon

fish-one from IconPark by ByteDance · Color · Animals · Apache-2.0 Free for personal and commercial use.

Name
fish-one
Set
IconPark
Style
Color
Category
Animals
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More animals icons from IconPark

Use the fish one icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M44 24C42.7848 28.6903 36.038 32.4667 33 32.9997C30.5696 38.9691 24.038 39.5327 21 38.9997L25 32.9997C20.5443 32.5733 15.0253 27.9544 13 26.0001C10.3861 28.8504 6.19409 31.0805 4 31.9688C7.64557 24.2939 5.51899 17.3097 4 15.0001C6.83544 15.0001 11.1435 18.2235 13 20.0001C15.0253 17.8681 21.962 14.8879 25 13.9997L21 8.99979C28.6962 8.147 32.1561 11.868 33 14C40.6962 15.7056 43.6624 21.6904 44 24Z"/><circle cx="36" cy="24" r="2" fill="#fff"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkFishOne(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M44 24C42.7848 28.6903 36.038 32.4667 33 32.9997C30.5696 38.9691 24.038 39.5327 21 38.9997L25 32.9997C20.5443 32.5733 15.0253 27.9544 13 26.0001C10.3861 28.8504 6.19409 31.0805 4 31.9688C7.64557 24.2939 5.51899 17.3097 4 15.0001C6.83544 15.0001 11.1435 18.2235 13 20.0001C15.0253 17.8681 21.962 14.8879 25 13.9997L21 8.99979C28.6962 8.147 32.1561 11.868 33 14C40.6962 15.7056 43.6624 21.6904 44 24Z"/><circle cx="36" cy="24" r="2" fill="#fff"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M44 24C42.7848 28.6903 36.038 32.4667 33 32.9997C30.5696 38.9691 24.038 39.5327 21 38.9997L25 32.9997C20.5443 32.5733 15.0253 27.9544 13 26.0001C10.3861 28.8504 6.19409 31.0805 4 31.9688C7.64557 24.2939 5.51899 17.3097 4 15.0001C6.83544 15.0001 11.1435 18.2235 13 20.0001C15.0253 17.8681 21.962 14.8879 25 13.9997L21 8.99979C28.6962 8.147 32.1561 11.868 33 14C40.6962 15.7056 43.6624 21.6904 44 24Z"/><circle cx="36" cy="24" r="2" fill="#fff"/></g></svg>
</template>

CSS

.icon-fish-one {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M44%2024C42.7848%2028.6903%2036.038%2032.4667%2033%2032.9997C30.5696%2038.9691%2024.038%2039.5327%2021%2038.9997L25%2032.9997C20.5443%2032.5733%2015.0253%2027.9544%2013%2026.0001C10.3861%2028.8504%206.19409%2031.0805%204%2031.9688C7.64557%2024.2939%205.51899%2017.3097%204%2015.0001C6.83544%2015.0001%2011.1435%2018.2235%2013%2020.0001C15.0253%2017.8681%2021.962%2014.8879%2025%2013.9997L21%208.99979C28.6962%208.147%2032.1561%2011.868%2033%2014C40.6962%2015.7056%2043.6624%2021.6904%2044%2024Z%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2224%22%20r%3D%222%22%20fill%3D%22%23fff%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M44%2024C42.7848%2028.6903%2036.038%2032.4667%2033%2032.9997C30.5696%2038.9691%2024.038%2039.5327%2021%2038.9997L25%2032.9997C20.5443%2032.5733%2015.0253%2027.9544%2013%2026.0001C10.3861%2028.8504%206.19409%2031.0805%204%2031.9688C7.64557%2024.2939%205.51899%2017.3097%204%2015.0001C6.83544%2015.0001%2011.1435%2018.2235%2013%2020.0001C15.0253%2017.8681%2021.962%2014.8879%2025%2013.9997L21%208.99979C28.6962%208.147%2032.1561%2011.868%2033%2014C40.6962%2015.7056%2043.6624%2021.6904%2044%2024Z%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2224%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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