badge check icon
badge-check from Iconoir by Luca Burgio · Regular · Social · MIT Free for personal and commercial use.
- Name
- badge-check
- Set
- Iconoir
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- MIT
- Aliases
- twitter-verified-badge
The same icon in other sets
More social icons from Iconoir
Use the badge 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-width="1.5"><path d="M10.521 2.624a2 2 0 0 1 2.958 0l1.02 1.12a2 2 0 0 0 1.572.651l1.513-.07a2 2 0 0 1 2.092 2.09l-.071 1.514a2 2 0 0 0 .651 1.572l1.12 1.02a2 2 0 0 1 0 2.958l-1.12 1.02a2 2 0 0 0-.651 1.572l.07 1.513a2 2 0 0 1-2.09 2.092l-1.514-.071a2 2 0 0 0-1.572.651l-1.02 1.12a2 2 0 0 1-2.958 0l-1.02-1.12a2 2 0 0 0-1.572-.651l-1.513.07a2 2 0 0 1-2.092-2.09l.071-1.514a2 2 0 0 0-.651-1.572l-1.12-1.02a2 2 0 0 1 0-2.958l1.12-1.02a2 2 0 0 0 .651-1.572l-.07-1.513a2 2 0 0 1 2.09-2.092l1.514.071a2 2 0 0 0 1.572-.651z"/><path stroke-linecap="round" stroke-linejoin="round" d="m9 12l2 2l4-4"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirBadgeCheck(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" strokeWidth="1.5"><path d="M10.521 2.624a2 2 0 0 1 2.958 0l1.02 1.12a2 2 0 0 0 1.572.651l1.513-.07a2 2 0 0 1 2.092 2.09l-.071 1.514a2 2 0 0 0 .651 1.572l1.12 1.02a2 2 0 0 1 0 2.958l-1.12 1.02a2 2 0 0 0-.651 1.572l.07 1.513a2 2 0 0 1-2.09 2.092l-1.514-.071a2 2 0 0 0-1.572.651l-1.02 1.12a2 2 0 0 1-2.958 0l-1.02-1.12a2 2 0 0 0-1.572-.651l-1.513.07a2 2 0 0 1-2.092-2.09l.071-1.514a2 2 0 0 0-.651-1.572l-1.12-1.02a2 2 0 0 1 0-2.958l1.12-1.02a2 2 0 0 0 .651-1.572l-.07-1.513a2 2 0 0 1 2.09-2.092l1.514.071a2 2 0 0 0 1.572-.651z"/><path strokeLinecap="round" strokeLinejoin="round" d="m9 12l2 2l4-4"/></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-width="1.5"><path d="M10.521 2.624a2 2 0 0 1 2.958 0l1.02 1.12a2 2 0 0 0 1.572.651l1.513-.07a2 2 0 0 1 2.092 2.09l-.071 1.514a2 2 0 0 0 .651 1.572l1.12 1.02a2 2 0 0 1 0 2.958l-1.12 1.02a2 2 0 0 0-.651 1.572l.07 1.513a2 2 0 0 1-2.09 2.092l-1.514-.071a2 2 0 0 0-1.572.651l-1.02 1.12a2 2 0 0 1-2.958 0l-1.02-1.12a2 2 0 0 0-1.572-.651l-1.513.07a2 2 0 0 1-2.092-2.09l.071-1.514a2 2 0 0 0-.651-1.572l-1.12-1.02a2 2 0 0 1 0-2.958l1.12-1.02a2 2 0 0 0 .651-1.572l-.07-1.513a2 2 0 0 1 2.09-2.092l1.514.071a2 2 0 0 0 1.572-.651z"/><path stroke-linecap="round" stroke-linejoin="round" d="m9 12l2 2l4-4"/></g></svg> </template>
CSS
.icon-badge-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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.521%202.624a2%202%200%200%201%202.958%200l1.02%201.12a2%202%200%200%200%201.572.651l1.513-.07a2%202%200%200%201%202.092%202.09l-.071%201.514a2%202%200%200%200%20.651%201.572l1.12%201.02a2%202%200%200%201%200%202.958l-1.12%201.02a2%202%200%200%200-.651%201.572l.07%201.513a2%202%200%200%201-2.09%202.092l-1.514-.071a2%202%200%200%200-1.572.651l-1.02%201.12a2%202%200%200%201-2.958%200l-1.02-1.12a2%202%200%200%200-1.572-.651l-1.513.07a2%202%200%200%201-2.092-2.09l.071-1.514a2%202%200%200%200-.651-1.572l-1.12-1.02a2%202%200%200%201%200-2.958l1.12-1.02a2%202%200%200%200%20.651-1.572l-.07-1.513a2%202%200%200%201%202.09-2.092l1.514.071a2%202%200%200%200%201.572-.651z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m9%2012l2%202l4-4%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.521%202.624a2%202%200%200%201%202.958%200l1.02%201.12a2%202%200%200%200%201.572.651l1.513-.07a2%202%200%200%201%202.092%202.09l-.071%201.514a2%202%200%200%200%20.651%201.572l1.12%201.02a2%202%200%200%201%200%202.958l-1.12%201.02a2%202%200%200%200-.651%201.572l.07%201.513a2%202%200%200%201-2.09%202.092l-1.514-.071a2%202%200%200%200-1.572.651l-1.02%201.12a2%202%200%200%201-2.958%200l-1.02-1.12a2%202%200%200%200-1.572-.651l-1.513.07a2%202%200%200%201-2.092-2.09l.071-1.514a2%202%200%200%200-.651-1.572l-1.12-1.02a2%202%200%200%201%200-2.958l1.12-1.02a2%202%200%200%200%20.651-1.572l-.07-1.513a2%202%200%200%201%202.09-2.092l1.514.071a2%202%200%200%200%201.572-.651z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m9%2012l2%202l4-4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/badge-check.svg?color=%231a73e8&size=48