turtle emoji
turtle from Firefox OS Emoji by Mozilla · Default · Nature · Apache-2.0 Free for personal and commercial use.
- Name
- turtle
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Nature
- Viewbox
- 512×512
- License
- Apache 2.0
The same emoji in other sets
More nature icons from Firefox OS Emoji
Use the turtle emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#97C83D" d="M424.361 289.34c-9.879-3.635-19.323-5.957-27.687-6.891c-27.498-26.114-64.645-42.16-105.469-42.16c-31.938 0-61.622 9.825-86.199 26.603c-36.39-2.702-66.945-30.037-73.157-66.515l-.06-.004c-4.879-26.703-25.674-46.928-50.915-47.312c-29.22-.444-74.632 25.704-78.399 58.389c-5.409 46.923 36.443 47.594 73.318 47.591c16.777 31.311 44.031 55.88 76.666 69.431c-9.313 19.77-14.531 41.833-14.531 65.094c0 20.153 16.332 36.494 36.494 36.494s36.495-16.341 36.495-36.494c0-21.301 8.355-40.675 21.939-55.062c22.584-3.501 33.741-12.18 37.102-22.35a80 80 0 0 1 21.247-2.876c44.263 0 80.288 36.016 80.288 80.288c0 20.153 16.332 36.494 36.495 36.494s36.495-16.341 36.495-36.494c0-17.453-2.94-34.231-8.338-49.874c33.229-5.325 72.46-21.089 73.57-34.816c1.441-17.829-27.845 1.627-85.354-19.536"/><path fill="#2C3C47" d="M78.805 171.334c7.765 0 14.06 6.295 14.06 14.06v17.284c0 7.765-6.295 14.06-14.06 14.06s-14.06-6.295-14.06-14.06v-17.284c-.001-7.765 6.294-14.06 14.06-14.06"/><path fill="#009D82" d="M404.971 241.19c-.216-.447-.419-.882-.644-1.335c-23.996-48.506-61.321-71.516-69.135-65.501c-6.302 4.852 6.088 6.03 18.682 54.14c-12.455-2.016-25.532-3.451-39.071-4.226c-6.713-27.849-16.561-50.853-23.599-50.853s-16.886 23.004-23.599 50.853c-13.539.775-26.616 2.21-39.071 4.226c12.594-48.11 24.985-49.288 18.682-54.14c-7.814-6.015-45.139 16.996-69.135 65.501c-.224.453-.427.889-.644 1.335c-42.925 15.101-70.495 38.552-70.495 64.886c0 45.552 82.497 82.48 184.261 82.48s184.261-36.928 184.261-82.48c.002-26.334-27.568-49.785-70.493-64.886"/><path fill="#047F67" d="M292.544 135.026v-.181c-.07 0-.135.018-.205.018s-.134-.018-.204-.018v.036c-.306 0-.624.056-.93.059c-.306-.002-.625-.059-.931-.059v-.036c-.07 0-.134.018-.204.018s-.205.163-.205.163c-70.275 1.536-158.841 65.657-158.841 150.739c0 11.522 14.407 71.957 158.843 72.734v.072c.072 0 .132-.005.204-.005s.131.005.203.005v-.011c.329 0 .605-.025.932-.025s.602.025.931.025v.011c.072 0 .131-.005.203-.005s.132.005.204.005v-.072c144.435-.777 158.843-61.212 158.843-72.734c-.002-85.082-88.568-149.203-158.843-150.739m-72.849 136.862c-9.418 59.56-36.174 29.1-43.988 23.085s-14.88-20.238 2.376-55.119c23.996-48.506 61.321-71.516 69.135-65.501s-13.107 6.364-27.523 97.535m71.51 48.003c-11.673 0-31.083 4.246-31.083-39.475s19.41-107.001 31.083-107.001s31.083 63.281 31.083 107.001s-19.41 39.475-31.083 39.475m115.498-24.918c-7.814 6.015-34.57 36.475-43.988-23.085c-14.416-91.171-35.336-91.52-27.522-97.535s45.139 16.996 69.135 65.501c17.255 34.882 10.189 49.104 2.375 55.119"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiTurtle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#97C83D" d="M424.361 289.34c-9.879-3.635-19.323-5.957-27.687-6.891c-27.498-26.114-64.645-42.16-105.469-42.16c-31.938 0-61.622 9.825-86.199 26.603c-36.39-2.702-66.945-30.037-73.157-66.515l-.06-.004c-4.879-26.703-25.674-46.928-50.915-47.312c-29.22-.444-74.632 25.704-78.399 58.389c-5.409 46.923 36.443 47.594 73.318 47.591c16.777 31.311 44.031 55.88 76.666 69.431c-9.313 19.77-14.531 41.833-14.531 65.094c0 20.153 16.332 36.494 36.494 36.494s36.495-16.341 36.495-36.494c0-21.301 8.355-40.675 21.939-55.062c22.584-3.501 33.741-12.18 37.102-22.35a80 80 0 0 1 21.247-2.876c44.263 0 80.288 36.016 80.288 80.288c0 20.153 16.332 36.494 36.495 36.494s36.495-16.341 36.495-36.494c0-17.453-2.94-34.231-8.338-49.874c33.229-5.325 72.46-21.089 73.57-34.816c1.441-17.829-27.845 1.627-85.354-19.536"/><path fill="#2C3C47" d="M78.805 171.334c7.765 0 14.06 6.295 14.06 14.06v17.284c0 7.765-6.295 14.06-14.06 14.06s-14.06-6.295-14.06-14.06v-17.284c-.001-7.765 6.294-14.06 14.06-14.06"/><path fill="#009D82" d="M404.971 241.19c-.216-.447-.419-.882-.644-1.335c-23.996-48.506-61.321-71.516-69.135-65.501c-6.302 4.852 6.088 6.03 18.682 54.14c-12.455-2.016-25.532-3.451-39.071-4.226c-6.713-27.849-16.561-50.853-23.599-50.853s-16.886 23.004-23.599 50.853c-13.539.775-26.616 2.21-39.071 4.226c12.594-48.11 24.985-49.288 18.682-54.14c-7.814-6.015-45.139 16.996-69.135 65.501c-.224.453-.427.889-.644 1.335c-42.925 15.101-70.495 38.552-70.495 64.886c0 45.552 82.497 82.48 184.261 82.48s184.261-36.928 184.261-82.48c.002-26.334-27.568-49.785-70.493-64.886"/><path fill="#047F67" d="M292.544 135.026v-.181c-.07 0-.135.018-.205.018s-.134-.018-.204-.018v.036c-.306 0-.624.056-.93.059c-.306-.002-.625-.059-.931-.059v-.036c-.07 0-.134.018-.204.018s-.205.163-.205.163c-70.275 1.536-158.841 65.657-158.841 150.739c0 11.522 14.407 71.957 158.843 72.734v.072c.072 0 .132-.005.204-.005s.131.005.203.005v-.011c.329 0 .605-.025.932-.025s.602.025.931.025v.011c.072 0 .131-.005.203-.005s.132.005.204.005v-.072c144.435-.777 158.843-61.212 158.843-72.734c-.002-85.082-88.568-149.203-158.843-150.739m-72.849 136.862c-9.418 59.56-36.174 29.1-43.988 23.085s-14.88-20.238 2.376-55.119c23.996-48.506 61.321-71.516 69.135-65.501s-13.107 6.364-27.523 97.535m71.51 48.003c-11.673 0-31.083 4.246-31.083-39.475s19.41-107.001 31.083-107.001s31.083 63.281 31.083 107.001s-19.41 39.475-31.083 39.475m115.498-24.918c-7.814 6.015-34.57 36.475-43.988-23.085c-14.416-91.171-35.336-91.52-27.522-97.535s45.139 16.996 69.135 65.501c17.255 34.882 10.189 49.104 2.375 55.119"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#97C83D" d="M424.361 289.34c-9.879-3.635-19.323-5.957-27.687-6.891c-27.498-26.114-64.645-42.16-105.469-42.16c-31.938 0-61.622 9.825-86.199 26.603c-36.39-2.702-66.945-30.037-73.157-66.515l-.06-.004c-4.879-26.703-25.674-46.928-50.915-47.312c-29.22-.444-74.632 25.704-78.399 58.389c-5.409 46.923 36.443 47.594 73.318 47.591c16.777 31.311 44.031 55.88 76.666 69.431c-9.313 19.77-14.531 41.833-14.531 65.094c0 20.153 16.332 36.494 36.494 36.494s36.495-16.341 36.495-36.494c0-21.301 8.355-40.675 21.939-55.062c22.584-3.501 33.741-12.18 37.102-22.35a80 80 0 0 1 21.247-2.876c44.263 0 80.288 36.016 80.288 80.288c0 20.153 16.332 36.494 36.495 36.494s36.495-16.341 36.495-36.494c0-17.453-2.94-34.231-8.338-49.874c33.229-5.325 72.46-21.089 73.57-34.816c1.441-17.829-27.845 1.627-85.354-19.536"/><path fill="#2C3C47" d="M78.805 171.334c7.765 0 14.06 6.295 14.06 14.06v17.284c0 7.765-6.295 14.06-14.06 14.06s-14.06-6.295-14.06-14.06v-17.284c-.001-7.765 6.294-14.06 14.06-14.06"/><path fill="#009D82" d="M404.971 241.19c-.216-.447-.419-.882-.644-1.335c-23.996-48.506-61.321-71.516-69.135-65.501c-6.302 4.852 6.088 6.03 18.682 54.14c-12.455-2.016-25.532-3.451-39.071-4.226c-6.713-27.849-16.561-50.853-23.599-50.853s-16.886 23.004-23.599 50.853c-13.539.775-26.616 2.21-39.071 4.226c12.594-48.11 24.985-49.288 18.682-54.14c-7.814-6.015-45.139 16.996-69.135 65.501c-.224.453-.427.889-.644 1.335c-42.925 15.101-70.495 38.552-70.495 64.886c0 45.552 82.497 82.48 184.261 82.48s184.261-36.928 184.261-82.48c.002-26.334-27.568-49.785-70.493-64.886"/><path fill="#047F67" d="M292.544 135.026v-.181c-.07 0-.135.018-.205.018s-.134-.018-.204-.018v.036c-.306 0-.624.056-.93.059c-.306-.002-.625-.059-.931-.059v-.036c-.07 0-.134.018-.204.018s-.205.163-.205.163c-70.275 1.536-158.841 65.657-158.841 150.739c0 11.522 14.407 71.957 158.843 72.734v.072c.072 0 .132-.005.204-.005s.131.005.203.005v-.011c.329 0 .605-.025.932-.025s.602.025.931.025v.011c.072 0 .131-.005.203-.005s.132.005.204.005v-.072c144.435-.777 158.843-61.212 158.843-72.734c-.002-85.082-88.568-149.203-158.843-150.739m-72.849 136.862c-9.418 59.56-36.174 29.1-43.988 23.085s-14.88-20.238 2.376-55.119c23.996-48.506 61.321-71.516 69.135-65.501s-13.107 6.364-27.523 97.535m71.51 48.003c-11.673 0-31.083 4.246-31.083-39.475s19.41-107.001 31.083-107.001s31.083 63.281 31.083 107.001s-19.41 39.475-31.083 39.475m115.498-24.918c-7.814 6.015-34.57 36.475-43.988-23.085c-14.416-91.171-35.336-91.52-27.522-97.535s45.139 16.996 69.135 65.501c17.255 34.882 10.189 49.104 2.375 55.119"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22%2397C83D%22%20d%3D%22M424.361%20289.34c-9.879-3.635-19.323-5.957-27.687-6.891c-27.498-26.114-64.645-42.16-105.469-42.16c-31.938%200-61.622%209.825-86.199%2026.603c-36.39-2.702-66.945-30.037-73.157-66.515l-.06-.004c-4.879-26.703-25.674-46.928-50.915-47.312c-29.22-.444-74.632%2025.704-78.399%2058.389c-5.409%2046.923%2036.443%2047.594%2073.318%2047.591c16.777%2031.311%2044.031%2055.88%2076.666%2069.431c-9.313%2019.77-14.531%2041.833-14.531%2065.094c0%2020.153%2016.332%2036.494%2036.494%2036.494s36.495-16.341%2036.495-36.494c0-21.301%208.355-40.675%2021.939-55.062c22.584-3.501%2033.741-12.18%2037.102-22.35a80%2080%200%200%201%2021.247-2.876c44.263%200%2080.288%2036.016%2080.288%2080.288c0%2020.153%2016.332%2036.494%2036.495%2036.494s36.495-16.341%2036.495-36.494c0-17.453-2.94-34.231-8.338-49.874c33.229-5.325%2072.46-21.089%2073.57-34.816c1.441-17.829-27.845%201.627-85.354-19.536%22%2F%3E%3Cpath%20fill%3D%22%232C3C47%22%20d%3D%22M78.805%20171.334c7.765%200%2014.06%206.295%2014.06%2014.06v17.284c0%207.765-6.295%2014.06-14.06%2014.06s-14.06-6.295-14.06-14.06v-17.284c-.001-7.765%206.294-14.06%2014.06-14.06%22%2F%3E%3Cpath%20fill%3D%22%23009D82%22%20d%3D%22M404.971%20241.19c-.216-.447-.419-.882-.644-1.335c-23.996-48.506-61.321-71.516-69.135-65.501c-6.302%204.852%206.088%206.03%2018.682%2054.14c-12.455-2.016-25.532-3.451-39.071-4.226c-6.713-27.849-16.561-50.853-23.599-50.853s-16.886%2023.004-23.599%2050.853c-13.539.775-26.616%202.21-39.071%204.226c12.594-48.11%2024.985-49.288%2018.682-54.14c-7.814-6.015-45.139%2016.996-69.135%2065.501c-.224.453-.427.889-.644%201.335c-42.925%2015.101-70.495%2038.552-70.495%2064.886c0%2045.552%2082.497%2082.48%20184.261%2082.48s184.261-36.928%20184.261-82.48c.002-26.334-27.568-49.785-70.493-64.886%22%2F%3E%3Cpath%20fill%3D%22%23047F67%22%20d%3D%22M292.544%20135.026v-.181c-.07%200-.135.018-.205.018s-.134-.018-.204-.018v.036c-.306%200-.624.056-.93.059c-.306-.002-.625-.059-.931-.059v-.036c-.07%200-.134.018-.204.018s-.205.163-.205.163c-70.275%201.536-158.841%2065.657-158.841%20150.739c0%2011.522%2014.407%2071.957%20158.843%2072.734v.072c.072%200%20.132-.005.204-.005s.131.005.203.005v-.011c.329%200%20.605-.025.932-.025s.602.025.931.025v.011c.072%200%20.131-.005.203-.005s.132.005.204.005v-.072c144.435-.777%20158.843-61.212%20158.843-72.734c-.002-85.082-88.568-149.203-158.843-150.739m-72.849%20136.862c-9.418%2059.56-36.174%2029.1-43.988%2023.085s-14.88-20.238%202.376-55.119c23.996-48.506%2061.321-71.516%2069.135-65.501s-13.107%206.364-27.523%2097.535m71.51%2048.003c-11.673%200-31.083%204.246-31.083-39.475s19.41-107.001%2031.083-107.001s31.083%2063.281%2031.083%20107.001s-19.41%2039.475-31.083%2039.475m115.498-24.918c-7.814%206.015-34.57%2036.475-43.988-23.085c-14.416-91.171-35.336-91.52-27.522-97.535s45.139%2016.996%2069.135%2065.501c17.255%2034.882%2010.189%2049.104%202.375%2055.119%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%20512%20512%22%3E%3Cpath%20fill%3D%22%2397C83D%22%20d%3D%22M424.361%20289.34c-9.879-3.635-19.323-5.957-27.687-6.891c-27.498-26.114-64.645-42.16-105.469-42.16c-31.938%200-61.622%209.825-86.199%2026.603c-36.39-2.702-66.945-30.037-73.157-66.515l-.06-.004c-4.879-26.703-25.674-46.928-50.915-47.312c-29.22-.444-74.632%2025.704-78.399%2058.389c-5.409%2046.923%2036.443%2047.594%2073.318%2047.591c16.777%2031.311%2044.031%2055.88%2076.666%2069.431c-9.313%2019.77-14.531%2041.833-14.531%2065.094c0%2020.153%2016.332%2036.494%2036.494%2036.494s36.495-16.341%2036.495-36.494c0-21.301%208.355-40.675%2021.939-55.062c22.584-3.501%2033.741-12.18%2037.102-22.35a80%2080%200%200%201%2021.247-2.876c44.263%200%2080.288%2036.016%2080.288%2080.288c0%2020.153%2016.332%2036.494%2036.495%2036.494s36.495-16.341%2036.495-36.494c0-17.453-2.94-34.231-8.338-49.874c33.229-5.325%2072.46-21.089%2073.57-34.816c1.441-17.829-27.845%201.627-85.354-19.536%22%2F%3E%3Cpath%20fill%3D%22%232C3C47%22%20d%3D%22M78.805%20171.334c7.765%200%2014.06%206.295%2014.06%2014.06v17.284c0%207.765-6.295%2014.06-14.06%2014.06s-14.06-6.295-14.06-14.06v-17.284c-.001-7.765%206.294-14.06%2014.06-14.06%22%2F%3E%3Cpath%20fill%3D%22%23009D82%22%20d%3D%22M404.971%20241.19c-.216-.447-.419-.882-.644-1.335c-23.996-48.506-61.321-71.516-69.135-65.501c-6.302%204.852%206.088%206.03%2018.682%2054.14c-12.455-2.016-25.532-3.451-39.071-4.226c-6.713-27.849-16.561-50.853-23.599-50.853s-16.886%2023.004-23.599%2050.853c-13.539.775-26.616%202.21-39.071%204.226c12.594-48.11%2024.985-49.288%2018.682-54.14c-7.814-6.015-45.139%2016.996-69.135%2065.501c-.224.453-.427.889-.644%201.335c-42.925%2015.101-70.495%2038.552-70.495%2064.886c0%2045.552%2082.497%2082.48%20184.261%2082.48s184.261-36.928%20184.261-82.48c.002-26.334-27.568-49.785-70.493-64.886%22%2F%3E%3Cpath%20fill%3D%22%23047F67%22%20d%3D%22M292.544%20135.026v-.181c-.07%200-.135.018-.205.018s-.134-.018-.204-.018v.036c-.306%200-.624.056-.93.059c-.306-.002-.625-.059-.931-.059v-.036c-.07%200-.134.018-.204.018s-.205.163-.205.163c-70.275%201.536-158.841%2065.657-158.841%20150.739c0%2011.522%2014.407%2071.957%20158.843%2072.734v.072c.072%200%20.132-.005.204-.005s.131.005.203.005v-.011c.329%200%20.605-.025.932-.025s.602.025.931.025v.011c.072%200%20.131-.005.203-.005s.132.005.204.005v-.072c144.435-.777%20158.843-61.212%20158.843-72.734c-.002-85.082-88.568-149.203-158.843-150.739m-72.849%20136.862c-9.418%2059.56-36.174%2029.1-43.988%2023.085s-14.88-20.238%202.376-55.119c23.996-48.506%2061.321-71.516%2069.135-65.501s-13.107%206.364-27.523%2097.535m71.51%2048.003c-11.673%200-31.083%204.246-31.083-39.475s19.41-107.001%2031.083-107.001s31.083%2063.281%2031.083%20107.001s-19.41%2039.475-31.083%2039.475m115.498-24.918c-7.814%206.015-34.57%2036.475-43.988-23.085c-14.416-91.171-35.336-91.52-27.522-97.535s45.139%2016.996%2069.135%2065.501c17.255%2034.882%2010.189%2049.104%202.375%2055.119%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/turtle.svg?color=%231a73e8&size=48