Virtual Soft Keys Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Virtual Soft Keys 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/349347.svg" alt="Virtual Soft Keys icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349347.svg" alt="Virtual Soft Keys icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349347.svg" alt="Virtual Soft Keys icon" :width="24" :height="24" />
CSS background
.icon-virtual-soft-keys {
background-image: url('https://proicons.com/icon/349347.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path id="e" d="M12.5308,19.1965v9.607s-8.0309-4.8035-8.0309-4.8035l8.0309-4.8035Z" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path id="f" d="M28.1453,24c0,2.4749-1.9341,4.4812-4.3199,4.4812h0c-2.3858,0-4.3199-2.0063-4.3199-4.4812h0c0-2.4749,1.9341-4.4812,4.3199-4.4812h0c2.3858,0,4.3199,2.0063,4.3199,4.4812h0Z" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path id="g" d="M35.6981,19.9534h7.8019v8.0931h-7.8019v-8.0931Z" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!