fish alt icon
fish-alt-solid from Flowbite Icons by Themesberg · Solid · Food Beverage · MIT Free for personal and commercial use.
- Name
- fish-alt-solid
- Set
- Flowbite Icons
- Style
- Solid
- Category
- Food Beverage
- Viewbox
- 24×24
- License
- MIT
1 other variant in Flowbite Icons
More food beverage icons from Flowbite Icons
apple-full-outlinebacon-outlinebeer-mug-empty-outlinebone-outlinebowl-food-outlinebowl-rice-outlinebread-slice-outlineburger-outlinecake-candles-outlinecandy-cane-outlinecarrot-outlinechampagne-glasses-outlinecheese-outlinecloud-meatball-outlinecookie-outlinecube-solidcubes-stacked-outlinedroplet-bottle-alt-outlinedroplet-bottle-outlinedrumstick-bite-outlineegg-outlinefish-outlineflask-outlineglass-water-droplet-outline
Use the fish alt 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="M9.707 4.293a1 1 0 0 0-1.414 1.414l1.795 1.795c-.894.268-1.705.627-2.4 1.037c-.75.442-1.395.96-1.863 1.516a5 5 0 0 0-.158.198l-1.96-1.96a1 1 0 0 0-1.414 1.414L4.586 12l-2.293 2.293a1 1 0 1 0 1.414 1.414l1.96-1.96q.077.102.158.198c.468.555 1.112 1.073 1.864 1.516l.16.093l-.944 1.24l-.005.006c-.989 1.319-.048 3.2 1.6 3.2H10c.578 0 1.047-.282 1.359-.532a4.8 4.8 0 0 0 .816-.868a8 8 0 0 0 .702-1.119l.012-.022l.003-.007l.002-.005c.074-.147.145-.287.196-.447c.138.006.187-.001.327 0a7 7 0 0 1-.298-.525c-.883-1.526-1.405-2.874-1.408-4.339c-.002-1.461.514-2.899 1.403-4.6l.028-.05c.092-.154.187-.32.28-.486c-.347.003-.618.013-.955.045c-.077-.077-.182-.174-.26-.252zm1.3 12.442a12 12 0 0 1-1.276-.35L8.5 18h1.467a.7.7 0 0 0 .143-.093a3 3 0 0 0 .465-.507a6 6 0 0 0 .432-.665m8.154-1.616c-.94.658-2.121 1.283-3.505 1.62c-.295-.404-.595-.85-.76-1.182l-.031-.06c-.817-1.406-1.152-2.4-1.154-3.364c-.001-.972.335-2.057 1.162-3.645c.242-.405.494-.867.696-1.248c1.421.332 2.632.969 3.592 1.64c1.391.976 2.308 2.06 2.65 2.535a1 1 0 0 1 0 1.17c-.342.475-1.259 1.56-2.65 2.534m-4.174-3.491a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2h-.01a1 1 0 0 1-1-1" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function FlowbiteFishAltSolid(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="M9.707 4.293a1 1 0 0 0-1.414 1.414l1.795 1.795c-.894.268-1.705.627-2.4 1.037c-.75.442-1.395.96-1.863 1.516a5 5 0 0 0-.158.198l-1.96-1.96a1 1 0 0 0-1.414 1.414L4.586 12l-2.293 2.293a1 1 0 1 0 1.414 1.414l1.96-1.96q.077.102.158.198c.468.555 1.112 1.073 1.864 1.516l.16.093l-.944 1.24l-.005.006c-.989 1.319-.048 3.2 1.6 3.2H10c.578 0 1.047-.282 1.359-.532a4.8 4.8 0 0 0 .816-.868a8 8 0 0 0 .702-1.119l.012-.022l.003-.007l.002-.005c.074-.147.145-.287.196-.447c.138.006.187-.001.327 0a7 7 0 0 1-.298-.525c-.883-1.526-1.405-2.874-1.408-4.339c-.002-1.461.514-2.899 1.403-4.6l.028-.05c.092-.154.187-.32.28-.486c-.347.003-.618.013-.955.045c-.077-.077-.182-.174-.26-.252zm1.3 12.442a12 12 0 0 1-1.276-.35L8.5 18h1.467a.7.7 0 0 0 .143-.093a3 3 0 0 0 .465-.507a6 6 0 0 0 .432-.665m8.154-1.616c-.94.658-2.121 1.283-3.505 1.62c-.295-.404-.595-.85-.76-1.182l-.031-.06c-.817-1.406-1.152-2.4-1.154-3.364c-.001-.972.335-2.057 1.162-3.645c.242-.405.494-.867.696-1.248c1.421.332 2.632.969 3.592 1.64c1.391.976 2.308 2.06 2.65 2.535a1 1 0 0 1 0 1.17c-.342.475-1.259 1.56-2.65 2.534m-4.174-3.491a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2h-.01a1 1 0 0 1-1-1" 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="M9.707 4.293a1 1 0 0 0-1.414 1.414l1.795 1.795c-.894.268-1.705.627-2.4 1.037c-.75.442-1.395.96-1.863 1.516a5 5 0 0 0-.158.198l-1.96-1.96a1 1 0 0 0-1.414 1.414L4.586 12l-2.293 2.293a1 1 0 1 0 1.414 1.414l1.96-1.96q.077.102.158.198c.468.555 1.112 1.073 1.864 1.516l.16.093l-.944 1.24l-.005.006c-.989 1.319-.048 3.2 1.6 3.2H10c.578 0 1.047-.282 1.359-.532a4.8 4.8 0 0 0 .816-.868a8 8 0 0 0 .702-1.119l.012-.022l.003-.007l.002-.005c.074-.147.145-.287.196-.447c.138.006.187-.001.327 0a7 7 0 0 1-.298-.525c-.883-1.526-1.405-2.874-1.408-4.339c-.002-1.461.514-2.899 1.403-4.6l.028-.05c.092-.154.187-.32.28-.486c-.347.003-.618.013-.955.045c-.077-.077-.182-.174-.26-.252zm1.3 12.442a12 12 0 0 1-1.276-.35L8.5 18h1.467a.7.7 0 0 0 .143-.093a3 3 0 0 0 .465-.507a6 6 0 0 0 .432-.665m8.154-1.616c-.94.658-2.121 1.283-3.505 1.62c-.295-.404-.595-.85-.76-1.182l-.031-.06c-.817-1.406-1.152-2.4-1.154-3.364c-.001-.972.335-2.057 1.162-3.645c.242-.405.494-.867.696-1.248c1.421.332 2.632.969 3.592 1.64c1.391.976 2.308 2.06 2.65 2.535a1 1 0 0 1 0 1.17c-.342.475-1.259 1.56-2.65 2.534m-4.174-3.491a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2h-.01a1 1 0 0 1-1-1" clip-rule="evenodd"/></svg> </template>
CSS
.icon-fish-alt-solid {
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%22M9.707%204.293a1%201%200%200%200-1.414%201.414l1.795%201.795c-.894.268-1.705.627-2.4%201.037c-.75.442-1.395.96-1.863%201.516a5%205%200%200%200-.158.198l-1.96-1.96a1%201%200%200%200-1.414%201.414L4.586%2012l-2.293%202.293a1%201%200%201%200%201.414%201.414l1.96-1.96q.077.102.158.198c.468.555%201.112%201.073%201.864%201.516l.16.093l-.944%201.24l-.005.006c-.989%201.319-.048%203.2%201.6%203.2H10c.578%200%201.047-.282%201.359-.532a4.8%204.8%200%200%200%20.816-.868a8%208%200%200%200%20.702-1.119l.012-.022l.003-.007l.002-.005c.074-.147.145-.287.196-.447c.138.006.187-.001.327%200a7%207%200%200%201-.298-.525c-.883-1.526-1.405-2.874-1.408-4.339c-.002-1.461.514-2.899%201.403-4.6l.028-.05c.092-.154.187-.32.28-.486c-.347.003-.618.013-.955.045c-.077-.077-.182-.174-.26-.252zm1.3%2012.442a12%2012%200%200%201-1.276-.35L8.5%2018h1.467a.7.7%200%200%200%20.143-.093a3%203%200%200%200%20.465-.507a6%206%200%200%200%20.432-.665m8.154-1.616c-.94.658-2.121%201.283-3.505%201.62c-.295-.404-.595-.85-.76-1.182l-.031-.06c-.817-1.406-1.152-2.4-1.154-3.364c-.001-.972.335-2.057%201.162-3.645c.242-.405.494-.867.696-1.248c1.421.332%202.632.969%203.592%201.64c1.391.976%202.308%202.06%202.65%202.535a1%201%200%200%201%200%201.17c-.342.475-1.259%201.56-2.65%202.534m-4.174-3.491a1%201%200%200%201%201-1h.01a1%201%200%201%201%200%202h-.01a1%201%200%200%201-1-1%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%22M9.707%204.293a1%201%200%200%200-1.414%201.414l1.795%201.795c-.894.268-1.705.627-2.4%201.037c-.75.442-1.395.96-1.863%201.516a5%205%200%200%200-.158.198l-1.96-1.96a1%201%200%200%200-1.414%201.414L4.586%2012l-2.293%202.293a1%201%200%201%200%201.414%201.414l1.96-1.96q.077.102.158.198c.468.555%201.112%201.073%201.864%201.516l.16.093l-.944%201.24l-.005.006c-.989%201.319-.048%203.2%201.6%203.2H10c.578%200%201.047-.282%201.359-.532a4.8%204.8%200%200%200%20.816-.868a8%208%200%200%200%20.702-1.119l.012-.022l.003-.007l.002-.005c.074-.147.145-.287.196-.447c.138.006.187-.001.327%200a7%207%200%200%201-.298-.525c-.883-1.526-1.405-2.874-1.408-4.339c-.002-1.461.514-2.899%201.403-4.6l.028-.05c.092-.154.187-.32.28-.486c-.347.003-.618.013-.955.045c-.077-.077-.182-.174-.26-.252zm1.3%2012.442a12%2012%200%200%201-1.276-.35L8.5%2018h1.467a.7.7%200%200%200%20.143-.093a3%203%200%200%200%20.465-.507a6%206%200%200%200%20.432-.665m8.154-1.616c-.94.658-2.121%201.283-3.505%201.62c-.295-.404-.595-.85-.76-1.182l-.031-.06c-.817-1.406-1.152-2.4-1.154-3.364c-.001-.972.335-2.057%201.162-3.645c.242-.405.494-.867.696-1.248c1.421.332%202.632.969%203.592%201.64c1.391.976%202.308%202.06%202.65%202.535a1%201%200%200%201%200%201.17c-.342.475-1.259%201.56-2.65%202.534m-4.174-3.491a1%201%200%200%201%201-1h.01a1%201%200%201%201%200%202h-.01a1%201%200%200%201-1-1%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/flowbite/fish-alt-solid.svg?color=%231a73e8&size=48