Secumap Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Secumap 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/332531.svg" alt="Secumap icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332531.svg" alt="Secumap icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332531.svg" alt="Secumap icon" :width="24" :height="24" />
CSS background
.icon-secumap {
background-image: url('https://proicons.com/icon/332531.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" xml:space="preserve" viewBox="0 0 48 48"><path d="M25.286 14.913a1.04 1.04 0 0 1-1.041 1.04 1.04 1.04 0 0 1-1.041-1.04 1.04 1.04 0 0 1 1.04-1.042 1.04 1.04 0 0 1 1.042 1.042M21.322 22.437v-2.495l2.166-2.251.824.052.023 5.337 2.485 2.5 1.153 4.168" style="fill:none;stroke:#000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="m20.035 29.983 2.744-3.362.747-1.907M25.929 20.703l1.971.963" style="fill:none;stroke:#000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="M24 11.288c5.927 0 10.733 4.805 10.733 10.733 0 2.05-1.219 5.286-3.14 7.176L24 36.707l-7.594-7.51c-1.92-1.89-3.139-5.126-3.139-7.176 0-5.928 4.806-10.733 10.733-10.733" style="fill:none;stroke:#000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="M42.004 7.564C35.461 7.47 29.192 6.83 24 2.777 18.808 6.83 12.54 7.47 5.996 7.564 2.779 29.314 9.687 37.623 24 45.224c14.313-7.601 21.22-15.91 18.004-37.66" style="fill:none;stroke:#000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/></svg>
Copied!