Location Pin Off Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Location Pin Off Svg icon is commonly used in maps, store locators and delivery tracking. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/308872.svg" alt="Location Pin Off Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308872.svg" alt="Location Pin Off Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308872.svg" alt="Location Pin Off Svg icon" :width="24" :height="24" />
CSS background
.icon-location-pin-off---svg {
background-image: url('https://proicons.com/icon/308872.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.68489 4.62739C12.0841 3.7579 14.8721 4.28639 16.7927 6.20707C18.7134 8.12775 19.2419 10.9158 18.3724 13.3149C18.1842 13.8342 18.4526 14.4076 18.9719 14.5958C19.4911 14.784 20.0646 14.5156 20.2527 13.9964C21.3768 10.8948 20.6968 7.28272 18.207 4.79286C15.7171 2.30299 12.1051 1.62299 9.00343 2.74707C8.48419 2.93525 8.21582 3.50872 8.404 4.02796C8.59218 4.54719 9.16565 4.81557 9.68489 4.62739ZM4.7031 6.1173L3.29289 4.70709C2.90237 4.31657 2.90237 3.6834 3.29289 3.29288C3.68342 2.90236 4.31658 2.90236 4.70711 3.29288L6.71981 5.30559C6.72689 5.31246 6.73385 5.31942 6.74068 5.32646L17.7003 16.2861C17.7025 16.2883 17.7048 16.2905 17.7071 16.2928C17.7093 16.295 17.7115 16.2973 17.7138 16.2995L20.7071 19.2929C21.0976 19.6834 21.0976 20.3166 20.7071 20.7071C20.3166 21.0976 19.6834 21.0976 19.2929 20.7071L16.9999 18.4141L12.707 22.7071C12.5194 22.8946 12.2651 23 11.9999 23C11.7346 23 11.4803 22.8946 11.2927 22.7071L5.79275 17.2071C2.77755 14.1919 2.41452 9.52994 4.7031 6.1173Z" fill="#292929"/> </svg>
Copied!