Quitsure Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Quitsure 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/346390.svg" alt="Quitsure icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346390.svg" alt="Quitsure icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346390.svg" alt="Quitsure icon" :width="24" :height="24" />
CSS background
.icon-quitsure {
background-image: url('https://proicons.com/icon/346390.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{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="f" class="k" cx="24" cy="24" r="21.5"/><path id="g" class="k" d="M9.64435387,28.69249725l7.20317965,5.61807774c.68906844.53743489,1.65581713.59328248,2.36980993.08943145.19955411-.14082151.4134234-.31982054.63996399-.54636112,1.13720322-1.13720322,16.79560852-16.09579086,16.79560852-16.09579086,0,0-2.36188126.69981766-3.32413101-2.88674545l-14.63055038,14.25876999s-.91786073,1.01731726-2.16505814-.10934639l-3.81963921-3.33982277s.05780983,3.00480461-3.06918335,3.01178741Z"/><path id="h" class="k" d="M21.36628723,26.52743912s.19682312,3.12730789,3.21478462,2.77739906"/><path id="i" class="k" d="M33.4007988,14.79690075s3.29539871-.68526459,3.25166321,2.85755825"/><path id="j" class="k" d="M9.60061455,28.58315086s-.13121605-3.36786842,3.10543823-2.93048286"/></svg>
Copied!