Guessthatpokemon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Guessthatpokemon 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/326822.svg" alt="Guessthatpokemon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326822.svg" alt="Guessthatpokemon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326822.svg" alt="Guessthatpokemon icon" :width="24" :height="24" />
CSS background
.icon-guessthatpokemon {
background-image: url('https://proicons.com/icon/326822.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;}</style></defs><path class="c" d="m45.5,24c0,11.8742-9.6258,21.5-21.5,21.5S2.5,35.8742,2.5,24m43,0c0-11.8742-9.6258-21.5-21.5-21.5S2.5,12.1258,2.5,24"/><circle class="c" cx="24" cy="24" r="5.375"/><line class="c" x1="45.5" y1="24" x2="29.375" y2="24"/><line class="c" x1="2.5" y1="24" x2="18.625" y2="24"/></svg>
Copied!