certificate icon
certificate-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- certificate-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
certificateCarboncertificateCatppuccin IconscertificateFont Awesome 6 Solidcertificate-16-filledFluent UI System IconscertificateHumbleiconscertificateLine AwesomecertificateMaterial Design Iconscertificate-fillMingCute Iconcertificate-fillRemix IconcertificateTabler Iconscertificate-outlineTeenyicons
Use the certificate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 140a12 12 0 0 1-12 12H72a12 12 0 0 1 0-24h44a12 12 0 0 1 12 12m-12-52H72a12 12 0 0 0 0 24h44a12 12 0 0 0 0-24m120 79.14V228a12 12 0 0 1-17.95 10.42L196 225.82l-22 12.6A12 12 0 0 1 156 228v-24H40a20 20 0 0 1-20-20V56a20 20 0 0 1 20-20h176a20 20 0 0 1 20 20v32.86a55.87 55.87 0 0 1 0 78.28M196 160a32 32 0 1 0-32-32a32 32 0 0 0 32 32m-40 20v-12.86a56 56 0 0 1 56-92.8V60H44v120Zm56 27.32v-25.66a55.87 55.87 0 0 1-32 0v25.66l10.05-5.74a12 12 0 0 1 11.9 0Z"/></svg>
React
import type { SVGProps } from "react";
export function PhCertificateBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 140a12 12 0 0 1-12 12H72a12 12 0 0 1 0-24h44a12 12 0 0 1 12 12m-12-52H72a12 12 0 0 0 0 24h44a12 12 0 0 0 0-24m120 79.14V228a12 12 0 0 1-17.95 10.42L196 225.82l-22 12.6A12 12 0 0 1 156 228v-24H40a20 20 0 0 1-20-20V56a20 20 0 0 1 20-20h176a20 20 0 0 1 20 20v32.86a55.87 55.87 0 0 1 0 78.28M196 160a32 32 0 1 0-32-32a32 32 0 0 0 32 32m-40 20v-12.86a56 56 0 0 1 56-92.8V60H44v120Zm56 27.32v-25.66a55.87 55.87 0 0 1-32 0v25.66l10.05-5.74a12 12 0 0 1 11.9 0Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 140a12 12 0 0 1-12 12H72a12 12 0 0 1 0-24h44a12 12 0 0 1 12 12m-12-52H72a12 12 0 0 0 0 24h44a12 12 0 0 0 0-24m120 79.14V228a12 12 0 0 1-17.95 10.42L196 225.82l-22 12.6A12 12 0 0 1 156 228v-24H40a20 20 0 0 1-20-20V56a20 20 0 0 1 20-20h176a20 20 0 0 1 20 20v32.86a55.87 55.87 0 0 1 0 78.28M196 160a32 32 0 1 0-32-32a32 32 0 0 0 32 32m-40 20v-12.86a56 56 0 0 1 56-92.8V60H44v120Zm56 27.32v-25.66a55.87 55.87 0 0 1-32 0v25.66l10.05-5.74a12 12 0 0 1 11.9 0Z"/></svg> </template>
CSS
.icon-certificate-bold {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%20140a12%2012%200%200%201-12%2012H72a12%2012%200%200%201%200-24h44a12%2012%200%200%201%2012%2012m-12-52H72a12%2012%200%200%200%200%2024h44a12%2012%200%200%200%200-24m120%2079.14V228a12%2012%200%200%201-17.95%2010.42L196%20225.82l-22%2012.6A12%2012%200%200%201%20156%20228v-24H40a20%2020%200%200%201-20-20V56a20%2020%200%200%201%2020-20h176a20%2020%200%200%201%2020%2020v32.86a55.87%2055.87%200%200%201%200%2078.28M196%20160a32%2032%200%201%200-32-32a32%2032%200%200%200%2032%2032m-40%2020v-12.86a56%2056%200%200%201%2056-92.8V60H44v120Zm56%2027.32v-25.66a55.87%2055.87%200%200%201-32%200v25.66l10.05-5.74a12%2012%200%200%201%2011.9%200Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%20140a12%2012%200%200%201-12%2012H72a12%2012%200%200%201%200-24h44a12%2012%200%200%201%2012%2012m-12-52H72a12%2012%200%200%200%200%2024h44a12%2012%200%200%200%200-24m120%2079.14V228a12%2012%200%200%201-17.95%2010.42L196%20225.82l-22%2012.6A12%2012%200%200%201%20156%20228v-24H40a20%2020%200%200%201-20-20V56a20%2020%200%200%201%2020-20h176a20%2020%200%200%201%2020%2020v32.86a55.87%2055.87%200%200%201%200%2078.28M196%20160a32%2032%200%201%200-32-32a32%2032%200%200%200%2032%2032m-40%2020v-12.86a56%2056%200%200%201%2056-92.8V60H44v120Zm56%2027.32v-25.66a55.87%2055.87%200%200%201-32%200v25.66l10.05-5.74a12%2012%200%200%201%2011.9%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/certificate-bold.svg?color=%231a73e8&size=48