Pingid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pingid 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/331273.svg" alt="Pingid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331273.svg" alt="Pingid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331273.svg" alt="Pingid icon" :width="24" :height="24" />
CSS background
.icon-pingid {
background-image: url('https://proicons.com/icon/331273.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><g id="c"><path id="d" class="e" d="m12.8561,8.4312v8.1103H4.5v-8.1103h8.3561m4.3709,30.8964V8.4312h9.6417c3.3507,0,6.6101-.0122,9.6417,1.6562,8.7842,4.8343,9.422,21.1447,1.157,26.7905-5.6019,3.8269-14.0315,2.4497-20.4403,2.4497m8.3561-24.7171v18.7953c2.2097,0,4.5122.0191,6.2942-1.4958,3.0686-2.6084,3.0874-8.284,2.2349-11.8926-.3072-1.3004-.881-2.6416-1.8558-3.5822-1.8153-1.7517-4.3046-1.8247-6.6733-1.8247m-12.727,6.0505v18.6665H4.5v-18.6665h8.3561Z"/></g></svg>
Copied!