Atlassian Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Atlassian 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/313590.svg" alt="Atlassian icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313590.svg" alt="Atlassian icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313590.svg" alt="Atlassian icon" :width="24" :height="24" />
CSS background
.icon-atlassian {
background-image: url('https://proicons.com/icon/313590.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>Atlassian</title><path d="M7.12 11.084a.683.683 0 00-1.16.126L.075 22.974a.703.703 0 00.63 1.018h8.19a.678.678 0 00.63-.39c1.767-3.65.696-9.203-2.406-12.52zM11.434.386a15.515 15.515 0 00-.906 15.317l3.95 7.9a.703.703 0 00.628.388h8.19a.703.703 0 00.63-1.017L12.63.38a.664.664 0 00-1.196.006z"/></svg>
Copied!