Pet icon in outline, twotone, bold and bulk. Free in all four styles, for props, objects and everything with no other sheet. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconPet } from "@devigner-ui/icons";
<IconPet className="size-6" />
<script setup>
import { IconPet } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPet class="size-6" />
</template>
<script>
import { IconPet } from "@devigner-ui/icons-svelte";
</script>
<IconPet class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.08 16.75A4.78 4.78 0 0 0 9.92 22h4.79c3.26 0 5.5-2.63 4.96-5.85A7.65 7.65 0 0 0 12.41 10a7.5 7.5 0 0 0-7.33 6.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M11.14 7.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M17.97 8.7a2 2 0 1 0 0-4 2 2 0 0 0 0 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M21.67 12.7a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M4.64 10.7a2 2 0 1 0 0-4 2 2 0 0 0 0 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>