Siyuan Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Siyuan 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/316044.svg" alt="Siyuan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316044.svg" alt="Siyuan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316044.svg" alt="Siyuan icon" :width="24" :height="24" />
CSS background
.icon-siyuan {
background-image: url('https://proicons.com/icon/316044.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>SiYuan</title><path d="m0 8.455 6.818-6.819L12 6.818l5.182-5.182L24 8.455v13.909l-6.818-6.819v-2.314l5.182 5.182v-9.28L17.182 3.95v11.594L12 20.727l-5.182-5.182v-2.314L12 18.413v-9.28L6.818 3.95v11.594L0 22.364Z"/></svg>
Copied!