Pawnbarian Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pawnbarian 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/331029.svg" alt="Pawnbarian icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331029.svg" alt="Pawnbarian icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331029.svg" alt="Pawnbarian icon" :width="24" :height="24" />
CSS background
.icon-pawnbarian {
background-image: url('https://proicons.com/icon/331029.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><path id="c" class="g" d="M27.78,16.0352c2.8433-2.0874,3.4561-6.0844,1.3687-8.9277s-6.0844-3.4561-8.9277-1.3687c-2.8433,2.0874-3.4561,6.0844-1.3687,8.9277.384.5231.8456.9847,1.3687,1.3687"/><path id="d" class="g" d="M27.7791,16.0347l4.5309,2.9833c-.1127.9083-.372,1.7923-.7678,2.6175h-15.0843c-.3958-.8252-.6551-1.7092-.7678-2.6175l4.5308-2.9833"/><path id="e" class="g" d="M27.5287,21.6355c0,9.0738,9.3879,10.4,9.3879,19.1945-1.745,2.19-7.93,2.67-12.9166,2.67s-11.1716-.4794-12.9166-2.67c0-8.7946,9.3879-10.1208,9.3879-19.1945"/><path id="f" class="g" d="M15.4971,31.6439s1.4044-.5934,1.8383.3775c.44.9844-1.1621,1.8485-1.8234,2.12-1.4722.6043-.3222,2.4606.7398,2.0397,1.062-.4209,2.0138-3.3098,3.0745-3.4876.8714-.1461,2.9845.7682.8835,1.9761-2.0112,1.1563-3.1165,2.6287-1.9006,3.1368.5821.2432,1.1462-.6395,2.0064-.6521,1.1745-.0171,1.1881.5107,2.4017.0861,1.2136-.4246.7441-2.1868,2.5645-2.2501,1.5558-.0541,3.3624,2.387-.1489,2.9874-2.8111.4807-3.5358,1.577-3.015,2.3922.6198.9702,1.9107.9427,2.6396-.1968s2.2517-.164,1.2723.7221c-.8715.7884.9419,1.6205,1.8992,1.4117.9573-.2087.9687-2.3868,2.92-1.6176,1.307.5152.9892,2.2694.9892,2.2694"/></svg>
Copied!