Jira Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Jira 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/314831.svg" alt="Jira icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314831.svg" alt="Jira icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314831.svg" alt="Jira icon" :width="24" :height="24" />
CSS background
.icon-jira {
background-image: url('https://proicons.com/icon/314831.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>Jira</title><path d="M11.571 11.513H0a5.218 5.218 0 0 0 5.232 5.215h2.13v2.057A5.215 5.215 0 0 0 12.575 24V12.518a1.005 1.005 0 0 0-1.005-1.005zm5.723-5.756H5.736a5.215 5.215 0 0 0 5.215 5.214h2.129v2.058a5.218 5.218 0 0 0 5.215 5.214V6.758a1.001 1.001 0 0 0-1.001-1.001zM23.013 0H11.455a5.215 5.215 0 0 0 5.215 5.215h2.129v2.057A5.215 5.215 0 0 0 24 12.483V1.005A1.001 1.001 0 0 0 23.013 0Z"/></svg>
Copied!