Anysoftkeyboard Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Anysoftkeyboard 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/321868.svg" alt="Anysoftkeyboard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321868.svg" alt="Anysoftkeyboard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321868.svg" alt="Anysoftkeyboard icon" :width="24" :height="24" />
CSS background
.icon-anysoftkeyboard {
background-image: url('https://proicons.com/icon/321868.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="f" x="4.5" y="11.25" width="39" height="25.5" rx="4" ry="4"/><rect class="f" x="8.4965" y="15.2483" width="4" height="4" rx=".6" ry=".6"/><rect class="f" x="15.2465" y="15.2483" width="4" height="4" rx=".6" ry=".6"/><rect class="f" x="21.9965" y="15.2483" width="4" height="4" rx=".6" ry=".6"/><rect class="f" x="28.7465" y="15.2483" width="4" height="4" rx=".6" ry=".6"/><rect class="f" x="35.4965" y="15.2483" width="4" height="4" rx=".6" ry=".6"/><rect class="f" x="8.4965" y="21.9983" width="4" height="4" rx=".6" ry=".6"/><rect class="f" x="15.2465" y="21.9983" width="4" height="4" rx=".6" ry=".6"/><rect class="f" x="21.9965" y="21.9983" width="4" height="4" rx=".6" ry=".6"/><rect class="f" x="28.7465" y="21.9983" width="4" height="4" rx=".6" ry=".6"/><rect class="f" x="35.4965" y="21.9983" width="4" height="4" rx=".6" ry=".6"/><rect class="f" x="8.4965" y="28.7483" width="4" height="4" rx=".6" ry=".6"/><rect class="f" x="15.2465" y="28.7483" width="17.5" height="4" rx=".6" ry=".6"/><rect class="f" x="35.4965" y="28.7483" width="4" height="4" rx=".6" ry=".6"/></svg>
Copied!