fish4 happy icon
fish4-happy from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- fish4-happy
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Related icons in Codicons
Use the fish4 happy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.7.5c-1.44.59-2.54 1.66-2.98 2.97c.52-.31 1.08-.55 1.67-.72c.29-.83.74-1.59 1.31-2.25m.55 2c.4 0 .79.04 1.17.11C7.99 1.63 8.79.8 9.75.18C9.27.07 8.77.01 8.25.01c-.17 0-.34.02-.5.03c-.95.62-1.72 1.49-2.19 2.51c.23-.02.46-.05.7-.05zm2.19.35c1.17.39 2.2 1.08 2.98 1.97c.37-.63.58-1.33.58-2.08c0-.68-.17-1.33-.48-1.91c-.15-.09-.32-.16-.48-.24c-1.07.5-1.97 1.28-2.59 2.25zm4.06 8.57c.33.05.66.08 1 .08c.55 0 1.08-.08 1.59-.21c.17-.33.32-.67.44-1.03c-.76-.52-1.62-.9-2.54-1.1c-.02.8-.2 1.55-.49 2.26m2.63-7.65s-.04-.09-.08-.14c-1.22.61-2.2 1.43-2.81 2.38c.21.39.38.81.51 1.24c.9.55 1.97.97 3.15 1.22c.05-.35.09-.71.09-1.09c.01-.04.01-.09.01-.13c0-1.31-.33-2.51-.87-3.48M12 9c0-3.04-2.57-5.5-5.75-5.5S.5 5.96.5 9c0 .39-.31 2.01-.44 2.69c-.04.19.03.38.18.51l.24.2c.18.15.36.29.55.42c.45-.14.85-.35 1.12-.62c.2-.2.51-.2.71 0s.2.51 0 .71c-.21.21-.48.39-.78.55c1.24.65 2.61 1.01 4.02 1.04h.42c3.06-.13 5.5-2.54 5.5-5.5zM2 10.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75s.75.34.75.75s-.34.75-.75.75M4.5 12c-.28 0-.5-.22-.5-.5s.22-.5.5-.5c.96 0 1.75-.79 1.75-1.75c0-.28.22-.5.5-.5s.5.22.5.5C7.25 10.77 6.02 12 4.5 12m7.52.34c-.2.33-.43.64-.69.92c.53.14 1.09.24 1.67.24c.16 0 .32-.02.48-.03c.33-.31.62-.66.89-1.03c-.29.03-.58.06-.87.06c-.51 0-1-.07-1.48-.16m-3.15 2.65c.36.15.74.27 1.13.35c.78-.17 1.51-.48 2.18-.89a7 7 0 0 1-1.7-.4c-.49.38-1.03.69-1.61.93z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconFish4Happy(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.7.5c-1.44.59-2.54 1.66-2.98 2.97c.52-.31 1.08-.55 1.67-.72c.29-.83.74-1.59 1.31-2.25m.55 2c.4 0 .79.04 1.17.11C7.99 1.63 8.79.8 9.75.18C9.27.07 8.77.01 8.25.01c-.17 0-.34.02-.5.03c-.95.62-1.72 1.49-2.19 2.51c.23-.02.46-.05.7-.05zm2.19.35c1.17.39 2.2 1.08 2.98 1.97c.37-.63.58-1.33.58-2.08c0-.68-.17-1.33-.48-1.91c-.15-.09-.32-.16-.48-.24c-1.07.5-1.97 1.28-2.59 2.25zm4.06 8.57c.33.05.66.08 1 .08c.55 0 1.08-.08 1.59-.21c.17-.33.32-.67.44-1.03c-.76-.52-1.62-.9-2.54-1.1c-.02.8-.2 1.55-.49 2.26m2.63-7.65s-.04-.09-.08-.14c-1.22.61-2.2 1.43-2.81 2.38c.21.39.38.81.51 1.24c.9.55 1.97.97 3.15 1.22c.05-.35.09-.71.09-1.09c.01-.04.01-.09.01-.13c0-1.31-.33-2.51-.87-3.48M12 9c0-3.04-2.57-5.5-5.75-5.5S.5 5.96.5 9c0 .39-.31 2.01-.44 2.69c-.04.19.03.38.18.51l.24.2c.18.15.36.29.55.42c.45-.14.85-.35 1.12-.62c.2-.2.51-.2.71 0s.2.51 0 .71c-.21.21-.48.39-.78.55c1.24.65 2.61 1.01 4.02 1.04h.42c3.06-.13 5.5-2.54 5.5-5.5zM2 10.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75s.75.34.75.75s-.34.75-.75.75M4.5 12c-.28 0-.5-.22-.5-.5s.22-.5.5-.5c.96 0 1.75-.79 1.75-1.75c0-.28.22-.5.5-.5s.5.22.5.5C7.25 10.77 6.02 12 4.5 12m7.52.34c-.2.33-.43.64-.69.92c.53.14 1.09.24 1.67.24c.16 0 .32-.02.48-.03c.33-.31.62-.66.89-1.03c-.29.03-.58.06-.87.06c-.51 0-1-.07-1.48-.16m-3.15 2.65c.36.15.74.27 1.13.35c.78-.17 1.51-.48 2.18-.89a7 7 0 0 1-1.7-.4c-.49.38-1.03.69-1.61.93z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.7.5c-1.44.59-2.54 1.66-2.98 2.97c.52-.31 1.08-.55 1.67-.72c.29-.83.74-1.59 1.31-2.25m.55 2c.4 0 .79.04 1.17.11C7.99 1.63 8.79.8 9.75.18C9.27.07 8.77.01 8.25.01c-.17 0-.34.02-.5.03c-.95.62-1.72 1.49-2.19 2.51c.23-.02.46-.05.7-.05zm2.19.35c1.17.39 2.2 1.08 2.98 1.97c.37-.63.58-1.33.58-2.08c0-.68-.17-1.33-.48-1.91c-.15-.09-.32-.16-.48-.24c-1.07.5-1.97 1.28-2.59 2.25zm4.06 8.57c.33.05.66.08 1 .08c.55 0 1.08-.08 1.59-.21c.17-.33.32-.67.44-1.03c-.76-.52-1.62-.9-2.54-1.1c-.02.8-.2 1.55-.49 2.26m2.63-7.65s-.04-.09-.08-.14c-1.22.61-2.2 1.43-2.81 2.38c.21.39.38.81.51 1.24c.9.55 1.97.97 3.15 1.22c.05-.35.09-.71.09-1.09c.01-.04.01-.09.01-.13c0-1.31-.33-2.51-.87-3.48M12 9c0-3.04-2.57-5.5-5.75-5.5S.5 5.96.5 9c0 .39-.31 2.01-.44 2.69c-.04.19.03.38.18.51l.24.2c.18.15.36.29.55.42c.45-.14.85-.35 1.12-.62c.2-.2.51-.2.71 0s.2.51 0 .71c-.21.21-.48.39-.78.55c1.24.65 2.61 1.01 4.02 1.04h.42c3.06-.13 5.5-2.54 5.5-5.5zM2 10.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75s.75.34.75.75s-.34.75-.75.75M4.5 12c-.28 0-.5-.22-.5-.5s.22-.5.5-.5c.96 0 1.75-.79 1.75-1.75c0-.28.22-.5.5-.5s.5.22.5.5C7.25 10.77 6.02 12 4.5 12m7.52.34c-.2.33-.43.64-.69.92c.53.14 1.09.24 1.67.24c.16 0 .32-.02.48-.03c.33-.31.62-.66.89-1.03c-.29.03-.58.06-.87.06c-.51 0-1-.07-1.48-.16m-3.15 2.65c.36.15.74.27 1.13.35c.78-.17 1.51-.48 2.18-.89a7 7 0 0 1-1.7-.4c-.49.38-1.03.69-1.61.93z"/></svg> </template>
CSS
.icon-fish4-happy {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.7.5c-1.44.59-2.54%201.66-2.98%202.97c.52-.31%201.08-.55%201.67-.72c.29-.83.74-1.59%201.31-2.25m.55%202c.4%200%20.79.04%201.17.11C7.99%201.63%208.79.8%209.75.18C9.27.07%208.77.01%208.25.01c-.17%200-.34.02-.5.03c-.95.62-1.72%201.49-2.19%202.51c.23-.02.46-.05.7-.05zm2.19.35c1.17.39%202.2%201.08%202.98%201.97c.37-.63.58-1.33.58-2.08c0-.68-.17-1.33-.48-1.91c-.15-.09-.32-.16-.48-.24c-1.07.5-1.97%201.28-2.59%202.25zm4.06%208.57c.33.05.66.08%201%20.08c.55%200%201.08-.08%201.59-.21c.17-.33.32-.67.44-1.03c-.76-.52-1.62-.9-2.54-1.1c-.02.8-.2%201.55-.49%202.26m2.63-7.65s-.04-.09-.08-.14c-1.22.61-2.2%201.43-2.81%202.38c.21.39.38.81.51%201.24c.9.55%201.97.97%203.15%201.22c.05-.35.09-.71.09-1.09c.01-.04.01-.09.01-.13c0-1.31-.33-2.51-.87-3.48M12%209c0-3.04-2.57-5.5-5.75-5.5S.5%205.96.5%209c0%20.39-.31%202.01-.44%202.69c-.04.19.03.38.18.51l.24.2c.18.15.36.29.55.42c.45-.14.85-.35%201.12-.62c.2-.2.51-.2.71%200s.2.51%200%20.71c-.21.21-.48.39-.78.55c1.24.65%202.61%201.01%204.02%201.04h.42c3.06-.13%205.5-2.54%205.5-5.5zM2%2010.75c-.41%200-.75-.34-.75-.75s.34-.75.75-.75s.75.34.75.75s-.34.75-.75.75M4.5%2012c-.28%200-.5-.22-.5-.5s.22-.5.5-.5c.96%200%201.75-.79%201.75-1.75c0-.28.22-.5.5-.5s.5.22.5.5C7.25%2010.77%206.02%2012%204.5%2012m7.52.34c-.2.33-.43.64-.69.92c.53.14%201.09.24%201.67.24c.16%200%20.32-.02.48-.03c.33-.31.62-.66.89-1.03c-.29.03-.58.06-.87.06c-.51%200-1-.07-1.48-.16m-3.15%202.65c.36.15.74.27%201.13.35c.78-.17%201.51-.48%202.18-.89a7%207%200%200%201-1.7-.4c-.49.38-1.03.69-1.61.93z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.7.5c-1.44.59-2.54%201.66-2.98%202.97c.52-.31%201.08-.55%201.67-.72c.29-.83.74-1.59%201.31-2.25m.55%202c.4%200%20.79.04%201.17.11C7.99%201.63%208.79.8%209.75.18C9.27.07%208.77.01%208.25.01c-.17%200-.34.02-.5.03c-.95.62-1.72%201.49-2.19%202.51c.23-.02.46-.05.7-.05zm2.19.35c1.17.39%202.2%201.08%202.98%201.97c.37-.63.58-1.33.58-2.08c0-.68-.17-1.33-.48-1.91c-.15-.09-.32-.16-.48-.24c-1.07.5-1.97%201.28-2.59%202.25zm4.06%208.57c.33.05.66.08%201%20.08c.55%200%201.08-.08%201.59-.21c.17-.33.32-.67.44-1.03c-.76-.52-1.62-.9-2.54-1.1c-.02.8-.2%201.55-.49%202.26m2.63-7.65s-.04-.09-.08-.14c-1.22.61-2.2%201.43-2.81%202.38c.21.39.38.81.51%201.24c.9.55%201.97.97%203.15%201.22c.05-.35.09-.71.09-1.09c.01-.04.01-.09.01-.13c0-1.31-.33-2.51-.87-3.48M12%209c0-3.04-2.57-5.5-5.75-5.5S.5%205.96.5%209c0%20.39-.31%202.01-.44%202.69c-.04.19.03.38.18.51l.24.2c.18.15.36.29.55.42c.45-.14.85-.35%201.12-.62c.2-.2.51-.2.71%200s.2.51%200%20.71c-.21.21-.48.39-.78.55c1.24.65%202.61%201.01%204.02%201.04h.42c3.06-.13%205.5-2.54%205.5-5.5zM2%2010.75c-.41%200-.75-.34-.75-.75s.34-.75.75-.75s.75.34.75.75s-.34.75-.75.75M4.5%2012c-.28%200-.5-.22-.5-.5s.22-.5.5-.5c.96%200%201.75-.79%201.75-1.75c0-.28.22-.5.5-.5s.5.22.5.5C7.25%2010.77%206.02%2012%204.5%2012m7.52.34c-.2.33-.43.64-.69.92c.53.14%201.09.24%201.67.24c.16%200%20.32-.02.48-.03c.33-.31.62-.66.89-1.03c-.29.03-.58.06-.87.06c-.51%200-1-.07-1.48-.16m-3.15%202.65c.36.15.74.27%201.13.35c.78-.17%201.51-.48%202.18-.89a7%207%200%200%201-1.7-.4c-.49.38-1.03.69-1.61.93z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/fish4-happy.svg?color=%231a73e8&size=48