Paw Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Paw 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/306192.svg" alt="Paw icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306192.svg" alt="Paw icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306192.svg" alt="Paw icon" :width="24" :height="24" />
CSS background
.icon-paw {
background-image: url('https://proicons.com/icon/306192.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="M713 652c-41-29-66-64-78-112-16-63-78-107-143-106-67 1-122 45-139 109-12 43-29 81-71 105-49 28-64 78-65 116-1 97 39 151 110 161 36 5 71-6 104-20 50-21 99-22 147 4 8 4 16 7 23 10 41 17 79 12 115-14 71-51 109-176-3-253zm-31-275c62-70 81-152 48-242-26-72-95-85-149-31-46 46-63 104-65 167-1 27 4 53 14 77 31 73 99 88 152 29zm-357 7c50 47 111 35 141-26 13-28 18-57 17-87-1-66-20-126-70-172-49-46-110-34-140 27-11 21-16 44-17 67-4 73 14 139 69 191zm609-22c-10-47-49-72-96-64-83 16-164 123-162 214 0 5 0 10 1 15 9 69 52 100 114 80 91-28 164-153 143-245zM323 519c0-82-38-148-104-196-24-18-52-30-83-26-49 5-76 45-73 118 9 73 46 144 128 185 74 37 132-6 132-81z"/></svg>
Copied!