Badge Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Badge 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/317087.svg" alt="Badge icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317087.svg" alt="Badge icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317087.svg" alt="Badge icon" :width="24" :height="24" />
CSS background
.icon-badge {
background-image: url('https://proicons.com/icon/317087.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>badge</title><polygon points="23 2 24.593 5 28 5.414 25.5 7.667 26 11 23 9.125 20 11 20.5 7.667 18 5.414 21.5 5 23 2"/><path d="M22.7168,13.249l-1.9375-.498A6.9942,6.9942,0,1,1,15.7505,4.22l.499-1.9365A8.99,8.99,0,0,0,8,17.689V30l6-4,6,4V17.7078A8.9627,8.9627,0,0,0,22.7168,13.249ZM18,26.2627l-4-2.6665-4,2.6665V19.05a8.9238,8.9238,0,0,0,8,.0062Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Badge in other icon packs
Copied!