animal turtle icon
animal-turtle-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- animal-turtle-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M9.104 4.002c-1.476 0-2.5.55-3.216 1.378c-.694.802-1.075 1.838-1.357 2.769L4.273 9H2.5a.5.5 0 0 0-.5.5c0 1.076.497 2.102 1.298 2.63l-.442 1.072a1.31 1.31 0 0 0 1.212 1.81h1.463c.507 0 .97-.294 1.186-.753l.47-1c1.314.182 2.644.182 3.958 0l.47 1c.217.46.679.753 1.186.753h1.449a1.31 1.31 0 0 0 1.211-1.81l-.497-1.206h1.703c.674 0 1.333-.521 1.333-1.257V10c0-1.137-.987-1.996-2.12-1.996h-2.075c-.287-.907-.707-1.876-1.409-2.636c-.757-.819-1.817-1.365-3.292-1.365m5.569 6.995l-.576-1.994h1.782c.658 0 1.121.485 1.121.996v.741c0 .09-.112.257-.333.257zm-2.507 2.084q.981-.208 1.935-.552l.436 1.055a.31.31 0 0 1-.287.429H12.8a.31.31 0 0 1-.28-.179zm-7.949-.556q.961.348 1.949.557l-.354.752a.31.31 0 0 1-.281.179H4.068a.31.31 0 0 1-.287-.429zm-.247-2.524l-.337 1.116A2.06 2.06 0 0 1 3.047 10z"/></svg>
React
import type { SVGProps } from "react";
export function FluentAnimalTurtle20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.104 4.002c-1.476 0-2.5.55-3.216 1.378c-.694.802-1.075 1.838-1.357 2.769L4.273 9H2.5a.5.5 0 0 0-.5.5c0 1.076.497 2.102 1.298 2.63l-.442 1.072a1.31 1.31 0 0 0 1.212 1.81h1.463c.507 0 .97-.294 1.186-.753l.47-1c1.314.182 2.644.182 3.958 0l.47 1c.217.46.679.753 1.186.753h1.449a1.31 1.31 0 0 0 1.211-1.81l-.497-1.206h1.703c.674 0 1.333-.521 1.333-1.257V10c0-1.137-.987-1.996-2.12-1.996h-2.075c-.287-.907-.707-1.876-1.409-2.636c-.757-.819-1.817-1.365-3.292-1.365m5.569 6.995l-.576-1.994h1.782c.658 0 1.121.485 1.121.996v.741c0 .09-.112.257-.333.257zm-2.507 2.084q.981-.208 1.935-.552l.436 1.055a.31.31 0 0 1-.287.429H12.8a.31.31 0 0 1-.28-.179zm-7.949-.556q.961.348 1.949.557l-.354.752a.31.31 0 0 1-.281.179H4.068a.31.31 0 0 1-.287-.429zm-.247-2.524l-.337 1.116A2.06 2.06 0 0 1 3.047 10z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.104 4.002c-1.476 0-2.5.55-3.216 1.378c-.694.802-1.075 1.838-1.357 2.769L4.273 9H2.5a.5.5 0 0 0-.5.5c0 1.076.497 2.102 1.298 2.63l-.442 1.072a1.31 1.31 0 0 0 1.212 1.81h1.463c.507 0 .97-.294 1.186-.753l.47-1c1.314.182 2.644.182 3.958 0l.47 1c.217.46.679.753 1.186.753h1.449a1.31 1.31 0 0 0 1.211-1.81l-.497-1.206h1.703c.674 0 1.333-.521 1.333-1.257V10c0-1.137-.987-1.996-2.12-1.996h-2.075c-.287-.907-.707-1.876-1.409-2.636c-.757-.819-1.817-1.365-3.292-1.365m5.569 6.995l-.576-1.994h1.782c.658 0 1.121.485 1.121.996v.741c0 .09-.112.257-.333.257zm-2.507 2.084q.981-.208 1.935-.552l.436 1.055a.31.31 0 0 1-.287.429H12.8a.31.31 0 0 1-.28-.179zm-7.949-.556q.961.348 1.949.557l-.354.752a.31.31 0 0 1-.281.179H4.068a.31.31 0 0 1-.287-.429zm-.247-2.524l-.337 1.116A2.06 2.06 0 0 1 3.047 10z"/></svg> </template>
CSS
.icon-animal-turtle-20-filled {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.104%204.002c-1.476%200-2.5.55-3.216%201.378c-.694.802-1.075%201.838-1.357%202.769L4.273%209H2.5a.5.5%200%200%200-.5.5c0%201.076.497%202.102%201.298%202.63l-.442%201.072a1.31%201.31%200%200%200%201.212%201.81h1.463c.507%200%20.97-.294%201.186-.753l.47-1c1.314.182%202.644.182%203.958%200l.47%201c.217.46.679.753%201.186.753h1.449a1.31%201.31%200%200%200%201.211-1.81l-.497-1.206h1.703c.674%200%201.333-.521%201.333-1.257V10c0-1.137-.987-1.996-2.12-1.996h-2.075c-.287-.907-.707-1.876-1.409-2.636c-.757-.819-1.817-1.365-3.292-1.365m5.569%206.995l-.576-1.994h1.782c.658%200%201.121.485%201.121.996v.741c0%20.09-.112.257-.333.257zm-2.507%202.084q.981-.208%201.935-.552l.436%201.055a.31.31%200%200%201-.287.429H12.8a.31.31%200%200%201-.28-.179zm-7.949-.556q.961.348%201.949.557l-.354.752a.31.31%200%200%201-.281.179H4.068a.31.31%200%200%201-.287-.429zm-.247-2.524l-.337%201.116A2.06%202.06%200%200%201%203.047%2010z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.104%204.002c-1.476%200-2.5.55-3.216%201.378c-.694.802-1.075%201.838-1.357%202.769L4.273%209H2.5a.5.5%200%200%200-.5.5c0%201.076.497%202.102%201.298%202.63l-.442%201.072a1.31%201.31%200%200%200%201.212%201.81h1.463c.507%200%20.97-.294%201.186-.753l.47-1c1.314.182%202.644.182%203.958%200l.47%201c.217.46.679.753%201.186.753h1.449a1.31%201.31%200%200%200%201.211-1.81l-.497-1.206h1.703c.674%200%201.333-.521%201.333-1.257V10c0-1.137-.987-1.996-2.12-1.996h-2.075c-.287-.907-.707-1.876-1.409-2.636c-.757-.819-1.817-1.365-3.292-1.365m5.569%206.995l-.576-1.994h1.782c.658%200%201.121.485%201.121.996v.741c0%20.09-.112.257-.333.257zm-2.507%202.084q.981-.208%201.935-.552l.436%201.055a.31.31%200%200%201-.287.429H12.8a.31.31%200%200%201-.28-.179zm-7.949-.556q.961.348%201.949.557l-.354.752a.31.31%200%200%201-.281.179H4.068a.31.31%200%200%201-.287-.429zm-.247-2.524l-.337%201.116A2.06%202.06%200%200%201%203.047%2010z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/animal-turtle-20-filled.svg?color=%231a73e8&size=48