sauropod emoji
sauropod from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- sauropod
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More animals & nature icons from Fluent Emoji High Contrast
Use the sauropod emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M6.5 5a.781.781 0 1 0 0-1.563A.781.781 0 0 0 6.5 5"/><path d="M4 1.188C2.482 1.188 1 2.222 1 4c0 1.652 1.348 3 3 3h.214l-.089 14.004v.006c0 1.478.71 2.882 2.08 3.566l-1.088 4.812c-.206.84.45 1.612 1.273 1.612H9.6c.674 0 1.303-.46 1.464-1.162L12 26.015v4.415c0 .32.22.571.5.571h3c.28 0 .5-.251.5-.571V25h1v5.429c0 .32.22.571.5.571h3c.28 0 .5-.251.5-.571v-4.005l.84 3.355a1.494 1.494 0 0 0 1.462 1.158h3.21c.381 0 .719-.165.942-.346c.181-.145.644-.608.468-1.291l-1.614-6.44A8.98 8.98 0 0 0 31 14.97c0-3.472-1.917-6.83-5.08-8.09a1.51 1.51 0 0 0-1.365.105a1 1 0 0 0-.205.157a1.4 1.4 0 0 0-.48 1.158c.031.46.274.827.54 1.073c1.197 1.11 1.759 2.094 1.872 3.524c.039.478-.17 1.014-.567 1.691a1.7 1.7 0 0 1-.445.496c-.159.115-.255.133-.269.136H25a.66.66 0 0 1-.417-.15c-.157-.114-.293-.256-.498-.472l-.09-.093C23.088 13.427 21.693 13 20.4 13H9.953V3.88c0-.791-.31-1.49-.86-1.982c-.54-.482-1.247-.71-1.973-.71zM21.05 23h-9.2c-.4 0-.778.15-1.06.444a1.7 1.7 0 0 0-.421.823L9.209 29H7.256l.909-4.023v-.004A1.93 1.93 0 0 0 7.129 22.8l-.005-.002c-.596-.286-.997-.924-.998-1.786v-.003L6.22 6.315V6.31a1.17 1.17 0 0 0-.345-.82a1.5 1.5 0 0 0-.404-.29a1.8 1.8 0 0 0-.78-.2H4c-.548 0-1-.452-1-1c0-.422.318-.812 1-.812h3.12c.314 0 .523.097.64.202c.106.094.193.241.193.49v9.81c0 .465.251.802.477.99c.227.187.537.32.88.32H20.4c.916 0 1.666.309 2.079.808l.023.03l.026.026l.105.112c.408.438 1.158 1.244 2.367 1.244c.559 0 1.064-.241 1.444-.517a3.7 3.7 0 0 0 .997-1.104c.423-.723.926-1.724.835-2.861a7 7 0 0 0-.274-1.496A7.36 7.36 0 0 1 29 14.97a6.98 6.98 0 0 1-3.742 6.183a1.826 1.826 0 0 0-.934 2.014l.003.013l1.442 5.757h-2.078l-1.17-4.673a1.7 1.7 0 0 0-.405-.81A1.44 1.44 0 0 0 21.05 23"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastSauropod(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M6.5 5a.781.781 0 1 0 0-1.563A.781.781 0 0 0 6.5 5"/><path d="M4 1.188C2.482 1.188 1 2.222 1 4c0 1.652 1.348 3 3 3h.214l-.089 14.004v.006c0 1.478.71 2.882 2.08 3.566l-1.088 4.812c-.206.84.45 1.612 1.273 1.612H9.6c.674 0 1.303-.46 1.464-1.162L12 26.015v4.415c0 .32.22.571.5.571h3c.28 0 .5-.251.5-.571V25h1v5.429c0 .32.22.571.5.571h3c.28 0 .5-.251.5-.571v-4.005l.84 3.355a1.494 1.494 0 0 0 1.462 1.158h3.21c.381 0 .719-.165.942-.346c.181-.145.644-.608.468-1.291l-1.614-6.44A8.98 8.98 0 0 0 31 14.97c0-3.472-1.917-6.83-5.08-8.09a1.51 1.51 0 0 0-1.365.105a1 1 0 0 0-.205.157a1.4 1.4 0 0 0-.48 1.158c.031.46.274.827.54 1.073c1.197 1.11 1.759 2.094 1.872 3.524c.039.478-.17 1.014-.567 1.691a1.7 1.7 0 0 1-.445.496c-.159.115-.255.133-.269.136H25a.66.66 0 0 1-.417-.15c-.157-.114-.293-.256-.498-.472l-.09-.093C23.088 13.427 21.693 13 20.4 13H9.953V3.88c0-.791-.31-1.49-.86-1.982c-.54-.482-1.247-.71-1.973-.71zM21.05 23h-9.2c-.4 0-.778.15-1.06.444a1.7 1.7 0 0 0-.421.823L9.209 29H7.256l.909-4.023v-.004A1.93 1.93 0 0 0 7.129 22.8l-.005-.002c-.596-.286-.997-.924-.998-1.786v-.003L6.22 6.315V6.31a1.17 1.17 0 0 0-.345-.82a1.5 1.5 0 0 0-.404-.29a1.8 1.8 0 0 0-.78-.2H4c-.548 0-1-.452-1-1c0-.422.318-.812 1-.812h3.12c.314 0 .523.097.64.202c.106.094.193.241.193.49v9.81c0 .465.251.802.477.99c.227.187.537.32.88.32H20.4c.916 0 1.666.309 2.079.808l.023.03l.026.026l.105.112c.408.438 1.158 1.244 2.367 1.244c.559 0 1.064-.241 1.444-.517a3.7 3.7 0 0 0 .997-1.104c.423-.723.926-1.724.835-2.861a7 7 0 0 0-.274-1.496A7.36 7.36 0 0 1 29 14.97a6.98 6.98 0 0 1-3.742 6.183a1.826 1.826 0 0 0-.934 2.014l.003.013l1.442 5.757h-2.078l-1.17-4.673a1.7 1.7 0 0 0-.405-.81A1.44 1.44 0 0 0 21.05 23"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M6.5 5a.781.781 0 1 0 0-1.563A.781.781 0 0 0 6.5 5"/><path d="M4 1.188C2.482 1.188 1 2.222 1 4c0 1.652 1.348 3 3 3h.214l-.089 14.004v.006c0 1.478.71 2.882 2.08 3.566l-1.088 4.812c-.206.84.45 1.612 1.273 1.612H9.6c.674 0 1.303-.46 1.464-1.162L12 26.015v4.415c0 .32.22.571.5.571h3c.28 0 .5-.251.5-.571V25h1v5.429c0 .32.22.571.5.571h3c.28 0 .5-.251.5-.571v-4.005l.84 3.355a1.494 1.494 0 0 0 1.462 1.158h3.21c.381 0 .719-.165.942-.346c.181-.145.644-.608.468-1.291l-1.614-6.44A8.98 8.98 0 0 0 31 14.97c0-3.472-1.917-6.83-5.08-8.09a1.51 1.51 0 0 0-1.365.105a1 1 0 0 0-.205.157a1.4 1.4 0 0 0-.48 1.158c.031.46.274.827.54 1.073c1.197 1.11 1.759 2.094 1.872 3.524c.039.478-.17 1.014-.567 1.691a1.7 1.7 0 0 1-.445.496c-.159.115-.255.133-.269.136H25a.66.66 0 0 1-.417-.15c-.157-.114-.293-.256-.498-.472l-.09-.093C23.088 13.427 21.693 13 20.4 13H9.953V3.88c0-.791-.31-1.49-.86-1.982c-.54-.482-1.247-.71-1.973-.71zM21.05 23h-9.2c-.4 0-.778.15-1.06.444a1.7 1.7 0 0 0-.421.823L9.209 29H7.256l.909-4.023v-.004A1.93 1.93 0 0 0 7.129 22.8l-.005-.002c-.596-.286-.997-.924-.998-1.786v-.003L6.22 6.315V6.31a1.17 1.17 0 0 0-.345-.82a1.5 1.5 0 0 0-.404-.29a1.8 1.8 0 0 0-.78-.2H4c-.548 0-1-.452-1-1c0-.422.318-.812 1-.812h3.12c.314 0 .523.097.64.202c.106.094.193.241.193.49v9.81c0 .465.251.802.477.99c.227.187.537.32.88.32H20.4c.916 0 1.666.309 2.079.808l.023.03l.026.026l.105.112c.408.438 1.158 1.244 2.367 1.244c.559 0 1.064-.241 1.444-.517a3.7 3.7 0 0 0 .997-1.104c.423-.723.926-1.724.835-2.861a7 7 0 0 0-.274-1.496A7.36 7.36 0 0 1 29 14.97a6.98 6.98 0 0 1-3.742 6.183a1.826 1.826 0 0 0-.934 2.014l.003.013l1.442 5.757h-2.078l-1.17-4.673a1.7 1.7 0 0 0-.405-.81A1.44 1.44 0 0 0 21.05 23"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6.5%205a.781.781%200%201%200%200-1.563A.781.781%200%200%200%206.5%205%22%2F%3E%3Cpath%20d%3D%22M4%201.188C2.482%201.188%201%202.222%201%204c0%201.652%201.348%203%203%203h.214l-.089%2014.004v.006c0%201.478.71%202.882%202.08%203.566l-1.088%204.812c-.206.84.45%201.612%201.273%201.612H9.6c.674%200%201.303-.46%201.464-1.162L12%2026.015v4.415c0%20.32.22.571.5.571h3c.28%200%20.5-.251.5-.571V25h1v5.429c0%20.32.22.571.5.571h3c.28%200%20.5-.251.5-.571v-4.005l.84%203.355a1.494%201.494%200%200%200%201.462%201.158h3.21c.381%200%20.719-.165.942-.346c.181-.145.644-.608.468-1.291l-1.614-6.44A8.98%208.98%200%200%200%2031%2014.97c0-3.472-1.917-6.83-5.08-8.09a1.51%201.51%200%200%200-1.365.105a1%201%200%200%200-.205.157a1.4%201.4%200%200%200-.48%201.158c.031.46.274.827.54%201.073c1.197%201.11%201.759%202.094%201.872%203.524c.039.478-.17%201.014-.567%201.691a1.7%201.7%200%200%201-.445.496c-.159.115-.255.133-.269.136H25a.66.66%200%200%201-.417-.15c-.157-.114-.293-.256-.498-.472l-.09-.093C23.088%2013.427%2021.693%2013%2020.4%2013H9.953V3.88c0-.791-.31-1.49-.86-1.982c-.54-.482-1.247-.71-1.973-.71zM21.05%2023h-9.2c-.4%200-.778.15-1.06.444a1.7%201.7%200%200%200-.421.823L9.209%2029H7.256l.909-4.023v-.004A1.93%201.93%200%200%200%207.129%2022.8l-.005-.002c-.596-.286-.997-.924-.998-1.786v-.003L6.22%206.315V6.31a1.17%201.17%200%200%200-.345-.82a1.5%201.5%200%200%200-.404-.29a1.8%201.8%200%200%200-.78-.2H4c-.548%200-1-.452-1-1c0-.422.318-.812%201-.812h3.12c.314%200%20.523.097.64.202c.106.094.193.241.193.49v9.81c0%20.465.251.802.477.99c.227.187.537.32.88.32H20.4c.916%200%201.666.309%202.079.808l.023.03l.026.026l.105.112c.408.438%201.158%201.244%202.367%201.244c.559%200%201.064-.241%201.444-.517a3.7%203.7%200%200%200%20.997-1.104c.423-.723.926-1.724.835-2.861a7%207%200%200%200-.274-1.496A7.36%207.36%200%200%201%2029%2014.97a6.98%206.98%200%200%201-3.742%206.183a1.826%201.826%200%200%200-.934%202.014l.003.013l1.442%205.757h-2.078l-1.17-4.673a1.7%201.7%200%200%200-.405-.81A1.44%201.44%200%200%200%2021.05%2023%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6.5%205a.781.781%200%201%200%200-1.563A.781.781%200%200%200%206.5%205%22%2F%3E%3Cpath%20d%3D%22M4%201.188C2.482%201.188%201%202.222%201%204c0%201.652%201.348%203%203%203h.214l-.089%2014.004v.006c0%201.478.71%202.882%202.08%203.566l-1.088%204.812c-.206.84.45%201.612%201.273%201.612H9.6c.674%200%201.303-.46%201.464-1.162L12%2026.015v4.415c0%20.32.22.571.5.571h3c.28%200%20.5-.251.5-.571V25h1v5.429c0%20.32.22.571.5.571h3c.28%200%20.5-.251.5-.571v-4.005l.84%203.355a1.494%201.494%200%200%200%201.462%201.158h3.21c.381%200%20.719-.165.942-.346c.181-.145.644-.608.468-1.291l-1.614-6.44A8.98%208.98%200%200%200%2031%2014.97c0-3.472-1.917-6.83-5.08-8.09a1.51%201.51%200%200%200-1.365.105a1%201%200%200%200-.205.157a1.4%201.4%200%200%200-.48%201.158c.031.46.274.827.54%201.073c1.197%201.11%201.759%202.094%201.872%203.524c.039.478-.17%201.014-.567%201.691a1.7%201.7%200%200%201-.445.496c-.159.115-.255.133-.269.136H25a.66.66%200%200%201-.417-.15c-.157-.114-.293-.256-.498-.472l-.09-.093C23.088%2013.427%2021.693%2013%2020.4%2013H9.953V3.88c0-.791-.31-1.49-.86-1.982c-.54-.482-1.247-.71-1.973-.71zM21.05%2023h-9.2c-.4%200-.778.15-1.06.444a1.7%201.7%200%200%200-.421.823L9.209%2029H7.256l.909-4.023v-.004A1.93%201.93%200%200%200%207.129%2022.8l-.005-.002c-.596-.286-.997-.924-.998-1.786v-.003L6.22%206.315V6.31a1.17%201.17%200%200%200-.345-.82a1.5%201.5%200%200%200-.404-.29a1.8%201.8%200%200%200-.78-.2H4c-.548%200-1-.452-1-1c0-.422.318-.812%201-.812h3.12c.314%200%20.523.097.64.202c.106.094.193.241.193.49v9.81c0%20.465.251.802.477.99c.227.187.537.32.88.32H20.4c.916%200%201.666.309%202.079.808l.023.03l.026.026l.105.112c.408.438%201.158%201.244%202.367%201.244c.559%200%201.064-.241%201.444-.517a3.7%203.7%200%200%200%20.997-1.104c.423-.723.926-1.724.835-2.861a7%207%200%200%200-.274-1.496A7.36%207.36%200%200%201%2029%2014.97a6.98%206.98%200%200%201-3.742%206.183a1.826%201.826%200%200%200-.934%202.014l.003.013l1.442%205.757h-2.078l-1.17-4.673a1.7%201.7%200%200%200-.405-.81A1.44%201.44%200%200%200%2021.05%2023%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/sauropod.svg?color=%231a73e8&size=48