food-fish-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
food-fish-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the food fish icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.357 4.103c-1.001 1.001-1.58 2.335-1.912 3.673c-.333 1.344-.431 2.747-.43 3.95a.327.327 0 0 1-.322.323c-1.771.007-4.016.22-5.832 1.087c-.682.326-.967.998-.826 1.635c.133.596.615 1.085 1.267 1.244c.795.194 1.717.445 2.519.73c.401.142.76.288 1.052.434c.302.152.487.28.578.372c.091.09.22.275.371.577c.146.292.292.65.434 1.051c.284.801.534 1.723.728 2.517c.159.652.648 1.135 1.245 1.267c.637.142 1.309-.143 1.635-.825c.867-1.813 1.08-4.054 1.09-5.823c0-.174.147-.321.323-.321c1.202 0 2.606-.098 3.95-.431c1.34-.333 2.674-.912 3.676-1.914c1.12-1.12 1.668-2.609 1.917-4.056c.25-1.451.209-2.926.095-4.092a3.77 3.77 0 0 0-3.41-3.41c-1.166-.113-2.64-.154-4.092.095c-1.447.25-2.936.798-4.056 1.917M16 5a1 1 0 1 1 0 2a1 1 0 0 1 0-2"/></svg>

React

import type { SVGProps } from "react";

export function FluentFoodFish24Filled(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" d="M10.357 4.103c-1.001 1.001-1.58 2.335-1.912 3.673c-.333 1.344-.431 2.747-.43 3.95a.327.327 0 0 1-.322.323c-1.771.007-4.016.22-5.832 1.087c-.682.326-.967.998-.826 1.635c.133.596.615 1.085 1.267 1.244c.795.194 1.717.445 2.519.73c.401.142.76.288 1.052.434c.302.152.487.28.578.372c.091.09.22.275.371.577c.146.292.292.65.434 1.051c.284.801.534 1.723.728 2.517c.159.652.648 1.135 1.245 1.267c.637.142 1.309-.143 1.635-.825c.867-1.813 1.08-4.054 1.09-5.823c0-.174.147-.321.323-.321c1.202 0 2.606-.098 3.95-.431c1.34-.333 2.674-.912 3.676-1.914c1.12-1.12 1.668-2.609 1.917-4.056c.25-1.451.209-2.926.095-4.092a3.77 3.77 0 0 0-3.41-3.41c-1.166-.113-2.64-.154-4.092.095c-1.447.25-2.936.798-4.056 1.917M16 5a1 1 0 1 1 0 2a1 1 0 0 1 0-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.357 4.103c-1.001 1.001-1.58 2.335-1.912 3.673c-.333 1.344-.431 2.747-.43 3.95a.327.327 0 0 1-.322.323c-1.771.007-4.016.22-5.832 1.087c-.682.326-.967.998-.826 1.635c.133.596.615 1.085 1.267 1.244c.795.194 1.717.445 2.519.73c.401.142.76.288 1.052.434c.302.152.487.28.578.372c.091.09.22.275.371.577c.146.292.292.65.434 1.051c.284.801.534 1.723.728 2.517c.159.652.648 1.135 1.245 1.267c.637.142 1.309-.143 1.635-.825c.867-1.813 1.08-4.054 1.09-5.823c0-.174.147-.321.323-.321c1.202 0 2.606-.098 3.95-.431c1.34-.333 2.674-.912 3.676-1.914c1.12-1.12 1.668-2.609 1.917-4.056c.25-1.451.209-2.926.095-4.092a3.77 3.77 0 0 0-3.41-3.41c-1.166-.113-2.64-.154-4.092.095c-1.447.25-2.936.798-4.056 1.917M16 5a1 1 0 1 1 0 2a1 1 0 0 1 0-2"/></svg>
</template>

CSS

.icon-food-fish-24-filled {
  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%20d%3D%22M10.357%204.103c-1.001%201.001-1.58%202.335-1.912%203.673c-.333%201.344-.431%202.747-.43%203.95a.327.327%200%200%201-.322.323c-1.771.007-4.016.22-5.832%201.087c-.682.326-.967.998-.826%201.635c.133.596.615%201.085%201.267%201.244c.795.194%201.717.445%202.519.73c.401.142.76.288%201.052.434c.302.152.487.28.578.372c.091.09.22.275.371.577c.146.292.292.65.434%201.051c.284.801.534%201.723.728%202.517c.159.652.648%201.135%201.245%201.267c.637.142%201.309-.143%201.635-.825c.867-1.813%201.08-4.054%201.09-5.823c0-.174.147-.321.323-.321c1.202%200%202.606-.098%203.95-.431c1.34-.333%202.674-.912%203.676-1.914c1.12-1.12%201.668-2.609%201.917-4.056c.25-1.451.209-2.926.095-4.092a3.77%203.77%200%200%200-3.41-3.41c-1.166-.113-2.64-.154-4.092.095c-1.447.25-2.936.798-4.056%201.917M16%205a1%201%200%201%201%200%202a1%201%200%200%201%200-2%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%20d%3D%22M10.357%204.103c-1.001%201.001-1.58%202.335-1.912%203.673c-.333%201.344-.431%202.747-.43%203.95a.327.327%200%200%201-.322.323c-1.771.007-4.016.22-5.832%201.087c-.682.326-.967.998-.826%201.635c.133.596.615%201.085%201.267%201.244c.795.194%201.717.445%202.519.73c.401.142.76.288%201.052.434c.302.152.487.28.578.372c.091.09.22.275.371.577c.146.292.292.65.434%201.051c.284.801.534%201.723.728%202.517c.159.652.648%201.135%201.245%201.267c.637.142%201.309-.143%201.635-.825c.867-1.813%201.08-4.054%201.09-5.823c0-.174.147-.321.323-.321c1.202%200%202.606-.098%203.95-.431c1.34-.333%202.674-.912%203.676-1.914c1.12-1.12%201.668-2.609%201.917-4.056c.25-1.451.209-2.926.095-4.092a3.77%203.77%200%200%200-3.41-3.41c-1.166-.113-2.64-.154-4.092.095c-1.447.25-2.936.798-4.056%201.917M16%205a1%201%200%201%201%200%202a1%201%200%200%201%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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