elephant from IconPark Outline by ByteDance · Outline · Animals · Apache-2.0 Free for personal and commercial use.

Name
elephant
Set
IconPark Outline
Style
Outline
Category
Animals
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More animals icons from IconPark Outline

Use the elephant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M16.794 12C12.742 11.112 4 12.193 4 21.787V40h5.87v-6.219h16.768V40h5.87V28.895c.698-.592 1.9 4.128 4.191 5.33c1.353.71 2.516 1.172 3.773.889c2.723-.613 4.025-2.399 3.354-6.663c-1.258 1.48-5.03 3.092-5.45 0V15.569c-.419-2.666-2.85-7.907-9.223-7.552h-6.869C19.35 8 14.99 12.015 15.996 17.345c.312 1.655 1.504 4.96 5.707 5.33c1.677.149 4.45-.532 6.127-4.441"/><circle cx="33" cy="19" r="2" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineElephant(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M16.794 12C12.742 11.112 4 12.193 4 21.787V40h5.87v-6.219h16.768V40h5.87V28.895c.698-.592 1.9 4.128 4.191 5.33c1.353.71 2.516 1.172 3.773.889c2.723-.613 4.025-2.399 3.354-6.663c-1.258 1.48-5.03 3.092-5.45 0V15.569c-.419-2.666-2.85-7.907-9.223-7.552h-6.869C19.35 8 14.99 12.015 15.996 17.345c.312 1.655 1.504 4.96 5.707 5.33c1.677.149 4.45-.532 6.127-4.441"/><circle cx="33" cy="19" r="2" fill="currentColor"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M16.794 12C12.742 11.112 4 12.193 4 21.787V40h5.87v-6.219h16.768V40h5.87V28.895c.698-.592 1.9 4.128 4.191 5.33c1.353.71 2.516 1.172 3.773.889c2.723-.613 4.025-2.399 3.354-6.663c-1.258 1.48-5.03 3.092-5.45 0V15.569c-.419-2.666-2.85-7.907-9.223-7.552h-6.869C19.35 8 14.99 12.015 15.996 17.345c.312 1.655 1.504 4.96 5.707 5.33c1.677.149 4.45-.532 6.127-4.441"/><circle cx="33" cy="19" r="2" fill="currentColor"/></g></svg>
</template>

CSS

.icon-elephant {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M16.794%2012C12.742%2011.112%204%2012.193%204%2021.787V40h5.87v-6.219h16.768V40h5.87V28.895c.698-.592%201.9%204.128%204.191%205.33c1.353.71%202.516%201.172%203.773.889c2.723-.613%204.025-2.399%203.354-6.663c-1.258%201.48-5.03%203.092-5.45%200V15.569c-.419-2.666-2.85-7.907-9.223-7.552h-6.869C19.35%208%2014.99%2012.015%2015.996%2017.345c.312%201.655%201.504%204.96%205.707%205.33c1.677.149%204.45-.532%206.127-4.441%22%2F%3E%3Ccircle%20cx%3D%2233%22%20cy%3D%2219%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M16.794%2012C12.742%2011.112%204%2012.193%204%2021.787V40h5.87v-6.219h16.768V40h5.87V28.895c.698-.592%201.9%204.128%204.191%205.33c1.353.71%202.516%201.172%203.773.889c2.723-.613%204.025-2.399%203.354-6.663c-1.258%201.48-5.03%203.092-5.45%200V15.569c-.419-2.666-2.85-7.907-9.223-7.552h-6.869C19.35%208%2014.99%2012.015%2015.996%2017.345c.312%201.655%201.504%204.96%205.707%205.33c1.677.149%204.45-.532%206.127-4.441%22%2F%3E%3Ccircle%20cx%3D%2233%22%20cy%3D%2219%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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