verified icon
verified from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- verified
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the verified icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.01 21c-.49 0-.95-.23-1.33-.43c-.24-.12-.53-.27-.68-.27s-.45.15-.68.27c-.48.25-1.08.55-1.72.38c-.66-.17-1.02-.75-1.32-1.21c-.13-.21-.31-.49-.43-.56s-.44-.08-.71-.1c-.54-.03-1.21-.06-1.69-.53c-.48-.49-.51-1.16-.54-1.7c-.01-.26-.03-.59-.1-.71c-.06-.11-.35-.29-.55-.42c-.46-.3-1.03-.67-1.21-1.32c-.17-.64.13-1.24.38-1.72c.12-.24.27-.53.27-.68s-.15-.45-.27-.68c-.25-.48-.55-1.08-.38-1.72c.17-.66.75-1.02 1.21-1.32c.21-.13.49-.31.56-.43s.08-.44.1-.71c.03-.54.06-1.21.53-1.69c.49-.48 1.16-.51 1.7-.54c.26-.01.59-.03.71-.1c.11-.06.29-.35.42-.55c.3-.46.67-1.03 1.32-1.21c.64-.17 1.24.13 1.72.38c.24.12.53.27.68.27s.45-.15.68-.27c.48-.24 1.08-.55 1.72-.38c.66.17 1.02.75 1.32 1.21c.13.21.31.49.43.56s.44.08.71.1c.54.03 1.21.06 1.69.53c.48.49.51 1.16.54 1.7c.01.26.03.59.1.71c.06.11.35.29.55.42c.46.3 1.03.67 1.21 1.32c.17.64-.13 1.24-.38 1.72c-.12.24-.27.53-.27.68s.15.45.27.68c.25.48.55 1.08.38 1.72c-.17.66-.75 1.02-1.21 1.32c-.21.13-.49.31-.56.43s-.08.44-.1.71c-.03.54-.06 1.21-.53 1.69c-.49.48-1.16.51-1.7.54c-.26.01-.59.03-.71.1c-.11.06-.29.35-.42.55c-.3.46-.67 1.03-1.32 1.21c-.13.04-.26.05-.39.05M10 4.5h-.01c-.1.04-.33.38-.44.57c-.24.37-.51.79-.94 1.04c-.44.25-.94.28-1.39.3c-.22.01-.63.03-.72.1c-.06.08-.08.48-.09.7c-.02.45-.05.95-.3 1.38s-.67.7-1.04.94c-.19.12-.53.34-.57.45c-.01.11.16.45.26.65c.2.4.44.85.44 1.36s-.23.96-.44 1.36c-.1.2-.28.54-.26.65c.04.1.38.33.57.44c.37.24.79.51 1.04.94c.25.44.28.94.3 1.39c.01.22.03.63.1.72c.08.06.48.08.7.09c.45.02.95.05 1.38.3s.7.67.94 1.04c.12.19.34.53.45.57c.1.03.45-.16.65-.26c.4-.2.85-.44 1.36-.44s.96.23 1.36.44c.2.1.52.29.65.26c.1-.04.33-.38.44-.57c.24-.37.51-.79.94-1.04c.44-.25.94-.28 1.39-.3c.22-.01.63-.03.72-.1c.06-.08.08-.48.09-.7c.02-.45.05-.95.3-1.38s.67-.7 1.04-.94c.19-.12.53-.34.57-.45c.01-.11-.16-.45-.26-.65c-.2-.4-.44-.85-.44-1.36s.23-.96.44-1.36c.1-.2.27-.54.26-.65c-.04-.11-.39-.33-.57-.45c-.37-.24-.79-.51-1.04-.94c-.25-.44-.28-.94-.3-1.39c-.01-.22-.03-.63-.1-.72c-.08-.06-.48-.08-.7-.09c-.45-.02-.95-.05-1.38-.3s-.7-.67-.94-1.04c-.12-.19-.34-.53-.45-.57c-.1-.03-.45.16-.65.26c-.4.2-.85.44-1.36.44s-.96-.23-1.36-.44c-.2-.1-.52-.26-.64-.26Zm.49 11.01a.75.75 0 0 1-.53-.22l-2.51-2.51c-.29-.29-.29-.77 0-1.06s.77-.29 1.06 0l1.98 1.98l4.99-4.99c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-5.52 5.52a.75.75 0 0 1-.53.22"/></svg>
React
import type { SVGProps } from "react";
export function PrimeVerified(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.01 21c-.49 0-.95-.23-1.33-.43c-.24-.12-.53-.27-.68-.27s-.45.15-.68.27c-.48.25-1.08.55-1.72.38c-.66-.17-1.02-.75-1.32-1.21c-.13-.21-.31-.49-.43-.56s-.44-.08-.71-.1c-.54-.03-1.21-.06-1.69-.53c-.48-.49-.51-1.16-.54-1.7c-.01-.26-.03-.59-.1-.71c-.06-.11-.35-.29-.55-.42c-.46-.3-1.03-.67-1.21-1.32c-.17-.64.13-1.24.38-1.72c.12-.24.27-.53.27-.68s-.15-.45-.27-.68c-.25-.48-.55-1.08-.38-1.72c.17-.66.75-1.02 1.21-1.32c.21-.13.49-.31.56-.43s.08-.44.1-.71c.03-.54.06-1.21.53-1.69c.49-.48 1.16-.51 1.7-.54c.26-.01.59-.03.71-.1c.11-.06.29-.35.42-.55c.3-.46.67-1.03 1.32-1.21c.64-.17 1.24.13 1.72.38c.24.12.53.27.68.27s.45-.15.68-.27c.48-.24 1.08-.55 1.72-.38c.66.17 1.02.75 1.32 1.21c.13.21.31.49.43.56s.44.08.71.1c.54.03 1.21.06 1.69.53c.48.49.51 1.16.54 1.7c.01.26.03.59.1.71c.06.11.35.29.55.42c.46.3 1.03.67 1.21 1.32c.17.64-.13 1.24-.38 1.72c-.12.24-.27.53-.27.68s.15.45.27.68c.25.48.55 1.08.38 1.72c-.17.66-.75 1.02-1.21 1.32c-.21.13-.49.31-.56.43s-.08.44-.1.71c-.03.54-.06 1.21-.53 1.69c-.49.48-1.16.51-1.7.54c-.26.01-.59.03-.71.1c-.11.06-.29.35-.42.55c-.3.46-.67 1.03-1.32 1.21c-.13.04-.26.05-.39.05M10 4.5h-.01c-.1.04-.33.38-.44.57c-.24.37-.51.79-.94 1.04c-.44.25-.94.28-1.39.3c-.22.01-.63.03-.72.1c-.06.08-.08.48-.09.7c-.02.45-.05.95-.3 1.38s-.67.7-1.04.94c-.19.12-.53.34-.57.45c-.01.11.16.45.26.65c.2.4.44.85.44 1.36s-.23.96-.44 1.36c-.1.2-.28.54-.26.65c.04.1.38.33.57.44c.37.24.79.51 1.04.94c.25.44.28.94.3 1.39c.01.22.03.63.1.72c.08.06.48.08.7.09c.45.02.95.05 1.38.3s.7.67.94 1.04c.12.19.34.53.45.57c.1.03.45-.16.65-.26c.4-.2.85-.44 1.36-.44s.96.23 1.36.44c.2.1.52.29.65.26c.1-.04.33-.38.44-.57c.24-.37.51-.79.94-1.04c.44-.25.94-.28 1.39-.3c.22-.01.63-.03.72-.1c.06-.08.08-.48.09-.7c.02-.45.05-.95.3-1.38s.67-.7 1.04-.94c.19-.12.53-.34.57-.45c.01-.11-.16-.45-.26-.65c-.2-.4-.44-.85-.44-1.36s.23-.96.44-1.36c.1-.2.27-.54.26-.65c-.04-.11-.39-.33-.57-.45c-.37-.24-.79-.51-1.04-.94c-.25-.44-.28-.94-.3-1.39c-.01-.22-.03-.63-.1-.72c-.08-.06-.48-.08-.7-.09c-.45-.02-.95-.05-1.38-.3s-.7-.67-.94-1.04c-.12-.19-.34-.53-.45-.57c-.1-.03-.45.16-.65.26c-.4.2-.85.44-1.36.44s-.96-.23-1.36-.44c-.2-.1-.52-.26-.64-.26Zm.49 11.01a.75.75 0 0 1-.53-.22l-2.51-2.51c-.29-.29-.29-.77 0-1.06s.77-.29 1.06 0l1.98 1.98l4.99-4.99c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-5.52 5.52a.75.75 0 0 1-.53.22"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.01 21c-.49 0-.95-.23-1.33-.43c-.24-.12-.53-.27-.68-.27s-.45.15-.68.27c-.48.25-1.08.55-1.72.38c-.66-.17-1.02-.75-1.32-1.21c-.13-.21-.31-.49-.43-.56s-.44-.08-.71-.1c-.54-.03-1.21-.06-1.69-.53c-.48-.49-.51-1.16-.54-1.7c-.01-.26-.03-.59-.1-.71c-.06-.11-.35-.29-.55-.42c-.46-.3-1.03-.67-1.21-1.32c-.17-.64.13-1.24.38-1.72c.12-.24.27-.53.27-.68s-.15-.45-.27-.68c-.25-.48-.55-1.08-.38-1.72c.17-.66.75-1.02 1.21-1.32c.21-.13.49-.31.56-.43s.08-.44.1-.71c.03-.54.06-1.21.53-1.69c.49-.48 1.16-.51 1.7-.54c.26-.01.59-.03.71-.1c.11-.06.29-.35.42-.55c.3-.46.67-1.03 1.32-1.21c.64-.17 1.24.13 1.72.38c.24.12.53.27.68.27s.45-.15.68-.27c.48-.24 1.08-.55 1.72-.38c.66.17 1.02.75 1.32 1.21c.13.21.31.49.43.56s.44.08.71.1c.54.03 1.21.06 1.69.53c.48.49.51 1.16.54 1.7c.01.26.03.59.1.71c.06.11.35.29.55.42c.46.3 1.03.67 1.21 1.32c.17.64-.13 1.24-.38 1.72c-.12.24-.27.53-.27.68s.15.45.27.68c.25.48.55 1.08.38 1.72c-.17.66-.75 1.02-1.21 1.32c-.21.13-.49.31-.56.43s-.08.44-.1.71c-.03.54-.06 1.21-.53 1.69c-.49.48-1.16.51-1.7.54c-.26.01-.59.03-.71.1c-.11.06-.29.35-.42.55c-.3.46-.67 1.03-1.32 1.21c-.13.04-.26.05-.39.05M10 4.5h-.01c-.1.04-.33.38-.44.57c-.24.37-.51.79-.94 1.04c-.44.25-.94.28-1.39.3c-.22.01-.63.03-.72.1c-.06.08-.08.48-.09.7c-.02.45-.05.95-.3 1.38s-.67.7-1.04.94c-.19.12-.53.34-.57.45c-.01.11.16.45.26.65c.2.4.44.85.44 1.36s-.23.96-.44 1.36c-.1.2-.28.54-.26.65c.04.1.38.33.57.44c.37.24.79.51 1.04.94c.25.44.28.94.3 1.39c.01.22.03.63.1.72c.08.06.48.08.7.09c.45.02.95.05 1.38.3s.7.67.94 1.04c.12.19.34.53.45.57c.1.03.45-.16.65-.26c.4-.2.85-.44 1.36-.44s.96.23 1.36.44c.2.1.52.29.65.26c.1-.04.33-.38.44-.57c.24-.37.51-.79.94-1.04c.44-.25.94-.28 1.39-.3c.22-.01.63-.03.72-.1c.06-.08.08-.48.09-.7c.02-.45.05-.95.3-1.38s.67-.7 1.04-.94c.19-.12.53-.34.57-.45c.01-.11-.16-.45-.26-.65c-.2-.4-.44-.85-.44-1.36s.23-.96.44-1.36c.1-.2.27-.54.26-.65c-.04-.11-.39-.33-.57-.45c-.37-.24-.79-.51-1.04-.94c-.25-.44-.28-.94-.3-1.39c-.01-.22-.03-.63-.1-.72c-.08-.06-.48-.08-.7-.09c-.45-.02-.95-.05-1.38-.3s-.7-.67-.94-1.04c-.12-.19-.34-.53-.45-.57c-.1-.03-.45.16-.65.26c-.4.2-.85.44-1.36.44s-.96-.23-1.36-.44c-.2-.1-.52-.26-.64-.26Zm.49 11.01a.75.75 0 0 1-.53-.22l-2.51-2.51c-.29-.29-.29-.77 0-1.06s.77-.29 1.06 0l1.98 1.98l4.99-4.99c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-5.52 5.52a.75.75 0 0 1-.53.22"/></svg> </template>
CSS
.icon-verified {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.01%2021c-.49%200-.95-.23-1.33-.43c-.24-.12-.53-.27-.68-.27s-.45.15-.68.27c-.48.25-1.08.55-1.72.38c-.66-.17-1.02-.75-1.32-1.21c-.13-.21-.31-.49-.43-.56s-.44-.08-.71-.1c-.54-.03-1.21-.06-1.69-.53c-.48-.49-.51-1.16-.54-1.7c-.01-.26-.03-.59-.1-.71c-.06-.11-.35-.29-.55-.42c-.46-.3-1.03-.67-1.21-1.32c-.17-.64.13-1.24.38-1.72c.12-.24.27-.53.27-.68s-.15-.45-.27-.68c-.25-.48-.55-1.08-.38-1.72c.17-.66.75-1.02%201.21-1.32c.21-.13.49-.31.56-.43s.08-.44.1-.71c.03-.54.06-1.21.53-1.69c.49-.48%201.16-.51%201.7-.54c.26-.01.59-.03.71-.1c.11-.06.29-.35.42-.55c.3-.46.67-1.03%201.32-1.21c.64-.17%201.24.13%201.72.38c.24.12.53.27.68.27s.45-.15.68-.27c.48-.24%201.08-.55%201.72-.38c.66.17%201.02.75%201.32%201.21c.13.21.31.49.43.56s.44.08.71.1c.54.03%201.21.06%201.69.53c.48.49.51%201.16.54%201.7c.01.26.03.59.1.71c.06.11.35.29.55.42c.46.3%201.03.67%201.21%201.32c.17.64-.13%201.24-.38%201.72c-.12.24-.27.53-.27.68s.15.45.27.68c.25.48.55%201.08.38%201.72c-.17.66-.75%201.02-1.21%201.32c-.21.13-.49.31-.56.43s-.08.44-.1.71c-.03.54-.06%201.21-.53%201.69c-.49.48-1.16.51-1.7.54c-.26.01-.59.03-.71.1c-.11.06-.29.35-.42.55c-.3.46-.67%201.03-1.32%201.21c-.13.04-.26.05-.39.05M10%204.5h-.01c-.1.04-.33.38-.44.57c-.24.37-.51.79-.94%201.04c-.44.25-.94.28-1.39.3c-.22.01-.63.03-.72.1c-.06.08-.08.48-.09.7c-.02.45-.05.95-.3%201.38s-.67.7-1.04.94c-.19.12-.53.34-.57.45c-.01.11.16.45.26.65c.2.4.44.85.44%201.36s-.23.96-.44%201.36c-.1.2-.28.54-.26.65c.04.1.38.33.57.44c.37.24.79.51%201.04.94c.25.44.28.94.3%201.39c.01.22.03.63.1.72c.08.06.48.08.7.09c.45.02.95.05%201.38.3s.7.67.94%201.04c.12.19.34.53.45.57c.1.03.45-.16.65-.26c.4-.2.85-.44%201.36-.44s.96.23%201.36.44c.2.1.52.29.65.26c.1-.04.33-.38.44-.57c.24-.37.51-.79.94-1.04c.44-.25.94-.28%201.39-.3c.22-.01.63-.03.72-.1c.06-.08.08-.48.09-.7c.02-.45.05-.95.3-1.38s.67-.7%201.04-.94c.19-.12.53-.34.57-.45c.01-.11-.16-.45-.26-.65c-.2-.4-.44-.85-.44-1.36s.23-.96.44-1.36c.1-.2.27-.54.26-.65c-.04-.11-.39-.33-.57-.45c-.37-.24-.79-.51-1.04-.94c-.25-.44-.28-.94-.3-1.39c-.01-.22-.03-.63-.1-.72c-.08-.06-.48-.08-.7-.09c-.45-.02-.95-.05-1.38-.3s-.7-.67-.94-1.04c-.12-.19-.34-.53-.45-.57c-.1-.03-.45.16-.65.26c-.4.2-.85.44-1.36.44s-.96-.23-1.36-.44c-.2-.1-.52-.26-.64-.26Zm.49%2011.01a.75.75%200%200%201-.53-.22l-2.51-2.51c-.29-.29-.29-.77%200-1.06s.77-.29%201.06%200l1.98%201.98l4.99-4.99c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-5.52%205.52a.75.75%200%200%201-.53.22%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.01%2021c-.49%200-.95-.23-1.33-.43c-.24-.12-.53-.27-.68-.27s-.45.15-.68.27c-.48.25-1.08.55-1.72.38c-.66-.17-1.02-.75-1.32-1.21c-.13-.21-.31-.49-.43-.56s-.44-.08-.71-.1c-.54-.03-1.21-.06-1.69-.53c-.48-.49-.51-1.16-.54-1.7c-.01-.26-.03-.59-.1-.71c-.06-.11-.35-.29-.55-.42c-.46-.3-1.03-.67-1.21-1.32c-.17-.64.13-1.24.38-1.72c.12-.24.27-.53.27-.68s-.15-.45-.27-.68c-.25-.48-.55-1.08-.38-1.72c.17-.66.75-1.02%201.21-1.32c.21-.13.49-.31.56-.43s.08-.44.1-.71c.03-.54.06-1.21.53-1.69c.49-.48%201.16-.51%201.7-.54c.26-.01.59-.03.71-.1c.11-.06.29-.35.42-.55c.3-.46.67-1.03%201.32-1.21c.64-.17%201.24.13%201.72.38c.24.12.53.27.68.27s.45-.15.68-.27c.48-.24%201.08-.55%201.72-.38c.66.17%201.02.75%201.32%201.21c.13.21.31.49.43.56s.44.08.71.1c.54.03%201.21.06%201.69.53c.48.49.51%201.16.54%201.7c.01.26.03.59.1.71c.06.11.35.29.55.42c.46.3%201.03.67%201.21%201.32c.17.64-.13%201.24-.38%201.72c-.12.24-.27.53-.27.68s.15.45.27.68c.25.48.55%201.08.38%201.72c-.17.66-.75%201.02-1.21%201.32c-.21.13-.49.31-.56.43s-.08.44-.1.71c-.03.54-.06%201.21-.53%201.69c-.49.48-1.16.51-1.7.54c-.26.01-.59.03-.71.1c-.11.06-.29.35-.42.55c-.3.46-.67%201.03-1.32%201.21c-.13.04-.26.05-.39.05M10%204.5h-.01c-.1.04-.33.38-.44.57c-.24.37-.51.79-.94%201.04c-.44.25-.94.28-1.39.3c-.22.01-.63.03-.72.1c-.06.08-.08.48-.09.7c-.02.45-.05.95-.3%201.38s-.67.7-1.04.94c-.19.12-.53.34-.57.45c-.01.11.16.45.26.65c.2.4.44.85.44%201.36s-.23.96-.44%201.36c-.1.2-.28.54-.26.65c.04.1.38.33.57.44c.37.24.79.51%201.04.94c.25.44.28.94.3%201.39c.01.22.03.63.1.72c.08.06.48.08.7.09c.45.02.95.05%201.38.3s.7.67.94%201.04c.12.19.34.53.45.57c.1.03.45-.16.65-.26c.4-.2.85-.44%201.36-.44s.96.23%201.36.44c.2.1.52.29.65.26c.1-.04.33-.38.44-.57c.24-.37.51-.79.94-1.04c.44-.25.94-.28%201.39-.3c.22-.01.63-.03.72-.1c.06-.08.08-.48.09-.7c.02-.45.05-.95.3-1.38s.67-.7%201.04-.94c.19-.12.53-.34.57-.45c.01-.11-.16-.45-.26-.65c-.2-.4-.44-.85-.44-1.36s.23-.96.44-1.36c.1-.2.27-.54.26-.65c-.04-.11-.39-.33-.57-.45c-.37-.24-.79-.51-1.04-.94c-.25-.44-.28-.94-.3-1.39c-.01-.22-.03-.63-.1-.72c-.08-.06-.48-.08-.7-.09c-.45-.02-.95-.05-1.38-.3s-.7-.67-.94-1.04c-.12-.19-.34-.53-.45-.57c-.1-.03-.45.16-.65.26c-.4.2-.85.44-1.36.44s-.96-.23-1.36-.44c-.2-.1-.52-.26-.64-.26Zm.49%2011.01a.75.75%200%200%201-.53-.22l-2.51-2.51c-.29-.29-.29-.77%200-1.06s.77-.29%201.06%200l1.98%201.98l4.99-4.99c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-5.52%205.52a.75.75%200%200%201-.53.22%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/verified.svg?color=%231a73e8&size=48