sauropod emoji
sauropod from OpenMoji by OpenMoji · Default · Animals Nature · CC-BY-SA-4.0 Attribution required.
- Name
- sauropod
- Set
- OpenMoji
- Style
- Default
- Category
- Animals Nature
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More animals nature icons from OpenMoji
Use the sauropod emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" d="M5 52s15-3 17-10s14.667-11.167 20.833-8.583c0 0 6.334.583 8.25-7.417S55 9 62 10s6.167 6.333 4.083 7.167S61 18 60 19.5s-2.167 16.167-6.583 19.833c0 0-4.917 6.5-4.667 9.584S50.583 61.25 47 61c-3.63-.253-3-7-3-8s-8-3-11-1s-2.167 8-4.583 8.5s-4.917.333-5.667-.583c-.75-.917.6-6.688-.5-8.667"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 52s15-3 17-10s14.667-11.167 20.833-8.583c0 0 6.334.583 8.25-7.417S55 9 62 10s6.167 6.333 4.083 7.167S61 18 60 19.5s-2.167 16.167-6.583 19.833c0 0-4.917 6.5-4.667 9.584S50.583 61.25 47 61c-3.63-.253-3-7-3-8s-8-3-11-1s-2.167 8-4.583 8.5s-4.917.333-5.667-.583c-.75-.917.6-6.688-.5-8.667"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiSauropod(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" d="M5 52s15-3 17-10s14.667-11.167 20.833-8.583c0 0 6.334.583 8.25-7.417S55 9 62 10s6.167 6.333 4.083 7.167S61 18 60 19.5s-2.167 16.167-6.583 19.833c0 0-4.917 6.5-4.667 9.584S50.583 61.25 47 61c-3.63-.253-3-7-3-8s-8-3-11-1s-2.167 8-4.583 8.5s-4.917.333-5.667-.583c-.75-.917.6-6.688-.5-8.667"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M5 52s15-3 17-10s14.667-11.167 20.833-8.583c0 0 6.334.583 8.25-7.417S55 9 62 10s6.167 6.333 4.083 7.167S61 18 60 19.5s-2.167 16.167-6.583 19.833c0 0-4.917 6.5-4.667 9.584S50.583 61.25 47 61c-3.63-.253-3-7-3-8s-8-3-11-1s-2.167 8-4.583 8.5s-4.917.333-5.667-.583c-.75-.917.6-6.688-.5-8.667"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" d="M5 52s15-3 17-10s14.667-11.167 20.833-8.583c0 0 6.334.583 8.25-7.417S55 9 62 10s6.167 6.333 4.083 7.167S61 18 60 19.5s-2.167 16.167-6.583 19.833c0 0-4.917 6.5-4.667 9.584S50.583 61.25 47 61c-3.63-.253-3-7-3-8s-8-3-11-1s-2.167 8-4.583 8.5s-4.917.333-5.667-.583c-.75-.917.6-6.688-.5-8.667"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 52s15-3 17-10s14.667-11.167 20.833-8.583c0 0 6.334.583 8.25-7.417S55 9 62 10s6.167 6.333 4.083 7.167S61 18 60 19.5s-2.167 16.167-6.583 19.833c0 0-4.917 6.5-4.667 9.584S50.583 61.25 47 61c-3.63-.253-3-7-3-8s-8-3-11-1s-2.167 8-4.583 8.5s-4.917.333-5.667-.583c-.75-.917.6-6.688-.5-8.667"/></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M5%2052s15-3%2017-10s14.667-11.167%2020.833-8.583c0%200%206.334.583%208.25-7.417S55%209%2062%2010s6.167%206.333%204.083%207.167S61%2018%2060%2019.5s-2.167%2016.167-6.583%2019.833c0%200-4.917%206.5-4.667%209.584S50.583%2061.25%2047%2061c-3.63-.253-3-7-3-8s-8-3-11-1s-2.167%208-4.583%208.5s-4.917.333-5.667-.583c-.75-.917.6-6.688-.5-8.667%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M5%2052s15-3%2017-10s14.667-11.167%2020.833-8.583c0%200%206.334.583%208.25-7.417S55%209%2062%2010s6.167%206.333%204.083%207.167S61%2018%2060%2019.5s-2.167%2016.167-6.583%2019.833c0%200-4.917%206.5-4.667%209.584S50.583%2061.25%2047%2061c-3.63-.253-3-7-3-8s-8-3-11-1s-2.167%208-4.583%208.5s-4.917.333-5.667-.583c-.75-.917.6-6.688-.5-8.667%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M5%2052s15-3%2017-10s14.667-11.167%2020.833-8.583c0%200%206.334.583%208.25-7.417S55%209%2062%2010s6.167%206.333%204.083%207.167S61%2018%2060%2019.5s-2.167%2016.167-6.583%2019.833c0%200-4.917%206.5-4.667%209.584S50.583%2061.25%2047%2061c-3.63-.253-3-7-3-8s-8-3-11-1s-2.167%208-4.583%208.5s-4.917.333-5.667-.583c-.75-.917.6-6.688-.5-8.667%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M5%2052s15-3%2017-10s14.667-11.167%2020.833-8.583c0%200%206.334.583%208.25-7.417S55%209%2062%2010s6.167%206.333%204.083%207.167S61%2018%2060%2019.5s-2.167%2016.167-6.583%2019.833c0%200-4.917%206.5-4.667%209.584S50.583%2061.25%2047%2061c-3.63-.253-3-7-3-8s-8-3-11-1s-2.167%208-4.583%208.5s-4.917.333-5.667-.583c-.75-.917.6-6.688-.5-8.667%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/sauropod.svg?color=%231a73e8&size=48