Openvegemap Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Openvegemap 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/345292.svg" alt="Openvegemap icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345292.svg" alt="Openvegemap icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345292.svg" alt="Openvegemap icon" :width="24" :height="24" />
CSS background
.icon-openvegemap {
background-image: url('https://proicons.com/icon/345292.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="M24,4.5017a13.09,13.09,0,0,0-13.09,13.09c0,10.25,10,22.61,12.61,25.63a.8.8,0,0,0,1.21,0c2.55-3,12.36-15.38,12.36-25.63A13.09,13.09,0,0,0,24,4.5017Z"/><circle class="a" cx="24.0043" cy="17.596" r="10.0898"/><path class="a" d="M26.266,14.6449a2.0853,2.0853,0,0,1,1.0514-1.7033c.9939-.6729,1.725-.4221,2.0541-.0713a1.6413,1.6413,0,0,1,.0906,1.9661c-.7293,1.0606-1.72.6729-2.42,1.6645-1.89,2.6791-2.9552,4.3843-3.4852,8.0488v.0017l-1.16-5s-.9184-4.6725-3.8593-6.7757"/></svg>
Copied!