Keysmith Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Keysmith 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/327910.svg" alt="Keysmith icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327910.svg" alt="Keysmith icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327910.svg" alt="Keysmith icon" :width="24" :height="24" />
CSS background
.icon-keysmith {
background-image: url('https://proicons.com/icon/327910.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><circle class="a" cx="24" cy="29.1814" r="14.3186"/><path class="a" d="M14.6188,18.3656V13.8812a9.3812,9.3812,0,0,1,18.7624,0v4.3709"/><circle class="a" cx="24" cy="29.1814" r="4.9375"/><line class="a" x1="24" y1="20.8942" x2="24" y2="18.2124"/><line class="a" x1="29.8599" y1="23.3215" x2="31.7562" y2="21.4252"/><line class="a" x1="32.2871" y1="29.1814" x2="34.9689" y2="29.1814"/><line class="a" x1="29.8599" y1="35.0413" x2="31.7562" y2="36.9376"/><line class="a" x1="24" y1="37.4685" x2="24" y2="40.1503"/><line class="a" x1="18.1401" y1="35.0413" x2="16.2438" y2="36.9376"/><line class="a" x1="15.7129" y1="29.1814" x2="13.0311" y2="29.1814"/><line class="a" x1="18.1401" y1="23.3215" x2="16.2438" y2="21.4252"/><line class="a" x1="24" y1="14.8628" x2="24" y2="16.1913"/></svg>
Copied!