Btc Map Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Btc 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/322989.svg" alt="Btc Map icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322989.svg" alt="Btc Map icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322989.svg" alt="Btc Map icon" :width="24" :height="24" />
CSS background
.icon-btc-map {
background-image: url('https://proicons.com/icon/322989.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><path class="b" d="M24,4.5c-4.2246.0027-8.2756,1.6821-11.2629,4.6694-2.9873,2.9873-4.6667,7.0382-4.6694,11.2629,0,6.2248,3.933,11.9092,7.806,16.0123,2.3473,2.5127,4.9387,4.7857,7.736,6.7852l.3903.2702.3903-.2702c2.7974-1.9995,5.3887-4.2725,7.736-6.7852,3.873-4.1432,7.806-9.8175,7.806-16.0123-.0026-4.2246-1.6821-8.2756-4.6694-11.2629-2.9873-2.9873-7.0381-4.6667-11.2629-4.6694Z"/><path class="b" d="M25.0187,20.2848c.9785.2622,1.5591,1.2679,1.2969,2.2463-.2622.9785-1.2679,1.5591-2.2463,1.2969l-2.9231-.7832,1.8989-7.0866,2.9231.7833c.9785.2622,1.5591,1.2679,1.2969,2.2463-.2622.9785-1.2679,1.5591-2.2463,1.2969Z"/><path class="b" d="M25.0187,20.2848l-2.9231-.7832"/><path class="b" d="M21.1461,23.0449l-.8858-.2374"/><path class="b" d="M23.0449,15.9584l-.8858-.2374"/><path class="b" d="M21.7946,24.168l.2373-.8858"/><path class="b" d="M23.5662,24.6427l.2374-.8858"/><path class="b" d="M23.9307,16.1957l.2374-.8858"/><path class="b" d="M25.7024,16.6705l.2373-.8858"/><path class="b" d="M21.6796,28.6717c4.7827,1.2815,9.6987-1.5568,10.9801-6.3394,1.2815-4.7827-1.5567-9.6987-6.3394-10.9801-4.7827-1.2815-9.6986,1.5567-10.9801,6.3394-1.2815,4.7827,1.5568,9.6986,6.3394,10.9801Z"/></svg>
Copied!