Baidu Map Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Baidu 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/336888.svg" alt="Baidu Map icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336888.svg" alt="Baidu Map icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336888.svg" alt="Baidu Map icon" :width="24" :height="24" />
CSS background
.icon-baidu-map {
background-image: url('https://proicons.com/icon/336888.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M12.8857,22.6467C9.98,18.0039,12.0731,10.1742,16.504,6.9556a12.472,12.472,0,0,1,14.8621,0c4.7331,3.6222,6.6116,10.9087,3.706,15.5508L23.9353,40.3023Z"/><path class="a" d="M17.1112,43.5H30.9119"/><circle class="a" cx="24.0121" cy="17.947" r="5.5311"/></svg>
Copied!