fins icon
fins from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- fins
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the fins icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8.471 19.963c2.414-4.127 3.02-12.61 2.156-16.268L9 4.5S7.77 3 6.5 3S4 4.5 4 4.5l-1.627-.805c-.864 3.658-.258 12.14 2.156 16.268c.809 1.383 3.134 1.383 3.942 0m7.058-15.926c-2.414 4.127-3.02 12.61-2.156 16.268L15 19.5s1.23 1.5 2.5 1.5s2.5-1.5 2.5-1.5l1.627.805c.864-3.657.258-12.14-2.156-16.268c-.809-1.382-3.134-1.383-3.942 0M6.5 17v-1m11-8V7"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFins(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M8.471 19.963c2.414-4.127 3.02-12.61 2.156-16.268L9 4.5S7.77 3 6.5 3S4 4.5 4 4.5l-1.627-.805c-.864 3.658-.258 12.14 2.156 16.268c.809 1.383 3.134 1.383 3.942 0m7.058-15.926c-2.414 4.127-3.02 12.61-2.156 16.268L15 19.5s1.23 1.5 2.5 1.5s2.5-1.5 2.5-1.5l1.627.805c.864-3.657.258-12.14-2.156-16.268c-.809-1.382-3.134-1.383-3.942 0M6.5 17v-1m11-8V7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8.471 19.963c2.414-4.127 3.02-12.61 2.156-16.268L9 4.5S7.77 3 6.5 3S4 4.5 4 4.5l-1.627-.805c-.864 3.658-.258 12.14 2.156 16.268c.809 1.383 3.134 1.383 3.942 0m7.058-15.926c-2.414 4.127-3.02 12.61-2.156 16.268L15 19.5s1.23 1.5 2.5 1.5s2.5-1.5 2.5-1.5l1.627.805c.864-3.657.258-12.14-2.156-16.268c-.809-1.382-3.134-1.383-3.942 0M6.5 17v-1m11-8V7"/></svg> </template>
CSS
.icon-fins {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8.471%2019.963c2.414-4.127%203.02-12.61%202.156-16.268L9%204.5S7.77%203%206.5%203S4%204.5%204%204.5l-1.627-.805c-.864%203.658-.258%2012.14%202.156%2016.268c.809%201.383%203.134%201.383%203.942%200m7.058-15.926c-2.414%204.127-3.02%2012.61-2.156%2016.268L15%2019.5s1.23%201.5%202.5%201.5s2.5-1.5%202.5-1.5l1.627.805c.864-3.657.258-12.14-2.156-16.268c-.809-1.382-3.134-1.383-3.942%200M6.5%2017v-1m11-8V7%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8.471%2019.963c2.414-4.127%203.02-12.61%202.156-16.268L9%204.5S7.77%203%206.5%203S4%204.5%204%204.5l-1.627-.805c-.864%203.658-.258%2012.14%202.156%2016.268c.809%201.383%203.134%201.383%203.942%200m7.058-15.926c-2.414%204.127-3.02%2012.61-2.156%2016.268L15%2019.5s1.23%201.5%202.5%201.5s2.5-1.5%202.5-1.5l1.627.805c.864-3.657.258-12.14-2.156-16.268c-.809-1.382-3.134-1.383-3.942%200M6.5%2017v-1m11-8V7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/fins.svg?color=%231a73e8&size=48