diving flippers icon
diving-flippers from Material Design Icons by Pictogrammers · Filled · Sport · Apache-2.0 Free for personal and commercial use.
- Name
- diving-flippers
- Set
- Material Design Icons
- Style
- Filled
- Category
- Sport
- Viewbox
- 24×24
- License
- Apache 2.0
More sport icons from Material Design Icons
Use the diving flippers icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.28 3.66c-1-.22-1.74-1.41-2.71-1.62s-2.17.55-3.15.33a3.66 3.66 0 0 0-3.14.34L11.21 17L11 18c-.36 1.62.67 3.22 2.29 3.58c1.61.35 3.21-.67 3.57-2.29l.21-1L23 5.28a3.63 3.63 0 0 0-2.72-1.62m-5.37 15.2c-.12.55-.66.9-1.21.79c-.56-.12-.91-.65-.79-1.22l.86-3.93a1 1 0 0 1 1.97.34c0 .04-.01.07-.02.11zm-5.19 2.48c-.39-.61-.64-1.29-.72-2L8.24 16c-.14-.53.17-1.08.76-1.24a.8.8 0 0 1 .22 0V3.43c-.91 0-2-.57-2.84-.37s-1.69 1.38-2.66 1.6c-1.11.1-2.11.69-2.72 1.62l5.93 13l.21 1a3.003 3.003 0 0 0 3.57 2.29h.1c-.43-.35-.81-.76-1.09-1.23"/></svg>
React
import type { SVGProps } from "react";
export function MdiDivingFlippers(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.28 3.66c-1-.22-1.74-1.41-2.71-1.62s-2.17.55-3.15.33a3.66 3.66 0 0 0-3.14.34L11.21 17L11 18c-.36 1.62.67 3.22 2.29 3.58c1.61.35 3.21-.67 3.57-2.29l.21-1L23 5.28a3.63 3.63 0 0 0-2.72-1.62m-5.37 15.2c-.12.55-.66.9-1.21.79c-.56-.12-.91-.65-.79-1.22l.86-3.93a1 1 0 0 1 1.97.34c0 .04-.01.07-.02.11zm-5.19 2.48c-.39-.61-.64-1.29-.72-2L8.24 16c-.14-.53.17-1.08.76-1.24a.8.8 0 0 1 .22 0V3.43c-.91 0-2-.57-2.84-.37s-1.69 1.38-2.66 1.6c-1.11.1-2.11.69-2.72 1.62l5.93 13l.21 1a3.003 3.003 0 0 0 3.57 2.29h.1c-.43-.35-.81-.76-1.09-1.23"/></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.28 3.66c-1-.22-1.74-1.41-2.71-1.62s-2.17.55-3.15.33a3.66 3.66 0 0 0-3.14.34L11.21 17L11 18c-.36 1.62.67 3.22 2.29 3.58c1.61.35 3.21-.67 3.57-2.29l.21-1L23 5.28a3.63 3.63 0 0 0-2.72-1.62m-5.37 15.2c-.12.55-.66.9-1.21.79c-.56-.12-.91-.65-.79-1.22l.86-3.93a1 1 0 0 1 1.97.34c0 .04-.01.07-.02.11zm-5.19 2.48c-.39-.61-.64-1.29-.72-2L8.24 16c-.14-.53.17-1.08.76-1.24a.8.8 0 0 1 .22 0V3.43c-.91 0-2-.57-2.84-.37s-1.69 1.38-2.66 1.6c-1.11.1-2.11.69-2.72 1.62l5.93 13l.21 1a3.003 3.003 0 0 0 3.57 2.29h.1c-.43-.35-.81-.76-1.09-1.23"/></svg> </template>
CSS
.icon-diving-flippers {
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.28%203.66c-1-.22-1.74-1.41-2.71-1.62s-2.17.55-3.15.33a3.66%203.66%200%200%200-3.14.34L11.21%2017L11%2018c-.36%201.62.67%203.22%202.29%203.58c1.61.35%203.21-.67%203.57-2.29l.21-1L23%205.28a3.63%203.63%200%200%200-2.72-1.62m-5.37%2015.2c-.12.55-.66.9-1.21.79c-.56-.12-.91-.65-.79-1.22l.86-3.93a1%201%200%200%201%201.97.34c0%20.04-.01.07-.02.11zm-5.19%202.48c-.39-.61-.64-1.29-.72-2L8.24%2016c-.14-.53.17-1.08.76-1.24a.8.8%200%200%201%20.22%200V3.43c-.91%200-2-.57-2.84-.37s-1.69%201.38-2.66%201.6c-1.11.1-2.11.69-2.72%201.62l5.93%2013l.21%201a3.003%203.003%200%200%200%203.57%202.29h.1c-.43-.35-.81-.76-1.09-1.23%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.28%203.66c-1-.22-1.74-1.41-2.71-1.62s-2.17.55-3.15.33a3.66%203.66%200%200%200-3.14.34L11.21%2017L11%2018c-.36%201.62.67%203.22%202.29%203.58c1.61.35%203.21-.67%203.57-2.29l.21-1L23%205.28a3.63%203.63%200%200%200-2.72-1.62m-5.37%2015.2c-.12.55-.66.9-1.21.79c-.56-.12-.91-.65-.79-1.22l.86-3.93a1%201%200%200%201%201.97.34c0%20.04-.01.07-.02.11zm-5.19%202.48c-.39-.61-.64-1.29-.72-2L8.24%2016c-.14-.53.17-1.08.76-1.24a.8.8%200%200%201%20.22%200V3.43c-.91%200-2-.57-2.84-.37s-1.69%201.38-2.66%201.6c-1.11.1-2.11.69-2.72%201.62l5.93%2013l.21%201a3.003%203.003%200%200%200%203.57%202.29h.1c-.43-.35-.81-.76-1.09-1.23%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/diving-flippers.svg?color=%231a73e8&size=48