certificate icon
certificate-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- certificate-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
certificateCarboncertificateCatppuccin IconscertificateFont Awesome 6 SolidcertificateFont Awesome Solidcertificate-16Fluent UI System Color IconscertificateHumbleiconscertificateIconParkcertificateIconPark OutlinecertificateIconPark SolidcertificateIconPark TwoTonecertificateLine AwesomecertificateMaterial Icon ThemecertificateMaterial Design Iconscertificate-fillMingCute IconcertificatePhosphorcertificate-fillRemix IconcertificateTabler IconscertificateTDesign Iconscertificate-outlineTeenyicons
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 24 24"><path fill="currentColor" d="M4.75 3A2.75 2.75 0 0 0 2 5.75V11a5 5 0 0 1 8 6v1h9.25A2.75 2.75 0 0 0 22 15.25v-9.5A2.75 2.75 0 0 0 19.25 3zm2 4h10.5a.75.75 0 0 1 0 1.5H6.75a.75.75 0 0 1 0-1.5M12 12.75a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75M6 10a4 4 0 1 0 0 8.001A4 4 0 0 0 6 10m3 8.001c-.835.628-1.874 1-3 1a4.98 4.98 0 0 1-3-.998v3.246c0 .57.605.92 1.09.669l.09-.055L6 20.592l1.82 1.272a.75.75 0 0 0 1.172-.51L9 21.249z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCertificate24Filled(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="M4.75 3A2.75 2.75 0 0 0 2 5.75V11a5 5 0 0 1 8 6v1h9.25A2.75 2.75 0 0 0 22 15.25v-9.5A2.75 2.75 0 0 0 19.25 3zm2 4h10.5a.75.75 0 0 1 0 1.5H6.75a.75.75 0 0 1 0-1.5M12 12.75a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75M6 10a4 4 0 1 0 0 8.001A4 4 0 0 0 6 10m3 8.001c-.835.628-1.874 1-3 1a4.98 4.98 0 0 1-3-.998v3.246c0 .57.605.92 1.09.669l.09-.055L6 20.592l1.82 1.272a.75.75 0 0 0 1.172-.51L9 21.249z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.75 3A2.75 2.75 0 0 0 2 5.75V11a5 5 0 0 1 8 6v1h9.25A2.75 2.75 0 0 0 22 15.25v-9.5A2.75 2.75 0 0 0 19.25 3zm2 4h10.5a.75.75 0 0 1 0 1.5H6.75a.75.75 0 0 1 0-1.5M12 12.75a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75M6 10a4 4 0 1 0 0 8.001A4 4 0 0 0 6 10m3 8.001c-.835.628-1.874 1-3 1a4.98 4.98 0 0 1-3-.998v3.246c0 .57.605.92 1.09.669l.09-.055L6 20.592l1.82 1.272a.75.75 0 0 0 1.172-.51L9 21.249z"/></svg> </template>
CSS
.icon-certificate-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.75%203A2.75%202.75%200%200%200%202%205.75V11a5%205%200%200%201%208%206v1h9.25A2.75%202.75%200%200%200%2022%2015.25v-9.5A2.75%202.75%200%200%200%2019.25%203zm2%204h10.5a.75.75%200%200%201%200%201.5H6.75a.75.75%200%200%201%200-1.5M12%2012.75a.75.75%200%200%201%20.75-.75h4.5a.75.75%200%200%201%200%201.5h-4.5a.75.75%200%200%201-.75-.75M6%2010a4%204%200%201%200%200%208.001A4%204%200%200%200%206%2010m3%208.001c-.835.628-1.874%201-3%201a4.98%204.98%200%200%201-3-.998v3.246c0%20.57.605.92%201.09.669l.09-.055L6%2020.592l1.82%201.272a.75.75%200%200%200%201.172-.51L9%2021.249z%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%22M4.75%203A2.75%202.75%200%200%200%202%205.75V11a5%205%200%200%201%208%206v1h9.25A2.75%202.75%200%200%200%2022%2015.25v-9.5A2.75%202.75%200%200%200%2019.25%203zm2%204h10.5a.75.75%200%200%201%200%201.5H6.75a.75.75%200%200%201%200-1.5M12%2012.75a.75.75%200%200%201%20.75-.75h4.5a.75.75%200%200%201%200%201.5h-4.5a.75.75%200%200%201-.75-.75M6%2010a4%204%200%201%200%200%208.001A4%204%200%200%200%206%2010m3%208.001c-.835.628-1.874%201-3%201a4.98%204.98%200%200%201-3-.998v3.246c0%20.57.605.92%201.09.669l.09-.055L6%2020.592l1.82%201.272a.75.75%200%200%200%201.172-.51L9%2021.249z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/certificate-24-filled.svg?color=%231a73e8&size=48