Qksms Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Qksms 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/331764.svg" alt="Qksms icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331764.svg" alt="Qksms icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331764.svg" alt="Qksms icon" :width="24" :height="24" />
CSS background
.icon-qksms {
background-image: url('https://proicons.com/icon/331764.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M24,2.5A21.5,21.5,0,0,0,2.5,24h0A21.5,21.5,0,0,0,24,45.5h0a21.49,21.49,0,0,0,9.54-2.26,11.33,11.33,0,0,1,2.86-.79c3.61-.26,6.14,1.48,9.1,3-1.57-3-3.31-5.49-3-9.1a11.37,11.37,0,0,1,.71-2.65h0A21.5,21.5,0,0,0,24,2.5Zm0,6.7A14.8,14.8,0,0,1,38.8,24h0a14.91,14.91,0,0,1-1.61,6.71h0a7.08,7.08,0,0,0-.49,1.81c-.18,2.49,1,4.23,2.1,6.27-2-1.08-3.78-2.28-6.27-2.1a8,8,0,0,0-2,.54A14.76,14.76,0,0,1,9.2,24h0A14.8,14.8,0,0,1,24,9.2Z"/></svg>
Copied!