Omarchy Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Omarchy 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/315410.svg" alt="Omarchy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315410.svg" alt="Omarchy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315410.svg" alt="Omarchy icon" :width="24" :height="24" />
CSS background
.icon-omarchy {
background-image: url('https://proicons.com/icon/315410.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>Omarchy</title><path d="M0 0v24h12.8v-3.2h8V3.2h-3.2v1.6h1.6v14.4H4.8V4.8h8V1.6h9.6v20.8h-8V24H24V0Zm1.6 1.6h9.6v1.6h-8v8H1.6Zm0 11.2h1.6v8h8v1.6H1.6Z"/></svg>
Copied!