Keymapper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Keymapper 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/327905.svg" alt="Keymapper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327905.svg" alt="Keymapper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327905.svg" alt="Keymapper icon" :width="24" :height="24" />
CSS background
.icon-keymapper {
background-image: url('https://proicons.com/icon/327905.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:#000;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#000;}</style></defs><rect class="a" x="19.6737" y="5.8136" width="22.5763" height="22.5763" rx="2.5085"/><path class="a" d="M27.8263,28.39V39.678a2.5029,2.5029,0,0,1-2.5085,2.5084H7.7585A2.5029,2.5029,0,0,1,5.25,39.678V22.1186A2.5029,2.5029,0,0,1,7.7585,19.61H19.6737"/><rect class="a" x="22.1822" y="12.0847" width="17.5593" height="10.0339" rx="1.2542"/><path class="a" d="M27.8263,19.9864h6.2712"/><circle class="b" cx="25.9449" cy="14.2797" r="0.75"/><circle class="b" cx="28.4534" cy="14.2797" r="0.75"/><circle class="b" cx="30.9619" cy="14.2797" r="0.75"/><circle class="b" cx="33.4703" cy="14.2797" r="0.75"/><circle class="b" cx="35.9788" cy="14.2797" r="0.75"/><circle class="b" cx="35.9788" cy="16.7881" r="0.75"/><circle class="b" cx="33.4703" cy="16.7881" r="0.75"/><circle class="b" cx="30.9619" cy="16.7881" r="0.75"/><circle class="b" cx="28.4534" cy="16.7881" r="0.75"/><circle class="b" cx="25.9449" cy="16.7881" r="0.75"/><path class="a" d="M14.03,39.678h5.0169V35.9153l-2.5085-2.5085L14.03,35.9153Z"/><path class="a" d="M8.3856,34.0339h3.7627l2.5085-2.5085-2.3831-2.5085H8.3856Z"/><path class="a" d="M24.6907,34.0339H20.928L18.42,31.5254l2.383-2.5085h3.8882Z"/><path class="a" d="M14.03,23.3729h5.0169v3.7627l-2.5085,2.5085L14.03,27.1356Z"/></svg>
Copied!