fish icon
fish-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- fish-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
fishCarbonfishDeviconfishEmoji One (Colored)fishFont Awesome 6 SolidfishFluent EmojifishFluent Emoji FlatfishFluent Emoji High ContrastfishHuge IconsfishIconoirfishIonIconsfishJam IconsfishLine AwesomefishLucidefishMajesticonsfishMaterial Design Iconsfish-fillMingCute IconfishNoto EmojifishOpenMojifishPixelarticonsfishTabler IconsfishTwitter Emoji
Related icons in Phosphor
Use the fish icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M164 76.05a8 8 0 1 1-8-8a8 8 0 0 1 8 8m49.23 65.68c-19 34.15-54.76 52.35-106.43 54.13l-23 53.72a4 4 0 0 1-3.7 2.42h-.26a4 4 0 0 1-3.59-2.89l-15.41-53.94L6.9 179.73a4 4 0 0 1-.47-7.52l53.72-23C62 97.6 80.16 61.81 114.3 42.85c45.5-25.27 103.78-11 106.76-9.27a4.1 4.1 0 0 1 1.42 1.42c.87 1.48 4.72 16.94 5.42 36.95c.64 18.62-1.38 45.84-14.67 69.78m-40.46 29.77A48 48 0 0 1 132 124a48.05 48.05 0 0 1-47.47-40.71c-10.27 18-15.79 40.95-16.46 68.71a4 4 0 0 1-2.42 3.58l-45.73 19.56l45.26 13a4 4 0 0 1 2.74 2.74l12.93 45.25l19.6-45.72a4 4 0 0 1 3.58-2.43c27.78-.7 50.75-6.21 68.74-16.48M220 77.25a169.6 169.6 0 0 0-4.2-37a169.5 169.5 0 0 0-37-4.2c-18.81-.12-45.93 3-68.2 18.49a85.2 85.2 0 0 0-18.36 17.3a40 40 0 0 0 43.58 44a4 4 0 0 1 4.36 4.36a40 40 0 0 0 44.06 43.56a85.3 85.3 0 0 0 17.26-18.33c8.5-12.27 18.68-34.08 18.5-68.18"/></svg>
React
import type { SVGProps } from "react";
export function PhFishThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M164 76.05a8 8 0 1 1-8-8a8 8 0 0 1 8 8m49.23 65.68c-19 34.15-54.76 52.35-106.43 54.13l-23 53.72a4 4 0 0 1-3.7 2.42h-.26a4 4 0 0 1-3.59-2.89l-15.41-53.94L6.9 179.73a4 4 0 0 1-.47-7.52l53.72-23C62 97.6 80.16 61.81 114.3 42.85c45.5-25.27 103.78-11 106.76-9.27a4.1 4.1 0 0 1 1.42 1.42c.87 1.48 4.72 16.94 5.42 36.95c.64 18.62-1.38 45.84-14.67 69.78m-40.46 29.77A48 48 0 0 1 132 124a48.05 48.05 0 0 1-47.47-40.71c-10.27 18-15.79 40.95-16.46 68.71a4 4 0 0 1-2.42 3.58l-45.73 19.56l45.26 13a4 4 0 0 1 2.74 2.74l12.93 45.25l19.6-45.72a4 4 0 0 1 3.58-2.43c27.78-.7 50.75-6.21 68.74-16.48M220 77.25a169.6 169.6 0 0 0-4.2-37a169.5 169.5 0 0 0-37-4.2c-18.81-.12-45.93 3-68.2 18.49a85.2 85.2 0 0 0-18.36 17.3a40 40 0 0 0 43.58 44a4 4 0 0 1 4.36 4.36a40 40 0 0 0 44.06 43.56a85.3 85.3 0 0 0 17.26-18.33c8.5-12.27 18.68-34.08 18.5-68.18"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M164 76.05a8 8 0 1 1-8-8a8 8 0 0 1 8 8m49.23 65.68c-19 34.15-54.76 52.35-106.43 54.13l-23 53.72a4 4 0 0 1-3.7 2.42h-.26a4 4 0 0 1-3.59-2.89l-15.41-53.94L6.9 179.73a4 4 0 0 1-.47-7.52l53.72-23C62 97.6 80.16 61.81 114.3 42.85c45.5-25.27 103.78-11 106.76-9.27a4.1 4.1 0 0 1 1.42 1.42c.87 1.48 4.72 16.94 5.42 36.95c.64 18.62-1.38 45.84-14.67 69.78m-40.46 29.77A48 48 0 0 1 132 124a48.05 48.05 0 0 1-47.47-40.71c-10.27 18-15.79 40.95-16.46 68.71a4 4 0 0 1-2.42 3.58l-45.73 19.56l45.26 13a4 4 0 0 1 2.74 2.74l12.93 45.25l19.6-45.72a4 4 0 0 1 3.58-2.43c27.78-.7 50.75-6.21 68.74-16.48M220 77.25a169.6 169.6 0 0 0-4.2-37a169.5 169.5 0 0 0-37-4.2c-18.81-.12-45.93 3-68.2 18.49a85.2 85.2 0 0 0-18.36 17.3a40 40 0 0 0 43.58 44a4 4 0 0 1 4.36 4.36a40 40 0 0 0 44.06 43.56a85.3 85.3 0 0 0 17.26-18.33c8.5-12.27 18.68-34.08 18.5-68.18"/></svg> </template>
CSS
.icon-fish-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M164%2076.05a8%208%200%201%201-8-8a8%208%200%200%201%208%208m49.23%2065.68c-19%2034.15-54.76%2052.35-106.43%2054.13l-23%2053.72a4%204%200%200%201-3.7%202.42h-.26a4%204%200%200%201-3.59-2.89l-15.41-53.94L6.9%20179.73a4%204%200%200%201-.47-7.52l53.72-23C62%2097.6%2080.16%2061.81%20114.3%2042.85c45.5-25.27%20103.78-11%20106.76-9.27a4.1%204.1%200%200%201%201.42%201.42c.87%201.48%204.72%2016.94%205.42%2036.95c.64%2018.62-1.38%2045.84-14.67%2069.78m-40.46%2029.77A48%2048%200%200%201%20132%20124a48.05%2048.05%200%200%201-47.47-40.71c-10.27%2018-15.79%2040.95-16.46%2068.71a4%204%200%200%201-2.42%203.58l-45.73%2019.56l45.26%2013a4%204%200%200%201%202.74%202.74l12.93%2045.25l19.6-45.72a4%204%200%200%201%203.58-2.43c27.78-.7%2050.75-6.21%2068.74-16.48M220%2077.25a169.6%20169.6%200%200%200-4.2-37a169.5%20169.5%200%200%200-37-4.2c-18.81-.12-45.93%203-68.2%2018.49a85.2%2085.2%200%200%200-18.36%2017.3a40%2040%200%200%200%2043.58%2044a4%204%200%200%201%204.36%204.36a40%2040%200%200%200%2044.06%2043.56a85.3%2085.3%200%200%200%2017.26-18.33c8.5-12.27%2018.68-34.08%2018.5-68.18%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M164%2076.05a8%208%200%201%201-8-8a8%208%200%200%201%208%208m49.23%2065.68c-19%2034.15-54.76%2052.35-106.43%2054.13l-23%2053.72a4%204%200%200%201-3.7%202.42h-.26a4%204%200%200%201-3.59-2.89l-15.41-53.94L6.9%20179.73a4%204%200%200%201-.47-7.52l53.72-23C62%2097.6%2080.16%2061.81%20114.3%2042.85c45.5-25.27%20103.78-11%20106.76-9.27a4.1%204.1%200%200%201%201.42%201.42c.87%201.48%204.72%2016.94%205.42%2036.95c.64%2018.62-1.38%2045.84-14.67%2069.78m-40.46%2029.77A48%2048%200%200%201%20132%20124a48.05%2048.05%200%200%201-47.47-40.71c-10.27%2018-15.79%2040.95-16.46%2068.71a4%204%200%200%201-2.42%203.58l-45.73%2019.56l45.26%2013a4%204%200%200%201%202.74%202.74l12.93%2045.25l19.6-45.72a4%204%200%200%201%203.58-2.43c27.78-.7%2050.75-6.21%2068.74-16.48M220%2077.25a169.6%20169.6%200%200%200-4.2-37a169.5%20169.5%200%200%200-37-4.2c-18.81-.12-45.93%203-68.2%2018.49a85.2%2085.2%200%200%200-18.36%2017.3a40%2040%200%200%200%2043.58%2044a4%204%200%200%201%204.36%204.36a40%2040%200%200%200%2044.06%2043.56a85.3%2085.3%200%200%200%2017.26-18.33c8.5-12.27%2018.68-34.08%2018.5-68.18%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/fish-thin.svg?color=%231a73e8&size=48