Keyman Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Keyman 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/327904.svg" alt="Keyman icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327904.svg" alt="Keyman icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327904.svg" alt="Keyman icon" :width="24" :height="24" />
CSS background
.icon-keyman {
background-image: url('https://proicons.com/icon/327904.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;}</style></defs><path class="a" d="M23.29,9.71a1.9113,1.9113,0,0,0-1.4374.6537c-1.834,2.1006-3.62,3.5848-6.4949,4.1535-.3374.0669-1.1966.1166-1.3953.3153a.5972.5972,0,0,0,.1213,1.0226l9.74,4.2959a.956.956,0,0,0,.4817.0765,11.7036,11.7036,0,0,0,8.9807-6.3593.9559.9559,0,0,0-.5677-1.3571l-8.866-2.718a1.8942,1.8942,0,0,0-.561-.0822ZM42.9757,21.723,36.7216,15.17a.9558.9558,0,0,0-1.5253.194,14.2854,14.2854,0,0,1-8.5841,6.9012.9556.9556,0,0,0-.6681,1.1745L29.679,36.3319a1.1632,1.1632,0,0,0,2.0118.2953L43,24.3368a1.9235,1.9235,0,0,0-.0229-2.6129ZM11.2463,17.2952a.9554.9554,0,0,0-.8142.4329L4.8039,26.32a1.93,1.93,0,0,0,.8105,2.7849L25.451,38.1353c1.1908.5419,1.92-.4244,1.6113-1.553l-3.733-13.6542a.9559.9559,0,0,0-.5361-.6212L11.6181,17.3774A.955.955,0,0,0,11.2463,17.2952Z"/></svg>
Copied!