verified badge icon

verified-badge from Iconoir by Luca Burgio · Regular · MIT Free for personal and commercial use.

Name
verified-badge
Set
Iconoir
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

Use the verified badge 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="M11.528 1.6a.6.6 0 0 1 .944 0l1.809 2.3a.6.6 0 0 0 .635.207l2.815-.798a.6.6 0 0 1 .764.554l.11 2.925a.6.6 0 0 0 .393.54l2.747 1.01a.6.6 0 0 1 .292.897l-1.63 2.431a.6.6 0 0 0 0 .668l1.63 2.431a.6.6 0 0 1-.292.897l-2.747 1.01a.6.6 0 0 0-.392.54l-.111 2.925a.6.6 0 0 1-.764.554l-2.815-.798a.6.6 0 0 0-.636.206L12.473 22.4a.6.6 0 0 1-.944 0L9.72 20.1a.6.6 0 0 0-.635-.207l-2.815.798a.6.6 0 0 1-.764-.554l-.11-2.925a.6.6 0 0 0-.393-.54l-2.747-1.01a.6.6 0 0 1-.292-.897l1.63-2.431a.6.6 0 0 0 0-.668l-1.63-2.431a.6.6 0 0 1 .292-.897l2.747-1.01a.6.6 0 0 0 .392-.54l.111-2.925a.6.6 0 0 1 .764-.554l2.815.798A.6.6 0 0 0 9.72 3.9l1.81-2.3Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m9 12l2 2l4-4"/></g></svg>

React

import type { SVGProps } from "react";

export function IconoirVerifiedBadge(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="M11.528 1.6a.6.6 0 0 1 .944 0l1.809 2.3a.6.6 0 0 0 .635.207l2.815-.798a.6.6 0 0 1 .764.554l.11 2.925a.6.6 0 0 0 .393.54l2.747 1.01a.6.6 0 0 1 .292.897l-1.63 2.431a.6.6 0 0 0 0 .668l1.63 2.431a.6.6 0 0 1-.292.897l-2.747 1.01a.6.6 0 0 0-.392.54l-.111 2.925a.6.6 0 0 1-.764.554l-2.815-.798a.6.6 0 0 0-.636.206L12.473 22.4a.6.6 0 0 1-.944 0L9.72 20.1a.6.6 0 0 0-.635-.207l-2.815.798a.6.6 0 0 1-.764-.554l-.11-2.925a.6.6 0 0 0-.393-.54l-2.747-1.01a.6.6 0 0 1-.292-.897l1.63-2.431a.6.6 0 0 0 0-.668l-1.63-2.431a.6.6 0 0 1 .292-.897l2.747-1.01a.6.6 0 0 0 .392-.54l.111-2.925a.6.6 0 0 1 .764-.554l2.815.798A.6.6 0 0 0 9.72 3.9l1.81-2.3Z"/><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="M11.528 1.6a.6.6 0 0 1 .944 0l1.809 2.3a.6.6 0 0 0 .635.207l2.815-.798a.6.6 0 0 1 .764.554l.11 2.925a.6.6 0 0 0 .393.54l2.747 1.01a.6.6 0 0 1 .292.897l-1.63 2.431a.6.6 0 0 0 0 .668l1.63 2.431a.6.6 0 0 1-.292.897l-2.747 1.01a.6.6 0 0 0-.392.54l-.111 2.925a.6.6 0 0 1-.764.554l-2.815-.798a.6.6 0 0 0-.636.206L12.473 22.4a.6.6 0 0 1-.944 0L9.72 20.1a.6.6 0 0 0-.635-.207l-2.815.798a.6.6 0 0 1-.764-.554l-.11-2.925a.6.6 0 0 0-.393-.54l-2.747-1.01a.6.6 0 0 1-.292-.897l1.63-2.431a.6.6 0 0 0 0-.668l-1.63-2.431a.6.6 0 0 1 .292-.897l2.747-1.01a.6.6 0 0 0 .392-.54l.111-2.925a.6.6 0 0 1 .764-.554l2.815.798A.6.6 0 0 0 9.72 3.9l1.81-2.3Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m9 12l2 2l4-4"/></g></svg>
</template>

CSS

.icon-verified-badge {
  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%22M11.528%201.6a.6.6%200%200%201%20.944%200l1.809%202.3a.6.6%200%200%200%20.635.207l2.815-.798a.6.6%200%200%201%20.764.554l.11%202.925a.6.6%200%200%200%20.393.54l2.747%201.01a.6.6%200%200%201%20.292.897l-1.63%202.431a.6.6%200%200%200%200%20.668l1.63%202.431a.6.6%200%200%201-.292.897l-2.747%201.01a.6.6%200%200%200-.392.54l-.111%202.925a.6.6%200%200%201-.764.554l-2.815-.798a.6.6%200%200%200-.636.206L12.473%2022.4a.6.6%200%200%201-.944%200L9.72%2020.1a.6.6%200%200%200-.635-.207l-2.815.798a.6.6%200%200%201-.764-.554l-.11-2.925a.6.6%200%200%200-.393-.54l-2.747-1.01a.6.6%200%200%201-.292-.897l1.63-2.431a.6.6%200%200%200%200-.668l-1.63-2.431a.6.6%200%200%201%20.292-.897l2.747-1.01a.6.6%200%200%200%20.392-.54l.111-2.925a.6.6%200%200%201%20.764-.554l2.815.798A.6.6%200%200%200%209.72%203.9l1.81-2.3Z%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%22M11.528%201.6a.6.6%200%200%201%20.944%200l1.809%202.3a.6.6%200%200%200%20.635.207l2.815-.798a.6.6%200%200%201%20.764.554l.11%202.925a.6.6%200%200%200%20.393.54l2.747%201.01a.6.6%200%200%201%20.292.897l-1.63%202.431a.6.6%200%200%200%200%20.668l1.63%202.431a.6.6%200%200%201-.292.897l-2.747%201.01a.6.6%200%200%200-.392.54l-.111%202.925a.6.6%200%200%201-.764.554l-2.815-.798a.6.6%200%200%200-.636.206L12.473%2022.4a.6.6%200%200%201-.944%200L9.72%2020.1a.6.6%200%200%200-.635-.207l-2.815.798a.6.6%200%200%201-.764-.554l-.11-2.925a.6.6%200%200%200-.393-.54l-2.747-1.01a.6.6%200%200%201-.292-.897l1.63-2.431a.6.6%200%200%200%200-.668l-1.63-2.431a.6.6%200%200%201%20.292-.897l2.747-1.01a.6.6%200%200%200%20.392-.54l.111-2.925a.6.6%200%200%201%20.764-.554l2.815.798A.6.6%200%200%200%209.72%203.9l1.81-2.3Z%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/verified-badge.svg?color=%231a73e8&size=48