Osmand Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Osmand Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/345369.svg" alt="Osmand Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345369.svg" alt="Osmand Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345369.svg" alt="Osmand Plus icon" :width="24" :height="24" />
CSS background
.icon-osmand-plus {
background-image: url('https://proicons.com/icon/345369.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24.0878" cy="22.0742" r="11.6865"/><path class="c" d="m18.754,3.196c-6.093,1.6081-12.3257,8.1206-13.7541,14.2635-2.5344,10.4007,3.7373,20.9128,14.0937,23.6227.5381.1534,1.0225.4544,1.3984.869l3.2363,3.4061c.1942.1904.505.1904.6992,0l3.2462-3.4061c.3798-.4125.8678-.7101,1.4084-.859,10.4647-2.852,16.6361-13.6474,13.7841-24.1121C40.0141,6.5153,29.2187.344,18.754,3.196h0Z"/><line class="c" x1="19.593" y1="22.0742" x2="28.5826" y2="22.0742"/><line class="c" x1="24.0878" y1="17.5794" x2="24.0878" y2="26.569"/></svg>
Copied!