Monument Valley 3 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Monument Valley 3 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/344091.svg" alt="Monument Valley 3 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344091.svg" alt="Monument Valley 3 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344091.svg" alt="Monument Valley 3 icon" :width="24" :height="24" />
CSS background
.icon-monument-valley-3 {
background-image: url('https://proicons.com/icon/344091.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="25.6212" cy="14.5899" r="4.5898"/><path class="b" d="M27.3257,18.85c-1.694-.676-2.8831-2.3293-2.8831-4.2595s1.1891-3.5835,2.8831-4.2677"/><path class="b" d="M21.5935,12.3879l-10.5923-6.0528s.9591,3.6992,1.4386,6.6449l8.6304,1.023"/><path class="b" d="M36.9987,7.3969c-1.5414-2.6717-4.0418-3.665-5.3776-2.2606s.6165,5.9941,1.9181,9.0426l-1.7928,12.5177"/><path class="b" d="M24.7059,19.0884c-1.8878,1.3873-3.8611,2.6754-4.8333,3.2974-.3821.2445-.5105.7386-.2935,1.137.6277,1.1523,2.3179,3.185,6.3051,2.7129l.3593-5.1036,2.6717,3.391c.8149-.7655,1.1283-1.9404,1.2398-2.5366.0424-.227-.0503-.4567-.2333-.5975l-3.0849-2.3742"/><path class="b" d="M21.3567,25.4159c-.4436,1.2811-1.7365,2.7001-2.4571,3.4225-.2816.2824-.314.7375-.0585,1.0437,3.0039,3.601,6.9957,3.7459,11.3241,1.5599,5.0622-2.5566-.12-6.8267-.822-7.4208"/><polyline class="b" points="22.7014 32.6059 22.3211 42.9976 24.3326 43.5"/><polyline class="b" points="28.5398 32.1674 28.3058 42.5409 30.4523 42.7693"/></svg>
Copied!