verified check icon
verified-check from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- verified-check
- Set
- Mage Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
Use the verified check icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m12.717 3.656l1.137-.904a1.134 1.134 0 0 1 1.808.584l.432 1.51a1.14 1.14 0 0 0 1.137.836h1.467a1.13 1.13 0 0 1 .96.449a1.15 1.15 0 0 1 .178 1.05l-.546 1.626a1.15 1.15 0 0 0 .41 1.293l1.33.973a1.14 1.14 0 0 1 .47.927a1.15 1.15 0 0 1-.47.927l-1.33.973a1.145 1.145 0 0 0-.41 1.293l.546 1.626a1.15 1.15 0 0 1-.602 1.394a1.1 1.1 0 0 1-.536.105h-1.467a1.13 1.13 0 0 0-.712.22a1.14 1.14 0 0 0-.425.616l-.432 1.51a1.15 1.15 0 0 1-.748.782a1.13 1.13 0 0 1-1.06-.198l-1.137-.904a1.13 1.13 0 0 0-1.434 0l-1.137.904a1.135 1.135 0 0 1-1.808-.584l-.432-1.51a1.15 1.15 0 0 0-.425-.617a1.13 1.13 0 0 0-.712-.219H5.302a1.13 1.13 0 0 1-.96-.449a1.15 1.15 0 0 1-.178-1.05l.546-1.626A1.15 1.15 0 0 0 4.3 13.9l-1.33-.973A1.14 1.14 0 0 1 2.5 12a1.15 1.15 0 0 1 .47-.927L4.3 10.1a1.14 1.14 0 0 0 .41-1.293l-.477-1.66a1.15 1.15 0 0 1 .602-1.394a1.1 1.1 0 0 1 .535-.105h1.467a1.145 1.145 0 0 0 1.137-.836l.432-1.51A1.15 1.15 0 0 1 9.17 2.6a1.13 1.13 0 0 1 1.011.209l1.138.904a1.13 1.13 0 0 0 1.399-.057"/><path d="m8.106 11.894l2.192 2.192a.83.83 0 0 0 1.18 0l4.417-4.418"/></g></svg>
React
import type { SVGProps } from "react";
export function MageVerifiedCheck(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="m12.717 3.656l1.137-.904a1.134 1.134 0 0 1 1.808.584l.432 1.51a1.14 1.14 0 0 0 1.137.836h1.467a1.13 1.13 0 0 1 .96.449a1.15 1.15 0 0 1 .178 1.05l-.546 1.626a1.15 1.15 0 0 0 .41 1.293l1.33.973a1.14 1.14 0 0 1 .47.927a1.15 1.15 0 0 1-.47.927l-1.33.973a1.145 1.145 0 0 0-.41 1.293l.546 1.626a1.15 1.15 0 0 1-.602 1.394a1.1 1.1 0 0 1-.536.105h-1.467a1.13 1.13 0 0 0-.712.22a1.14 1.14 0 0 0-.425.616l-.432 1.51a1.15 1.15 0 0 1-.748.782a1.13 1.13 0 0 1-1.06-.198l-1.137-.904a1.13 1.13 0 0 0-1.434 0l-1.137.904a1.135 1.135 0 0 1-1.808-.584l-.432-1.51a1.15 1.15 0 0 0-.425-.617a1.13 1.13 0 0 0-.712-.219H5.302a1.13 1.13 0 0 1-.96-.449a1.15 1.15 0 0 1-.178-1.05l.546-1.626A1.15 1.15 0 0 0 4.3 13.9l-1.33-.973A1.14 1.14 0 0 1 2.5 12a1.15 1.15 0 0 1 .47-.927L4.3 10.1a1.14 1.14 0 0 0 .41-1.293l-.477-1.66a1.15 1.15 0 0 1 .602-1.394a1.1 1.1 0 0 1 .535-.105h1.467a1.145 1.145 0 0 0 1.137-.836l.432-1.51A1.15 1.15 0 0 1 9.17 2.6a1.13 1.13 0 0 1 1.011.209l1.138.904a1.13 1.13 0 0 0 1.399-.057"/><path d="m8.106 11.894l2.192 2.192a.83.83 0 0 0 1.18 0l4.417-4.418"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m12.717 3.656l1.137-.904a1.134 1.134 0 0 1 1.808.584l.432 1.51a1.14 1.14 0 0 0 1.137.836h1.467a1.13 1.13 0 0 1 .96.449a1.15 1.15 0 0 1 .178 1.05l-.546 1.626a1.15 1.15 0 0 0 .41 1.293l1.33.973a1.14 1.14 0 0 1 .47.927a1.15 1.15 0 0 1-.47.927l-1.33.973a1.145 1.145 0 0 0-.41 1.293l.546 1.626a1.15 1.15 0 0 1-.602 1.394a1.1 1.1 0 0 1-.536.105h-1.467a1.13 1.13 0 0 0-.712.22a1.14 1.14 0 0 0-.425.616l-.432 1.51a1.15 1.15 0 0 1-.748.782a1.13 1.13 0 0 1-1.06-.198l-1.137-.904a1.13 1.13 0 0 0-1.434 0l-1.137.904a1.135 1.135 0 0 1-1.808-.584l-.432-1.51a1.15 1.15 0 0 0-.425-.617a1.13 1.13 0 0 0-.712-.219H5.302a1.13 1.13 0 0 1-.96-.449a1.15 1.15 0 0 1-.178-1.05l.546-1.626A1.15 1.15 0 0 0 4.3 13.9l-1.33-.973A1.14 1.14 0 0 1 2.5 12a1.15 1.15 0 0 1 .47-.927L4.3 10.1a1.14 1.14 0 0 0 .41-1.293l-.477-1.66a1.15 1.15 0 0 1 .602-1.394a1.1 1.1 0 0 1 .535-.105h1.467a1.145 1.145 0 0 0 1.137-.836l.432-1.51A1.15 1.15 0 0 1 9.17 2.6a1.13 1.13 0 0 1 1.011.209l1.138.904a1.13 1.13 0 0 0 1.399-.057"/><path d="m8.106 11.894l2.192 2.192a.83.83 0 0 0 1.18 0l4.417-4.418"/></g></svg> </template>
CSS
.icon-verified-check {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m12.717%203.656l1.137-.904a1.134%201.134%200%200%201%201.808.584l.432%201.51a1.14%201.14%200%200%200%201.137.836h1.467a1.13%201.13%200%200%201%20.96.449a1.15%201.15%200%200%201%20.178%201.05l-.546%201.626a1.15%201.15%200%200%200%20.41%201.293l1.33.973a1.14%201.14%200%200%201%20.47.927a1.15%201.15%200%200%201-.47.927l-1.33.973a1.145%201.145%200%200%200-.41%201.293l.546%201.626a1.15%201.15%200%200%201-.602%201.394a1.1%201.1%200%200%201-.536.105h-1.467a1.13%201.13%200%200%200-.712.22a1.14%201.14%200%200%200-.425.616l-.432%201.51a1.15%201.15%200%200%201-.748.782a1.13%201.13%200%200%201-1.06-.198l-1.137-.904a1.13%201.13%200%200%200-1.434%200l-1.137.904a1.135%201.135%200%200%201-1.808-.584l-.432-1.51a1.15%201.15%200%200%200-.425-.617a1.13%201.13%200%200%200-.712-.219H5.302a1.13%201.13%200%200%201-.96-.449a1.15%201.15%200%200%201-.178-1.05l.546-1.626A1.15%201.15%200%200%200%204.3%2013.9l-1.33-.973A1.14%201.14%200%200%201%202.5%2012a1.15%201.15%200%200%201%20.47-.927L4.3%2010.1a1.14%201.14%200%200%200%20.41-1.293l-.477-1.66a1.15%201.15%200%200%201%20.602-1.394a1.1%201.1%200%200%201%20.535-.105h1.467a1.145%201.145%200%200%200%201.137-.836l.432-1.51A1.15%201.15%200%200%201%209.17%202.6a1.13%201.13%200%200%201%201.011.209l1.138.904a1.13%201.13%200%200%200%201.399-.057%22%2F%3E%3Cpath%20d%3D%22m8.106%2011.894l2.192%202.192a.83.83%200%200%200%201.18%200l4.417-4.418%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m12.717%203.656l1.137-.904a1.134%201.134%200%200%201%201.808.584l.432%201.51a1.14%201.14%200%200%200%201.137.836h1.467a1.13%201.13%200%200%201%20.96.449a1.15%201.15%200%200%201%20.178%201.05l-.546%201.626a1.15%201.15%200%200%200%20.41%201.293l1.33.973a1.14%201.14%200%200%201%20.47.927a1.15%201.15%200%200%201-.47.927l-1.33.973a1.145%201.145%200%200%200-.41%201.293l.546%201.626a1.15%201.15%200%200%201-.602%201.394a1.1%201.1%200%200%201-.536.105h-1.467a1.13%201.13%200%200%200-.712.22a1.14%201.14%200%200%200-.425.616l-.432%201.51a1.15%201.15%200%200%201-.748.782a1.13%201.13%200%200%201-1.06-.198l-1.137-.904a1.13%201.13%200%200%200-1.434%200l-1.137.904a1.135%201.135%200%200%201-1.808-.584l-.432-1.51a1.15%201.15%200%200%200-.425-.617a1.13%201.13%200%200%200-.712-.219H5.302a1.13%201.13%200%200%201-.96-.449a1.15%201.15%200%200%201-.178-1.05l.546-1.626A1.15%201.15%200%200%200%204.3%2013.9l-1.33-.973A1.14%201.14%200%200%201%202.5%2012a1.15%201.15%200%200%201%20.47-.927L4.3%2010.1a1.14%201.14%200%200%200%20.41-1.293l-.477-1.66a1.15%201.15%200%200%201%20.602-1.394a1.1%201.1%200%200%201%20.535-.105h1.467a1.145%201.145%200%200%200%201.137-.836l.432-1.51A1.15%201.15%200%200%201%209.17%202.6a1.13%201.13%200%200%201%201.011.209l1.138.904a1.13%201.13%200%200%200%201.399-.057%22%2F%3E%3Cpath%20d%3D%22m8.106%2011.894l2.192%202.192a.83.83%200%200%200%201.18%200l4.417-4.418%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/verified-check.svg?color=%231a73e8&size=48