Skip to content

Instantly share code, notes, and snippets.

@bsakhanov
Created November 3, 2019 14:45
Show Gist options
  • Save bsakhanov/50660f0f9236fa9208c21cd23d1e2fd1 to your computer and use it in GitHub Desktop.
Save bsakhanov/50660f0f9236fa9208c21cd23d1e2fd1 to your computer and use it in GitHub Desktop.
custom uk-divider-icon uikit 3
<hr class="uk-divider-icon" >
<script src="https://getuikit.com/assets/uikit/dist/js/uikit.js?nc=9282"></script>
<script src="https://getuikit.com/assets/uikit/dist/js/uikit-icons.js?nc=9282"></script>
body{padding:5%}
.uk-divider-icon{
background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M502 191c4-3 10 0 10 5v204c0 27-21 48-48 48H48c-26 0-48-21-48-48V196c0-5 6-8 10-5l154 114c21 15 56 47 92 47s72-33 92-47l154-114zM256 320c23 0 57-29 73-41 133-97 143-105 174-129 6-5 9-12 9-19v-19c0-26-22-48-48-48H48C22 64 0 86 0 112v19c0 7 3 14 9 19 31 24 41 32 174 129 16 12 50 41 73 41z"/></svg>');
}
<link href="https://getuikit.com/assets/uikit/dist/css/uikit.css?nc=9282" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment