Zood Location Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zood Location 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/350202.svg" alt="Zood Location icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350202.svg" alt="Zood Location icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350202.svg" alt="Zood Location icon" :width="24" :height="24" />
CSS background
.icon-zood-location {
background-image: url('https://proicons.com/icon/350202.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="i" d="m23.955,30.007s-11.0381-10.2075.2524-12.014c0,0,10.673,1.4054-.2524,12.014Z"/><path id="e" class="i" d="m14.7629,4.784s25.5828,2.0289,27.9433,29.6096"/><path id="f" class="i" d="m4.9194,14.2613s.9927,25.2379,29.2438,28.6784"/><path id="g" class="i" d="m4.8135,33.5346s.0601-24.9506,28.1121-28.9155"/><path id="h" class="i" d="m14.28,43.0942s25.8708-.6273,28.6837-28.7146"/></g><circle class="i" cx="24" cy="24" r="21.5"/></svg>
Copied!