Back to Explorer
16 - 512
0.5 - 4.0
Save to
socialoutline
md catching pokemon
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdCatchingPokemonIcon = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width="24"
height="24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
{...props}
>
<path d="M14.5,12c0,1.38-1.12,2.5-2.5,2.5c-1.38,0-2.5-1.12-2.5-2.5s1.12-2.5,2.5-2.5C13.38,9.5,14.5,10.62,14.5,12z M22,12 c0,5.52-4.48,10-10,10C6.48,22,2,17.52,2,12S6.48,2,12,2C17.52,2,22,6.48,22,12z M20,12h-4c0-2.21-1.79-4-4-4c-2.21,0-4,1.79-4,4H4 c0,4.41,3.59,8,8,8C16.41,20,20,16.41,20,12z"/>
</svg>
);SVG Optimizer
Before
0.47 KB
↓
After
0.47 KB
Tags
catchinggopokemonpokestoptravel
Compare Alternatives
See how other libraries approach this concept.