hippo from Font Awesome 6 Solid by Dave Gandy · Regular · Animals · CC-BY-4.0 Attribution required.

Name
hippo
Set
Font Awesome 6 Solid
Style
Regular
Category
Animals
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

More animals icons from Font Awesome 6 Solid

Use the hippo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M407 47c9.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 55c9.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.2V352c0 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-32V329.1l-18.1 40.6c-5.4 12.1-19.6 17.6-31.7 12.2s-17.5-19.5-12.1-31.6L24 300.9c5.3-11.9 8-24.7 8-37.7C32 155.7 117.2 68 223.8 64.1l.2-.1h64c41.7 0 83.4 12.1 117.2 25.7c1.7-1.8 3.5-3.6 5.3-5.2L407 81c-9.4-9.4-9.4-24.6 0-33.9zm73 185a24 24 0 1 0-48 0a24 24 0 1 0 48 0m88 24a24 24 0 1 0 0-48a24 24 0 1 0 0 48m-88-112a16 16 0 1 0-32 0a16 16 0 1 0 32 0m48 16a16 16 0 1 0 0-32a16 16 0 1 0 0 32"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidHippo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M407 47c9.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 55c9.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.2V352c0 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-32V329.1l-18.1 40.6c-5.4 12.1-19.6 17.6-31.7 12.2s-17.5-19.5-12.1-31.6L24 300.9c5.3-11.9 8-24.7 8-37.7C32 155.7 117.2 68 223.8 64.1l.2-.1h64c41.7 0 83.4 12.1 117.2 25.7c1.7-1.8 3.5-3.6 5.3-5.2L407 81c-9.4-9.4-9.4-24.6 0-33.9zm73 185a24 24 0 1 0-48 0a24 24 0 1 0 48 0m88 24a24 24 0 1 0 0-48a24 24 0 1 0 0 48m-88-112a16 16 0 1 0-32 0a16 16 0 1 0 32 0m48 16a16 16 0 1 0 0-32a16 16 0 1 0 0 32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M407 47c9.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 55c9.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.2V352c0 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-32V329.1l-18.1 40.6c-5.4 12.1-19.6 17.6-31.7 12.2s-17.5-19.5-12.1-31.6L24 300.9c5.3-11.9 8-24.7 8-37.7C32 155.7 117.2 68 223.8 64.1l.2-.1h64c41.7 0 83.4 12.1 117.2 25.7c1.7-1.8 3.5-3.6 5.3-5.2L407 81c-9.4-9.4-9.4-24.6 0-33.9zm73 185a24 24 0 1 0-48 0a24 24 0 1 0 48 0m88 24a24 24 0 1 0 0-48a24 24 0 1 0 0 48m-88-112a16 16 0 1 0-32 0a16 16 0 1 0 32 0m48 16a16 16 0 1 0 0-32a16 16 0 1 0 0 32"/></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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M407%2047c9.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%2055c9.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.2V352c0%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-32V329.1l-18.1%2040.6c-5.4%2012.1-19.6%2017.6-31.7%2012.2s-17.5-19.5-12.1-31.6L24%20300.9c5.3-11.9%208-24.7%208-37.7C32%20155.7%20117.2%2068%20223.8%2064.1l.2-.1h64c41.7%200%2083.4%2012.1%20117.2%2025.7c1.7-1.8%203.5-3.6%205.3-5.2L407%2081c-9.4-9.4-9.4-24.6%200-33.9zm73%20185a24%2024%200%201%200-48%200a24%2024%200%201%200%2048%200m88%2024a24%2024%200%201%200%200-48a24%2024%200%201%200%200%2048m-88-112a16%2016%200%201%200-32%200a16%2016%200%201%200%2032%200m48%2016a16%2016%200%201%200%200-32a16%2016%200%201%200%200%2032%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M407%2047c9.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%2055c9.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.2V352c0%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-32V329.1l-18.1%2040.6c-5.4%2012.1-19.6%2017.6-31.7%2012.2s-17.5-19.5-12.1-31.6L24%20300.9c5.3-11.9%208-24.7%208-37.7C32%20155.7%20117.2%2068%20223.8%2064.1l.2-.1h64c41.7%200%2083.4%2012.1%20117.2%2025.7c1.7-1.8%203.5-3.6%205.3-5.2L407%2081c-9.4-9.4-9.4-24.6%200-33.9zm73%20185a24%2024%200%201%200-48%200a24%2024%200%201%200%2048%200m88%2024a24%2024%200%201%200%200-48a24%2024%200%201%200%200%2048m-88-112a16%2016%200%201%200-32%200a16%2016%200%201%200%2032%200m48%2016a16%2016%200%201%200%200-32a16%2016%200%201%200%200%2032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/hippo.svg?color=%231a73e8&size=48