Uikit Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Uikit 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/316449.svg" alt="Uikit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316449.svg" alt="Uikit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316449.svg" alt="Uikit icon" :width="24" :height="24" />
CSS background
.icon-uikit {
background-image: url('https://proicons.com/icon/316449.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>UIkit</title><path d="M17.697 3.292l-4.109 2.489 4.738 2.696v7.077l-6.365 3.538-6.258-3.538v-5.485L1.596 7.956V18l10.219 6 10.589-6V6.002l-4.707-2.71zm-1.904-.989L11.813 0 7.665 2.568l4.032 2.218 4.096-2.483z"/></svg>
Copied!