hippo icon
hippo from Font Awesome Solid by Dave Gandy · Solid · Animals · CC-BY-4.0 Attribution required.
- Name
- hippo
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Animals
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More animals icons from Font Awesome Solid
Use the hippo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M407 111c9.4-9.4 24.6-9.4 33.9 0l17.2 17.2c1.9-.1 3.9-.2 5.8-.2h32c11.2 0 21.9 2.3 31.6 6.5L543 119c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-12.9 13c7.6 12.2 12 26.7 12 42.1c0 10.2 7.4 18.8 16.7 23c27.9 12.5 47.3 40.5 47.3 73c0 26.2-12.6 49.4-32 64v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-16h-64v16c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-17.6c-11.8-2.4-22.7-7.4-32-14.4c-1.5-1.1-2.9-2.3-4.3-3.5c-17-14.7-27.7-36.4-27.7-60.5c0-8.8-7.2-16-16-16s-16 7.2-16 16c0 44.7 26.2 83.2 64 101.2V416c0 17.7 14.3 32 32 32h32v64c0 17.7-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32v-76c-19.8 7.7-41.4 12-64 12s-44.2-4.3-64-12v76c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V393.1l-18.1 40.7c-5.4 12.1-19.6 17.6-31.7 12.2s-17.5-19.6-12.1-31.7L24 364.9c5.3-11.9 8-24.7 8-37.7c0-107.5 85.2-195.2 191.8-199.1l.2-.1h64c41.7 0 83.4 12.1 117.2 25.7c1.7-1.8 3.5-3.6 5.3-5.2L407 145c-9.4-9.4-9.4-24.6 0-33.9zm73 185c0-13.3-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24s24-10.7 24-24m88 24c13.3 0 24-10.7 24-24s-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24m-88-112c0-8.8-7.2-16-16-16s-16 7.2-16 16s7.2 16 16 16s16-7.2 16-16m48 16c8.8 0 16-7.2 16-16s-7.2-16-16-16s-16 7.2-16 16s7.2 16 16 16"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidHippo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M407 111c9.4-9.4 24.6-9.4 33.9 0l17.2 17.2c1.9-.1 3.9-.2 5.8-.2h32c11.2 0 21.9 2.3 31.6 6.5L543 119c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-12.9 13c7.6 12.2 12 26.7 12 42.1c0 10.2 7.4 18.8 16.7 23c27.9 12.5 47.3 40.5 47.3 73c0 26.2-12.6 49.4-32 64v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-16h-64v16c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-17.6c-11.8-2.4-22.7-7.4-32-14.4c-1.5-1.1-2.9-2.3-4.3-3.5c-17-14.7-27.7-36.4-27.7-60.5c0-8.8-7.2-16-16-16s-16 7.2-16 16c0 44.7 26.2 83.2 64 101.2V416c0 17.7 14.3 32 32 32h32v64c0 17.7-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32v-76c-19.8 7.7-41.4 12-64 12s-44.2-4.3-64-12v76c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V393.1l-18.1 40.7c-5.4 12.1-19.6 17.6-31.7 12.2s-17.5-19.6-12.1-31.7L24 364.9c5.3-11.9 8-24.7 8-37.7c0-107.5 85.2-195.2 191.8-199.1l.2-.1h64c41.7 0 83.4 12.1 117.2 25.7c1.7-1.8 3.5-3.6 5.3-5.2L407 145c-9.4-9.4-9.4-24.6 0-33.9zm73 185c0-13.3-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24s24-10.7 24-24m88 24c13.3 0 24-10.7 24-24s-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24m-88-112c0-8.8-7.2-16-16-16s-16 7.2-16 16s7.2 16 16 16s16-7.2 16-16m48 16c8.8 0 16-7.2 16-16s-7.2-16-16-16s-16 7.2-16 16s7.2 16 16 16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M407 111c9.4-9.4 24.6-9.4 33.9 0l17.2 17.2c1.9-.1 3.9-.2 5.8-.2h32c11.2 0 21.9 2.3 31.6 6.5L543 119c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-12.9 13c7.6 12.2 12 26.7 12 42.1c0 10.2 7.4 18.8 16.7 23c27.9 12.5 47.3 40.5 47.3 73c0 26.2-12.6 49.4-32 64v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-16h-64v16c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-17.6c-11.8-2.4-22.7-7.4-32-14.4c-1.5-1.1-2.9-2.3-4.3-3.5c-17-14.7-27.7-36.4-27.7-60.5c0-8.8-7.2-16-16-16s-16 7.2-16 16c0 44.7 26.2 83.2 64 101.2V416c0 17.7 14.3 32 32 32h32v64c0 17.7-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32v-76c-19.8 7.7-41.4 12-64 12s-44.2-4.3-64-12v76c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V393.1l-18.1 40.7c-5.4 12.1-19.6 17.6-31.7 12.2s-17.5-19.6-12.1-31.7L24 364.9c5.3-11.9 8-24.7 8-37.7c0-107.5 85.2-195.2 191.8-199.1l.2-.1h64c41.7 0 83.4 12.1 117.2 25.7c1.7-1.8 3.5-3.6 5.3-5.2L407 145c-9.4-9.4-9.4-24.6 0-33.9zm73 185c0-13.3-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24s24-10.7 24-24m88 24c13.3 0 24-10.7 24-24s-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24m-88-112c0-8.8-7.2-16-16-16s-16 7.2-16 16s7.2 16 16 16s16-7.2 16-16m48 16c8.8 0 16-7.2 16-16s-7.2-16-16-16s-16 7.2-16 16s7.2 16 16 16"/></svg> </template>
CSS
.icon-hippo {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M407%20111c9.4-9.4%2024.6-9.4%2033.9%200l17.2%2017.2c1.9-.1%203.9-.2%205.8-.2h32c11.2%200%2021.9%202.3%2031.6%206.5L543%20119c9.4-9.4%2024.6-9.4%2033.9%200s9.4%2024.6%200%2033.9l-12.9%2013c7.6%2012.2%2012%2026.7%2012%2042.1c0%2010.2%207.4%2018.8%2016.7%2023c27.9%2012.5%2047.3%2040.5%2047.3%2073c0%2026.2-12.6%2049.4-32%2064v32c0%208.8-7.2%2016-16%2016h-32c-8.8%200-16-7.2-16-16v-16h-64v16c0%208.8-7.2%2016-16%2016h-32c-8.8%200-16-7.2-16-16v-17.6c-11.8-2.4-22.7-7.4-32-14.4c-1.5-1.1-2.9-2.3-4.3-3.5c-17-14.7-27.7-36.4-27.7-60.5c0-8.8-7.2-16-16-16s-16%207.2-16%2016c0%2044.7%2026.2%2083.2%2064%20101.2V416c0%2017.7%2014.3%2032%2032%2032h32v64c0%2017.7-14.3%2032-32%2032h-64c-17.7%200-32-14.3-32-32v-76c-19.8%207.7-41.4%2012-64%2012s-44.2-4.3-64-12v76c0%2017.7-14.3%2032-32%2032H96c-17.7%200-32-14.3-32-32V393.1l-18.1%2040.7c-5.4%2012.1-19.6%2017.6-31.7%2012.2s-17.5-19.6-12.1-31.7L24%20364.9c5.3-11.9%208-24.7%208-37.7c0-107.5%2085.2-195.2%20191.8-199.1l.2-.1h64c41.7%200%2083.4%2012.1%20117.2%2025.7c1.7-1.8%203.5-3.6%205.3-5.2L407%20145c-9.4-9.4-9.4-24.6%200-33.9zm73%20185c0-13.3-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024s24-10.7%2024-24m88%2024c13.3%200%2024-10.7%2024-24s-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024m-88-112c0-8.8-7.2-16-16-16s-16%207.2-16%2016s7.2%2016%2016%2016s16-7.2%2016-16m48%2016c8.8%200%2016-7.2%2016-16s-7.2-16-16-16s-16%207.2-16%2016s7.2%2016%2016%2016%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M407%20111c9.4-9.4%2024.6-9.4%2033.9%200l17.2%2017.2c1.9-.1%203.9-.2%205.8-.2h32c11.2%200%2021.9%202.3%2031.6%206.5L543%20119c9.4-9.4%2024.6-9.4%2033.9%200s9.4%2024.6%200%2033.9l-12.9%2013c7.6%2012.2%2012%2026.7%2012%2042.1c0%2010.2%207.4%2018.8%2016.7%2023c27.9%2012.5%2047.3%2040.5%2047.3%2073c0%2026.2-12.6%2049.4-32%2064v32c0%208.8-7.2%2016-16%2016h-32c-8.8%200-16-7.2-16-16v-16h-64v16c0%208.8-7.2%2016-16%2016h-32c-8.8%200-16-7.2-16-16v-17.6c-11.8-2.4-22.7-7.4-32-14.4c-1.5-1.1-2.9-2.3-4.3-3.5c-17-14.7-27.7-36.4-27.7-60.5c0-8.8-7.2-16-16-16s-16%207.2-16%2016c0%2044.7%2026.2%2083.2%2064%20101.2V416c0%2017.7%2014.3%2032%2032%2032h32v64c0%2017.7-14.3%2032-32%2032h-64c-17.7%200-32-14.3-32-32v-76c-19.8%207.7-41.4%2012-64%2012s-44.2-4.3-64-12v76c0%2017.7-14.3%2032-32%2032H96c-17.7%200-32-14.3-32-32V393.1l-18.1%2040.7c-5.4%2012.1-19.6%2017.6-31.7%2012.2s-17.5-19.6-12.1-31.7L24%20364.9c5.3-11.9%208-24.7%208-37.7c0-107.5%2085.2-195.2%20191.8-199.1l.2-.1h64c41.7%200%2083.4%2012.1%20117.2%2025.7c1.7-1.8%203.5-3.6%205.3-5.2L407%20145c-9.4-9.4-9.4-24.6%200-33.9zm73%20185c0-13.3-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024s24-10.7%2024-24m88%2024c13.3%200%2024-10.7%2024-24s-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024m-88-112c0-8.8-7.2-16-16-16s-16%207.2-16%2016s7.2%2016%2016%2016s16-7.2%2016-16m48%2016c8.8%200%2016-7.2%2016-16s-7.2-16-16-16s-16%207.2-16%2016s7.2%2016%2016%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/hippo.svg?color=%231a73e8&size=48