Quicklyquit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Quicklyquit 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/346373.svg" alt="Quicklyquit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346373.svg" alt="Quicklyquit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346373.svg" alt="Quicklyquit icon" :width="24" :height="24" />
CSS background
.icon-quicklyquit {
background-image: url('https://proicons.com/icon/346373.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M28.63,4.5A3.66,3.66,0,1,1,25,8.16,3.66,3.66,0,0,1,28.63,4.5Zm10,20.87a13.29,13.29,0,0,1-10-4.54l-1.1,5.44,3.82,3.65V43.5H27.69V32.62L23.89,29l-1.82,8L9.38,34.43l.71-3.65L19,32.59l2.93-14.68-3.27,1.21v6.17H15V16.76l9.44-4c.55,0,.91-.19,1.45-.19A3.73,3.73,0,0,1,29,14.41l1.82,2.9a8.91,8.91,0,0,0,7.84,4.42Z"/></svg>
Copied!