fishbowl icon
fishbowl-outline from Material Design Icons by Pictogrammers · Outline · Animal · Apache-2.0 Free for personal and commercial use.
- Name
- fishbowl-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Animal
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- aquarium-outline
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-7M6.32 6.41L7.7 5h8.6l1.38 1.41a7.9 7.9 0 0 1 1.37 1.84A7.3 7.3 0 0 1 16 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.84M15.85 19h-7.7A7.93 7.93 0 0 1 4 12c0-.57.07-1.14.19-1.68A8.74 8.74 0 0 0 8 9.33c2.5 1.3 5.5 1.3 8 0c1.2.62 2.5.96 3.81.99c.12.54.19 1.11.19 1.68a7.93 7.93 0 0 1-4.15 7M17 14.5c0 1.38-1.68 2.5-3.75 2.5c-1.16 0-2.19-.36-2.92-.84c-.66.84-2 .84-3.33.84c1.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.5"/></svg>
React
import type { SVGProps } from "react";
export function MdiFishbowlOutline(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-7M6.32 6.41L7.7 5h8.6l1.38 1.41a7.9 7.9 0 0 1 1.37 1.84A7.3 7.3 0 0 1 16 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.84M15.85 19h-7.7A7.93 7.93 0 0 1 4 12c0-.57.07-1.14.19-1.68A8.74 8.74 0 0 0 8 9.33c2.5 1.3 5.5 1.3 8 0c1.2.62 2.5.96 3.81.99c.12.54.19 1.11.19 1.68a7.93 7.93 0 0 1-4.15 7M17 14.5c0 1.38-1.68 2.5-3.75 2.5c-1.16 0-2.19-.36-2.92-.84c-.66.84-2 .84-3.33.84c1.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.5"/></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-7M6.32 6.41L7.7 5h8.6l1.38 1.41a7.9 7.9 0 0 1 1.37 1.84A7.3 7.3 0 0 1 16 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.84M15.85 19h-7.7A7.93 7.93 0 0 1 4 12c0-.57.07-1.14.19-1.68A8.74 8.74 0 0 0 8 9.33c2.5 1.3 5.5 1.3 8 0c1.2.62 2.5.96 3.81.99c.12.54.19 1.11.19 1.68a7.93 7.93 0 0 1-4.15 7M17 14.5c0 1.38-1.68 2.5-3.75 2.5c-1.16 0-2.19-.36-2.92-.84c-.66.84-2 .84-3.33.84c1.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.5"/></svg> </template>
CSS
.icon-fishbowl-outline {
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-7M6.32%206.41L7.7%205h8.6l1.38%201.41a7.9%207.9%200%200%201%201.37%201.84A7.3%207.3%200%200%201%2016%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.84M15.85%2019h-7.7A7.93%207.93%200%200%201%204%2012c0-.57.07-1.14.19-1.68A8.74%208.74%200%200%200%208%209.33c2.5%201.3%205.5%201.3%208%200c1.2.62%202.5.96%203.81.99c.12.54.19%201.11.19%201.68a7.93%207.93%200%200%201-4.15%207M17%2014.5c0%201.38-1.68%202.5-3.75%202.5c-1.16%200-2.19-.36-2.92-.84c-.66.84-2%20.84-3.33.84c1.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.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%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-7M6.32%206.41L7.7%205h8.6l1.38%201.41a7.9%207.9%200%200%201%201.37%201.84A7.3%207.3%200%200%201%2016%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.84M15.85%2019h-7.7A7.93%207.93%200%200%201%204%2012c0-.57.07-1.14.19-1.68A8.74%208.74%200%200%200%208%209.33c2.5%201.3%205.5%201.3%208%200c1.2.62%202.5.96%203.81.99c.12.54.19%201.11.19%201.68a7.93%207.93%200%200%201-4.15%207M17%2014.5c0%201.38-1.68%202.5-3.75%202.5c-1.16%200-2.19-.36-2.92-.84c-.66.84-2%20.84-3.33.84c1.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.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/fishbowl-outline.svg?color=%231a73e8&size=48