turtle from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
turtle
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the turtle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M17 12a7 7 0 1 0-14 0"/><path d="M17 15a3 3 0 0 0 3-3a2 2 0 1 0 0-4h-.5a2.5 2.5 0 0 0-2.5 2.5V12"/><path stroke-linecap="round" d="m3 14.5l-.36 2.876a1 1 0 0 0 .993 1.124H5a1 1 0 0 0 1-1V15m8 0v2.5a1 1 0 0 0 1 1h1.347a1 1 0 0 0 .99-1.141L17 15m0-3h-1.566c-.943 0-1.873.22-2.717.641a6.08 6.08 0 0 1-5.434 0A6.1 6.1 0 0 0 4.566 12H2v.882c0 .685.387 1.312 1 1.618M6 16a8.94 8.94 0 0 0 8 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTurtle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M17 12a7 7 0 1 0-14 0"/><path d="M17 15a3 3 0 0 0 3-3a2 2 0 1 0 0-4h-.5a2.5 2.5 0 0 0-2.5 2.5V12"/><path strokeLinecap="round" d="m3 14.5l-.36 2.876a1 1 0 0 0 .993 1.124H5a1 1 0 0 0 1-1V15m8 0v2.5a1 1 0 0 0 1 1h1.347a1 1 0 0 0 .99-1.141L17 15m0-3h-1.566c-.943 0-1.873.22-2.717.641a6.08 6.08 0 0 1-5.434 0A6.1 6.1 0 0 0 4.566 12H2v.882c0 .685.387 1.312 1 1.618M6 16a8.94 8.94 0 0 0 8 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M17 12a7 7 0 1 0-14 0"/><path d="M17 15a3 3 0 0 0 3-3a2 2 0 1 0 0-4h-.5a2.5 2.5 0 0 0-2.5 2.5V12"/><path stroke-linecap="round" d="m3 14.5l-.36 2.876a1 1 0 0 0 .993 1.124H5a1 1 0 0 0 1-1V15m8 0v2.5a1 1 0 0 0 1 1h1.347a1 1 0 0 0 .99-1.141L17 15m0-3h-1.566c-.943 0-1.873.22-2.717.641a6.08 6.08 0 0 1-5.434 0A6.1 6.1 0 0 0 4.566 12H2v.882c0 .685.387 1.312 1 1.618M6 16a8.94 8.94 0 0 0 8 0"/></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%2012a7%207%200%201%200-14%200%22%2F%3E%3Cpath%20d%3D%22M17%2015a3%203%200%200%200%203-3a2%202%200%201%200%200-4h-.5a2.5%202.5%200%200%200-2.5%202.5V12%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m3%2014.5l-.36%202.876a1%201%200%200%200%20.993%201.124H5a1%201%200%200%200%201-1V15m8%200v2.5a1%201%200%200%200%201%201h1.347a1%201%200%200%200%20.99-1.141L17%2015m0-3h-1.566c-.943%200-1.873.22-2.717.641a6.08%206.08%200%200%201-5.434%200A6.1%206.1%200%200%200%204.566%2012H2v.882c0%20.685.387%201.312%201%201.618M6%2016a8.94%208.94%200%200%200%208%200%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%2012a7%207%200%201%200-14%200%22%2F%3E%3Cpath%20d%3D%22M17%2015a3%203%200%200%200%203-3a2%202%200%201%200%200-4h-.5a2.5%202.5%200%200%200-2.5%202.5V12%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m3%2014.5l-.36%202.876a1%201%200%200%200%20.993%201.124H5a1%201%200%200%200%201-1V15m8%200v2.5a1%201%200%200%200%201%201h1.347a1%201%200%200%200%20.99-1.141L17%2015m0-3h-1.566c-.943%200-1.873.22-2.717.641a6.08%206.08%200%200%201-5.434%200A6.1%206.1%200%200%200%204.566%2012H2v.882c0%20.685.387%201.312%201%201.618M6%2016a8.94%208.94%200%200%200%208%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/turtle.svg?color=%231a73e8&size=48