verified filled icon

verified-filled from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
verified-filled
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Use the verified filled icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m11.335 2.065l.076.153l.577 1.533c.045.12.14.216.261.261l1.48.555c.65.244.999.938.826 1.595l-.042.13l-.688 1.523a.45.45 0 0 0 0 .37l.653 1.439a1.34 1.34 0 0 1-.543 1.711l-.153.076l-1.533.577a.45.45 0 0 0-.261.261l-.555 1.48a1.34 1.34 0 0 1-1.595.826l-.13-.042l-1.523-.688a.45.45 0 0 0-.37 0l-1.439.654a1.34 1.34 0 0 1-1.711-.544l-.076-.153l-.577-1.533a.45.45 0 0 0-.261-.261l-1.48-.555a1.34 1.34 0 0 1-.826-1.595l.042-.13l.689-1.523a.45.45 0 0 0 0-.37l-.654-1.439a1.34 1.34 0 0 1 .543-1.711l.153-.076l1.533-.577a.45.45 0 0 0 .261-.261l.555-1.48a1.34 1.34 0 0 1 1.595-.826l.13.042l1.523.689a.45.45 0 0 0 .37 0l1.439-.654a1.34 1.34 0 0 1 1.711.543m-1.171 3.64L6.978 9.348L5.816 8.184a.447.447 0 1 0-.632.632l1.5 1.5a.447.447 0 0 0 .652-.022l3.5-4a.447.447 0 0 0-.672-.588"/></svg>

React

import type { SVGProps } from "react";

export function CodiconVerifiedFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m11.335 2.065l.076.153l.577 1.533c.045.12.14.216.261.261l1.48.555c.65.244.999.938.826 1.595l-.042.13l-.688 1.523a.45.45 0 0 0 0 .37l.653 1.439a1.34 1.34 0 0 1-.543 1.711l-.153.076l-1.533.577a.45.45 0 0 0-.261.261l-.555 1.48a1.34 1.34 0 0 1-1.595.826l-.13-.042l-1.523-.688a.45.45 0 0 0-.37 0l-1.439.654a1.34 1.34 0 0 1-1.711-.544l-.076-.153l-.577-1.533a.45.45 0 0 0-.261-.261l-1.48-.555a1.34 1.34 0 0 1-.826-1.595l.042-.13l.689-1.523a.45.45 0 0 0 0-.37l-.654-1.439a1.34 1.34 0 0 1 .543-1.711l.153-.076l1.533-.577a.45.45 0 0 0 .261-.261l.555-1.48a1.34 1.34 0 0 1 1.595-.826l.13.042l1.523.689a.45.45 0 0 0 .37 0l1.439-.654a1.34 1.34 0 0 1 1.711.543m-1.171 3.64L6.978 9.348L5.816 8.184a.447.447 0 1 0-.632.632l1.5 1.5a.447.447 0 0 0 .652-.022l3.5-4a.447.447 0 0 0-.672-.588"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m11.335 2.065l.076.153l.577 1.533c.045.12.14.216.261.261l1.48.555c.65.244.999.938.826 1.595l-.042.13l-.688 1.523a.45.45 0 0 0 0 .37l.653 1.439a1.34 1.34 0 0 1-.543 1.711l-.153.076l-1.533.577a.45.45 0 0 0-.261.261l-.555 1.48a1.34 1.34 0 0 1-1.595.826l-.13-.042l-1.523-.688a.45.45 0 0 0-.37 0l-1.439.654a1.34 1.34 0 0 1-1.711-.544l-.076-.153l-.577-1.533a.45.45 0 0 0-.261-.261l-1.48-.555a1.34 1.34 0 0 1-.826-1.595l.042-.13l.689-1.523a.45.45 0 0 0 0-.37l-.654-1.439a1.34 1.34 0 0 1 .543-1.711l.153-.076l1.533-.577a.45.45 0 0 0 .261-.261l.555-1.48a1.34 1.34 0 0 1 1.595-.826l.13.042l1.523.689a.45.45 0 0 0 .37 0l1.439-.654a1.34 1.34 0 0 1 1.711.543m-1.171 3.64L6.978 9.348L5.816 8.184a.447.447 0 1 0-.632.632l1.5 1.5a.447.447 0 0 0 .652-.022l3.5-4a.447.447 0 0 0-.672-.588"/></svg>
</template>

CSS

.icon-verified-filled {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.335%202.065l.076.153l.577%201.533c.045.12.14.216.261.261l1.48.555c.65.244.999.938.826%201.595l-.042.13l-.688%201.523a.45.45%200%200%200%200%20.37l.653%201.439a1.34%201.34%200%200%201-.543%201.711l-.153.076l-1.533.577a.45.45%200%200%200-.261.261l-.555%201.48a1.34%201.34%200%200%201-1.595.826l-.13-.042l-1.523-.688a.45.45%200%200%200-.37%200l-1.439.654a1.34%201.34%200%200%201-1.711-.544l-.076-.153l-.577-1.533a.45.45%200%200%200-.261-.261l-1.48-.555a1.34%201.34%200%200%201-.826-1.595l.042-.13l.689-1.523a.45.45%200%200%200%200-.37l-.654-1.439a1.34%201.34%200%200%201%20.543-1.711l.153-.076l1.533-.577a.45.45%200%200%200%20.261-.261l.555-1.48a1.34%201.34%200%200%201%201.595-.826l.13.042l1.523.689a.45.45%200%200%200%20.37%200l1.439-.654a1.34%201.34%200%200%201%201.711.543m-1.171%203.64L6.978%209.348L5.816%208.184a.447.447%200%201%200-.632.632l1.5%201.5a.447.447%200%200%200%20.652-.022l3.5-4a.447.447%200%200%200-.672-.588%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.335%202.065l.076.153l.577%201.533c.045.12.14.216.261.261l1.48.555c.65.244.999.938.826%201.595l-.042.13l-.688%201.523a.45.45%200%200%200%200%20.37l.653%201.439a1.34%201.34%200%200%201-.543%201.711l-.153.076l-1.533.577a.45.45%200%200%200-.261.261l-.555%201.48a1.34%201.34%200%200%201-1.595.826l-.13-.042l-1.523-.688a.45.45%200%200%200-.37%200l-1.439.654a1.34%201.34%200%200%201-1.711-.544l-.076-.153l-.577-1.533a.45.45%200%200%200-.261-.261l-1.48-.555a1.34%201.34%200%200%201-.826-1.595l.042-.13l.689-1.523a.45.45%200%200%200%200-.37l-.654-1.439a1.34%201.34%200%200%201%20.543-1.711l.153-.076l1.533-.577a.45.45%200%200%200%20.261-.261l.555-1.48a1.34%201.34%200%200%201%201.595-.826l.13.042l1.523.689a.45.45%200%200%200%20.37%200l1.439-.654a1.34%201.34%200%200%201%201.711.543m-1.171%203.64L6.978%209.348L5.816%208.184a.447.447%200%201%200-.632.632l1.5%201.5a.447.447%200%200%200%20.652-.022l3.5-4a.447.447%200%200%200-.672-.588%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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