Letter Uppercase Square S Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Letter Uppercase Square S 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/342950.svg" alt="Letter Uppercase Square S icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342950.svg" alt="Letter Uppercase Square S icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342950.svg" alt="Letter Uppercase Square S icon" :width="24" :height="24" />
CSS background
.icon-letter-uppercase-square-s {
background-image: url('https://proicons.com/icon/342950.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 xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="a"><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></g><g id="b"><path class="c" d="M19.0169,30.2469c.9811,1.2773,2.2114,1.7531,3.923,1.7531h2.3688c2.2044,0,3.9914-1.787,3.9914-3.9914v-.0172c0-2.2044-1.787-3.9914-3.9914-3.9914h-2.6129c-2.2068,0-3.9957-1.7889-3.9957-3.9957h0c0-2.2115,1.7928-4.0043,4.0043-4.0043h2.3558c1.7116,0,2.9419.4758,3.923,1.7531"/></g></svg>
Copied!