pokemon go icon
pokemon-go from Material Design Icons by Pictogrammers · Filled · Brand / Logo · Apache-2.0 Free for personal and commercial use.
- Name
- pokemon-go
- Set
- Material Design Icons
- Style
- Filled
- Category
- Brand / Logo
- Viewbox
- 24×24
- License
- Apache 2.0
More brand / logo icons from Material Design Icons
Use the pokemon go icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a7 7 0 0 1 7 7c0 1.4-.41 2.71-1.12 3.8L12 22.21L6.12 12.8A6.95 6.95 0 0 1 5 9a7 7 0 0 1 7-7m0 1.5A5.5 5.5 0 0 0 6.59 8h2.58c.41-1.17 1.52-2 2.83-2s2.42.83 2.83 2h2.58A5.5 5.5 0 0 0 12 3.5m0 8.5a2.99 2.99 0 0 1-2.83-2H6.59c.13.69.38 1.34.75 1.91l.04.09A5.51 5.51 0 0 0 12 14.5c1.94 0 3.64-1 4.62-2.5l.04-.09c.37-.57.62-1.22.75-1.91h-2.58A2.99 2.99 0 0 1 12 12m0-4.5A1.5 1.5 0 0 0 10.5 9a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 13.5 9A1.5 1.5 0 0 0 12 7.5"/></svg>
React
import type { SVGProps } from "react";
export function MdiPokemonGo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a7 7 0 0 1 7 7c0 1.4-.41 2.71-1.12 3.8L12 22.21L6.12 12.8A6.95 6.95 0 0 1 5 9a7 7 0 0 1 7-7m0 1.5A5.5 5.5 0 0 0 6.59 8h2.58c.41-1.17 1.52-2 2.83-2s2.42.83 2.83 2h2.58A5.5 5.5 0 0 0 12 3.5m0 8.5a2.99 2.99 0 0 1-2.83-2H6.59c.13.69.38 1.34.75 1.91l.04.09A5.51 5.51 0 0 0 12 14.5c1.94 0 3.64-1 4.62-2.5l.04-.09c.37-.57.62-1.22.75-1.91h-2.58A2.99 2.99 0 0 1 12 12m0-4.5A1.5 1.5 0 0 0 10.5 9a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 13.5 9A1.5 1.5 0 0 0 12 7.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a7 7 0 0 1 7 7c0 1.4-.41 2.71-1.12 3.8L12 22.21L6.12 12.8A6.95 6.95 0 0 1 5 9a7 7 0 0 1 7-7m0 1.5A5.5 5.5 0 0 0 6.59 8h2.58c.41-1.17 1.52-2 2.83-2s2.42.83 2.83 2h2.58A5.5 5.5 0 0 0 12 3.5m0 8.5a2.99 2.99 0 0 1-2.83-2H6.59c.13.69.38 1.34.75 1.91l.04.09A5.51 5.51 0 0 0 12 14.5c1.94 0 3.64-1 4.62-2.5l.04-.09c.37-.57.62-1.22.75-1.91h-2.58A2.99 2.99 0 0 1 12 12m0-4.5A1.5 1.5 0 0 0 10.5 9a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 13.5 9A1.5 1.5 0 0 0 12 7.5"/></svg> </template>
CSS
.icon-pokemon-go {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a7%207%200%200%201%207%207c0%201.4-.41%202.71-1.12%203.8L12%2022.21L6.12%2012.8A6.95%206.95%200%200%201%205%209a7%207%200%200%201%207-7m0%201.5A5.5%205.5%200%200%200%206.59%208h2.58c.41-1.17%201.52-2%202.83-2s2.42.83%202.83%202h2.58A5.5%205.5%200%200%200%2012%203.5m0%208.5a2.99%202.99%200%200%201-2.83-2H6.59c.13.69.38%201.34.75%201.91l.04.09A5.51%205.51%200%200%200%2012%2014.5c1.94%200%203.64-1%204.62-2.5l.04-.09c.37-.57.62-1.22.75-1.91h-2.58A2.99%202.99%200%200%201%2012%2012m0-4.5A1.5%201.5%200%200%200%2010.5%209a1.5%201.5%200%200%200%201.5%201.5A1.5%201.5%200%200%200%2013.5%209A1.5%201.5%200%200%200%2012%207.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a7%207%200%200%201%207%207c0%201.4-.41%202.71-1.12%203.8L12%2022.21L6.12%2012.8A6.95%206.95%200%200%201%205%209a7%207%200%200%201%207-7m0%201.5A5.5%205.5%200%200%200%206.59%208h2.58c.41-1.17%201.52-2%202.83-2s2.42.83%202.83%202h2.58A5.5%205.5%200%200%200%2012%203.5m0%208.5a2.99%202.99%200%200%201-2.83-2H6.59c.13.69.38%201.34.75%201.91l.04.09A5.51%205.51%200%200%200%2012%2014.5c1.94%200%203.64-1%204.62-2.5l.04-.09c.37-.57.62-1.22.75-1.91h-2.58A2.99%202.99%200%200%201%2012%2012m0-4.5A1.5%201.5%200%200%200%2010.5%209a1.5%201.5%200%200%200%201.5%201.5A1.5%201.5%200%200%200%2013.5%209A1.5%201.5%200%200%200%2012%207.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/pokemon-go.svg?color=%231a73e8&size=48