Opentopomap Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Opentopomap 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/330729.svg" alt="Opentopomap icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330729.svg" alt="Opentopomap icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330729.svg" alt="Opentopomap icon" :width="24" :height="24" />
CSS background
.icon-opentopomap {
background-image: url('https://proicons.com/icon/330729.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M37.71,24.6l4.78-.736"/><path class="b" d="M5.51,29.6l18.4-2.83"/><path class="b" d="M27.11,8.38c5.4406-1.4609,11.0353,1.7653,12.4962,7.2059l.0038.0141c1.3448,5.1246-1.4578,10.4257-6.45,12.2l.144.52,1.11.645,2.83,10.6-3.32.892-2.83-10.6.641-1.11-.14-.526c-5.5201,1.1236-10.9059-2.4405-12.0295-7.9607-1.0917-5.3634,2.2444-10.6324,7.5595-11.9393l-.015.059ZM27.929,11.47c-3.6724,1.0339-5.8112,4.8491-4.7773,8.5215,1.0339,3.6724,4.8491,5.8112,8.5215,4.7773s5.8112-4.8491,4.7773-8.5215c-1.0336-3.6711-4.8467-5.81-8.5183-4.7782l-.0032.0009Z"/><line class="b" x1="33.11" y1="27.8" x2="31.51" y2="28.3"/><line class="b" x1="17.91" y1="27.7" x2="14.21" y2="5.5"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!