P2chelp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The P2chelp 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/330882.svg" alt="P2chelp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330882.svg" alt="P2chelp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330882.svg" alt="P2chelp icon" :width="24" :height="24" />
CSS background
.icon-p2chelp {
background-image: url('https://proicons.com/icon/330882.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M19.5324,8.0944l-2.1695,3.0033a.99.99,0,0,1-.8051.4144c-1.7258.0008-7.4322.003-10.2678.0016a1.7893,1.7893,0,0,0-1.7909,1.7926V38.5292A1.79,1.79,0,0,0,6.29,40.32H41.7082a1.7894,1.7894,0,0,0,1.7909-1.7927V13.3046a1.7894,1.7894,0,0,0-1.7909-1.7927h-10.26a1,1,0,0,1-.8108-.4147L28.4693,8.0946a1,1,0,0,0-.8108-.4147H20.343A1,1,0,0,0,19.5324,8.0944Z"/><polyline class="a" points="21.765 29.42 17.426 23.176 11.006 32.414 36.93 32.414"/><polyline class="a" points="36.93 32.414 27.246 18.478 20.704 27.892"/></svg>
Copied!