Smsq Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smsq 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/347533.svg" alt="Smsq icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347533.svg" alt="Smsq icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347533.svg" alt="Smsq icon" :width="24" :height="24" />
CSS background
.icon-smsq {
background-image: url('https://proicons.com/icon/347533.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M35.8766,36.0811c-1.5261,1.4937-.8782,5.2161.03,8.56l2.3958-1.5821c.0295-1.5868-.0139-3.001.7707-3.7262h0l0,0a21.4985,21.4985,0,1,0-14.271,6.1527,4.1031,4.1031,0,0,1,2.8615,1.58l2.784-.7041c-1.8584-2.9251-3.2046-5.5763-5.8153-5.4338a16.9371,16.9371,0,1,1,11.2443-4.8464Z"/><circle class="a" cx="16.959" cy="24" r="2.235"/><circle class="a" cx="23.888" cy="24" r="2.235"/><circle class="a" cx="31.041" cy="24" r="2.235"/></svg>
Copied!