shark fin icon
shark-fin-outline from Material Design Icons by Pictogrammers · Outline · Animal · Apache-2.0 Free for personal and commercial use.
- Name
- shark-fin-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Animal
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
More animal icons from Material Design Icons
Use the shark fin icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 16v2h-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.3zM5.28 13.79c.54-.16 1.09-.41 1.61-.75L8 12.28c.69-2.28.78-5.01-.41-8.14c4.36.75 8.3 4.51 9.78 9.05c.75.45 1.54.72 2.29.78C18.24 7.4 12.37 2 6 2c-.35 0-.67.18-.85.47c-.18.3-.2.67-.04.98c2.17 4.34 1.5 7.84.17 10.34M16 18.7c-2.4 1.7-5.6 1.7-8 0c-1.2.8-2.6 1.3-4 1.3H2v2h2c1.4 0 2.8-.4 4-1c2.5 1.3 5.5 1.3 8 0c1.2.6 2.6 1 4 1h2v-2h-2c-1.4 0-2.8-.5-4-1.3"/></svg>
React
import type { SVGProps } from "react";
export function MdiSharkFinOutline(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="M22 16v2h-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.3zM5.28 13.79c.54-.16 1.09-.41 1.61-.75L8 12.28c.69-2.28.78-5.01-.41-8.14c4.36.75 8.3 4.51 9.78 9.05c.75.45 1.54.72 2.29.78C18.24 7.4 12.37 2 6 2c-.35 0-.67.18-.85.47c-.18.3-.2.67-.04.98c2.17 4.34 1.5 7.84.17 10.34M16 18.7c-2.4 1.7-5.6 1.7-8 0c-1.2.8-2.6 1.3-4 1.3H2v2h2c1.4 0 2.8-.4 4-1c2.5 1.3 5.5 1.3 8 0c1.2.6 2.6 1 4 1h2v-2h-2c-1.4 0-2.8-.5-4-1.3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 16v2h-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.3zM5.28 13.79c.54-.16 1.09-.41 1.61-.75L8 12.28c.69-2.28.78-5.01-.41-8.14c4.36.75 8.3 4.51 9.78 9.05c.75.45 1.54.72 2.29.78C18.24 7.4 12.37 2 6 2c-.35 0-.67.18-.85.47c-.18.3-.2.67-.04.98c2.17 4.34 1.5 7.84.17 10.34M16 18.7c-2.4 1.7-5.6 1.7-8 0c-1.2.8-2.6 1.3-4 1.3H2v2h2c1.4 0 2.8-.4 4-1c2.5 1.3 5.5 1.3 8 0c1.2.6 2.6 1 4 1h2v-2h-2c-1.4 0-2.8-.5-4-1.3"/></svg> </template>
CSS
.icon-shark-fin-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%22M22%2016v2h-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.3zM5.28%2013.79c.54-.16%201.09-.41%201.61-.75L8%2012.28c.69-2.28.78-5.01-.41-8.14c4.36.75%208.3%204.51%209.78%209.05c.75.45%201.54.72%202.29.78C18.24%207.4%2012.37%202%206%202c-.35%200-.67.18-.85.47c-.18.3-.2.67-.04.98c2.17%204.34%201.5%207.84.17%2010.34M16%2018.7c-2.4%201.7-5.6%201.7-8%200c-1.2.8-2.6%201.3-4%201.3H2v2h2c1.4%200%202.8-.4%204-1c2.5%201.3%205.5%201.3%208%200c1.2.6%202.6%201%204%201h2v-2h-2c-1.4%200-2.8-.5-4-1.3%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%22M22%2016v2h-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.3zM5.28%2013.79c.54-.16%201.09-.41%201.61-.75L8%2012.28c.69-2.28.78-5.01-.41-8.14c4.36.75%208.3%204.51%209.78%209.05c.75.45%201.54.72%202.29.78C18.24%207.4%2012.37%202%206%202c-.35%200-.67.18-.85.47c-.18.3-.2.67-.04.98c2.17%204.34%201.5%207.84.17%2010.34M16%2018.7c-2.4%201.7-5.6%201.7-8%200c-1.2.8-2.6%201.3-4%201.3H2v2h2c1.4%200%202.8-.4%204-1c2.5%201.3%205.5%201.3%208%200c1.2.6%202.6%201%204%201h2v-2h-2c-1.4%200-2.8-.5-4-1.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/shark-fin-outline.svg?color=%231a73e8&size=48