Pokemon Home Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pokemon Home icon is commonly used in navigation bars, dashboards and breadcrumbs. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/331453.svg" alt="Pokemon Home icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331453.svg" alt="Pokemon Home icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331453.svg" alt="Pokemon Home icon" :width="24" :height="24" />
CSS background
.icon-pokemon-home {
background-image: url('https://proicons.com/icon/331453.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M5.5008,35.6714c-.0005-.0572-.0008-.1145-.0008-.1718,0-10.2173,8.2827-18.5,18.5-18.5s18.5,8.2827,18.5,18.5c0,.0573-.0003.1146-.0008.1718"/><path class="e" d="M5.5611,37.68c3.3753-3.6377,7.8298-6.2599,12.8544-7.3573"/><path class="e" d="M42.5,37.68c-3.3753-3.6377-7.8298-6.2599-12.8544-7.3573"/><circle class="e" cx="24" cy="29.3665" r="5.2365"/><g id="c"><path id="d" class="e" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></g><circle class="e" cx="24" cy="29.3665" r="2.5"/></svg>
Copied!