fish multiple icon

fish-multiple from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
fish-multiple
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the fish multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 14a13 13 0 0 0-3.829-9.243L24.414 3L23 4.414l1.757 1.757a11.07 11.07 0 0 1 0 15.657L22 24.586L23.414 26l2.757-2.757A13 13 0 0 0 30 14"/><circle cx="17" cy="11" r="1" fill="currentColor"/><path fill="currentColor" d="M22 14a13 13 0 0 0-3.829-9.243L16.414 3L15 4.414l1.757 1.757a11.07 11.07 0 0 1 0 15.657L14 24.586L15.414 26l2.757-2.757A13 13 0 0 0 22 14"/><circle cx="25" cy="11" r="1" fill="currentColor"/><circle cx="9" cy="11" r="1" fill="currentColor"/><path fill="currentColor" d="m9.414 24l.757-.757a13.07 13.07 0 0 0 0-18.486L8 2.586L5.829 4.757a13.07 13.07 0 0 0 0 18.486l.757.757l-4.293 4.293A1 1 0 0 0 3 30h10a1 1 0 0 0 .707-1.707ZM4 14a11 11 0 0 1 3.243-7.829L8 5.414l.757.757a11.07 11.07 0 0 1 0 15.657L8 22.586l-.757-.758A11 11 0 0 1 4 14m1.414 14L8 25.414L10.586 28Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonFishMultiple(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 14a13 13 0 0 0-3.829-9.243L24.414 3L23 4.414l1.757 1.757a11.07 11.07 0 0 1 0 15.657L22 24.586L23.414 26l2.757-2.757A13 13 0 0 0 30 14"/><circle cx="17" cy="11" r="1" fill="currentColor"/><path fill="currentColor" d="M22 14a13 13 0 0 0-3.829-9.243L16.414 3L15 4.414l1.757 1.757a11.07 11.07 0 0 1 0 15.657L14 24.586L15.414 26l2.757-2.757A13 13 0 0 0 22 14"/><circle cx="25" cy="11" r="1" fill="currentColor"/><circle cx="9" cy="11" r="1" fill="currentColor"/><path fill="currentColor" d="m9.414 24l.757-.757a13.07 13.07 0 0 0 0-18.486L8 2.586L5.829 4.757a13.07 13.07 0 0 0 0 18.486l.757.757l-4.293 4.293A1 1 0 0 0 3 30h10a1 1 0 0 0 .707-1.707ZM4 14a11 11 0 0 1 3.243-7.829L8 5.414l.757.757a11.07 11.07 0 0 1 0 15.657L8 22.586l-.757-.758A11 11 0 0 1 4 14m1.414 14L8 25.414L10.586 28Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 14a13 13 0 0 0-3.829-9.243L24.414 3L23 4.414l1.757 1.757a11.07 11.07 0 0 1 0 15.657L22 24.586L23.414 26l2.757-2.757A13 13 0 0 0 30 14"/><circle cx="17" cy="11" r="1" fill="currentColor"/><path fill="currentColor" d="M22 14a13 13 0 0 0-3.829-9.243L16.414 3L15 4.414l1.757 1.757a11.07 11.07 0 0 1 0 15.657L14 24.586L15.414 26l2.757-2.757A13 13 0 0 0 22 14"/><circle cx="25" cy="11" r="1" fill="currentColor"/><circle cx="9" cy="11" r="1" fill="currentColor"/><path fill="currentColor" d="m9.414 24l.757-.757a13.07 13.07 0 0 0 0-18.486L8 2.586L5.829 4.757a13.07 13.07 0 0 0 0 18.486l.757.757l-4.293 4.293A1 1 0 0 0 3 30h10a1 1 0 0 0 .707-1.707ZM4 14a11 11 0 0 1 3.243-7.829L8 5.414l.757.757a11.07 11.07 0 0 1 0 15.657L8 22.586l-.757-.758A11 11 0 0 1 4 14m1.414 14L8 25.414L10.586 28Z"/></svg>
</template>

CSS

.icon-fish-multiple {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2014a13%2013%200%200%200-3.829-9.243L24.414%203L23%204.414l1.757%201.757a11.07%2011.07%200%200%201%200%2015.657L22%2024.586L23.414%2026l2.757-2.757A13%2013%200%200%200%2030%2014%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2211%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2014a13%2013%200%200%200-3.829-9.243L16.414%203L15%204.414l1.757%201.757a11.07%2011.07%200%200%201%200%2015.657L14%2024.586L15.414%2026l2.757-2.757A13%2013%200%200%200%2022%2014%22%2F%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%2211%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2211%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.414%2024l.757-.757a13.07%2013.07%200%200%200%200-18.486L8%202.586L5.829%204.757a13.07%2013.07%200%200%200%200%2018.486l.757.757l-4.293%204.293A1%201%200%200%200%203%2030h10a1%201%200%200%200%20.707-1.707ZM4%2014a11%2011%200%200%201%203.243-7.829L8%205.414l.757.757a11.07%2011.07%200%200%201%200%2015.657L8%2022.586l-.757-.758A11%2011%200%200%201%204%2014m1.414%2014L8%2025.414L10.586%2028Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2014a13%2013%200%200%200-3.829-9.243L24.414%203L23%204.414l1.757%201.757a11.07%2011.07%200%200%201%200%2015.657L22%2024.586L23.414%2026l2.757-2.757A13%2013%200%200%200%2030%2014%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2211%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2014a13%2013%200%200%200-3.829-9.243L16.414%203L15%204.414l1.757%201.757a11.07%2011.07%200%200%201%200%2015.657L14%2024.586L15.414%2026l2.757-2.757A13%2013%200%200%200%2022%2014%22%2F%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%2211%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2211%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.414%2024l.757-.757a13.07%2013.07%200%200%200%200-18.486L8%202.586L5.829%204.757a13.07%2013.07%200%200%200%200%2018.486l.757.757l-4.293%204.293A1%201%200%200%200%203%2030h10a1%201%200%200%200%20.707-1.707ZM4%2014a11%2011%200%200%201%203.243-7.829L8%205.414l.757.757a11.07%2011.07%200%200%201%200%2015.657L8%2022.586l-.757-.758A11%2011%200%200%201%204%2014m1.414%2014L8%2025.414L10.586%2028Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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