fishfood icon
fishfood from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.
- Name
- fishfood
- Set
- Material Symbols
- Style
- Regular
- Viewbox
- 24×24
- License
- Apache 2.0
Use the fishfood icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.55 16q-2 0-3.6-1.113q-1.6-1.112-2.4-2.887q.8-1.775 2.4-2.887Q8.55 8 10.55 8q1.975 0 3.563 1.087Q15.7 10.175 16.5 11.9q.05-1.2.913-2.05Q18.275 9 19.5 9v6q-1.225 0-2.087-.85q-.863-.85-.913-2.05q-.8 1.725-2.387 2.812Q12.525 16 10.55 16ZM7 13q.425 0 .713-.288Q8 12.425 8 12t-.287-.713Q7.425 11 7 11t-.713.287Q6 11.575 6 12t.287.712Q6.575 13 7 13Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFishfood(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.55 16q-2 0-3.6-1.113q-1.6-1.112-2.4-2.887q.8-1.775 2.4-2.887Q8.55 8 10.55 8q1.975 0 3.563 1.087Q15.7 10.175 16.5 11.9q.05-1.2.913-2.05Q18.275 9 19.5 9v6q-1.225 0-2.087-.85q-.863-.85-.913-2.05q-.8 1.725-2.387 2.812Q12.525 16 10.55 16ZM7 13q.425 0 .713-.288Q8 12.425 8 12t-.287-.713Q7.425 11 7 11t-.713.287Q6 11.575 6 12t.287.712Q6.575 13 7 13Z"/></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.55 16q-2 0-3.6-1.113q-1.6-1.112-2.4-2.887q.8-1.775 2.4-2.887Q8.55 8 10.55 8q1.975 0 3.563 1.087Q15.7 10.175 16.5 11.9q.05-1.2.913-2.05Q18.275 9 19.5 9v6q-1.225 0-2.087-.85q-.863-.85-.913-2.05q-.8 1.725-2.387 2.812Q12.525 16 10.55 16ZM7 13q.425 0 .713-.288Q8 12.425 8 12t-.287-.713Q7.425 11 7 11t-.713.287Q6 11.575 6 12t.287.712Q6.575 13 7 13Z"/></svg> </template>
CSS
.icon-fishfood {
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.55%2016q-2%200-3.6-1.113q-1.6-1.112-2.4-2.887q.8-1.775%202.4-2.887Q8.55%208%2010.55%208q1.975%200%203.563%201.087Q15.7%2010.175%2016.5%2011.9q.05-1.2.913-2.05Q18.275%209%2019.5%209v6q-1.225%200-2.087-.85q-.863-.85-.913-2.05q-.8%201.725-2.387%202.812Q12.525%2016%2010.55%2016ZM7%2013q.425%200%20.713-.288Q8%2012.425%208%2012t-.287-.713Q7.425%2011%207%2011t-.713.287Q6%2011.575%206%2012t.287.712Q6.575%2013%207%2013Z%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.55%2016q-2%200-3.6-1.113q-1.6-1.112-2.4-2.887q.8-1.775%202.4-2.887Q8.55%208%2010.55%208q1.975%200%203.563%201.087Q15.7%2010.175%2016.5%2011.9q.05-1.2.913-2.05Q18.275%209%2019.5%209v6q-1.225%200-2.087-.85q-.863-.85-.913-2.05q-.8%201.725-2.387%202.812Q12.525%2016%2010.55%2016ZM7%2013q.425%200%20.713-.288Q8%2012.425%208%2012t-.287-.713Q7.425%2011%207%2011t-.713.287Q6%2011.575%206%2012t.287.712Q6.575%2013%207%2013Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/fishfood.svg?color=%231a73e8&size=48