Dog Pixel Art Icon
A dog icon for pet profiles and services, animal categories, 'pet-friendly' filters, and dog-walking or veterinary apps.
Tags
dogpetanimalpuppy
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Dog icon
A friendly dog's face, the go-to symbol for dogs and pets in general. Use it for pet profiles, a 'pet-friendly' filter on listings, animal or veterinary categories, and dog-walking or adoption apps. It sits alongside the other animal icons for building a small menagerie. The solid variant gives a bolder silhouette at small sizes or for filled states.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/dog.svg" width="24" height="24" alt="Dog" />
<!-- React -->
import { Dog } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="dog.svg" width="48" height="48" style="image-rendering: pixelated" />