Peggleclassic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Peggleclassic 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/331104.svg" alt="Peggleclassic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331104.svg" alt="Peggleclassic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331104.svg" alt="Peggleclassic icon" :width="24" :height="24" />
CSS background
.icon-peggleclassic {
background-image: url('https://proicons.com/icon/331104.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>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="f" class="i" cx="24" cy="24" r="21.5"/><path id="g" class="i" d="M23.66390991,24.70537376s-3.59586143-6.11499977-4.44911957-8.71539783c0,0,4.2053318-4.38817215,7.02920341,1.32051563,2.82386971,5.70868492-2.58008385,7.3948822-2.58008385,7.3948822Z"/><path id="h" class="i" d="M25.66864586,29.30861092s2.12233162,3.64589882,6.14461708,7.12230492c0,0,1.23541641,2.9592514-3.99355507,5.5737381s-6.37819672-.60334015-6.37819672-.60334015c0,0-7.35503769-22.09384346-11.54970646-27.20789337,0,0-1.92495108-1.03430176,5.343894-5.77485275,7.2688446-4.74055147,14.02054024-1.92495108,14.02054024-1.92495108,0,0,7.78599739,3.1316371,7.72853661,12.09559011-.05746078,8.96395111-8.70164299,10.11606216-11.31612968,10.71940422Z"/></svg>
Copied!