frog icon
frog from Font Awesome 6 Solid by Dave Gandy · Regular · Animals · CC-BY-4.0 Attribution required.
- Name
- frog
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Animals
- Viewbox
- 576×512
- License
- CC BY 4.0
The same icon in other sets
More animals icons from Font Awesome 6 Solid
Use the frog icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M368 32c41.7 0 75.9 31.8 79.7 72.5l85.6 26.3c25.4 7.8 42.8 31.3 42.8 57.9c0 21.8-11.7 41.9-30.7 52.7l-144.6 82.1l92.5 92.5H544c17.7 0 32 14.3 32 32s-14.3 32-32 32h-64c-8.5 0-16.6-3.4-22.6-9.4L346.9 360.2c11.7-36 3.2-77.1-25.4-105.7c-40.6-40.6-106.3-40.6-146.9-.1l-73.6 70c-6.4 6.1-6.7 16.2-.6 22.6s16.2 6.6 22.6.6l73.8-70.2l.1-.1l.1-.1c3.5-3.5 7.3-6.6 11.3-9.2c27.9-18.5 65.9-15.4 90.5 9.2c24.7 24.7 27.7 62.9 9 90.9c-2.6 3.8-5.6 7.5-9 10.9l-37 37H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H64c-35.3 0-64-28.7-64-64C0 249.6 127 112.9 289.3 97.5C296.2 60.2 328.8 32 368 32m0 104a24 24 0 1 0 0-48a24 24 0 1 0 0 48"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidFrog(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="M368 32c41.7 0 75.9 31.8 79.7 72.5l85.6 26.3c25.4 7.8 42.8 31.3 42.8 57.9c0 21.8-11.7 41.9-30.7 52.7l-144.6 82.1l92.5 92.5H544c17.7 0 32 14.3 32 32s-14.3 32-32 32h-64c-8.5 0-16.6-3.4-22.6-9.4L346.9 360.2c11.7-36 3.2-77.1-25.4-105.7c-40.6-40.6-106.3-40.6-146.9-.1l-73.6 70c-6.4 6.1-6.7 16.2-.6 22.6s16.2 6.6 22.6.6l73.8-70.2l.1-.1l.1-.1c3.5-3.5 7.3-6.6 11.3-9.2c27.9-18.5 65.9-15.4 90.5 9.2c24.7 24.7 27.7 62.9 9 90.9c-2.6 3.8-5.6 7.5-9 10.9l-37 37H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H64c-35.3 0-64-28.7-64-64C0 249.6 127 112.9 289.3 97.5C296.2 60.2 328.8 32 368 32m0 104a24 24 0 1 0 0-48a24 24 0 1 0 0 48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M368 32c41.7 0 75.9 31.8 79.7 72.5l85.6 26.3c25.4 7.8 42.8 31.3 42.8 57.9c0 21.8-11.7 41.9-30.7 52.7l-144.6 82.1l92.5 92.5H544c17.7 0 32 14.3 32 32s-14.3 32-32 32h-64c-8.5 0-16.6-3.4-22.6-9.4L346.9 360.2c11.7-36 3.2-77.1-25.4-105.7c-40.6-40.6-106.3-40.6-146.9-.1l-73.6 70c-6.4 6.1-6.7 16.2-.6 22.6s16.2 6.6 22.6.6l73.8-70.2l.1-.1l.1-.1c3.5-3.5 7.3-6.6 11.3-9.2c27.9-18.5 65.9-15.4 90.5 9.2c24.7 24.7 27.7 62.9 9 90.9c-2.6 3.8-5.6 7.5-9 10.9l-37 37H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H64c-35.3 0-64-28.7-64-64C0 249.6 127 112.9 289.3 97.5C296.2 60.2 328.8 32 368 32m0 104a24 24 0 1 0 0-48a24 24 0 1 0 0 48"/></svg> </template>
CSS
.icon-frog {
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%22M368%2032c41.7%200%2075.9%2031.8%2079.7%2072.5l85.6%2026.3c25.4%207.8%2042.8%2031.3%2042.8%2057.9c0%2021.8-11.7%2041.9-30.7%2052.7l-144.6%2082.1l92.5%2092.5H544c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-64c-8.5%200-16.6-3.4-22.6-9.4L346.9%20360.2c11.7-36%203.2-77.1-25.4-105.7c-40.6-40.6-106.3-40.6-146.9-.1l-73.6%2070c-6.4%206.1-6.7%2016.2-.6%2022.6s16.2%206.6%2022.6.6l73.8-70.2l.1-.1l.1-.1c3.5-3.5%207.3-6.6%2011.3-9.2c27.9-18.5%2065.9-15.4%2090.5%209.2c24.7%2024.7%2027.7%2062.9%209%2090.9c-2.6%203.8-5.6%207.5-9%2010.9l-37%2037H352c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H64c-35.3%200-64-28.7-64-64C0%20249.6%20127%20112.9%20289.3%2097.5C296.2%2060.2%20328.8%2032%20368%2032m0%20104a24%2024%200%201%200%200-48a24%2024%200%201%200%200%2048%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%22M368%2032c41.7%200%2075.9%2031.8%2079.7%2072.5l85.6%2026.3c25.4%207.8%2042.8%2031.3%2042.8%2057.9c0%2021.8-11.7%2041.9-30.7%2052.7l-144.6%2082.1l92.5%2092.5H544c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-64c-8.5%200-16.6-3.4-22.6-9.4L346.9%20360.2c11.7-36%203.2-77.1-25.4-105.7c-40.6-40.6-106.3-40.6-146.9-.1l-73.6%2070c-6.4%206.1-6.7%2016.2-.6%2022.6s16.2%206.6%2022.6.6l73.8-70.2l.1-.1l.1-.1c3.5-3.5%207.3-6.6%2011.3-9.2c27.9-18.5%2065.9-15.4%2090.5%209.2c24.7%2024.7%2027.7%2062.9%209%2090.9c-2.6%203.8-5.6%207.5-9%2010.9l-37%2037H352c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H64c-35.3%200-64-28.7-64-64C0%20249.6%20127%20112.9%20289.3%2097.5C296.2%2060.2%20328.8%2032%20368%2032m0%20104a24%2024%200%201%200%200-48a24%2024%200%201%200%200%2048%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/frog.svg?color=%231a73e8&size=48