Pokemon Quest Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pokemon Quest 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/346016.svg" alt="Pokemon Quest icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346016.svg" alt="Pokemon Quest icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346016.svg" alt="Pokemon Quest icon" :width="24" :height="24" />
CSS background
.icon-pokemon-quest {
background-image: url('https://proicons.com/icon/346016.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="cls-1" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="cls-1" d="M15.1489,17.4691l15.756,3.5875c.8993.2048,1.4137,1.087,1.149,1.9706l-4.1213,13.7569c-.2647.8836-1.2083,1.4339-2.1075,1.2291l-15.756-3.5875c-.8993-.2048-1.4137-1.087-1.149-1.9706l4.1213-13.7569c.2647-.8836,1.2083-1.4339,2.1075-1.2291Z"/><path class="cls-1" d="M16.8,17.8s4.2-8.86,4.53-9.66c.334-.808,5.29-.251,4.9,1.98-.39,2.23-3.92,8.95-3.92,8.95"/><path class="cls-1" d="M27.1,20.2s4.34-9.65,4.62-10.2c.279-.502,4.74-.263,4.46,2.2-.279,2.45-3.988,9.8257-3.988,9.8257"/><path class="cls-1" d="M19.9,11.3s3.38.656,4.33,1.09c1.08.49.3083,2.1566.3083,2.1566"/><path class="cls-1" d="M30.2,13.3s3.33.647,4,.838c1.33.384,1.09,1.1.623,2.19"/><path class="cls-1" d="M18.6,22l-2.97-.707-.872,3.4,2.9.754.942-3.447Z"/><path class="cls-1" d="M24,22.9l3.09.675-1.04,3.68-2.99-.754.94-3.601Z"/><path class="cls-1" d="M25.2,28.6l3.32.745-1.04,3.68-3.34-.863,1.06-3.562Z"/><path class="cls-1" d="M11,25.5l3.58.853-1.04,3.66-3.61-.925,1.07-3.588Z"/><path class="cls-1" d="M20,27.4l-1.24.889-2.12-.563-.997,3.47,6,1.37,1.19-3.4-2.15-.52-.683-1.246Z"/><path class="cls-1" d="M19.8,26.4l.798.209"/><path class="cls-1" d="M16.8147,31.4635l.3803-1.2635,4.85,1.07"/><path class="cls-1" d="M31.6463,21.4497l8.7637,9.2503-3.31,11.8h-4.63l-6.4107-4.4503"/><path class="cls-1" d="M42.5,15.3h-3.34c-1.84,0-1.42,1.42-1.95,12"/><path class="cls-1" d="M42.5,33.3l-2.8176-.0005"/><path class="cls-1" d="M9.5,34.175l3.5223,3.1402"/><path class="cls-1" d="M35.6,25.6l-1.06,3.8,1.25,1.18,1.03-3.66"/><path class="cls-1" d="M37.9,28l-1.06,3.8,1.25,1.18,1.03-3.66"/><path class="cls-1" d="M17,21.6l-.447,1.74,1.58.358"/><path class="cls-1" d="M23.5284,24.7065l1.5116.3465.476-1.82"/><path class="cls-1" d="M15.7651,42.4701l1.99-4.67"/><path class="cls-1" d="M18.5651,42.4651l1.22-3.02-2.03-1.64-4.56-.925-2.22,5.59"/><path class="cls-1" d="M27.7651,42.4651l.305-.875-2.19-1.54-3.9-.791-.896,3.21M25.0741,42.4691l.809-2.42"/></svg>
Copied!