verified badge icon

verified-badge-fill from Remix Icon by Remix Design · Fill · Business · Apache-2.0 Free for personal and commercial use.

Name
verified-badge-fill
Set
Remix Icon
Style
Fill
Category
Business
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More business icons from Remix Icon

Use the verified badge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.007 2.104a3 3 0 0 0-3.595 1.49L5.606 5.17a1 1 0 0 1-.436.436l-1.577.806a3 3 0 0 0-1.49 3.595l.546 1.685a1 1 0 0 1 0 .616l-.545 1.685a3 3 0 0 0 1.49 3.595l1.576.806a1 1 0 0 1 .436.436l.806 1.577a3 3 0 0 0 3.595 1.49l1.685-.546a1 1 0 0 1 .616 0l1.685.545a3 3 0 0 0 3.595-1.489l.806-1.577a1 1 0 0 1 .436-.436l1.577-.805a3 3 0 0 0 1.49-3.596l-.546-1.685a1 1 0 0 1 0-.616l.545-1.685a3 3 0 0 0-1.489-3.595l-1.577-.806a1 1 0 0 1-.436-.436l-.805-1.577a3 3 0 0 0-3.596-1.49l-1.685.546a1 1 0 0 1-.616 0zM6.76 11.757l1.414-1.414l2.828 2.829l5.657-5.657l1.415 1.414l-7.072 7.07z"/></svg>

React

import type { SVGProps } from "react";

export function RiVerifiedBadgeFill(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="M10.007 2.104a3 3 0 0 0-3.595 1.49L5.606 5.17a1 1 0 0 1-.436.436l-1.577.806a3 3 0 0 0-1.49 3.595l.546 1.685a1 1 0 0 1 0 .616l-.545 1.685a3 3 0 0 0 1.49 3.595l1.576.806a1 1 0 0 1 .436.436l.806 1.577a3 3 0 0 0 3.595 1.49l1.685-.546a1 1 0 0 1 .616 0l1.685.545a3 3 0 0 0 3.595-1.489l.806-1.577a1 1 0 0 1 .436-.436l1.577-.805a3 3 0 0 0 1.49-3.596l-.546-1.685a1 1 0 0 1 0-.616l.545-1.685a3 3 0 0 0-1.489-3.595l-1.577-.806a1 1 0 0 1-.436-.436l-.805-1.577a3 3 0 0 0-3.596-1.49l-1.685.546a1 1 0 0 1-.616 0zM6.76 11.757l1.414-1.414l2.828 2.829l5.657-5.657l1.415 1.414l-7.072 7.07z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.007 2.104a3 3 0 0 0-3.595 1.49L5.606 5.17a1 1 0 0 1-.436.436l-1.577.806a3 3 0 0 0-1.49 3.595l.546 1.685a1 1 0 0 1 0 .616l-.545 1.685a3 3 0 0 0 1.49 3.595l1.576.806a1 1 0 0 1 .436.436l.806 1.577a3 3 0 0 0 3.595 1.49l1.685-.546a1 1 0 0 1 .616 0l1.685.545a3 3 0 0 0 3.595-1.489l.806-1.577a1 1 0 0 1 .436-.436l1.577-.805a3 3 0 0 0 1.49-3.596l-.546-1.685a1 1 0 0 1 0-.616l.545-1.685a3 3 0 0 0-1.489-3.595l-1.577-.806a1 1 0 0 1-.436-.436l-.805-1.577a3 3 0 0 0-3.596-1.49l-1.685.546a1 1 0 0 1-.616 0zM6.76 11.757l1.414-1.414l2.828 2.829l5.657-5.657l1.415 1.414l-7.072 7.07z"/></svg>
</template>

CSS

.icon-verified-badge-fill {
  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%22M10.007%202.104a3%203%200%200%200-3.595%201.49L5.606%205.17a1%201%200%200%201-.436.436l-1.577.806a3%203%200%200%200-1.49%203.595l.546%201.685a1%201%200%200%201%200%20.616l-.545%201.685a3%203%200%200%200%201.49%203.595l1.576.806a1%201%200%200%201%20.436.436l.806%201.577a3%203%200%200%200%203.595%201.49l1.685-.546a1%201%200%200%201%20.616%200l1.685.545a3%203%200%200%200%203.595-1.489l.806-1.577a1%201%200%200%201%20.436-.436l1.577-.805a3%203%200%200%200%201.49-3.596l-.546-1.685a1%201%200%200%201%200-.616l.545-1.685a3%203%200%200%200-1.489-3.595l-1.577-.806a1%201%200%200%201-.436-.436l-.805-1.577a3%203%200%200%200-3.596-1.49l-1.685.546a1%201%200%200%201-.616%200zM6.76%2011.757l1.414-1.414l2.828%202.829l5.657-5.657l1.415%201.414l-7.072%207.07z%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%22M10.007%202.104a3%203%200%200%200-3.595%201.49L5.606%205.17a1%201%200%200%201-.436.436l-1.577.806a3%203%200%200%200-1.49%203.595l.546%201.685a1%201%200%200%201%200%20.616l-.545%201.685a3%203%200%200%200%201.49%203.595l1.576.806a1%201%200%200%201%20.436.436l.806%201.577a3%203%200%200%200%203.595%201.49l1.685-.546a1%201%200%200%201%20.616%200l1.685.545a3%203%200%200%200%203.595-1.489l.806-1.577a1%201%200%200%201%20.436-.436l1.577-.805a3%203%200%200%200%201.49-3.596l-.546-1.685a1%201%200%200%201%200-.616l.545-1.685a3%203%200%200%200-1.489-3.595l-1.577-.806a1%201%200%200%201-.436-.436l-.805-1.577a3%203%200%200%200-3.596-1.49l-1.685.546a1%201%200%200%201-.616%200zM6.76%2011.757l1.414-1.414l2.828%202.829l5.657-5.657l1.415%201.414l-7.072%207.07z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/verified-badge-fill.svg?color=%231a73e8&size=48