Pinball Map Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pinball Map icon is commonly used in location finders, store locators and travel apps. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/331269.svg" alt="Pinball Map icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331269.svg" alt="Pinball Map icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331269.svg" alt="Pinball Map icon" :width="24" :height="24" />
CSS background
.icon-pinball-map {
background-image: url('https://proicons.com/icon/331269.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M18.3215,29.0045c1.4894,1.1728,3.4783-2.0461,5.0742-1.2276s2.1279,4.5832,6.4246,4.6241,10.394-8.0206,11.7035-6.3019-1.0577,16.2969-17.0392,16.2969c-9.9997,0-15.8304-7.3115-17.7166-14.5134-1.8421-7.033.8234-13.9645,4.4195-13.8167,2.9873.1228-1.3368,8.2684,7.1339,14.9386Z"/><path class="b" d="M17.7145,6.8729c.7754-.1883,3.2532-.9617,2.7213,1.6778s-3.5397,1.9438-3.9898.9617-.1637-2.2916,1.2686-2.6394Z"/><path class="b" d="M27.7198,6.4842c1.5115.0911,8.6753,1.9028,9.1459,6.1996s-5.6149,2.8323-8.5526.8389c-2.8645-1.9438-4.8696-4.1944-4.2354-5.5448s1.9438-1.5959,3.642-1.4936Z"/></svg>
Copied!