Pokeinfo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pokeinfo 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/346008.svg" alt="Pokeinfo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346008.svg" alt="Pokeinfo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346008.svg" alt="Pokeinfo icon" :width="24" :height="24" />
CSS background
.icon-pokeinfo {
background-image: url('https://proicons.com/icon/346008.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="d" cx="13.2295" cy="24" r="3.322"/><path class="d" d="M2.6,21.97C3.62,11.05,12.81,2.5,24,2.5s20.38,8.55,21.4,19.47h-21.87c-.91-3.71-4.26-6.47-8.25-6.47-4,0-7.34,2.76-8.25,6.47H2.6Z"/><path class="d" d="M7.03,26.03H2.6c1.02,10.92,10.21,19.47,21.4,19.47s20.38-8.55,21.4-19.47h-21.87c-.91,3.71-4.26,6.47-8.25,6.47-4,0-7.34-2.76-8.25-6.47Z"/></svg>
Copied!