Appian Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Appian 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/313536.svg" alt="Appian icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313536.svg" alt="Appian icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313536.svg" alt="Appian icon" :width="24" :height="24" />
CSS background
.icon-appian {
background-image: url('https://proicons.com/icon/313536.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>Appian</title><path d="M19.646 6.117C19.538 1.763 17.883 0 13.636 0H7.34v4.066h4.57c1.799 0 2.807 0 2.807 1.655v2.375c-.828 0-2.88-.036-4.426-.036-4.246 0-5.83 1.727-5.937 6.117v3.742c.108 4.102 1.51 5.865 5.253 6.081l3.85-4.066c-.397.036-.864.036-1.44.036-1.798 0-2.806 0-2.806-1.655v-4.57c0-1.655 1.007-1.655 2.806-1.655 1.908 0 2.807 0 2.807 1.655v10.22h4.821z"/></svg>
Copied!