Letter Lowercase Square A Alt 1 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Letter Lowercase Square A Alt 1 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/328321.svg" alt="Letter Lowercase Square A Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328321.svg" alt="Letter Lowercase Square A Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328321.svg" alt="Letter Lowercase Square A Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-letter-lowercase-square-a-alt-1 {
background-image: url('https://proicons.com/icon/328321.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"><rect width="37" height="37" x="5.5" y="5.5" class="c" rx="4" ry="4" style="fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round"/><path d="M20.923 19.75c.988-.965 1.681-1.05 3.59-1.05 2.167 0 3.59.929 3.59 3.44v7.16m-.007-4c0 2.21-1.823 4-4.072 4h-1.43c-1.49 0-2.697-1.186-2.697-2.65S21.105 24 22.595 24h5.508" class="r" style="fill:none;stroke:#000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round"/></svg>
Copied!