Pokemmo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pokemmo 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/346009.svg" alt="Pokemmo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346009.svg" alt="Pokemmo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346009.svg" alt="Pokemmo icon" :width="24" :height="24" />
CSS background
.icon-pokemmo {
background-image: url('https://proicons.com/icon/346009.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="b" class="c" cx="23.99" cy="23.99" r="8"/><path class="c" d="M2.83,27.75c1.77,10.08,10.57,17.74,21.16,17.74s19.39-7.66,21.16-17.74h-8.71c-1.61,5.35-6.58,9.24-12.45,9.24s-10.84-3.89-12.45-9.24H2.83Z"/><path class="c" d="M2.82,20.25C4.59,10.16,13.4,2.49,23.99,2.49s19.4,7.67,21.17,17.76h-8.71c-1.61-5.36-6.58-9.26-12.46-9.26s-10.85,3.9-12.46,9.26H2.82Z"/></svg>
Copied!