Badge Icon
Free SVG icon from the IconaMoon 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/309328.svg" alt="Badge icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309328.svg" alt="Badge icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309328.svg" alt="Badge icon" :width="24" :height="24" />
CSS background
.icon-badge {
background-image: url('https://proicons.com/icon/309328.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.5858 4.58579C12.2107 4.21071 11.702 4 11.1716 4H4V11.1716C4 11.702 4.21071 12.2107 4.58579 12.5858L11.5858 19.5858C12.3668 20.3668 13.6332 20.3668 14.4142 19.5858L19.5858 14.4142C20.3668 13.6332 20.3668 12.3668 19.5858 11.5858L12.5858 4.58579Z" stroke="#292929" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <rect x="9" y="9" width="0.01" height="0.01" stroke="#292929" stroke-width="2.25" stroke-linejoin="round"/> </svg>
Badge in other icon packs
Copied!