Unverified Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Unverified 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/307490.svg" alt="Unverified icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307490.svg" alt="Unverified icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307490.svg" alt="Unverified icon" :width="24" :height="24" />
CSS background
.icon-unverified {
background-image: url('https://proicons.com/icon/307490.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M14.478 9.62397L13.824 8.18497C13.771 8.06797 13.771 7.93297 13.824 7.81497L14.513 6.29197L14.555 6.16097C14.728 5.50397 14.379 4.80997 13.729 4.56697L12.249 4.01197C12.128 3.96697 12.033 3.87097 11.988 3.75097L11.411 2.21797L11.335 2.06497C10.993 1.47797 10.255 1.23397 9.624 1.52097L8.185 2.17497C8.068 2.22797 7.933 2.22797 7.815 2.17497L6.292 1.48597L6.161 1.44397C5.504 1.27097 4.81 1.61997 4.567 2.26897L4.012 3.74897C3.967 3.86997 3.871 3.96497 3.751 4.00997L2.218 4.58597L2.065 4.66197C1.478 5.00397 1.234 5.74097 1.521 6.37297L2.175 7.81197C2.228 7.92897 2.228 8.06397 2.175 8.18197L1.486 9.70497L1.444 9.83597C1.271 10.493 1.62 11.187 2.269 11.43L3.749 11.985C3.87 12.03 3.965 12.126 4.01 12.246L4.586 13.779L4.662 13.932C5.004 14.519 5.741 14.763 6.373 14.476L7.812 13.822C7.929 13.769 8.064 13.769 8.182 13.822L9.705 14.51L9.836 14.552C10.493 14.725 11.187 14.376 11.43 13.726L11.985 12.246C12.03 12.125 12.126 12.03 12.246 11.985L13.779 11.409L13.932 11.333C14.519 10.991 14.763 10.253 14.476 9.62197L14.478 9.62397ZM13.513 10.545L13.415 10.596L11.935 11.151C11.573 11.287 11.287 11.573 11.151 11.935L10.596 13.415C10.519 13.62 10.307 13.735 10.099 13.698L10.007 13.671L8.554 13.011C8.202 12.851 7.798 12.851 7.445 13.011L6.006 13.665C5.806 13.756 5.575 13.687 5.454 13.513L5.403 13.415L4.848 11.935C4.712 11.573 4.426 11.287 4.064 11.151L2.584 10.596C2.379 10.519 2.264 10.307 2.301 10.099L2.328 10.007L2.988 8.55397C3.148 8.20197 3.148 7.79797 2.988 7.44597L2.334 6.00697C2.243 5.80697 2.312 5.57597 2.486 5.45497L2.584 5.40397L4.064 4.84897C4.426 4.71297 4.712 4.42697 4.848 4.06497L5.403 2.58497C5.49 2.35397 5.747 2.23697 5.978 2.32397L6.006 2.33597L7.445 2.98997C7.797 3.14997 8.201 3.14997 8.554 2.98997L9.993 2.33597C10.193 2.24497 10.424 2.31397 10.545 2.48797L10.596 2.58597L11.151 4.06597C11.287 4.42797 11.573 4.71397 11.935 4.84997L13.415 5.40497C13.62 5.48197 13.735 5.69397 13.698 5.90197L13.671 5.99397L13.011 7.44697C12.851 7.79897 12.851 8.20297 13.011 8.55497L13.665 9.99397C13.756 10.194 13.687 10.424 13.513 10.545ZM8.75 11.25C8.75 11.664 8.414 12 8 12C7.586 12 7.25 11.664 7.25 11.25C7.25 10.836 7.586 10.5 8 10.5C8.414 10.5 8.75 10.836 8.75 11.25ZM10 6.49997C10 7.23097 9.788 7.63997 9.246 8.20797L8.982 8.47797L8.866 8.60297C8.583 8.92097 8.5 9.12997 8.5 9.50097C8.5 9.77697 8.276 10.001 8 10.001C7.724 10.001 7.5 9.77697 7.5 9.50097C7.5 8.76997 7.712 8.36097 8.254 7.79297L8.518 7.52297L8.634 7.39797C8.917 7.07997 9 6.87097 9 6.49997C9 5.94797 8.552 5.49997 8 5.49997C7.448 5.49997 7 5.94797 7 6.49997C7 6.77597 6.776 6.99997 6.5 6.99997C6.224 6.99997 6 6.77597 6 6.49997C6 5.39497 6.895 4.49997 8 4.49997C9.105 4.49997 10 5.39497 10 6.49997Z"/></svg>
Copied!