Os Maps Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Os Maps 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/345359.svg" alt="Os Maps icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345359.svg" alt="Os Maps icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345359.svg" alt="Os Maps icon" :width="24" :height="24" />
CSS background
.icon-os-maps {
background-image: url('https://proicons.com/icon/345359.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M40.0026,6.8426c-.1412,1.6954-2.744,32.5228-2.9092,34.4882a1.57,1.57,0,0,1-2.8809.9664c-.815-1.1028-8.5138-13.0746-8.5138-13.0746L9.3546,27.5558a1.4157,1.4157,0,0,1-.6092-2.6712l28.68-19.401C38.95,4.4522,40.1438,5.1472,40.0026,6.8426Z"/><circle class="a" cx="30.7222" cy="20.2497" r="2.9406"/></svg>
Copied!