Certificate Badge Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Certificate 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/309026.svg" alt="Certificate Badge Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309026.svg" alt="Certificate Badge Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309026.svg" alt="Certificate Badge Svg icon" :width="24" :height="24" />
CSS background
.icon-certificate-badge---svg {
background-image: url('https://proicons.com/icon/309026.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="M14.2848 2.14212C13.0869 0.734284 10.9131 0.734284 9.7152 2.14212L9.67307 2.19163C9.46478 2.43642 9.15153 2.56617 8.83116 2.54036L8.76636 2.53514C6.92382 2.3867 5.3867 3.92382 5.53514 5.76636L5.54036 5.83116C5.56617 6.15153 5.43642 6.46478 5.19163 6.67307L5.14212 6.7152C3.73428 7.91311 3.73428 10.0869 5.14212 11.2848L5.19163 11.327C5.43642 11.5352 5.56617 11.8485 5.54036 12.1689L5.53514 12.2337C5.40789 13.8132 6.51934 15.1683 8.00002 15.4294V22C8.00002 22.3688 8.203 22.7077 8.52816 22.8817C8.85331 23.0557 9.24786 23.0366 9.55472 22.8321L12 21.2019L14.4453 22.8321C14.7522 23.0366 15.1467 23.0557 15.4719 22.8817C15.797 22.7077 16 22.3688 16 22L16 15.4294C17.4807 15.1683 18.5921 13.8132 18.4649 12.2337L18.4597 12.1689C18.4339 11.8485 18.5636 11.5352 18.8084 11.327L18.8579 11.2848C20.2657 10.0869 20.2657 7.91311 18.8579 6.7152L18.8084 6.67307C18.5636 6.46478 18.4339 6.15153 18.4597 5.83116L18.4649 5.76636C18.6133 3.92382 17.0762 2.3867 15.2337 2.53514L15.1689 2.54036C14.8485 2.56617 14.5352 2.43641 14.327 2.19163L14.2848 2.14212ZM10 20.1315V16.1506C11.1334 17.1682 12.8666 17.1682 14 16.1506L14 20.1315L12.5547 19.168C12.2188 18.944 11.7812 18.944 11.4453 19.168L10 20.1315ZM14.7071 8.70711C15.0976 8.31658 15.0976 7.68342 14.7071 7.29289C14.3166 6.90237 13.6834 6.90237 13.2929 7.29289L11 9.58579L10.7071 9.29289C10.3166 8.90237 9.68342 8.90237 9.29289 9.29289C8.90237 9.68342 8.90237 10.3166 9.29289 10.7071L10.2929 11.7071C10.6834 12.0976 11.3166 12.0976 11.7071 11.7071L14.7071 8.70711Z" fill="#292929"/> </svg>
Copied!