Dog Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Dog icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/305521.svg" alt="Dog icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305521.svg" alt="Dog icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305521.svg" alt="Dog icon" :width="24" :height="24" />
CSS background
.icon-dog {
background-image: url('https://proicons.com/icon/305521.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M810 909c-16-20-28-42-33-69-32-159-66-318-99-476-3-12-5-19-21-17-60 7-112-12-154-55-13-13-17-8-22 5-38 99-86 194-117 296-21 71-45 141-68 211-15 45-32 49-67 18-12-10-22-35-39-25s-5 34-3 51c8 54 39 85 93 87 74 3 148 1 222 1v1h171c14 0 29 1 43 0 11 0 23-1 27-14 4-14-10-17-19-22-23-12-49-16-75-22-18-4-27-12-30-32-5-50-32-87-73-115-19-14-41-22-61-34-8-6-26-8-20-21 5-12 20-5 32-3 7 1 13 5 20 7 26 12 49 26 71 44 20 16 29 12 38-11l5-15c3-8 4-19 13-19 10 0 11 11 14 19 15 43 29 87 43 130 7 21 19 38 36 50 19 14 38 28 52 46 6 8 15 16 25 7 10-8 2-16-4-23zM634 328c13-4 35 8 40-11 12-39 45-57 74-79 24-19 40-43 49-73 9-31-1-46-35-47-37-2-73-2-110-3-26-1-45-11-55-36-3-6-1-17-11-16-9 0-10 9-13 15l-70 167c-5 11 0 19 7 26 33 37 74 56 124 57z"/></svg>
Copied!