Badge Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Badge Svg 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/309024.svg" alt="Badge Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309024.svg" alt="Badge Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309024.svg" alt="Badge Svg icon" :width="24" :height="24" />
CSS background
.icon-badge---svg {
background-image: url('https://proicons.com/icon/309024.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 fill-rule="evenodd" clip-rule="evenodd" d="M3 4C3 3.44772 3.44772 3 4 3H11.1716C11.9672 3 12.7303 3.31607 13.2929 3.87868L20.2929 10.8787C21.4645 12.0503 21.4645 13.9497 20.2929 15.1213L15.1213 20.2929C13.9497 21.4645 12.0503 21.4645 10.8787 20.2929L3.87868 13.2929C3.31607 12.7303 3 11.9672 3 11.1716V4ZM9 7.5C8.17157 7.5 7.5 8.17157 7.5 9V9.01C7.5 9.83843 8.17157 10.51 9 10.51H9.01C9.83843 10.51 10.51 9.83843 10.51 9.01V9C10.51 8.17157 9.83843 7.5 9.01 7.5H9Z" fill="#292929"/> </svg>
Copied!