Osmand Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Osmand icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/315479.svg" alt="Osmand icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315479.svg" alt="Osmand icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315479.svg" alt="Osmand icon" :width="24" :height="24" />
CSS background
.icon-osmand {
background-image: url('https://proicons.com/icon/315479.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>OsmAnd</title><path d="M12 0C6.11 0 1.332 4.777 1.332 10.668a10.67 10.67 0 0 0 6.52 9.828c1.927.836 2.667 1.282 3.26 2.467q.085.172.152.326c.189.422.318.711.736.711s.546-.289.736-.71q.069-.155.153-.327c.593-1.186 1.28-1.63 3.26-2.467a10.67 10.67 0 0 0 6.519-9.828C22.668 4.777 17.89 0 12 0m-.443 4.758a5.926 5.926 0 0 1 6.369 5.91 5.926 5.926 0 0 1-11.852 0 5.926 5.926 0 0 1 5.483-5.91"/></svg>
Copied!