turtle emoji
turtle from Fluent Emoji Flat by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- turtle
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More animals & nature icons from Fluent Emoji Flat
Use the turtle emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#c3ef3c" d="M9 23.5A3.5 3.5 0 0 1 7.95 26H13v2.5a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 5 28.5v-1.535A3.5 3.5 0 1 1 9 23.5m18.51.035s1.922 1.845 2.175 2.065s.398.637.264.936a.83.83 0 0 1-.718.464H28v1.5a1.5 1.5 0 0 1-1.5 1.5h-5a1.5 1.5 0 0 1-1.5-1.5V26h7.039z"/><path fill="#008463" d="M16.423 13C9.985 13 5 17.668 5 24v3h23v-3c0-6.332-5.14-11-11.577-11"/><path fill="#1c1c1c" d="M5 22.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/><path fill="#00d26a" d="M10.854 16.146a.5.5 0 0 0-.708.708c.426.425 1.32 1.045 2.605 1.51l-2.12 4.404c-1.325-.57-2.302-1.216-2.806-1.648a.5.5 0 1 0-.65.76C8.416 22.944 11.96 25 16.5 25s8.084-2.056 9.325-3.12a.5.5 0 1 0-.65-.76c-.504.432-1.483 1.079-2.81 1.65l-2.12-4.405c1.288-.465 2.182-1.085 2.609-1.511a.5.5 0 0 0-.708-.708C21.576 16.717 19.57 18 16.5 18s-5.075-1.283-5.646-1.854m8.423 2.514l2.155 4.476A14.8 14.8 0 0 1 16.5 24c-1.86 0-3.541-.37-4.936-.866l2.155-4.475c.815.207 1.746.341 2.781.341c1.033 0 1.963-.133 2.777-.34"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatTurtle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#c3ef3c" d="M9 23.5A3.5 3.5 0 0 1 7.95 26H13v2.5a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 5 28.5v-1.535A3.5 3.5 0 1 1 9 23.5m18.51.035s1.922 1.845 2.175 2.065s.398.637.264.936a.83.83 0 0 1-.718.464H28v1.5a1.5 1.5 0 0 1-1.5 1.5h-5a1.5 1.5 0 0 1-1.5-1.5V26h7.039z"/><path fill="#008463" d="M16.423 13C9.985 13 5 17.668 5 24v3h23v-3c0-6.332-5.14-11-11.577-11"/><path fill="#1c1c1c" d="M5 22.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/><path fill="#00d26a" d="M10.854 16.146a.5.5 0 0 0-.708.708c.426.425 1.32 1.045 2.605 1.51l-2.12 4.404c-1.325-.57-2.302-1.216-2.806-1.648a.5.5 0 1 0-.65.76C8.416 22.944 11.96 25 16.5 25s8.084-2.056 9.325-3.12a.5.5 0 1 0-.65-.76c-.504.432-1.483 1.079-2.81 1.65l-2.12-4.405c1.288-.465 2.182-1.085 2.609-1.511a.5.5 0 0 0-.708-.708C21.576 16.717 19.57 18 16.5 18s-5.075-1.283-5.646-1.854m8.423 2.514l2.155 4.476A14.8 14.8 0 0 1 16.5 24c-1.86 0-3.541-.37-4.936-.866l2.155-4.475c.815.207 1.746.341 2.781.341c1.033 0 1.963-.133 2.777-.34"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#c3ef3c" d="M9 23.5A3.5 3.5 0 0 1 7.95 26H13v2.5a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 5 28.5v-1.535A3.5 3.5 0 1 1 9 23.5m18.51.035s1.922 1.845 2.175 2.065s.398.637.264.936a.83.83 0 0 1-.718.464H28v1.5a1.5 1.5 0 0 1-1.5 1.5h-5a1.5 1.5 0 0 1-1.5-1.5V26h7.039z"/><path fill="#008463" d="M16.423 13C9.985 13 5 17.668 5 24v3h23v-3c0-6.332-5.14-11-11.577-11"/><path fill="#1c1c1c" d="M5 22.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/><path fill="#00d26a" d="M10.854 16.146a.5.5 0 0 0-.708.708c.426.425 1.32 1.045 2.605 1.51l-2.12 4.404c-1.325-.57-2.302-1.216-2.806-1.648a.5.5 0 1 0-.65.76C8.416 22.944 11.96 25 16.5 25s8.084-2.056 9.325-3.12a.5.5 0 1 0-.65-.76c-.504.432-1.483 1.079-2.81 1.65l-2.12-4.405c1.288-.465 2.182-1.085 2.609-1.511a.5.5 0 0 0-.708-.708C21.576 16.717 19.57 18 16.5 18s-5.075-1.283-5.646-1.854m8.423 2.514l2.155 4.476A14.8 14.8 0 0 1 16.5 24c-1.86 0-3.541-.37-4.936-.866l2.155-4.475c.815.207 1.746.341 2.781.341c1.033 0 1.963-.133 2.777-.34"/></g></svg> </template>
CSS
.icon-turtle {
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%22none%22%3E%3Cpath%20fill%3D%22%23c3ef3c%22%20d%3D%22M9%2023.5A3.5%203.5%200%200%201%207.95%2026H13v2.5a1.5%201.5%200%200%201-1.5%201.5h-5A1.5%201.5%200%200%201%205%2028.5v-1.535A3.5%203.5%200%201%201%209%2023.5m18.51.035s1.922%201.845%202.175%202.065s.398.637.264.936a.83.83%200%200%201-.718.464H28v1.5a1.5%201.5%200%200%201-1.5%201.5h-5a1.5%201.5%200%200%201-1.5-1.5V26h7.039z%22%2F%3E%3Cpath%20fill%3D%22%23008463%22%20d%3D%22M16.423%2013C9.985%2013%205%2017.668%205%2024v3h23v-3c0-6.332-5.14-11-11.577-11%22%2F%3E%3Cpath%20fill%3D%22%231c1c1c%22%20d%3D%22M5%2022.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%22%2F%3E%3Cpath%20fill%3D%22%2300d26a%22%20d%3D%22M10.854%2016.146a.5.5%200%200%200-.708.708c.426.425%201.32%201.045%202.605%201.51l-2.12%204.404c-1.325-.57-2.302-1.216-2.806-1.648a.5.5%200%201%200-.65.76C8.416%2022.944%2011.96%2025%2016.5%2025s8.084-2.056%209.325-3.12a.5.5%200%201%200-.65-.76c-.504.432-1.483%201.079-2.81%201.65l-2.12-4.405c1.288-.465%202.182-1.085%202.609-1.511a.5.5%200%200%200-.708-.708C21.576%2016.717%2019.57%2018%2016.5%2018s-5.075-1.283-5.646-1.854m8.423%202.514l2.155%204.476A14.8%2014.8%200%200%201%2016.5%2024c-1.86%200-3.541-.37-4.936-.866l2.155-4.475c.815.207%201.746.341%202.781.341c1.033%200%201.963-.133%202.777-.34%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%22none%22%3E%3Cpath%20fill%3D%22%23c3ef3c%22%20d%3D%22M9%2023.5A3.5%203.5%200%200%201%207.95%2026H13v2.5a1.5%201.5%200%200%201-1.5%201.5h-5A1.5%201.5%200%200%201%205%2028.5v-1.535A3.5%203.5%200%201%201%209%2023.5m18.51.035s1.922%201.845%202.175%202.065s.398.637.264.936a.83.83%200%200%201-.718.464H28v1.5a1.5%201.5%200%200%201-1.5%201.5h-5a1.5%201.5%200%200%201-1.5-1.5V26h7.039z%22%2F%3E%3Cpath%20fill%3D%22%23008463%22%20d%3D%22M16.423%2013C9.985%2013%205%2017.668%205%2024v3h23v-3c0-6.332-5.14-11-11.577-11%22%2F%3E%3Cpath%20fill%3D%22%231c1c1c%22%20d%3D%22M5%2022.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%22%2F%3E%3Cpath%20fill%3D%22%2300d26a%22%20d%3D%22M10.854%2016.146a.5.5%200%200%200-.708.708c.426.425%201.32%201.045%202.605%201.51l-2.12%204.404c-1.325-.57-2.302-1.216-2.806-1.648a.5.5%200%201%200-.65.76C8.416%2022.944%2011.96%2025%2016.5%2025s8.084-2.056%209.325-3.12a.5.5%200%201%200-.65-.76c-.504.432-1.483%201.079-2.81%201.65l-2.12-4.405c1.288-.465%202.182-1.085%202.609-1.511a.5.5%200%200%200-.708-.708C21.576%2016.717%2019.57%2018%2016.5%2018s-5.075-1.283-5.646-1.854m8.423%202.514l2.155%204.476A14.8%2014.8%200%200%201%2016.5%2024c-1.86%200-3.541-.37-4.936-.866l2.155-4.475c.815.207%201.746.341%202.781.341c1.033%200%201.963-.133%202.777-.34%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-flat/turtle.svg?color=%231a73e8&size=48