food fish icon
food-fish-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- food-fish-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M7.912 9.347c-.043-1.759.24-3.759 1.429-4.948c.693-.693 1.66-1.077 2.714-1.26c1.052-.184 2.149-.16 3.051-.073a2.01 2.01 0 0 1 1.827 1.828c.087.903.11 2-.072 3.052c-.183 1.055-.567 2.022-1.26 2.715c-1.19 1.19-3.19 1.473-4.949 1.43a1.4 1.4 0 0 0-1.433 1.303c-.098 1.471-.392 3.17-1.112 4.521c-.033.061-.062.076-.072.08a.1.1 0 0 1-.066.002c-.065-.017-.163-.088-.193-.245a23 23 0 0 0-.538-2.283a8 8 0 0 0-.376-1.028c-.136-.297-.302-.586-.509-.793s-.495-.373-.792-.509a8 8 0 0 0-1.029-.377a23 23 0 0 0-2.283-.54c-.157-.03-.228-.128-.245-.193a.1.1 0 0 1 .002-.066c.004-.01.02-.04.08-.072c1.352-.72 3.05-1.013 4.522-1.11c.75-.05 1.322-.69 1.304-1.434m.722-5.655c-1.5 1.501-1.766 3.88-1.722 5.68a.4.4 0 0 1-.37.41c-1.526.102-3.39.408-4.926 1.226c-.514.275-.703.797-.58 1.273c.12.454.505.825 1.028.923a22 22 0 0 1 2.178.515c.344.104.652.215.902.33c.259.118.42.225.502.307s.188.243.306.501c.115.25.225.558.33.903c.208.688.381 1.484.512 2.177c.098.523.469.91.922 1.028c.477.125.999-.064 1.273-.58c.818-1.534 1.125-3.398 1.228-4.924a.4.4 0 0 1 .41-.37c1.8.044 4.18-.22 5.68-1.722c.892-.892 1.336-2.082 1.539-3.251c.204-1.173.174-2.367.083-3.32a3.01 3.01 0 0 0-2.727-2.728c-.953-.091-2.147-.12-3.318.083c-1.17.203-2.359.647-3.25 1.539m4.617.807a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentFoodFish20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.912 9.347c-.043-1.759.24-3.759 1.429-4.948c.693-.693 1.66-1.077 2.714-1.26c1.052-.184 2.149-.16 3.051-.073a2.01 2.01 0 0 1 1.827 1.828c.087.903.11 2-.072 3.052c-.183 1.055-.567 2.022-1.26 2.715c-1.19 1.19-3.19 1.473-4.949 1.43a1.4 1.4 0 0 0-1.433 1.303c-.098 1.471-.392 3.17-1.112 4.521c-.033.061-.062.076-.072.08a.1.1 0 0 1-.066.002c-.065-.017-.163-.088-.193-.245a23 23 0 0 0-.538-2.283a8 8 0 0 0-.376-1.028c-.136-.297-.302-.586-.509-.793s-.495-.373-.792-.509a8 8 0 0 0-1.029-.377a23 23 0 0 0-2.283-.54c-.157-.03-.228-.128-.245-.193a.1.1 0 0 1 .002-.066c.004-.01.02-.04.08-.072c1.352-.72 3.05-1.013 4.522-1.11c.75-.05 1.322-.69 1.304-1.434m.722-5.655c-1.5 1.501-1.766 3.88-1.722 5.68a.4.4 0 0 1-.37.41c-1.526.102-3.39.408-4.926 1.226c-.514.275-.703.797-.58 1.273c.12.454.505.825 1.028.923a22 22 0 0 1 2.178.515c.344.104.652.215.902.33c.259.118.42.225.502.307s.188.243.306.501c.115.25.225.558.33.903c.208.688.381 1.484.512 2.177c.098.523.469.91.922 1.028c.477.125.999-.064 1.273-.58c.818-1.534 1.125-3.398 1.228-4.924a.4.4 0 0 1 .41-.37c1.8.044 4.18-.22 5.68-1.722c.892-.892 1.336-2.082 1.539-3.251c.204-1.173.174-2.367.083-3.32a3.01 3.01 0 0 0-2.727-2.728c-.953-.091-2.147-.12-3.318.083c-1.17.203-2.359.647-3.25 1.539m4.617.807a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.912 9.347c-.043-1.759.24-3.759 1.429-4.948c.693-.693 1.66-1.077 2.714-1.26c1.052-.184 2.149-.16 3.051-.073a2.01 2.01 0 0 1 1.827 1.828c.087.903.11 2-.072 3.052c-.183 1.055-.567 2.022-1.26 2.715c-1.19 1.19-3.19 1.473-4.949 1.43a1.4 1.4 0 0 0-1.433 1.303c-.098 1.471-.392 3.17-1.112 4.521c-.033.061-.062.076-.072.08a.1.1 0 0 1-.066.002c-.065-.017-.163-.088-.193-.245a23 23 0 0 0-.538-2.283a8 8 0 0 0-.376-1.028c-.136-.297-.302-.586-.509-.793s-.495-.373-.792-.509a8 8 0 0 0-1.029-.377a23 23 0 0 0-2.283-.54c-.157-.03-.228-.128-.245-.193a.1.1 0 0 1 .002-.066c.004-.01.02-.04.08-.072c1.352-.72 3.05-1.013 4.522-1.11c.75-.05 1.322-.69 1.304-1.434m.722-5.655c-1.5 1.501-1.766 3.88-1.722 5.68a.4.4 0 0 1-.37.41c-1.526.102-3.39.408-4.926 1.226c-.514.275-.703.797-.58 1.273c.12.454.505.825 1.028.923a22 22 0 0 1 2.178.515c.344.104.652.215.902.33c.259.118.42.225.502.307s.188.243.306.501c.115.25.225.558.33.903c.208.688.381 1.484.512 2.177c.098.523.469.91.922 1.028c.477.125.999-.064 1.273-.58c.818-1.534 1.125-3.398 1.228-4.924a.4.4 0 0 1 .41-.37c1.8.044 4.18-.22 5.68-1.722c.892-.892 1.336-2.082 1.539-3.251c.204-1.173.174-2.367.083-3.32a3.01 3.01 0 0 0-2.727-2.728c-.953-.091-2.147-.12-3.318.083c-1.17.203-2.359.647-3.25 1.539m4.617.807a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5"/></svg> </template>
CSS
.icon-food-fish-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.912%209.347c-.043-1.759.24-3.759%201.429-4.948c.693-.693%201.66-1.077%202.714-1.26c1.052-.184%202.149-.16%203.051-.073a2.01%202.01%200%200%201%201.827%201.828c.087.903.11%202-.072%203.052c-.183%201.055-.567%202.022-1.26%202.715c-1.19%201.19-3.19%201.473-4.949%201.43a1.4%201.4%200%200%200-1.433%201.303c-.098%201.471-.392%203.17-1.112%204.521c-.033.061-.062.076-.072.08a.1.1%200%200%201-.066.002c-.065-.017-.163-.088-.193-.245a23%2023%200%200%200-.538-2.283a8%208%200%200%200-.376-1.028c-.136-.297-.302-.586-.509-.793s-.495-.373-.792-.509a8%208%200%200%200-1.029-.377a23%2023%200%200%200-2.283-.54c-.157-.03-.228-.128-.245-.193a.1.1%200%200%201%20.002-.066c.004-.01.02-.04.08-.072c1.352-.72%203.05-1.013%204.522-1.11c.75-.05%201.322-.69%201.304-1.434m.722-5.655c-1.5%201.501-1.766%203.88-1.722%205.68a.4.4%200%200%201-.37.41c-1.526.102-3.39.408-4.926%201.226c-.514.275-.703.797-.58%201.273c.12.454.505.825%201.028.923a22%2022%200%200%201%202.178.515c.344.104.652.215.902.33c.259.118.42.225.502.307s.188.243.306.501c.115.25.225.558.33.903c.208.688.381%201.484.512%202.177c.098.523.469.91.922%201.028c.477.125.999-.064%201.273-.58c.818-1.534%201.125-3.398%201.228-4.924a.4.4%200%200%201%20.41-.37c1.8.044%204.18-.22%205.68-1.722c.892-.892%201.336-2.082%201.539-3.251c.204-1.173.174-2.367.083-3.32a3.01%203.01%200%200%200-2.727-2.728c-.953-.091-2.147-.12-3.318.083c-1.17.203-2.359.647-3.25%201.539m4.617.807a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.912%209.347c-.043-1.759.24-3.759%201.429-4.948c.693-.693%201.66-1.077%202.714-1.26c1.052-.184%202.149-.16%203.051-.073a2.01%202.01%200%200%201%201.827%201.828c.087.903.11%202-.072%203.052c-.183%201.055-.567%202.022-1.26%202.715c-1.19%201.19-3.19%201.473-4.949%201.43a1.4%201.4%200%200%200-1.433%201.303c-.098%201.471-.392%203.17-1.112%204.521c-.033.061-.062.076-.072.08a.1.1%200%200%201-.066.002c-.065-.017-.163-.088-.193-.245a23%2023%200%200%200-.538-2.283a8%208%200%200%200-.376-1.028c-.136-.297-.302-.586-.509-.793s-.495-.373-.792-.509a8%208%200%200%200-1.029-.377a23%2023%200%200%200-2.283-.54c-.157-.03-.228-.128-.245-.193a.1.1%200%200%201%20.002-.066c.004-.01.02-.04.08-.072c1.352-.72%203.05-1.013%204.522-1.11c.75-.05%201.322-.69%201.304-1.434m.722-5.655c-1.5%201.501-1.766%203.88-1.722%205.68a.4.4%200%200%201-.37.41c-1.526.102-3.39.408-4.926%201.226c-.514.275-.703.797-.58%201.273c.12.454.505.825%201.028.923a22%2022%200%200%201%202.178.515c.344.104.652.215.902.33c.259.118.42.225.502.307s.188.243.306.501c.115.25.225.558.33.903c.208.688.381%201.484.512%202.177c.098.523.469.91.922%201.028c.477.125.999-.064%201.273-.58c.818-1.534%201.125-3.398%201.228-4.924a.4.4%200%200%201%20.41-.37c1.8.044%204.18-.22%205.68-1.722c.892-.892%201.336-2.082%201.539-3.251c.204-1.173.174-2.367.083-3.32a3.01%203.01%200%200%200-2.727-2.728c-.953-.091-2.147-.12-3.318.083c-1.17.203-2.359.647-3.25%201.539m4.617.807a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/food-fish-20-regular.svg?color=%231a73e8&size=48