var myMap;
var myPlacemark;
var init = function init() {
myMap = new ymaps.Map("map", {
center: [57.652607, 39.830922],
zoom: 17,
controls: []
});
myMap.behaviors.disable('scrollZoom');
myPlacemark = new ymaps.Placemark([57.652607, 39.830922], {
hintContent: ''
}, {
iconLayout: 'default#image',
// Custom image for the placemark icon.
});
myMap.geoObjects.add(myPlacemark);
};
ymaps.ready(init);
var myPlacemark = new ymaps.Placemark([55.76, 37.56], {}, {
iconLayout: 'default#image',
iconImageHref: '/maps/doc/jsapi/2.1/examples/images/myIcon.gif',
iconImageSize: [30, 42],
iconImageOffset: [-3, -42]
});
<svg width="60" height="68" viewBox="0 0 60 68" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><path d="M23.51 51.523c-.012.267-.232.477-.5.477-.29 0-.51-.21-.52-.477-.145-3.168-1.756-5.217-4.832-6.147C7.53 42.968 0 33.863 0 23 0 10.297 10.297 0 23 0s23 10.297 23 23c0 10.863-7.53 19.968-17.658 22.376-3.076.93-4.687 2.98-4.83 6.147z" id="b"></path><filter x="-21.7%" y="-15.4%" width="143.5%" height="138.5%" filterUnits="objectBoundingBox" id="a"><feOffset dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset><feGaussianBlur stdDeviation="3" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur><feColorMatrix values="0 0 0 0 1 0 0 0 0 0.266666667 0 0 0 0 0.2 0 0 0 0.5 0" in="shadowBlurOuter1"></feColorMatrix></filter></defs><g fill="none" fill-rule="evenodd"><g><g fill-rule="nonzero" transform="translate(7 5)"><use fill="#000" filter="url(#a)" xlink:href="#b"></use><use fill="#f33" xlink:href="#b"></use></g><path d="M30 68c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z" fill="#fff" fill-rule="nonzero"></path><path d="M30 66c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z" fill="#f33"></path></g></g></svg>