Hexo Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Hexo 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/314655.svg" alt="Hexo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314655.svg" alt="Hexo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314655.svg" alt="Hexo icon" :width="24" :height="24" />
CSS background
.icon-hexo {
background-image: url('https://proicons.com/icon/314655.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>Hexo</title><path d="M12.02 0L1.596 6.02l-.02 12L11.978 24l10.426-6.02.02-12zm4.828 17.14l-.96.558-.969-.574V12.99H9.081v4.15l-.96.558-.969-.574V6.854l.964-.552.965.563v4.145h5.838V6.86l.965-.552.964.563z"/></svg>
Copied!