shark-fin from Material Design Icons by Pictogrammers · Filled · Animal · Apache-2.0 Free for personal and commercial use.

Name
shark-fin
Set
Material Design Icons
Style
Filled
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-.75l1.14-.77l1.13.8C10 13.66 11 14 12 14s2-.34 2.84-.93l1.13-.8l1.14.77c.82.55 1.72.86 2.56.93C18.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 MdiSharkFin(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-.75l1.14-.77l1.13.8C10 13.66 11 14 12 14s2-.34 2.84-.93l1.13-.8l1.14.77c.82.55 1.72.86 2.56.93C18.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-.75l1.14-.77l1.13.8C10 13.66 11 14 12 14s2-.34 2.84-.93l1.13-.8l1.14.77c.82.55 1.72.86 2.56.93C18.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 {
  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-.75l1.14-.77l1.13.8C10%2013.66%2011%2014%2012%2014s2-.34%202.84-.93l1.13-.8l1.14.77c.82.55%201.72.86%202.56.93C18.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-.75l1.14-.77l1.13.8C10%2013.66%2011%2014%2012%2014s2-.34%202.84-.93l1.13-.8l1.14.77c.82.55%201.72.86%202.56.93C18.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.svg?color=%231a73e8&size=48