certificate icon
certificate-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- certificate-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
certificateCarboncertificateCatppuccin IconscertificateFont Awesome 6 SolidcertificateFont Awesome Solidcertificate-16-filledFluent UI System Iconscertificate-16Fluent UI System Color IconscertificateHumbleiconscertificateIconParkcertificateIconPark OutlinecertificateIconPark SolidcertificateIconPark TwoTonecertificateLine AwesomecertificateMaterial Icon ThemecertificateMaterial Design IconscertificatePhosphorcertificate-fillRemix IconcertificateTabler IconscertificateTDesign Iconscertificate-outlineTeenyicons
Related icons in MingCute Icon
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="M10.586 2.101a2 2 0 0 1 2.828 0l1.9 1.9H18a2 2 0 0 1 2 2v2.686l1.9 1.9a2 2 0 0 1 0 2.828l-1.9 1.9V18a2 2 0 0 1-2 2h-2.687l-1.9 1.9a2 2 0 0 1-2.827 0l-1.9-1.9H6a2 2 0 0 1-2-2v-2.687l-1.9-1.9a2 2 0 0 1 0-2.827l1.9-1.9V6.001a2 2 0 0 1 2-2h2.686zm5.907 6.882a1 1 0 0 0-1.414 0l-4.244 4.245l-1.769-1.768a1 1 0 0 0-1.414 1.415l2.476 2.474a1 1 0 0 0 1.414 0l4.951-4.952a1 1 0 0 0 0-1.414"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteCertificateFill(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.586 2.101a2 2 0 0 1 2.828 0l1.9 1.9H18a2 2 0 0 1 2 2v2.686l1.9 1.9a2 2 0 0 1 0 2.828l-1.9 1.9V18a2 2 0 0 1-2 2h-2.687l-1.9 1.9a2 2 0 0 1-2.827 0l-1.9-1.9H6a2 2 0 0 1-2-2v-2.687l-1.9-1.9a2 2 0 0 1 0-2.827l1.9-1.9V6.001a2 2 0 0 1 2-2h2.686zm5.907 6.882a1 1 0 0 0-1.414 0l-4.244 4.245l-1.769-1.768a1 1 0 0 0-1.414 1.415l2.476 2.474a1 1 0 0 0 1.414 0l4.951-4.952a1 1 0 0 0 0-1.414"/></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.586 2.101a2 2 0 0 1 2.828 0l1.9 1.9H18a2 2 0 0 1 2 2v2.686l1.9 1.9a2 2 0 0 1 0 2.828l-1.9 1.9V18a2 2 0 0 1-2 2h-2.687l-1.9 1.9a2 2 0 0 1-2.827 0l-1.9-1.9H6a2 2 0 0 1-2-2v-2.687l-1.9-1.9a2 2 0 0 1 0-2.827l1.9-1.9V6.001a2 2 0 0 1 2-2h2.686zm5.907 6.882a1 1 0 0 0-1.414 0l-4.244 4.245l-1.769-1.768a1 1 0 0 0-1.414 1.415l2.476 2.474a1 1 0 0 0 1.414 0l4.951-4.952a1 1 0 0 0 0-1.414"/></svg> </template>
CSS
.icon-certificate-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.586%202.101a2%202%200%200%201%202.828%200l1.9%201.9H18a2%202%200%200%201%202%202v2.686l1.9%201.9a2%202%200%200%201%200%202.828l-1.9%201.9V18a2%202%200%200%201-2%202h-2.687l-1.9%201.9a2%202%200%200%201-2.827%200l-1.9-1.9H6a2%202%200%200%201-2-2v-2.687l-1.9-1.9a2%202%200%200%201%200-2.827l1.9-1.9V6.001a2%202%200%200%201%202-2h2.686zm5.907%206.882a1%201%200%200%200-1.414%200l-4.244%204.245l-1.769-1.768a1%201%200%200%200-1.414%201.415l2.476%202.474a1%201%200%200%200%201.414%200l4.951-4.952a1%201%200%200%200%200-1.414%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.586%202.101a2%202%200%200%201%202.828%200l1.9%201.9H18a2%202%200%200%201%202%202v2.686l1.9%201.9a2%202%200%200%201%200%202.828l-1.9%201.9V18a2%202%200%200%201-2%202h-2.687l-1.9%201.9a2%202%200%200%201-2.827%200l-1.9-1.9H6a2%202%200%200%201-2-2v-2.687l-1.9-1.9a2%202%200%200%201%200-2.827l1.9-1.9V6.001a2%202%200%200%201%202-2h2.686zm5.907%206.882a1%201%200%200%200-1.414%200l-4.244%204.245l-1.769-1.768a1%201%200%200%200-1.414%201.415l2.476%202.474a1%201%200%200%200%201.414%200l4.951-4.952a1%201%200%200%200%200-1.414%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/certificate-fill.svg?color=%231a73e8&size=48