Burpsuite Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Burpsuite 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/313774.svg" alt="Burpsuite icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313774.svg" alt="Burpsuite icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313774.svg" alt="Burpsuite icon" :width="24" :height="24" />
CSS background
.icon-burpsuite {
background-image: url('https://proicons.com/icon/313774.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>Burp Suite</title><path d="M0 0v24h24V0Zm11.063 3.357h1.874v2.756L10.41 9.2h2.527v3.748h4.579l-4.578 5.592v2.104h-1.876v-2.758l2.528-3.086h-2.527V11.05h-4.58l4.58-5.592Z"/></svg>
Copied!