Keyboardswitcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Keyboardswitcher 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/342458.svg" alt="Keyboardswitcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342458.svg" alt="Keyboardswitcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342458.svg" alt="Keyboardswitcher icon" :width="24" :height="24" />
CSS background
.icon-keyboardswitcher {
background-image: url('https://proicons.com/icon/342458.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="M12.1,18.2939v4.1429h4.1429V18.2939Zm6.2143,0v4.1429h4.1428V18.2939Zm6.2143,0v4.1429h4.1428V18.2939Zm6.2143,0v4.1429h4.1428V18.2939Zm6.2142,0v4.1429H41.1V18.2939ZM12.1,24.5082v4.1429h4.1429V24.5082Zm6.2143,0v4.1429h4.1428V24.5082Zm6.2143,0v4.1429h4.1428V24.5082Zm6.2143,0v4.1429h4.1428V24.5082Zm6.2142,0v4.1429H41.1V24.5082ZM12.1,30.7225v4.1429h4.1429V30.7225Zm6.2143,0v4.1429H34.8857V30.7225Zm18.6428,0v4.1429H41.1V30.7225Z"/><path class="a" d="M43.5,36.5463V16.613A1.7333,1.7333,0,0,0,41.7667,14.88H11.4333A1.7333,1.7333,0,0,0,9.7,16.613V36.5463A1.7334,1.7334,0,0,0,11.4333,38.28H41.7667A1.7334,1.7334,0,0,0,43.5,36.5463Z"/><path class="a" d="M38.3,14.88v-3.426A1.7334,1.7334,0,0,0,36.5667,9.72H6.2333A1.7334,1.7334,0,0,0,4.5,11.4537V31.387A1.7333,1.7333,0,0,0,6.2333,33.12H9.7"/></svg>
Copied!