water polo icon
water-polo from Material Design Icons by Pictogrammers · Filled · Sport · Apache-2.0 Free for personal and commercial use.
- Name
- water-polo
- Set
- Material Design Icons
- Style
- Filled
- Category
- Sport
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More sport icons from Material Design Icons
Use the water polo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 16h2v2h-2c-1.4 0-2.8-.4-4-1c-2.5 1.3-5.5 1.3-8 0c-1.2.6-2.6 1-4 1H2v-2h2c1.4 0 2.8-.5 4-1.3c2.4 1.7 5.6 1.7 8 0c1.2.8 2.6 1.3 4 1.3m-7-5.4c.6-.3 1.3-.6 2-.7v.3c.3 1 .3 1.9.2 2.9c-.9.5-2 .8-3 .8c.5-1 .8-2.2.8-3.3m-.1-7q-2.1.6-3.6 2.1q-.6-1.5-.6-3c2.2-1 4.7-.9 6.9.2c.3.1.6.2.8.4c-1.2-.1-2.4 0-3.5.3m-6.1 9.7q-.9.45-1.8.6c-.7-1.3-1-2.7-1-4.1c.5 1 1.2 2 2 2.8c.3.2.5.5.8.7m12.2.6c-.6-.1-1.2-.3-1.7-.5c.2-1.2.1-2.4-.2-3.6c1.1.1 2.1.4 3 1c-.1 1-.4 1.9-.9 2.8zM7.4 11.2c-1.2-1.1-1.9-2.7-2.2-4.3L5.1 6c.5-.8 1-1.4 1.7-2c.1 1.4.6 2.7 1.4 3.8c.7 1.1 1.7 2.1 2.8 2.7c0 .8-.2 1.6-.5 2.4c-1.2-.3-2.2-.9-3.1-1.7m6.1-5.7c1.5-.4 3.2-.3 4.7.2l.8.4c.4.7.6 1.5.8 2.3c-2.5-1.1-5.4-.9-7.8.4c-.7-.3-1.2-.8-1.7-1.4l.1-.1c.9-.8 1.9-1.5 3.1-1.8M16 18.7c1.2.8 2.6 1.3 4 1.3h2v2h-2c-1.4 0-2.8-.4-4-1c-2.5 1.3-5.5 1.3-8 0c-1.2.6-2.6 1-4 1H2v-2h2c1.4 0 2.8-.5 4-1.3c2.4 1.7 5.6 1.7 8 0"/></svg>
React
import type { SVGProps } from "react";
export function MdiWaterPolo(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="M20 16h2v2h-2c-1.4 0-2.8-.4-4-1c-2.5 1.3-5.5 1.3-8 0c-1.2.6-2.6 1-4 1H2v-2h2c1.4 0 2.8-.5 4-1.3c2.4 1.7 5.6 1.7 8 0c1.2.8 2.6 1.3 4 1.3m-7-5.4c.6-.3 1.3-.6 2-.7v.3c.3 1 .3 1.9.2 2.9c-.9.5-2 .8-3 .8c.5-1 .8-2.2.8-3.3m-.1-7q-2.1.6-3.6 2.1q-.6-1.5-.6-3c2.2-1 4.7-.9 6.9.2c.3.1.6.2.8.4c-1.2-.1-2.4 0-3.5.3m-6.1 9.7q-.9.45-1.8.6c-.7-1.3-1-2.7-1-4.1c.5 1 1.2 2 2 2.8c.3.2.5.5.8.7m12.2.6c-.6-.1-1.2-.3-1.7-.5c.2-1.2.1-2.4-.2-3.6c1.1.1 2.1.4 3 1c-.1 1-.4 1.9-.9 2.8zM7.4 11.2c-1.2-1.1-1.9-2.7-2.2-4.3L5.1 6c.5-.8 1-1.4 1.7-2c.1 1.4.6 2.7 1.4 3.8c.7 1.1 1.7 2.1 2.8 2.7c0 .8-.2 1.6-.5 2.4c-1.2-.3-2.2-.9-3.1-1.7m6.1-5.7c1.5-.4 3.2-.3 4.7.2l.8.4c.4.7.6 1.5.8 2.3c-2.5-1.1-5.4-.9-7.8.4c-.7-.3-1.2-.8-1.7-1.4l.1-.1c.9-.8 1.9-1.5 3.1-1.8M16 18.7c1.2.8 2.6 1.3 4 1.3h2v2h-2c-1.4 0-2.8-.4-4-1c-2.5 1.3-5.5 1.3-8 0c-1.2.6-2.6 1-4 1H2v-2h2c1.4 0 2.8-.5 4-1.3c2.4 1.7 5.6 1.7 8 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 16h2v2h-2c-1.4 0-2.8-.4-4-1c-2.5 1.3-5.5 1.3-8 0c-1.2.6-2.6 1-4 1H2v-2h2c1.4 0 2.8-.5 4-1.3c2.4 1.7 5.6 1.7 8 0c1.2.8 2.6 1.3 4 1.3m-7-5.4c.6-.3 1.3-.6 2-.7v.3c.3 1 .3 1.9.2 2.9c-.9.5-2 .8-3 .8c.5-1 .8-2.2.8-3.3m-.1-7q-2.1.6-3.6 2.1q-.6-1.5-.6-3c2.2-1 4.7-.9 6.9.2c.3.1.6.2.8.4c-1.2-.1-2.4 0-3.5.3m-6.1 9.7q-.9.45-1.8.6c-.7-1.3-1-2.7-1-4.1c.5 1 1.2 2 2 2.8c.3.2.5.5.8.7m12.2.6c-.6-.1-1.2-.3-1.7-.5c.2-1.2.1-2.4-.2-3.6c1.1.1 2.1.4 3 1c-.1 1-.4 1.9-.9 2.8zM7.4 11.2c-1.2-1.1-1.9-2.7-2.2-4.3L5.1 6c.5-.8 1-1.4 1.7-2c.1 1.4.6 2.7 1.4 3.8c.7 1.1 1.7 2.1 2.8 2.7c0 .8-.2 1.6-.5 2.4c-1.2-.3-2.2-.9-3.1-1.7m6.1-5.7c1.5-.4 3.2-.3 4.7.2l.8.4c.4.7.6 1.5.8 2.3c-2.5-1.1-5.4-.9-7.8.4c-.7-.3-1.2-.8-1.7-1.4l.1-.1c.9-.8 1.9-1.5 3.1-1.8M16 18.7c1.2.8 2.6 1.3 4 1.3h2v2h-2c-1.4 0-2.8-.4-4-1c-2.5 1.3-5.5 1.3-8 0c-1.2.6-2.6 1-4 1H2v-2h2c1.4 0 2.8-.5 4-1.3c2.4 1.7 5.6 1.7 8 0"/></svg> </template>
CSS
.icon-water-polo {
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%22M20%2016h2v2h-2c-1.4%200-2.8-.4-4-1c-2.5%201.3-5.5%201.3-8%200c-1.2.6-2.6%201-4%201H2v-2h2c1.4%200%202.8-.5%204-1.3c2.4%201.7%205.6%201.7%208%200c1.2.8%202.6%201.3%204%201.3m-7-5.4c.6-.3%201.3-.6%202-.7v.3c.3%201%20.3%201.9.2%202.9c-.9.5-2%20.8-3%20.8c.5-1%20.8-2.2.8-3.3m-.1-7q-2.1.6-3.6%202.1q-.6-1.5-.6-3c2.2-1%204.7-.9%206.9.2c.3.1.6.2.8.4c-1.2-.1-2.4%200-3.5.3m-6.1%209.7q-.9.45-1.8.6c-.7-1.3-1-2.7-1-4.1c.5%201%201.2%202%202%202.8c.3.2.5.5.8.7m12.2.6c-.6-.1-1.2-.3-1.7-.5c.2-1.2.1-2.4-.2-3.6c1.1.1%202.1.4%203%201c-.1%201-.4%201.9-.9%202.8zM7.4%2011.2c-1.2-1.1-1.9-2.7-2.2-4.3L5.1%206c.5-.8%201-1.4%201.7-2c.1%201.4.6%202.7%201.4%203.8c.7%201.1%201.7%202.1%202.8%202.7c0%20.8-.2%201.6-.5%202.4c-1.2-.3-2.2-.9-3.1-1.7m6.1-5.7c1.5-.4%203.2-.3%204.7.2l.8.4c.4.7.6%201.5.8%202.3c-2.5-1.1-5.4-.9-7.8.4c-.7-.3-1.2-.8-1.7-1.4l.1-.1c.9-.8%201.9-1.5%203.1-1.8M16%2018.7c1.2.8%202.6%201.3%204%201.3h2v2h-2c-1.4%200-2.8-.4-4-1c-2.5%201.3-5.5%201.3-8%200c-1.2.6-2.6%201-4%201H2v-2h2c1.4%200%202.8-.5%204-1.3c2.4%201.7%205.6%201.7%208%200%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%22M20%2016h2v2h-2c-1.4%200-2.8-.4-4-1c-2.5%201.3-5.5%201.3-8%200c-1.2.6-2.6%201-4%201H2v-2h2c1.4%200%202.8-.5%204-1.3c2.4%201.7%205.6%201.7%208%200c1.2.8%202.6%201.3%204%201.3m-7-5.4c.6-.3%201.3-.6%202-.7v.3c.3%201%20.3%201.9.2%202.9c-.9.5-2%20.8-3%20.8c.5-1%20.8-2.2.8-3.3m-.1-7q-2.1.6-3.6%202.1q-.6-1.5-.6-3c2.2-1%204.7-.9%206.9.2c.3.1.6.2.8.4c-1.2-.1-2.4%200-3.5.3m-6.1%209.7q-.9.45-1.8.6c-.7-1.3-1-2.7-1-4.1c.5%201%201.2%202%202%202.8c.3.2.5.5.8.7m12.2.6c-.6-.1-1.2-.3-1.7-.5c.2-1.2.1-2.4-.2-3.6c1.1.1%202.1.4%203%201c-.1%201-.4%201.9-.9%202.8zM7.4%2011.2c-1.2-1.1-1.9-2.7-2.2-4.3L5.1%206c.5-.8%201-1.4%201.7-2c.1%201.4.6%202.7%201.4%203.8c.7%201.1%201.7%202.1%202.8%202.7c0%20.8-.2%201.6-.5%202.4c-1.2-.3-2.2-.9-3.1-1.7m6.1-5.7c1.5-.4%203.2-.3%204.7.2l.8.4c.4.7.6%201.5.8%202.3c-2.5-1.1-5.4-.9-7.8.4c-.7-.3-1.2-.8-1.7-1.4l.1-.1c.9-.8%201.9-1.5%203.1-1.8M16%2018.7c1.2.8%202.6%201.3%204%201.3h2v2h-2c-1.4%200-2.8-.4-4-1c-2.5%201.3-5.5%201.3-8%200c-1.2.6-2.6%201-4%201H2v-2h2c1.4%200%202.8-.5%204-1.3c2.4%201.7%205.6%201.7%208%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/water-polo.svg?color=%231a73e8&size=48