Keyoxide Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Keyoxide 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/327906.svg" alt="Keyoxide icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327906.svg" alt="Keyoxide icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327906.svg" alt="Keyoxide icon" :width="24" :height="24" />
CSS background
.icon-keyoxide {
background-image: url('https://proicons.com/icon/327906.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><circle class="a" cx="23.0377" cy="9.8858" r="1.3631"/><circle class="a" cx="25.1876" cy="6.478" r="0.9774"/><circle class="b" cx="22.2877" cy="5.1534" r="0.75"/><path class="a" d="M33.75,34.862l-8.4979-6.3558L33.75,22.1505a4.8507,4.8507,0,0,0,.9789-6.7894,4.7694,4.7694,0,0,0-.36-.4192A1.646,1.646,0,1,0,32.27,13.6487a4.9364,4.9364,0,0,0-1.9512-.1845A2.5937,2.5937,0,1,0,27.59,14.6436L22.0052,18.821v-.5547a4.85,4.85,0,1,0-9.701,0v20.48a4.85,4.85,0,1,0,9.701,0v-.5547L27.94,42.63a4.85,4.85,0,1,0,5.81-7.7683Z"/></svg>
Copied!