Yubico Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Yubico 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/316717.svg" alt="Yubico icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316717.svg" alt="Yubico icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316717.svg" alt="Yubico icon" :width="24" :height="24" />
CSS background
.icon-yubico {
background-image: url('https://proicons.com/icon/316717.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Yubico</title><path d="m12.356 12.388 2.521-7.138h3.64l-6.135 15.093H8.539l1.755-4.136L6 5.25h3.717ZM12 0C5.381 0 0 5.381 0 12s5.381 12 12 12 12-5.381 12-12S18.619 0 12 0Zm0 1.5c5.808 0 10.5 4.692 10.5 10.5S17.808 22.5 12 22.5 1.5 17.808 1.5 12 6.192 1.5 12 1.5Z"/></svg>
Copied!