certificate-32 from Fluent UI System Color Icons by Microsoft Corporation · 32 · MIT Free for personal and commercial use.

Name
certificate-32
Set
Fluent UI System Color Icons
Style
32
Viewbox
32×32
License
MIT

3 other variants in Fluent UI System Color Icons

The same icon in other sets

Use the certificate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGQO99lctd)" d="M5.25 4A3.25 3.25 0 0 0 2 7.25V20h.525c.092.933.441 1.79.975 2.5V25h23.25A3.25 3.25 0 0 0 30 21.75V7.25A3.25 3.25 0 0 0 26.75 4z"/><path fill="url(#SVGYLVOgdBI)" fill-opacity=".9" d="M8 11a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1m9 6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2z"/><path fill="url(#SVGr9upsp5q)" d="M12 21.862A6.97 6.97 0 0 1 7.5 23.5A6.97 6.97 0 0 1 3 21.862V29a1 1 0 0 0 1.528.849l2.972-1.85l2.972 1.85a1 1 0 0 0 1.528-.85z"/><path fill="url(#SVG87LVxeGX)" d="M13 19.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0"/><defs><radialGradient id="SVGr9upsp5q" cx="0" cy="0" r="1" gradientTransform="matrix(0 11.421 -17.6871 0 7.5 22)" gradientUnits="userSpaceOnUse"><stop stop-color="#163697"/><stop offset="1" stop-color="#29c3ff"/></radialGradient><radialGradient id="SVG87LVxeGX" cx="0" cy="0" r="1" gradientTransform="rotate(56.615 11.86 -32.457)scale(61.3992 52.5856)" gradientUnits="userSpaceOnUse"><stop offset=".772" stop-color="#ffcd0f"/><stop offset=".991" stop-color="#e67505"/></radialGradient><linearGradient id="SVGQO99lctd" x1="3" x2="16.766" y1="7.938" y2="27.007" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#2764e7"/></linearGradient><linearGradient id="SVGYLVOgdBI" x1="31.2" x2="20.404" y1="30.7" y2="1.771" gradientUnits="userSpaceOnUse"><stop stop-color="#9deaff"/><stop offset="1" stop-color="#fff"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorCertificate32(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGQO99lctd)" d="M5.25 4A3.25 3.25 0 0 0 2 7.25V20h.525c.092.933.441 1.79.975 2.5V25h23.25A3.25 3.25 0 0 0 30 21.75V7.25A3.25 3.25 0 0 0 26.75 4z"/><path fill="url(#SVGYLVOgdBI)" fillOpacity=".9" d="M8 11a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1m9 6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2z"/><path fill="url(#SVGr9upsp5q)" d="M12 21.862A6.97 6.97 0 0 1 7.5 23.5A6.97 6.97 0 0 1 3 21.862V29a1 1 0 0 0 1.528.849l2.972-1.85l2.972 1.85a1 1 0 0 0 1.528-.85z"/><path fill="url(#SVG87LVxeGX)" d="M13 19.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0"/><defs><radialGradient id="SVGr9upsp5q" cx="0" cy="0" r="1" gradientTransform="matrix(0 11.421 -17.6871 0 7.5 22)" gradientUnits="userSpaceOnUse"><stop stopColor="#163697"/><stop offset="1" stopColor="#29c3ff"/></radialGradient><radialGradient id="SVG87LVxeGX" cx="0" cy="0" r="1" gradientTransform="rotate(56.615 11.86 -32.457)scale(61.3992 52.5856)" gradientUnits="userSpaceOnUse"><stop offset=".772" stopColor="#ffcd0f"/><stop offset=".991" stopColor="#e67505"/></radialGradient><linearGradient id="SVGQO99lctd" x1="3" x2="16.766" y1="7.938" y2="27.007" gradientUnits="userSpaceOnUse"><stop stopColor="#0fafff"/><stop offset="1" stopColor="#2764e7"/></linearGradient><linearGradient id="SVGYLVOgdBI" x1="31.2" x2="20.404" y1="30.7" y2="1.771" gradientUnits="userSpaceOnUse"><stop stopColor="#9deaff"/><stop offset="1" stopColor="#fff"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGQO99lctd)" d="M5.25 4A3.25 3.25 0 0 0 2 7.25V20h.525c.092.933.441 1.79.975 2.5V25h23.25A3.25 3.25 0 0 0 30 21.75V7.25A3.25 3.25 0 0 0 26.75 4z"/><path fill="url(#SVGYLVOgdBI)" fill-opacity=".9" d="M8 11a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1m9 6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2z"/><path fill="url(#SVGr9upsp5q)" d="M12 21.862A6.97 6.97 0 0 1 7.5 23.5A6.97 6.97 0 0 1 3 21.862V29a1 1 0 0 0 1.528.849l2.972-1.85l2.972 1.85a1 1 0 0 0 1.528-.85z"/><path fill="url(#SVG87LVxeGX)" d="M13 19.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0"/><defs><radialGradient id="SVGr9upsp5q" cx="0" cy="0" r="1" gradientTransform="matrix(0 11.421 -17.6871 0 7.5 22)" gradientUnits="userSpaceOnUse"><stop stop-color="#163697"/><stop offset="1" stop-color="#29c3ff"/></radialGradient><radialGradient id="SVG87LVxeGX" cx="0" cy="0" r="1" gradientTransform="rotate(56.615 11.86 -32.457)scale(61.3992 52.5856)" gradientUnits="userSpaceOnUse"><stop offset=".772" stop-color="#ffcd0f"/><stop offset=".991" stop-color="#e67505"/></radialGradient><linearGradient id="SVGQO99lctd" x1="3" x2="16.766" y1="7.938" y2="27.007" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#2764e7"/></linearGradient><linearGradient id="SVGYLVOgdBI" x1="31.2" x2="20.404" y1="30.7" y2="1.771" gradientUnits="userSpaceOnUse"><stop stop-color="#9deaff"/><stop offset="1" stop-color="#fff"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-certificate-32 {
  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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGQO99lctd)%22%20d%3D%22M5.25%204A3.25%203.25%200%200%200%202%207.25V20h.525c.092.933.441%201.79.975%202.5V25h23.25A3.25%203.25%200%200%200%2030%2021.75V7.25A3.25%203.25%200%200%200%2026.75%204z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGYLVOgdBI)%22%20fill-opacity%3D%22.9%22%20d%3D%22M8%2011a1%201%200%200%201%201-1h14a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1m9%206a1%201%200%201%200%200%202h6a1%201%200%201%200%200-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGr9upsp5q)%22%20d%3D%22M12%2021.862A6.97%206.97%200%200%201%207.5%2023.5A6.97%206.97%200%200%201%203%2021.862V29a1%201%200%200%200%201.528.849l2.972-1.85l2.972%201.85a1%201%200%200%200%201.528-.85z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG87LVxeGX)%22%20d%3D%22M13%2019.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGr9upsp5q%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%2011.421%20-17.6871%200%207.5%2022)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23163697%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2329c3ff%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22SVG87LVxeGX%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(56.615%2011.86%20-32.457)scale(61.3992%2052.5856)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.772%22%20stop-color%3D%22%23ffcd0f%22%2F%3E%3Cstop%20offset%3D%22.991%22%20stop-color%3D%22%23e67505%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22SVGQO99lctd%22%20x1%3D%223%22%20x2%3D%2216.766%22%20y1%3D%227.938%22%20y2%3D%2227.007%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232764e7%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGYLVOgdBI%22%20x1%3D%2231.2%22%20x2%3D%2220.404%22%20y1%3D%2230.7%22%20y2%3D%221.771%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%239deaff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGQO99lctd)%22%20d%3D%22M5.25%204A3.25%203.25%200%200%200%202%207.25V20h.525c.092.933.441%201.79.975%202.5V25h23.25A3.25%203.25%200%200%200%2030%2021.75V7.25A3.25%203.25%200%200%200%2026.75%204z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGYLVOgdBI)%22%20fill-opacity%3D%22.9%22%20d%3D%22M8%2011a1%201%200%200%201%201-1h14a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1m9%206a1%201%200%201%200%200%202h6a1%201%200%201%200%200-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGr9upsp5q)%22%20d%3D%22M12%2021.862A6.97%206.97%200%200%201%207.5%2023.5A6.97%206.97%200%200%201%203%2021.862V29a1%201%200%200%200%201.528.849l2.972-1.85l2.972%201.85a1%201%200%200%200%201.528-.85z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG87LVxeGX)%22%20d%3D%22M13%2019.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGr9upsp5q%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%2011.421%20-17.6871%200%207.5%2022)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23163697%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2329c3ff%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22SVG87LVxeGX%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(56.615%2011.86%20-32.457)scale(61.3992%2052.5856)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.772%22%20stop-color%3D%22%23ffcd0f%22%2F%3E%3Cstop%20offset%3D%22.991%22%20stop-color%3D%22%23e67505%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22SVGQO99lctd%22%20x1%3D%223%22%20x2%3D%2216.766%22%20y1%3D%227.938%22%20y2%3D%2227.007%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232764e7%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGYLVOgdBI%22%20x1%3D%2231.2%22%20x2%3D%2220.404%22%20y1%3D%2230.7%22%20y2%3D%221.771%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%239deaff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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