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

Name
sauropod
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 sauropod emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3e721d" d="M17.68 22s1.937 7.873 1.187 9.373c-2.373 4.746-1.187 4.627 0 4.627h2.373c2.373 0-1.187-14-1.187-14zM5.255 19.387s-.436 7.993-1.187 9.493C1.695 33.626 1.695 36 2.882 36h2.373c1.186 0 1.187-4.154 1.187-5.34c0-1.187 1.187-8.603 1.187-8.603z"/><path fill="#77b255" d="M12.374 5.251c-2.068.017-4.209-.435-5.523 2.099c-1.404 2.709-2.065 8.579.776 9.664c2.479.947 7.933-1.187 13.866 1.187s8.306 16.612 13.015 16.63c1.224.005 1.206 1.123.001 1.132c-5.914.045-8.509-5.897-9.509-5.897c0 0 1 5.934 0 5.934h-4c-1 0 0-3.081 0-4.268v-1.667s-1.593 1.218-5.936 1.218C11.781 31.284 9 30.066 9 30.066S10 36 9 36H5.255c-1.678 0 .166-4.013 0-5.934c-.102-1.182-.51-4.757-1.224-5.933c-1.726-2.847-2.763-11.521-1.929-15.285c.781-3.526 3.122-6.633 4.675-7.51C8.296.479 9.64-.162 12.968.373c1.775.285 3.591 2.922 2.89 4.274c-.421.81-1.94.591-3.484.604"/><path d="M12.967 2.181a.592.592 0 1 1-1.185.001a.592.592 0 0 1 1.185-.001"/><path fill="#5c913b" d="M10.218 18.485a.575.575 0 1 1-1.1.34a.575.575 0 0 1 1.1-.34m3.874 1.248a.819.819 0 1 1-1.566.484a.819.819 0 1 1 1.566-.484m-1.625-1.426a.435.435 0 1 1-.831.258a.435.435 0 0 1 .831-.258m2.458-.331a.413.413 0 1 1-.788.244a.413.413 0 0 1 .788-.244m2.843.35a.763.763 0 1 1-1.458.45a.763.763 0 0 1 1.458-.45m4.753 1.979a.487.487 0 1 1-.61-.322a.487.487 0 0 1 .61.322m-5.854 0a.487.487 0 1 1-.61-.322a.49.49 0 0 1 .61.322m4.218-1.306a.487.487 0 1 1-.932.288a.487.487 0 1 1 .932-.288m-1.501.199a.722.722 0 1 1-1.378.427a.722.722 0 0 1 1.378-.427"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiSauropod(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3e721d" d="M17.68 22s1.937 7.873 1.187 9.373c-2.373 4.746-1.187 4.627 0 4.627h2.373c2.373 0-1.187-14-1.187-14zM5.255 19.387s-.436 7.993-1.187 9.493C1.695 33.626 1.695 36 2.882 36h2.373c1.186 0 1.187-4.154 1.187-5.34c0-1.187 1.187-8.603 1.187-8.603z"/><path fill="#77b255" d="M12.374 5.251c-2.068.017-4.209-.435-5.523 2.099c-1.404 2.709-2.065 8.579.776 9.664c2.479.947 7.933-1.187 13.866 1.187s8.306 16.612 13.015 16.63c1.224.005 1.206 1.123.001 1.132c-5.914.045-8.509-5.897-9.509-5.897c0 0 1 5.934 0 5.934h-4c-1 0 0-3.081 0-4.268v-1.667s-1.593 1.218-5.936 1.218C11.781 31.284 9 30.066 9 30.066S10 36 9 36H5.255c-1.678 0 .166-4.013 0-5.934c-.102-1.182-.51-4.757-1.224-5.933c-1.726-2.847-2.763-11.521-1.929-15.285c.781-3.526 3.122-6.633 4.675-7.51C8.296.479 9.64-.162 12.968.373c1.775.285 3.591 2.922 2.89 4.274c-.421.81-1.94.591-3.484.604"/><path d="M12.967 2.181a.592.592 0 1 1-1.185.001a.592.592 0 0 1 1.185-.001"/><path fill="#5c913b" d="M10.218 18.485a.575.575 0 1 1-1.1.34a.575.575 0 0 1 1.1-.34m3.874 1.248a.819.819 0 1 1-1.566.484a.819.819 0 1 1 1.566-.484m-1.625-1.426a.435.435 0 1 1-.831.258a.435.435 0 0 1 .831-.258m2.458-.331a.413.413 0 1 1-.788.244a.413.413 0 0 1 .788-.244m2.843.35a.763.763 0 1 1-1.458.45a.763.763 0 0 1 1.458-.45m4.753 1.979a.487.487 0 1 1-.61-.322a.487.487 0 0 1 .61.322m-5.854 0a.487.487 0 1 1-.61-.322a.49.49 0 0 1 .61.322m4.218-1.306a.487.487 0 1 1-.932.288a.487.487 0 1 1 .932-.288m-1.501.199a.722.722 0 1 1-1.378.427a.722.722 0 0 1 1.378-.427"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3e721d" d="M17.68 22s1.937 7.873 1.187 9.373c-2.373 4.746-1.187 4.627 0 4.627h2.373c2.373 0-1.187-14-1.187-14zM5.255 19.387s-.436 7.993-1.187 9.493C1.695 33.626 1.695 36 2.882 36h2.373c1.186 0 1.187-4.154 1.187-5.34c0-1.187 1.187-8.603 1.187-8.603z"/><path fill="#77b255" d="M12.374 5.251c-2.068.017-4.209-.435-5.523 2.099c-1.404 2.709-2.065 8.579.776 9.664c2.479.947 7.933-1.187 13.866 1.187s8.306 16.612 13.015 16.63c1.224.005 1.206 1.123.001 1.132c-5.914.045-8.509-5.897-9.509-5.897c0 0 1 5.934 0 5.934h-4c-1 0 0-3.081 0-4.268v-1.667s-1.593 1.218-5.936 1.218C11.781 31.284 9 30.066 9 30.066S10 36 9 36H5.255c-1.678 0 .166-4.013 0-5.934c-.102-1.182-.51-4.757-1.224-5.933c-1.726-2.847-2.763-11.521-1.929-15.285c.781-3.526 3.122-6.633 4.675-7.51C8.296.479 9.64-.162 12.968.373c1.775.285 3.591 2.922 2.89 4.274c-.421.81-1.94.591-3.484.604"/><path d="M12.967 2.181a.592.592 0 1 1-1.185.001a.592.592 0 0 1 1.185-.001"/><path fill="#5c913b" d="M10.218 18.485a.575.575 0 1 1-1.1.34a.575.575 0 0 1 1.1-.34m3.874 1.248a.819.819 0 1 1-1.566.484a.819.819 0 1 1 1.566-.484m-1.625-1.426a.435.435 0 1 1-.831.258a.435.435 0 0 1 .831-.258m2.458-.331a.413.413 0 1 1-.788.244a.413.413 0 0 1 .788-.244m2.843.35a.763.763 0 1 1-1.458.45a.763.763 0 0 1 1.458-.45m4.753 1.979a.487.487 0 1 1-.61-.322a.487.487 0 0 1 .61.322m-5.854 0a.487.487 0 1 1-.61-.322a.49.49 0 0 1 .61.322m4.218-1.306a.487.487 0 1 1-.932.288a.487.487 0 1 1 .932-.288m-1.501.199a.722.722 0 1 1-1.378.427a.722.722 0 0 1 1.378-.427"/></svg>
</template>

