Rundeck Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Rundeck 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/315921.svg" alt="Rundeck icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315921.svg" alt="Rundeck icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315921.svg" alt="Rundeck icon" :width="24" :height="24" />
CSS background
.icon-rundeck {
background-image: url('https://proicons.com/icon/315921.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>Rundeck</title><path d="M19.35 4.8 16.325 0H.115L3.14 4.8h16.21zM.115 24h16.21l3.025-4.8H3.14L.115 24zM6.163 9.6h16.21l1.512 2.4-1.512 2.4H6.163L7.675 12 6.163 9.6z"/></svg>
Copied!