Jirasoftware Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Jirasoftware 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/314832.svg" alt="Jirasoftware icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314832.svg" alt="Jirasoftware icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314832.svg" alt="Jirasoftware icon" :width="24" :height="24" />
CSS background
.icon-jirasoftware {
background-image: url('https://proicons.com/icon/314832.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 Software</title><path d="M12.004 0c-2.35 2.395-2.365 6.185.133 8.585l3.412 3.413-3.197 3.198a6.501 6.501 0 0 1 1.412 7.04l9.566-9.566a.95.95 0 0 0 0-1.344L12.004 0zm-1.748 1.74L.67 11.327a.95.95 0 0 0 0 1.344C4.45 16.44 8.22 20.244 12 24c2.295-2.298 2.395-6.096-.08-8.533l-3.47-3.469 3.2-3.2c-1.918-1.955-2.363-4.725-1.394-7.057z"/></svg>
Copied!