fish icon
fish from Line Awesome by Icons8 · Line · Food · Apache-2.0 Free for personal and commercial use.
- Name
- fish
- Set
- Line Awesome
- Style
- Line
- Category
- Food
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- fish-solid
The same icon in other sets
fishCarbonfishDeviconfishEmoji One (Colored)fishFont Awesome 6 SolidfishFluent EmojifishFluent Emoji FlatfishFluent Emoji High ContrastfishHuge IconsfishIconoirfishIonIconsfishJam IconsfishLucidefishMajesticonsfishMaterial Design Iconsfish-fillMingCute IconfishNoto EmojifishOpenMojifishPhosphorfishPixelarticonsfishTabler IconsfishTwitter Emoji
More food icons from Line Awesome
Use the fish icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m10.5 6l.563 1.375c.351.855.828 2.992.718 4c-1.363.84-2.199 1.66-2.844 2.344C8.149 13.082 6.59 12 4 12H3v1c0 1.914.691 3.469.938 4c-.25.527-.938 2.027-.938 4v1h1c2.57 0 4.148-1.086 4.938-1.719c1.183 1.219 2.87 2.504 5 3.469c-.094.621-.168 1.488.093 2.5l.188.75H15c1.234 0 2.297-.613 3.156-1.156c.703-.446 1.043-.758 1.219-.907c3.977-.14 6.516-2.285 7.875-4.406C28.656 18.34 29 16.156 29 16.156l.031-.25l-.093-.25s-2.29-6.289-8.5-6.594c-.66-.8-1.583-1.464-2.875-2C16.035 6.43 14.113 6 12 6zm2.906 2.125c1.262.14 2.442.395 3.375.781c1.278.528 2.168 1.285 2.375 1.625l.282.469H20c4.996 0 6.793 4.73 6.938 5.125c-.07.367-.36 1.762-1.375 3.344C24.402 21.277 22.523 23 19 23h-.375l-.281.25s-.528.45-1.25.906c-.38.239-.703.282-1.094.438c.04-.457 0-1.125 0-1.125l.219-.875l-.813-.282c-2.476-.945-4.582-2.726-5.656-3.968l-.688-.813l-.75.75s-1.332.934-3.062 1.375c.258-1.172.656-2.218.656-2.218L6.125 17l-.219-.438s-.433-1.148-.687-2.375c1.843.407 3.093 1.532 3.093 1.532l.75.75l.688-.813c.895-1.011 3.305-3.531 6.844-4l-.282-1.969c-.957.126-1.792.403-2.593.72c-.051-.84-.094-1.563-.313-2.282M22.5 15a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
React
import type { SVGProps } from "react";
export function LaFish(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="m10.5 6l.563 1.375c.351.855.828 2.992.718 4c-1.363.84-2.199 1.66-2.844 2.344C8.149 13.082 6.59 12 4 12H3v1c0 1.914.691 3.469.938 4c-.25.527-.938 2.027-.938 4v1h1c2.57 0 4.148-1.086 4.938-1.719c1.183 1.219 2.87 2.504 5 3.469c-.094.621-.168 1.488.093 2.5l.188.75H15c1.234 0 2.297-.613 3.156-1.156c.703-.446 1.043-.758 1.219-.907c3.977-.14 6.516-2.285 7.875-4.406C28.656 18.34 29 16.156 29 16.156l.031-.25l-.093-.25s-2.29-6.289-8.5-6.594c-.66-.8-1.583-1.464-2.875-2C16.035 6.43 14.113 6 12 6zm2.906 2.125c1.262.14 2.442.395 3.375.781c1.278.528 2.168 1.285 2.375 1.625l.282.469H20c4.996 0 6.793 4.73 6.938 5.125c-.07.367-.36 1.762-1.375 3.344C24.402 21.277 22.523 23 19 23h-.375l-.281.25s-.528.45-1.25.906c-.38.239-.703.282-1.094.438c.04-.457 0-1.125 0-1.125l.219-.875l-.813-.282c-2.476-.945-4.582-2.726-5.656-3.968l-.688-.813l-.75.75s-1.332.934-3.062 1.375c.258-1.172.656-2.218.656-2.218L6.125 17l-.219-.438s-.433-1.148-.687-2.375c1.843.407 3.093 1.532 3.093 1.532l.75.75l.688-.813c.895-1.011 3.305-3.531 6.844-4l-.282-1.969c-.957.126-1.792.403-2.593.72c-.051-.84-.094-1.563-.313-2.282M22.5 15a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m10.5 6l.563 1.375c.351.855.828 2.992.718 4c-1.363.84-2.199 1.66-2.844 2.344C8.149 13.082 6.59 12 4 12H3v1c0 1.914.691 3.469.938 4c-.25.527-.938 2.027-.938 4v1h1c2.57 0 4.148-1.086 4.938-1.719c1.183 1.219 2.87 2.504 5 3.469c-.094.621-.168 1.488.093 2.5l.188.75H15c1.234 0 2.297-.613 3.156-1.156c.703-.446 1.043-.758 1.219-.907c3.977-.14 6.516-2.285 7.875-4.406C28.656 18.34 29 16.156 29 16.156l.031-.25l-.093-.25s-2.29-6.289-8.5-6.594c-.66-.8-1.583-1.464-2.875-2C16.035 6.43 14.113 6 12 6zm2.906 2.125c1.262.14 2.442.395 3.375.781c1.278.528 2.168 1.285 2.375 1.625l.282.469H20c4.996 0 6.793 4.73 6.938 5.125c-.07.367-.36 1.762-1.375 3.344C24.402 21.277 22.523 23 19 23h-.375l-.281.25s-.528.45-1.25.906c-.38.239-.703.282-1.094.438c.04-.457 0-1.125 0-1.125l.219-.875l-.813-.282c-2.476-.945-4.582-2.726-5.656-3.968l-.688-.813l-.75.75s-1.332.934-3.062 1.375c.258-1.172.656-2.218.656-2.218L6.125 17l-.219-.438s-.433-1.148-.687-2.375c1.843.407 3.093 1.532 3.093 1.532l.75.75l.688-.813c.895-1.011 3.305-3.531 6.844-4l-.282-1.969c-.957.126-1.792.403-2.593.72c-.051-.84-.094-1.563-.313-2.282M22.5 15a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg> </template>
CSS
.icon-fish {
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%22m10.5%206l.563%201.375c.351.855.828%202.992.718%204c-1.363.84-2.199%201.66-2.844%202.344C8.149%2013.082%206.59%2012%204%2012H3v1c0%201.914.691%203.469.938%204c-.25.527-.938%202.027-.938%204v1h1c2.57%200%204.148-1.086%204.938-1.719c1.183%201.219%202.87%202.504%205%203.469c-.094.621-.168%201.488.093%202.5l.188.75H15c1.234%200%202.297-.613%203.156-1.156c.703-.446%201.043-.758%201.219-.907c3.977-.14%206.516-2.285%207.875-4.406C28.656%2018.34%2029%2016.156%2029%2016.156l.031-.25l-.093-.25s-2.29-6.289-8.5-6.594c-.66-.8-1.583-1.464-2.875-2C16.035%206.43%2014.113%206%2012%206zm2.906%202.125c1.262.14%202.442.395%203.375.781c1.278.528%202.168%201.285%202.375%201.625l.282.469H20c4.996%200%206.793%204.73%206.938%205.125c-.07.367-.36%201.762-1.375%203.344C24.402%2021.277%2022.523%2023%2019%2023h-.375l-.281.25s-.528.45-1.25.906c-.38.239-.703.282-1.094.438c.04-.457%200-1.125%200-1.125l.219-.875l-.813-.282c-2.476-.945-4.582-2.726-5.656-3.968l-.688-.813l-.75.75s-1.332.934-3.062%201.375c.258-1.172.656-2.218.656-2.218L6.125%2017l-.219-.438s-.433-1.148-.687-2.375c1.843.407%203.093%201.532%203.093%201.532l.75.75l.688-.813c.895-1.011%203.305-3.531%206.844-4l-.282-1.969c-.957.126-1.792.403-2.593.72c-.051-.84-.094-1.563-.313-2.282M22.5%2015a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%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%22m10.5%206l.563%201.375c.351.855.828%202.992.718%204c-1.363.84-2.199%201.66-2.844%202.344C8.149%2013.082%206.59%2012%204%2012H3v1c0%201.914.691%203.469.938%204c-.25.527-.938%202.027-.938%204v1h1c2.57%200%204.148-1.086%204.938-1.719c1.183%201.219%202.87%202.504%205%203.469c-.094.621-.168%201.488.093%202.5l.188.75H15c1.234%200%202.297-.613%203.156-1.156c.703-.446%201.043-.758%201.219-.907c3.977-.14%206.516-2.285%207.875-4.406C28.656%2018.34%2029%2016.156%2029%2016.156l.031-.25l-.093-.25s-2.29-6.289-8.5-6.594c-.66-.8-1.583-1.464-2.875-2C16.035%206.43%2014.113%206%2012%206zm2.906%202.125c1.262.14%202.442.395%203.375.781c1.278.528%202.168%201.285%202.375%201.625l.282.469H20c4.996%200%206.793%204.73%206.938%205.125c-.07.367-.36%201.762-1.375%203.344C24.402%2021.277%2022.523%2023%2019%2023h-.375l-.281.25s-.528.45-1.25.906c-.38.239-.703.282-1.094.438c.04-.457%200-1.125%200-1.125l.219-.875l-.813-.282c-2.476-.945-4.582-2.726-5.656-3.968l-.688-.813l-.75.75s-1.332.934-3.062%201.375c.258-1.172.656-2.218.656-2.218L6.125%2017l-.219-.438s-.433-1.148-.687-2.375c1.843.407%203.093%201.532%203.093%201.532l.75.75l.688-.813c.895-1.011%203.305-3.531%206.844-4l-.282-1.969c-.957.126-1.792.403-2.593.72c-.051-.84-.094-1.563-.313-2.282M22.5%2015a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/fish.svg?color=%231a73e8&size=48