Cube Escape Arles Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cube Escape Arles 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/324156.svg" alt="Cube Escape Arles icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324156.svg" alt="Cube Escape Arles icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324156.svg" alt="Cube Escape Arles icon" :width="24" :height="24" />
CSS background
.icon-cube-escape-arles {
background-image: url('https://proicons.com/icon/324156.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="c" points="41.7274 13.8026 23.8872 3.5 6.1626 13.729 24.0028 24.0315 41.7274 13.8026"/><polygon class="c" points="24.0028 24.0315 6.1626 13.729 6.1626 34.1974 24.0028 44.5 24.0028 24.0315"/><polygon class="c" points="41.7274 13.8026 24.0028 24.0315 24.0028 44.5 41.7274 34.271 41.7274 13.8026"/><path class="c" d="m23.4314,18.9138c4.5644.3628,8.4448-2.0476,8.6486-4.8677.2178-3.0141-3.8531-5.2695-7.561-5.3839-4.7878-.1478-9.8397,2.0282-8.3378,5.4208.7172,1.6201,4.1447,2.3016,7.1467,2.2126,4.3319-.1285,5.8568-2.7673,2.6412-4.2408-1.3062-.5985-4.3346-.774-4.8163.0737-.0859.1513-.6215,1.0115.8804,1.4751"/></svg>
Copied!