fishbowl icon
fishbowl from Material Design Icons by Pictogrammers · Filled · Animal · Apache-2.0 Free for personal and commercial use.
- Name
- fishbowl
- Set
- Material Design Icons
- Style
- Filled
- Category
- Animal
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- aquarium
1 other variant in Material Design Icons
More animal icons from Material Design Icons
Use the fishbowl icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.11 5H21V3H3v2h1.89A9.93 9.93 0 0 0 2 12c0 3.97 2.31 7.39 5.66 9h8.68A9.97 9.97 0 0 0 22 12c0-2.73-1.11-5.2-2.89-7m-5.86 12c-1.16 0-2.19-.36-2.92-.83c-.66.83-2 .83-3.33.83c1.1 0 1.5-1.12 1.5-2.5S8.1 12 7 12c1.33 0 2.67 0 3.37.91c.69-.55 1.72-.91 2.88-.91c2.07 0 3.75 1.12 3.75 2.5S15.32 17 13.25 17M16 7c-2.44 1.71-5.56 1.71-8 0c-.94.66-2 1.09-3.05 1.25c.36-.67.82-1.29 1.37-1.84L7.7 5h8.6l1.38 1.41a7.9 7.9 0 0 1 1.37 1.84A7.3 7.3 0 0 1 16 7"/></svg>
React
import type { SVGProps } from "react";
export function MdiFishbowl(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="M19.11 5H21V3H3v2h1.89A9.93 9.93 0 0 0 2 12c0 3.97 2.31 7.39 5.66 9h8.68A9.97 9.97 0 0 0 22 12c0-2.73-1.11-5.2-2.89-7m-5.86 12c-1.16 0-2.19-.36-2.92-.83c-.66.83-2 .83-3.33.83c1.1 0 1.5-1.12 1.5-2.5S8.1 12 7 12c1.33 0 2.67 0 3.37.91c.69-.55 1.72-.91 2.88-.91c2.07 0 3.75 1.12 3.75 2.5S15.32 17 13.25 17M16 7c-2.44 1.71-5.56 1.71-8 0c-.94.66-2 1.09-3.05 1.25c.36-.67.82-1.29 1.37-1.84L7.7 5h8.6l1.38 1.41a7.9 7.9 0 0 1 1.37 1.84A7.3 7.3 0 0 1 16 7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.11 5H21V3H3v2h1.89A9.93 9.93 0 0 0 2 12c0 3.97 2.31 7.39 5.66 9h8.68A9.97 9.97 0 0 0 22 12c0-2.73-1.11-5.2-2.89-7m-5.86 12c-1.16 0-2.19-.36-2.92-.83c-.66.83-2 .83-3.33.83c1.1 0 1.5-1.12 1.5-2.5S8.1 12 7 12c1.33 0 2.67 0 3.37.91c.69-.55 1.72-.91 2.88-.91c2.07 0 3.75 1.12 3.75 2.5S15.32 17 13.25 17M16 7c-2.44 1.71-5.56 1.71-8 0c-.94.66-2 1.09-3.05 1.25c.36-.67.82-1.29 1.37-1.84L7.7 5h8.6l1.38 1.41a7.9 7.9 0 0 1 1.37 1.84A7.3 7.3 0 0 1 16 7"/></svg> </template>
CSS
.icon-fishbowl {
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%22M19.11%205H21V3H3v2h1.89A9.93%209.93%200%200%200%202%2012c0%203.97%202.31%207.39%205.66%209h8.68A9.97%209.97%200%200%200%2022%2012c0-2.73-1.11-5.2-2.89-7m-5.86%2012c-1.16%200-2.19-.36-2.92-.83c-.66.83-2%20.83-3.33.83c1.1%200%201.5-1.12%201.5-2.5S8.1%2012%207%2012c1.33%200%202.67%200%203.37.91c.69-.55%201.72-.91%202.88-.91c2.07%200%203.75%201.12%203.75%202.5S15.32%2017%2013.25%2017M16%207c-2.44%201.71-5.56%201.71-8%200c-.94.66-2%201.09-3.05%201.25c.36-.67.82-1.29%201.37-1.84L7.7%205h8.6l1.38%201.41a7.9%207.9%200%200%201%201.37%201.84A7.3%207.3%200%200%201%2016%207%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%22M19.11%205H21V3H3v2h1.89A9.93%209.93%200%200%200%202%2012c0%203.97%202.31%207.39%205.66%209h8.68A9.97%209.97%200%200%200%2022%2012c0-2.73-1.11-5.2-2.89-7m-5.86%2012c-1.16%200-2.19-.36-2.92-.83c-.66.83-2%20.83-3.33.83c1.1%200%201.5-1.12%201.5-2.5S8.1%2012%207%2012c1.33%200%202.67%200%203.37.91c.69-.55%201.72-.91%202.88-.91c2.07%200%203.75%201.12%203.75%202.5S15.32%2017%2013.25%2017M16%207c-2.44%201.71-5.56%201.71-8%200c-.94.66-2%201.09-3.05%201.25c.36-.67.82-1.29%201.37-1.84L7.7%205h8.6l1.38%201.41a7.9%207.9%200%200%201%201.37%201.84A7.3%207.3%200%200%201%2016%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/fishbowl.svg?color=%231a73e8&size=48