Pocketpal Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pocketpal 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/331427.svg" alt="Pocketpal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331427.svg" alt="Pocketpal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331427.svg" alt="Pocketpal icon" :width="24" :height="24" />
CSS background
.icon-pocketpal {
background-image: url('https://proicons.com/icon/331427.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><path class="c" d="M25.8524,23.1164c.4507.7806.3219,1.9867-.4586,2.4374s-1.9174-.0249-2.368-.8054l2.8267-1.632Z"/><line class="c" x1="25.787" y1="15.2384" x2="29.5179" y2="21.1992"/><line class="c" x1="15.9643" y1="21.0815" x2="19.6951" y2="27.0422"/><path class="c" d="M19.6727,42.2663c1.4827-.8711,2.6129-1.774,3.6433-2.6859"/><path class="c" d="M39.8488,23.3269c1.0994-1.3223,1.8565-2.5549,2.5168-3.7621"/><path class="c" d="M34.0109,30.2892c1.2785-1.15,2.2053-2.2607,3.0326-3.3602"/><path class="c" d="M27.3283,36.648c1.3986-1.0006,2.4432-2.0012,3.3878-3.0018"/><path class="c" d="M10.5802,24.0463c-1.7728-5.4819-.3056-11.3399,5.3913-14.6621,4.1805-2.4378,10.3074-2.1985,14.7545,2.527"/><line class="c" x1="17.7351" y1="35.8735" x2="10.561" y2="24.0404"/><line class="c" x1="30.7268" y1="11.9045" x2="35.4225" y2="19.1303"/><path class="c" d="M42.4786,5.5c-6.5504,18.5914-21.5039,30.1643-36.9571,37"/></svg>
Copied!