Airbrake Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Airbrake 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/313418.svg" alt="Airbrake icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313418.svg" alt="Airbrake icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313418.svg" alt="Airbrake icon" :width="24" :height="24" />
CSS background
.icon-airbrake {
background-image: url('https://proicons.com/icon/313418.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>Airbrake</title><path d="M15.815.576 24 23.424h-6.072L10.679.576Zm-6.456 0 1.872 5.929-2.447 7.751c1.038.183 2.09.28 3.144.288.576 0 1.175-.048 1.824-.096l1.151 3.912a28.7 28.7 0 0 1-2.951.169 26.568 26.568 0 0 1-4.32-.361L5.88 23.424H0L8.181.576Z"/></svg>
Copied!