animal turtle icon
animal-turtle-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- animal-turtle-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the animal turtle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M12.72 5c-2.165 0-3.708.656-4.817 1.76c-1.081 1.078-1.677 2.514-2.106 3.932l-.698 2.31H2.752a.75.75 0 0 0-.75.75c0 1.343.763 2.483 1.872 3.1l-.588 1.432A1.968 1.968 0 0 0 5.103 21h2.194c.762 0 1.455-.441 1.779-1.13l.706-1.504c1.97.273 3.969.276 5.94.01l.701 1.493A1.97 1.97 0 0 0 18.202 21h2.172a1.965 1.965 0 0 0 1.817-2.716L21.663 17H24c1.012 0 2-.783 2-1.886V14c0-1.705-1.48-2.997-3.182-2.997h-2.95l-.093-.31c-.433-1.432-1.064-2.866-2.179-3.94C16.457 5.654 14.886 5 12.72 5m8.51 10.5l-.907-2.998h2.495c.985 0 1.682.728 1.682 1.497v1.114c0 .136-.17.386-.5.386zm-1.068 1.794l.642 1.56a.468.468 0 0 1-.43.646h-2.172a.47.47 0 0 1-.421-.268l-.526-1.12a22 22 0 0 0 2.907-.818m-11.911.804l-.533 1.134a.47.47 0 0 1-.42.268H5.102a.468.468 0 0 1-.43-.645l.633-1.54q.111.014.225.021q1.341.471 2.72.762m-3.605-3.597l-.271.897a2.14 2.14 0 0 1-.72-.897zm2.587-3.375c.408-1.349.916-2.493 1.729-3.303C9.747 7.04 10.888 6.5 12.72 6.5c1.836 0 3.015.542 3.835 1.332c.844.813 1.38 1.958 1.784 3.294l1.427 4.716a20.4 20.4 0 0 1-13.958 0z"/></svg>
React
import type { SVGProps } from "react";
export function FluentAnimalTurtle28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M12.72 5c-2.165 0-3.708.656-4.817 1.76c-1.081 1.078-1.677 2.514-2.106 3.932l-.698 2.31H2.752a.75.75 0 0 0-.75.75c0 1.343.763 2.483 1.872 3.1l-.588 1.432A1.968 1.968 0 0 0 5.103 21h2.194c.762 0 1.455-.441 1.779-1.13l.706-1.504c1.97.273 3.969.276 5.94.01l.701 1.493A1.97 1.97 0 0 0 18.202 21h2.172a1.965 1.965 0 0 0 1.817-2.716L21.663 17H24c1.012 0 2-.783 2-1.886V14c0-1.705-1.48-2.997-3.182-2.997h-2.95l-.093-.31c-.433-1.432-1.064-2.866-2.179-3.94C16.457 5.654 14.886 5 12.72 5m8.51 10.5l-.907-2.998h2.495c.985 0 1.682.728 1.682 1.497v1.114c0 .136-.17.386-.5.386zm-1.068 1.794l.642 1.56a.468.468 0 0 1-.43.646h-2.172a.47.47 0 0 1-.421-.268l-.526-1.12a22 22 0 0 0 2.907-.818m-11.911.804l-.533 1.134a.47.47 0 0 1-.42.268H5.102a.468.468 0 0 1-.43-.645l.633-1.54q.111.014.225.021q1.341.471 2.72.762m-3.605-3.597l-.271.897a2.14 2.14 0 0 1-.72-.897zm2.587-3.375c.408-1.349.916-2.493 1.729-3.303C9.747 7.04 10.888 6.5 12.72 6.5c1.836 0 3.015.542 3.835 1.332c.844.813 1.38 1.958 1.784 3.294l1.427 4.716a20.4 20.4 0 0 1-13.958 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M12.72 5c-2.165 0-3.708.656-4.817 1.76c-1.081 1.078-1.677 2.514-2.106 3.932l-.698 2.31H2.752a.75.75 0 0 0-.75.75c0 1.343.763 2.483 1.872 3.1l-.588 1.432A1.968 1.968 0 0 0 5.103 21h2.194c.762 0 1.455-.441 1.779-1.13l.706-1.504c1.97.273 3.969.276 5.94.01l.701 1.493A1.97 1.97 0 0 0 18.202 21h2.172a1.965 1.965 0 0 0 1.817-2.716L21.663 17H24c1.012 0 2-.783 2-1.886V14c0-1.705-1.48-2.997-3.182-2.997h-2.95l-.093-.31c-.433-1.432-1.064-2.866-2.179-3.94C16.457 5.654 14.886 5 12.72 5m8.51 10.5l-.907-2.998h2.495c.985 0 1.682.728 1.682 1.497v1.114c0 .136-.17.386-.5.386zm-1.068 1.794l.642 1.56a.468.468 0 0 1-.43.646h-2.172a.47.47 0 0 1-.421-.268l-.526-1.12a22 22 0 0 0 2.907-.818m-11.911.804l-.533 1.134a.47.47 0 0 1-.42.268H5.102a.468.468 0 0 1-.43-.645l.633-1.54q.111.014.225.021q1.341.471 2.72.762m-3.605-3.597l-.271.897a2.14 2.14 0 0 1-.72-.897zm2.587-3.375c.408-1.349.916-2.493 1.729-3.303C9.747 7.04 10.888 6.5 12.72 6.5c1.836 0 3.015.542 3.835 1.332c.844.813 1.38 1.958 1.784 3.294l1.427 4.716a20.4 20.4 0 0 1-13.958 0z"/></svg> </template>
CSS
.icon-animal-turtle-28-regular {
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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.72%205c-2.165%200-3.708.656-4.817%201.76c-1.081%201.078-1.677%202.514-2.106%203.932l-.698%202.31H2.752a.75.75%200%200%200-.75.75c0%201.343.763%202.483%201.872%203.1l-.588%201.432A1.968%201.968%200%200%200%205.103%2021h2.194c.762%200%201.455-.441%201.779-1.13l.706-1.504c1.97.273%203.969.276%205.94.01l.701%201.493A1.97%201.97%200%200%200%2018.202%2021h2.172a1.965%201.965%200%200%200%201.817-2.716L21.663%2017H24c1.012%200%202-.783%202-1.886V14c0-1.705-1.48-2.997-3.182-2.997h-2.95l-.093-.31c-.433-1.432-1.064-2.866-2.179-3.94C16.457%205.654%2014.886%205%2012.72%205m8.51%2010.5l-.907-2.998h2.495c.985%200%201.682.728%201.682%201.497v1.114c0%20.136-.17.386-.5.386zm-1.068%201.794l.642%201.56a.468.468%200%200%201-.43.646h-2.172a.47.47%200%200%201-.421-.268l-.526-1.12a22%2022%200%200%200%202.907-.818m-11.911.804l-.533%201.134a.47.47%200%200%201-.42.268H5.102a.468.468%200%200%201-.43-.645l.633-1.54q.111.014.225.021q1.341.471%202.72.762m-3.605-3.597l-.271.897a2.14%202.14%200%200%201-.72-.897zm2.587-3.375c.408-1.349.916-2.493%201.729-3.303C9.747%207.04%2010.888%206.5%2012.72%206.5c1.836%200%203.015.542%203.835%201.332c.844.813%201.38%201.958%201.784%203.294l1.427%204.716a20.4%2020.4%200%200%201-13.958%200z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.72%205c-2.165%200-3.708.656-4.817%201.76c-1.081%201.078-1.677%202.514-2.106%203.932l-.698%202.31H2.752a.75.75%200%200%200-.75.75c0%201.343.763%202.483%201.872%203.1l-.588%201.432A1.968%201.968%200%200%200%205.103%2021h2.194c.762%200%201.455-.441%201.779-1.13l.706-1.504c1.97.273%203.969.276%205.94.01l.701%201.493A1.97%201.97%200%200%200%2018.202%2021h2.172a1.965%201.965%200%200%200%201.817-2.716L21.663%2017H24c1.012%200%202-.783%202-1.886V14c0-1.705-1.48-2.997-3.182-2.997h-2.95l-.093-.31c-.433-1.432-1.064-2.866-2.179-3.94C16.457%205.654%2014.886%205%2012.72%205m8.51%2010.5l-.907-2.998h2.495c.985%200%201.682.728%201.682%201.497v1.114c0%20.136-.17.386-.5.386zm-1.068%201.794l.642%201.56a.468.468%200%200%201-.43.646h-2.172a.47.47%200%200%201-.421-.268l-.526-1.12a22%2022%200%200%200%202.907-.818m-11.911.804l-.533%201.134a.47.47%200%200%201-.42.268H5.102a.468.468%200%200%201-.43-.645l.633-1.54q.111.014.225.021q1.341.471%202.72.762m-3.605-3.597l-.271.897a2.14%202.14%200%200%201-.72-.897zm2.587-3.375c.408-1.349.916-2.493%201.729-3.303C9.747%207.04%2010.888%206.5%2012.72%206.5c1.836%200%203.015.542%203.835%201.332c.844.813%201.38%201.958%201.784%203.294l1.427%204.716a20.4%2020.4%200%200%201-13.958%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/animal-turtle-28-regular.svg?color=%231a73e8&size=48