elephant from Twitter Emoji by Twitter · Default · Animals & Nature · CC-BY-4.0 Attribution required.

Name
elephant
Set
Twitter Emoji
Style
Default
Category
Animals & Nature
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More animals & nature icons from Twitter Emoji

Use the elephant emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#99aab5" d="M34.453 15.573c-.864-7.3-5.729-10.447-13.93-10.447c-.391 0-.763.017-1.139.031c-.013-.01-.022-.021-.035-.031C14.655 1.605 4.091 2.779 1.745 6.3c-3.255 4.883-1.174 22.3 0 24.646c1.173 2.35 4.694 3.521 5.868 2.35c1.174-1.176 0-1.176-1.173-3.521c-.85-1.701-.466-5.859.255-8.471c.028.168.068.322.1.486c.39 2.871 1.993 7.412 1.993 9.744c0 3.564 2.102 4.107 4.694 4.107s4.695-.543 4.695-4.107c0-.24-.008-.463-.012-.695c.757.064 1.535.107 2.359.107c.497 0 .977-.016 1.448-.039c-.004.209-.013.41-.013.627c0 3.564 2.103 4.107 4.694 4.107c2.593 0 4.695-.543 4.695-4.107c0-1.801 1.192-4.625 2.039-6.982c.159-.354.291-.732.42-1.117c.118 1.307.193 2.706.193 4.206a1 1 0 1 0 2 0c0-5.153-.771-9.248-1.547-12.068"/><path fill="#66757f" d="M19.35 5.126S23 10.641 20 15.641s-7.838 5-11 5c-2 0-1 2 0 2c1.414 0 8.395 1.211 12-6c3-6-1.65-11.515-1.65-11.515"/><circle cx="6.5" cy="14.141" r="1.5" fill="#292f33"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiElephant(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#99aab5" d="M34.453 15.573c-.864-7.3-5.729-10.447-13.93-10.447c-.391 0-.763.017-1.139.031c-.013-.01-.022-.021-.035-.031C14.655 1.605 4.091 2.779 1.745 6.3c-3.255 4.883-1.174 22.3 0 24.646c1.173 2.35 4.694 3.521 5.868 2.35c1.174-1.176 0-1.176-1.173-3.521c-.85-1.701-.466-5.859.255-8.471c.028.168.068.322.1.486c.39 2.871 1.993 7.412 1.993 9.744c0 3.564 2.102 4.107 4.694 4.107s4.695-.543 4.695-4.107c0-.24-.008-.463-.012-.695c.757.064 1.535.107 2.359.107c.497 0 .977-.016 1.448-.039c-.004.209-.013.41-.013.627c0 3.564 2.103 4.107 4.694 4.107c2.593 0 4.695-.543 4.695-4.107c0-1.801 1.192-4.625 2.039-6.982c.159-.354.291-.732.42-1.117c.118 1.307.193 2.706.193 4.206a1 1 0 1 0 2 0c0-5.153-.771-9.248-1.547-12.068"/><path fill="#66757f" d="M19.35 5.126S23 10.641 20 15.641s-7.838 5-11 5c-2 0-1 2 0 2c1.414 0 8.395 1.211 12-6c3-6-1.65-11.515-1.65-11.515"/><circle cx="6.5" cy="14.141" r="1.5" fill="#292f33"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#99aab5" d="M34.453 15.573c-.864-7.3-5.729-10.447-13.93-10.447c-.391 0-.763.017-1.139.031c-.013-.01-.022-.021-.035-.031C14.655 1.605 4.091 2.779 1.745 6.3c-3.255 4.883-1.174 22.3 0 24.646c1.173 2.35 4.694 3.521 5.868 2.35c1.174-1.176 0-1.176-1.173-3.521c-.85-1.701-.466-5.859.255-8.471c.028.168.068.322.1.486c.39 2.871 1.993 7.412 1.993 9.744c0 3.564 2.102 4.107 4.694 4.107s4.695-.543 4.695-4.107c0-.24-.008-.463-.012-.695c.757.064 1.535.107 2.359.107c.497 0 .977-.016 1.448-.039c-.004.209-.013.41-.013.627c0 3.564 2.103 4.107 4.694 4.107c2.593 0 4.695-.543 4.695-4.107c0-1.801 1.192-4.625 2.039-6.982c.159-.354.291-.732.42-1.117c.118 1.307.193 2.706.193 4.206a1 1 0 1 0 2 0c0-5.153-.771-9.248-1.547-12.068"/><path fill="#66757f" d="M19.35 5.126S23 10.641 20 15.641s-7.838 5-11 5c-2 0-1 2 0 2c1.414 0 8.395 1.211 12-6c3-6-1.65-11.515-1.65-11.515"/><circle cx="6.5" cy="14.141" r="1.5" fill="#292f33"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M34.453%2015.573c-.864-7.3-5.729-10.447-13.93-10.447c-.391%200-.763.017-1.139.031c-.013-.01-.022-.021-.035-.031C14.655%201.605%204.091%202.779%201.745%206.3c-3.255%204.883-1.174%2022.3%200%2024.646c1.173%202.35%204.694%203.521%205.868%202.35c1.174-1.176%200-1.176-1.173-3.521c-.85-1.701-.466-5.859.255-8.471c.028.168.068.322.1.486c.39%202.871%201.993%207.412%201.993%209.744c0%203.564%202.102%204.107%204.694%204.107s4.695-.543%204.695-4.107c0-.24-.008-.463-.012-.695c.757.064%201.535.107%202.359.107c.497%200%20.977-.016%201.448-.039c-.004.209-.013.41-.013.627c0%203.564%202.103%204.107%204.694%204.107c2.593%200%204.695-.543%204.695-4.107c0-1.801%201.192-4.625%202.039-6.982c.159-.354.291-.732.42-1.117c.118%201.307.193%202.706.193%204.206a1%201%200%201%200%202%200c0-5.153-.771-9.248-1.547-12.068%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M19.35%205.126S23%2010.641%2020%2015.641s-7.838%205-11%205c-2%200-1%202%200%202c1.414%200%208.395%201.211%2012-6c3-6-1.65-11.515-1.65-11.515%22%2F%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%2214.141%22%20r%3D%221.5%22%20fill%3D%22%23292f33%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%2036%2036%22%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M34.453%2015.573c-.864-7.3-5.729-10.447-13.93-10.447c-.391%200-.763.017-1.139.031c-.013-.01-.022-.021-.035-.031C14.655%201.605%204.091%202.779%201.745%206.3c-3.255%204.883-1.174%2022.3%200%2024.646c1.173%202.35%204.694%203.521%205.868%202.35c1.174-1.176%200-1.176-1.173-3.521c-.85-1.701-.466-5.859.255-8.471c.028.168.068.322.1.486c.39%202.871%201.993%207.412%201.993%209.744c0%203.564%202.102%204.107%204.694%204.107s4.695-.543%204.695-4.107c0-.24-.008-.463-.012-.695c.757.064%201.535.107%202.359.107c.497%200%20.977-.016%201.448-.039c-.004.209-.013.41-.013.627c0%203.564%202.103%204.107%204.694%204.107c2.593%200%204.695-.543%204.695-4.107c0-1.801%201.192-4.625%202.039-6.982c.159-.354.291-.732.42-1.117c.118%201.307.193%202.706.193%204.206a1%201%200%201%200%202%200c0-5.153-.771-9.248-1.547-12.068%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M19.35%205.126S23%2010.641%2020%2015.641s-7.838%205-11%205c-2%200-1%202%200%202c1.414%200%208.395%201.211%2012-6c3-6-1.65-11.515-1.65-11.515%22%2F%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%2214.141%22%20r%3D%221.5%22%20fill%3D%22%23292f33%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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