Escape From The Shadows Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Escape From The Shadows 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/340070.svg" alt="Escape From The Shadows icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340070.svg" alt="Escape From The Shadows icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340070.svg" alt="Escape From The Shadows icon" :width="24" :height="24" />
CSS background
.icon-escape-from-the-shadows {
background-image: url('https://proicons.com/icon/340070.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>.k{stroke-miterlimit:10;}.k,.l{fill:none;stroke:#fff;}.l{stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="l" d="M22.5948,27.2081c2.1194,5.2013,2.8183,10.7577,3.6061,16.2919,4.8827-8.712,2.7522-16.372.9659-24.0836"/><circle id="d" class="k" cx="18.7633" cy="20.6721" r="1.5455"/><circle id="e" class="k" cx="31.0305" cy="20.5111" r="1.5455"/><path id="f" class="l" d="M25.227,37.0186c-5.3501.0985-5.9371-3.7497-8.2667-6.9127-2.9087-3.9493-7.2981-8.5218-4.8296-13.3297,1.6124-3.1405,2.5309-6.4953,5.0771-9.4363.7647-.8832,2.0894-1.988,3.3586-2.3158,2.9631-.7651,4.9836-.5955,6.5407-.1092,3.1244.9757,4.2212,3.6717,6.0806,6.1301,3.9508,5.2236,4.421,9.7038,1.6421,13.5873-3.4433,4.812-4.0677,7.1112-5.769,10.1058"/><path id="g" class="l" d="M17.4773,23.7328s2.8701.3402,3.2784-1.1839"/><path id="h" class="l" d="M32.9428,23.7328s-2.8701.3402-3.2784-1.1839"/></svg>
Copied!