Devuan Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Devuan 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/314099.svg" alt="Devuan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314099.svg" alt="Devuan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314099.svg" alt="Devuan icon" :width="24" :height="24" />
CSS background
.icon-devuan {
background-image: url('https://proicons.com/icon/314099.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>Devuan</title><path d="M0 .415C42.518 10.56 2.297 18.812 2.297 18.812c-.792.127-1.432.54-1.816 1.167-.433.704-.47 1.656-.066 2.326.492.814 1.114 1.096 1.65 1.217.845.191 1.527-.113 1.527-.113s20.562-6.11 20.407-12.214C23.922 8.131 17.694 2.948 0 .415"/></svg>
Copied!