Pawxy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pawxy 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/331030.svg" alt="Pawxy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331030.svg" alt="Pawxy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331030.svg" alt="Pawxy icon" :width="24" :height="24" />
CSS background
.icon-pawxy {
background-image: url('https://proicons.com/icon/331030.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.l{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="l" d="M9.5,5.4999h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.4999c0-2.216,1.784-4,4-4Z"/><g id="d"><path id="e" class="l" d="M20.9544,42.5001l6.0507-8.9493c4.4671-1.2637,8.2485-6.1582,4.6832-8.6791.8124-1.6923.9983-3.0524-.1713-4.8137-.9009-1.3567-2.5137-1.4348-3.7705-1.2888-.1993-1.8164-1.2258-2.8566-2.736-3.2978-1.4589-.4263-3.0322.4412-4.3065,1.3578-3.1276-2.3831-6.319,2.4225-6.6675,6.3053l-8.5357,12.1909"/><g id="f"><path id="g" class="l" d="M21.7461,23.4635c-1.0442-.6631-3.101-.8456-3.7508,1.0984-.6251,1.8703,1.1421,3.221,2.3524,4.0334,2.1163,1.4204,4.1474,2.5065,5.44.7385.6921-.9467.4631-2.2132-.6211-3.3858.7906-2.9913-1.8672-3.6632-3.4205-2.4845Z"/><path id="h" class="l" d="M19.5384,21.2522c-.5261.7774-1.4457.8735-2.0539.2147s-.6749-1.8231-.1489-2.6005c.5261-.7774,1.4457-.8735,2.0539-.2147t0,0c.6083.6588.6749,1.8231.1489,2.6005Z"/><path id="i" class="l" d="M24.6832,21.0051c-.8356.6061-1.8238.3625-2.2072-.5441-.3834-.9065-.0169-2.1327.8186-2.7388,0,0,0,0,0,0,.8356-.6061,1.8238-.3625,2.2072.5441s.0169,2.1327-.8186,2.7388h0Z"/><path id="j" class="l" d="M28.6127,20.9314c1.0045-.2377,1.8227.3676,1.8276,1.3519.0049.9843-.8054,1.9749-1.8099,2.2126h0c-1.0045.2377-1.8227-.3676-1.8276-1.3519-.0049-.9843.8054-1.9749,1.8099-2.2126Z"/><path id="k" class="l" d="M28.8255,29.5918c-.8871-.3069-1.2179-1.1703-.739-1.9284.4789-.7581,1.5863-1.1238,2.4733-.8168h0c.8871.3069,1.2179,1.1703.739,1.9284t0,0c-.4789.7581-1.5863,1.1238-2.4733.8168Z"/></g></g></g></svg>
Copied!