Critical Maps Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Critical 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/338665.svg" alt="Critical Maps icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338665.svg" alt="Critical Maps icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338665.svg" alt="Critical Maps icon" :width="24" :height="24" />
CSS background
.icon-critical-maps {
background-image: url('https://proicons.com/icon/338665.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><circle class="a" cx="24" cy="24" r="19.8849"/><polyline class="a" points="16.959 42.602 18.286 33.278 12.88 24 16.787 16.013 25.556 20.829 24 24 19.559 24.237"/><polyline class="a" points="25.494 14.398 22.33 12.469 18.3 16.844"/><polyline class="a" points="21.769 18.749 26.328 13.423 29.872 16.086 25.556 20.829"/><polyline class="a" points="28.802 17.262 31.78 19.739 26.579 25.981"/><polyline class="a" points="24 24 29.395 28.144 33.689 22.828 31.147 20.499"/><polyline class="a" points="31.372 25.981 32.507 31.006 28.844 34.141 31.04 42.602"/><polyline class="a" points="5.896 32.228 9.439 30.678 8.295 27.156 4.517 27.984"/><polyline class="a" points="10.58 9.325 13.149 12.216 16.145 10.039 14.19 6.702"/><polyline class="a" points="33.81 6.702 31.855 10.039 34.851 12.216 37.42 9.325"/><polyline class="a" points="43.483 27.984 39.705 27.156 38.561 30.678 42.104 32.228"/><polyline class="a" points="26.231 43.76 25.852 39.912 22.148 39.912 21.769 43.76"/><line class="a" x1="24" y1="43.8849" x2="24" y2="45.5"/><line class="a" x1="9.9392" y1="38.0608" x2="8.7972" y2="39.2028"/><line class="a" x1="4.1151" y1="24" x2="2.5" y2="24"/><line class="a" x1="9.9392" y1="9.9392" x2="8.7972" y2="8.7972"/><line class="a" x1="24" y1="4.1151" x2="24" y2="2.5"/><line class="a" x1="38.0608" y1="9.9392" x2="39.2028" y2="8.7972"/><line class="a" x1="43.8849" y1="24" x2="45.5" y2="24"/><line class="a" x1="38.0608" y1="38.0608" x2="39.2028" y2="39.2028"/><line class="a" x1="31.6096" y1="42.3713" x2="32.2277" y2="43.8634"/><line class="a" x1="16.3904" y1="42.3713" x2="15.7723" y2="43.8634"/><line class="a" x1="5.6287" y1="31.6096" x2="4.1366" y2="32.2277"/><line class="a" x1="5.6287" y1="16.3904" x2="4.1366" y2="15.7723"/><line class="a" x1="16.3904" y1="5.6287" x2="15.7723" y2="4.1366"/><line class="a" x1="31.6096" y1="5.6287" x2="32.2277" y2="4.1366"/><line class="a" x1="42.3713" y1="16.3904" x2="43.8634" y2="15.7723"/><line class="a" x1="42.3713" y1="31.6096" x2="43.8634" y2="32.2277"/></svg>
Copied!