certificate-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
certificate-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

7 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the certificate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3 2h10c1.103 0 2 .897 2 2v6c0 1.103-.897 2-2 2H6.62A3.97 3.97 0 0 0 8 9a3.97 3.97 0 0 0-1.38-3h4.88a.5.5 0 0 0 0-1H4a3.97 3.97 0 0 0-3 1.38V4c0-1.103.897-2 2-2m6.5 7h2a.5.5 0 0 0 0-1h-2a.5.5 0 0 0 0 1M4 12a3 3 0 1 0 0-6a3 3 0 0 0 0 6m-2 2.5v-2.057a3.96 3.96 0 0 0 2 .556c.732 0 1.409-.212 2-.556v2.056a.5.5 0 0 1-.264.441a.5.5 0 0 1-.513-.024L4 14.1l-1.223.815A.497.497 0 0 1 2 14.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentCertificate16Filled(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="M3 2h10c1.103 0 2 .897 2 2v6c0 1.103-.897 2-2 2H6.62A3.97 3.97 0 0 0 8 9a3.97 3.97 0 0 0-1.38-3h4.88a.5.5 0 0 0 0-1H4a3.97 3.97 0 0 0-3 1.38V4c0-1.103.897-2 2-2m6.5 7h2a.5.5 0 0 0 0-1h-2a.5.5 0 0 0 0 1M4 12a3 3 0 1 0 0-6a3 3 0 0 0 0 6m-2 2.5v-2.057a3.96 3.96 0 0 0 2 .556c.732 0 1.409-.212 2-.556v2.056a.5.5 0 0 1-.264.441a.5.5 0 0 1-.513-.024L4 14.1l-1.223.815A.497.497 0 0 1 2 14.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3 2h10c1.103 0 2 .897 2 2v6c0 1.103-.897 2-2 2H6.62A3.97 3.97 0 0 0 8 9a3.97 3.97 0 0 0-1.38-3h4.88a.5.5 0 0 0 0-1H4a3.97 3.97 0 0 0-3 1.38V4c0-1.103.897-2 2-2m6.5 7h2a.5.5 0 0 0 0-1h-2a.5.5 0 0 0 0 1M4 12a3 3 0 1 0 0-6a3 3 0 0 0 0 6m-2 2.5v-2.057a3.96 3.96 0 0 0 2 .556c.732 0 1.409-.212 2-.556v2.056a.5.5 0 0 1-.264.441a.5.5 0 0 1-.513-.024L4 14.1l-1.223.815A.497.497 0 0 1 2 14.5"/></svg>
</template>

CSS

.icon-certificate-16-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%22M3%202h10c1.103%200%202%20.897%202%202v6c0%201.103-.897%202-2%202H6.62A3.97%203.97%200%200%200%208%209a3.97%203.97%200%200%200-1.38-3h4.88a.5.5%200%200%200%200-1H4a3.97%203.97%200%200%200-3%201.38V4c0-1.103.897-2%202-2m6.5%207h2a.5.5%200%200%200%200-1h-2a.5.5%200%200%200%200%201M4%2012a3%203%200%201%200%200-6a3%203%200%200%200%200%206m-2%202.5v-2.057a3.96%203.96%200%200%200%202%20.556c.732%200%201.409-.212%202-.556v2.056a.5.5%200%200%201-.264.441a.5.5%200%200%201-.513-.024L4%2014.1l-1.223.815A.497.497%200%200%201%202%2014.5%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%22M3%202h10c1.103%200%202%20.897%202%202v6c0%201.103-.897%202-2%202H6.62A3.97%203.97%200%200%200%208%209a3.97%203.97%200%200%200-1.38-3h4.88a.5.5%200%200%200%200-1H4a3.97%203.97%200%200%200-3%201.38V4c0-1.103.897-2%202-2m6.5%207h2a.5.5%200%200%200%200-1h-2a.5.5%200%200%200%200%201M4%2012a3%203%200%201%200%200-6a3%203%200%200%200%200%206m-2%202.5v-2.057a3.96%203.96%200%200%200%202%20.556c.732%200%201.409-.212%202-.556v2.056a.5.5%200%200%201-.264.441a.5.5%200%200%201-.513-.024L4%2014.1l-1.223.815A.497.497%200%200%201%202%2014.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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