Stay Put Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stay Put 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/333317.svg" alt="Stay Put icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333317.svg" alt="Stay Put icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333317.svg" alt="Stay Put icon" :width="24" :height="24" />
CSS background
.icon-stay-put {
background-image: url('https://proicons.com/icon/333317.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"><path id="e" d="M11.5865,28.6138c3.6856,1.5834,5.5684,4.1072,7.6463,6.5293-.4194,11.8453,16.3074,8.9757,15.4831,4.2985" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path id="f" d="M35.4505,24.0161c8.6502,11.1775-4.3287,24.539-16.2178,12.041" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path id="g" d="M36.8957,26.2662c-.302-6.072,4.8644-12.6485,1.5537-16.8426-1.5267-1.7177-3.0525-.8097-3.1614,2.758-.1322,4.3325-1.9975,9.8035-3.539,9.5623s-1.3711-17.1747-5.0313-17.2436c-3.6602-.069-1.6429,10.0131-1.5802,17.5596-1.4897-6.525-5.9397-16.7134-9.1429-14.6937-1.5362.9686.999,8.7577,2.5578,12.569,1.3456,3.2899,1.6815,6.198,1.6871,9.0866-6.6423-8.2183-11.0367-6.6864-11.5375-5.5496-1.0308,2.34,1.18,4.1327,2.8844,5.1416" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path id="h" d="M25.4951,27.4009c2.0286,1.1821,1.0614,3.6973.3079,6.1174" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!