CSS

.icon-sauropod {
  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%233e721d%22%20d%3D%22M17.68%2022s1.937%207.873%201.187%209.373c-2.373%204.746-1.187%204.627%200%204.627h2.373c2.373%200-1.187-14-1.187-14zM5.255%2019.387s-.436%207.993-1.187%209.493C1.695%2033.626%201.695%2036%202.882%2036h2.373c1.186%200%201.187-4.154%201.187-5.34c0-1.187%201.187-8.603%201.187-8.603z%22%2F%3E%3Cpath%20fill%3D%22%2377b255%22%20d%3D%22M12.374%205.251c-2.068.017-4.209-.435-5.523%202.099c-1.404%202.709-2.065%208.579.776%209.664c2.479.947%207.933-1.187%2013.866%201.187s8.306%2016.612%2013.015%2016.63c1.224.005%201.206%201.123.001%201.132c-5.914.045-8.509-5.897-9.509-5.897c0%200%201%205.934%200%205.934h-4c-1%200%200-3.081%200-4.268v-1.667s-1.593%201.218-5.936%201.218C11.781%2031.284%209%2030.066%209%2030.066S10%2036%209%2036H5.255c-1.678%200%20.166-4.013%200-5.934c-.102-1.182-.51-4.757-1.224-5.933c-1.726-2.847-2.763-11.521-1.929-15.285c.781-3.526%203.122-6.633%204.675-7.51C8.296.479%209.64-.162%2012.968.373c1.775.285%203.591%202.922%202.89%204.274c-.421.81-1.94.591-3.484.604%22%2F%3E%3Cpath%20d%3D%22M12.967%202.181a.592.592%200%201%201-1.185.001a.592.592%200%200%201%201.185-.001%22%2F%3E%3Cpath%20fill%3D%22%235c913b%22%20d%3D%22M10.218%2018.485a.575.575%200%201%201-1.1.34a.575.575%200%200%201%201.1-.34m3.874%201.248a.819.819%200%201%201-1.566.484a.819.819%200%201%201%201.566-.484m-1.625-1.426a.435.435%200%201%201-.831.258a.435.435%200%200%201%20.831-.258m2.458-.331a.413.413%200%201%201-.788.244a.413.413%200%200%201%20.788-.244m2.843.35a.763.763%200%201%201-1.458.45a.763.763%200%200%201%201.458-.45m4.753%201.979a.487.487%200%201%201-.61-.322a.487.487%200%200%201%20.61.322m-5.854%200a.487.487%200%201%201-.61-.322a.49.49%200%200%201%20.61.322m4.218-1.306a.487.487%200%201%201-.932.288a.487.487%200%201%201%20.932-.288m-1.501.199a.722.722%200%201%201-1.378.427a.722.722%200%200%201%201.378-.427%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%233e721d%22%20d%3D%22M17.68%2022s1.937%207.873%201.187%209.373c-2.373%204.746-1.187%204.627%200%204.627h2.373c2.373%200-1.187-14-1.187-14zM5.255%2019.387s-.436%207.993-1.187%209.493C1.695%2033.626%201.695%2036%202.882%2036h2.373c1.186%200%201.187-4.154%201.187-5.34c0-1.187%201.187-8.603%201.187-8.603z%22%2F%3E%3Cpath%20fill%3D%22%2377b255%22%20d%3D%22M12.374%205.251c-2.068.017-4.209-.435-5.523%202.099c-1.404%202.709-2.065%208.579.776%209.664c2.479.947%207.933-1.187%2013.866%201.187s8.306%2016.612%2013.015%2016.63c1.224.005%201.206%201.123.001%201.132c-5.914.045-8.509-5.897-9.509-5.897c0%200%201%205.934%200%205.934h-4c-1%200%200-3.081%200-4.268v-1.667s-1.593%201.218-5.936%201.218C11.781%2031.284%209%2030.066%209%2030.066S10%2036%209%2036H5.255c-1.678%200%20.166-4.013%200-5.934c-.102-1.182-.51-4.757-1.224-5.933c-1.726-2.847-2.763-11.521-1.929-15.285c.781-3.526%203.122-6.633%204.675-7.51C8.296.479%209.64-.162%2012.968.373c1.775.285%203.591%202.922%202.89%204.274c-.421.81-1.94.591-3.484.604%22%2F%3E%3Cpath%20d%3D%22M12.967%202.181a.592.592%200%201%201-1.185.001a.592.592%200%200%201%201.185-.001%22%2F%3E%3Cpath%20fill%3D%22%235c913b%22%20d%3D%22M10.218%2018.485a.575.575%200%201%201-1.1.34a.575.575%200%200%201%201.1-.34m3.874%201.248a.819.819%200%201%201-1.566.484a.819.819%200%201%201%201.566-.484m-1.625-1.426a.435.435%200%201%201-.831.258a.435.435%200%200%201%20.831-.258m2.458-.331a.413.413%200%201%201-.788.244a.413.413%200%200%201%20.788-.244m2.843.35a.763.763%200%201%201-1.458.45a.763.763%200%200%201%201.458-.45m4.753%201.979a.487.487%200%201%201-.61-.322a.487.487%200%200%201%20.61.322m-5.854%200a.487.487%200%201%201-.61-.322a.49.49%200%200%201%20.61.322m4.218-1.306a.487.487%200%201%201-.932.288a.487.487%200%201%201%20.932-.288m-1.501.199a.722.722%200%201%201-1.378.427a.722.722%200%200%201%201.378-.427%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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