fish fins icon
fish-fins from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- fish-fins
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 576×512
- License
- CC BY 4.0
The same icon in other sets
Use the fish fins icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M275.2 38.4c-10.6-8-25-8.5-36.3-1.5S222 57.3 224.6 70.3l9.7 48.6c-19.4 9-36.9 19.9-52.4 31.5c-15.3 11.5-29 23.9-40.7 36.3l-93.1-54.3c-12.5-7.3-28.4-5.3-38.6 4.9s-12.5 26-5.3 38.6L50 256L4.2 336.1c-7.2 12.6-5 28.4 5.3 38.6s26.1 12.2 38.6 4.9l93.1-54.3c11.8 12.3 25.4 24.8 40.7 36.3c15.5 11.6 33 22.5 52.4 31.5l-9.7 48.6c-2.6 13 3.1 26.3 14.3 33.3s25.6 6.5 36.3-1.5l77.6-58.2c54.9-4 101.5-27 137.2-53.8c39.2-29.4 67.2-64.7 81.6-89.5c5.8-9.9 5.8-22.2 0-32.1c-14.4-24.8-42.5-60.1-81.6-89.5c-35.8-26.8-82.3-49.8-137.2-53.8zM384 256a32 32 0 1 1 64 0a32 32 0 1 1-64 0"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidFishFins(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M275.2 38.4c-10.6-8-25-8.5-36.3-1.5S222 57.3 224.6 70.3l9.7 48.6c-19.4 9-36.9 19.9-52.4 31.5c-15.3 11.5-29 23.9-40.7 36.3l-93.1-54.3c-12.5-7.3-28.4-5.3-38.6 4.9s-12.5 26-5.3 38.6L50 256L4.2 336.1c-7.2 12.6-5 28.4 5.3 38.6s26.1 12.2 38.6 4.9l93.1-54.3c11.8 12.3 25.4 24.8 40.7 36.3c15.5 11.6 33 22.5 52.4 31.5l-9.7 48.6c-2.6 13 3.1 26.3 14.3 33.3s25.6 6.5 36.3-1.5l77.6-58.2c54.9-4 101.5-27 137.2-53.8c39.2-29.4 67.2-64.7 81.6-89.5c5.8-9.9 5.8-22.2 0-32.1c-14.4-24.8-42.5-60.1-81.6-89.5c-35.8-26.8-82.3-49.8-137.2-53.8zM384 256a32 32 0 1 1 64 0a32 32 0 1 1-64 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M275.2 38.4c-10.6-8-25-8.5-36.3-1.5S222 57.3 224.6 70.3l9.7 48.6c-19.4 9-36.9 19.9-52.4 31.5c-15.3 11.5-29 23.9-40.7 36.3l-93.1-54.3c-12.5-7.3-28.4-5.3-38.6 4.9s-12.5 26-5.3 38.6L50 256L4.2 336.1c-7.2 12.6-5 28.4 5.3 38.6s26.1 12.2 38.6 4.9l93.1-54.3c11.8 12.3 25.4 24.8 40.7 36.3c15.5 11.6 33 22.5 52.4 31.5l-9.7 48.6c-2.6 13 3.1 26.3 14.3 33.3s25.6 6.5 36.3-1.5l77.6-58.2c54.9-4 101.5-27 137.2-53.8c39.2-29.4 67.2-64.7 81.6-89.5c5.8-9.9 5.8-22.2 0-32.1c-14.4-24.8-42.5-60.1-81.6-89.5c-35.8-26.8-82.3-49.8-137.2-53.8zM384 256a32 32 0 1 1 64 0a32 32 0 1 1-64 0"/></svg> </template>
CSS
.icon-fish-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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M275.2%2038.4c-10.6-8-25-8.5-36.3-1.5S222%2057.3%20224.6%2070.3l9.7%2048.6c-19.4%209-36.9%2019.9-52.4%2031.5c-15.3%2011.5-29%2023.9-40.7%2036.3l-93.1-54.3c-12.5-7.3-28.4-5.3-38.6%204.9s-12.5%2026-5.3%2038.6L50%20256L4.2%20336.1c-7.2%2012.6-5%2028.4%205.3%2038.6s26.1%2012.2%2038.6%204.9l93.1-54.3c11.8%2012.3%2025.4%2024.8%2040.7%2036.3c15.5%2011.6%2033%2022.5%2052.4%2031.5l-9.7%2048.6c-2.6%2013%203.1%2026.3%2014.3%2033.3s25.6%206.5%2036.3-1.5l77.6-58.2c54.9-4%20101.5-27%20137.2-53.8c39.2-29.4%2067.2-64.7%2081.6-89.5c5.8-9.9%205.8-22.2%200-32.1c-14.4-24.8-42.5-60.1-81.6-89.5c-35.8-26.8-82.3-49.8-137.2-53.8zM384%20256a32%2032%200%201%201%2064%200a32%2032%200%201%201-64%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M275.2%2038.4c-10.6-8-25-8.5-36.3-1.5S222%2057.3%20224.6%2070.3l9.7%2048.6c-19.4%209-36.9%2019.9-52.4%2031.5c-15.3%2011.5-29%2023.9-40.7%2036.3l-93.1-54.3c-12.5-7.3-28.4-5.3-38.6%204.9s-12.5%2026-5.3%2038.6L50%20256L4.2%20336.1c-7.2%2012.6-5%2028.4%205.3%2038.6s26.1%2012.2%2038.6%204.9l93.1-54.3c11.8%2012.3%2025.4%2024.8%2040.7%2036.3c15.5%2011.6%2033%2022.5%2052.4%2031.5l-9.7%2048.6c-2.6%2013%203.1%2026.3%2014.3%2033.3s25.6%206.5%2036.3-1.5l77.6-58.2c54.9-4%20101.5-27%20137.2-53.8c39.2-29.4%2067.2-64.7%2081.6-89.5c5.8-9.9%205.8-22.2%200-32.1c-14.4-24.8-42.5-60.1-81.6-89.5c-35.8-26.8-82.3-49.8-137.2-53.8zM384%20256a32%2032%200%201%201%2064%200a32%2032%200%201%201-64%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/fish-fins.svg?color=%231a73e8&size=48