certificate icon
certificate from Font Awesome Solid by Dave Gandy · Solid · Business · CC-BY-4.0 Attribution required.
- Name
- certificate
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Business
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
certificateCarboncertificateCatppuccin IconscertificateFont Awesome 6 Solidcertificate-16-filledFluent UI System Iconscertificate-16Fluent UI System Color IconscertificateHumbleiconscertificateIconParkcertificateIconPark OutlinecertificateIconPark SolidcertificateIconPark TwoTonecertificateLine AwesomecertificateMaterial Icon ThemecertificateMaterial Design Iconscertificate-fillMingCute IconcertificatePhosphorcertificate-fillRemix IconcertificateTabler IconscertificateTDesign Iconscertificate-outlineTeenyicons
More business icons from Font Awesome Solid
Use the certificate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M271.2 56c-6.1-6.2-15-8.7-23.4-6.4s-14.9 8.8-17 17.2L215.5 127c-1.1 4.4-5.6 7-9.9 5.7l-59.8-16.8c-8.4-2.4-17.4 0-23.5 6.1s-8.5 15.1-6.1 23.5l16.9 59.8c1.2 4.3-1.4 8.8-5.7 9.9l-60.3 15.3c-8.4 2.1-15 8.7-17.3 17.1s.2 17.3 6.4 23.4l44.5 43.3c3.2 3.1 3.2 8.3 0 11.5l-44.4 43.3c-6.2 6.1-8.7 15-6.4 23.4s8.9 14.9 17.3 17.1l60.2 15.3c4.4 1.1 7 5.6 5.7 9.9l-16.9 59.7c-2.4 8.4 0 17.4 6.1 23.5s15.1 8.5 23.5 6.1l59.8-16.9c4.3-1.2 8.8 1.4 9.9 5.7l15.3 60.2c2.1 8.4 8.7 15 17.1 17.3s17.3-.2 23.4-6.4l43.3-44.5c3.1-3.2 8.3-3.2 11.5 0l43.2 44.5c6.1 6.2 15 8.7 23.4 6.4s14.9-8.9 17.1-17.3l15.3-60.1c1.1-4.4 5.6-7 9.9-5.7l59.8 16.9c8.4 2.4 17.4 0 23.5-6.1s8.5-15.1 6.1-23.5l-16.9-59.8c-1.2-4.3 1.4-8.8 5.7-9.9l60.2-15.3c8.4-2.1 15-8.7 17.3-17.1s-.2-17.4-6.4-23.4l-44.5-43.3c-3.2-3.1-3.2-8.3 0-11.5l44.5-43.3c6.2-6.1 8.7-15 6.4-23.4s-8.9-14.9-17.3-17.1l-60.2-15.3c-4.4-1.1-7-5.6-5.7-9.9l16.9-59.8c2.4-8.4 0-17.4-6.1-23.5s-15.1-8.5-23.5-6.1L435 132.8c-4.3 1.2-8.8-1.4-9.9-5.7l-15.3-60.3c-2.1-8.4-8.7-15-17.1-17.3s-17.3.2-23.4 6.4L326 100.5c-3.1 3.2-8.3 3.2-11.5 0z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidCertificate(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M271.2 56c-6.1-6.2-15-8.7-23.4-6.4s-14.9 8.8-17 17.2L215.5 127c-1.1 4.4-5.6 7-9.9 5.7l-59.8-16.8c-8.4-2.4-17.4 0-23.5 6.1s-8.5 15.1-6.1 23.5l16.9 59.8c1.2 4.3-1.4 8.8-5.7 9.9l-60.3 15.3c-8.4 2.1-15 8.7-17.3 17.1s.2 17.3 6.4 23.4l44.5 43.3c3.2 3.1 3.2 8.3 0 11.5l-44.4 43.3c-6.2 6.1-8.7 15-6.4 23.4s8.9 14.9 17.3 17.1l60.2 15.3c4.4 1.1 7 5.6 5.7 9.9l-16.9 59.7c-2.4 8.4 0 17.4 6.1 23.5s15.1 8.5 23.5 6.1l59.8-16.9c4.3-1.2 8.8 1.4 9.9 5.7l15.3 60.2c2.1 8.4 8.7 15 17.1 17.3s17.3-.2 23.4-6.4l43.3-44.5c3.1-3.2 8.3-3.2 11.5 0l43.2 44.5c6.1 6.2 15 8.7 23.4 6.4s14.9-8.9 17.1-17.3l15.3-60.1c1.1-4.4 5.6-7 9.9-5.7l59.8 16.9c8.4 2.4 17.4 0 23.5-6.1s8.5-15.1 6.1-23.5l-16.9-59.8c-1.2-4.3 1.4-8.8 5.7-9.9l60.2-15.3c8.4-2.1 15-8.7 17.3-17.1s-.2-17.4-6.4-23.4l-44.5-43.3c-3.2-3.1-3.2-8.3 0-11.5l44.5-43.3c6.2-6.1 8.7-15 6.4-23.4s-8.9-14.9-17.3-17.1l-60.2-15.3c-4.4-1.1-7-5.6-5.7-9.9l16.9-59.8c2.4-8.4 0-17.4-6.1-23.5s-15.1-8.5-23.5-6.1L435 132.8c-4.3 1.2-8.8-1.4-9.9-5.7l-15.3-60.3c-2.1-8.4-8.7-15-17.1-17.3s-17.3.2-23.4 6.4L326 100.5c-3.1 3.2-8.3 3.2-11.5 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M271.2 56c-6.1-6.2-15-8.7-23.4-6.4s-14.9 8.8-17 17.2L215.5 127c-1.1 4.4-5.6 7-9.9 5.7l-59.8-16.8c-8.4-2.4-17.4 0-23.5 6.1s-8.5 15.1-6.1 23.5l16.9 59.8c1.2 4.3-1.4 8.8-5.7 9.9l-60.3 15.3c-8.4 2.1-15 8.7-17.3 17.1s.2 17.3 6.4 23.4l44.5 43.3c3.2 3.1 3.2 8.3 0 11.5l-44.4 43.3c-6.2 6.1-8.7 15-6.4 23.4s8.9 14.9 17.3 17.1l60.2 15.3c4.4 1.1 7 5.6 5.7 9.9l-16.9 59.7c-2.4 8.4 0 17.4 6.1 23.5s15.1 8.5 23.5 6.1l59.8-16.9c4.3-1.2 8.8 1.4 9.9 5.7l15.3 60.2c2.1 8.4 8.7 15 17.1 17.3s17.3-.2 23.4-6.4l43.3-44.5c3.1-3.2 8.3-3.2 11.5 0l43.2 44.5c6.1 6.2 15 8.7 23.4 6.4s14.9-8.9 17.1-17.3l15.3-60.1c1.1-4.4 5.6-7 9.9-5.7l59.8 16.9c8.4 2.4 17.4 0 23.5-6.1s8.5-15.1 6.1-23.5l-16.9-59.8c-1.2-4.3 1.4-8.8 5.7-9.9l60.2-15.3c8.4-2.1 15-8.7 17.3-17.1s-.2-17.4-6.4-23.4l-44.5-43.3c-3.2-3.1-3.2-8.3 0-11.5l44.5-43.3c6.2-6.1 8.7-15 6.4-23.4s-8.9-14.9-17.3-17.1l-60.2-15.3c-4.4-1.1-7-5.6-5.7-9.9l16.9-59.8c2.4-8.4 0-17.4-6.1-23.5s-15.1-8.5-23.5-6.1L435 132.8c-4.3 1.2-8.8-1.4-9.9-5.7l-15.3-60.3c-2.1-8.4-8.7-15-17.1-17.3s-17.3.2-23.4 6.4L326 100.5c-3.1 3.2-8.3 3.2-11.5 0z"/></svg> </template>
CSS
.icon-certificate {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M271.2%2056c-6.1-6.2-15-8.7-23.4-6.4s-14.9%208.8-17%2017.2L215.5%20127c-1.1%204.4-5.6%207-9.9%205.7l-59.8-16.8c-8.4-2.4-17.4%200-23.5%206.1s-8.5%2015.1-6.1%2023.5l16.9%2059.8c1.2%204.3-1.4%208.8-5.7%209.9l-60.3%2015.3c-8.4%202.1-15%208.7-17.3%2017.1s.2%2017.3%206.4%2023.4l44.5%2043.3c3.2%203.1%203.2%208.3%200%2011.5l-44.4%2043.3c-6.2%206.1-8.7%2015-6.4%2023.4s8.9%2014.9%2017.3%2017.1l60.2%2015.3c4.4%201.1%207%205.6%205.7%209.9l-16.9%2059.7c-2.4%208.4%200%2017.4%206.1%2023.5s15.1%208.5%2023.5%206.1l59.8-16.9c4.3-1.2%208.8%201.4%209.9%205.7l15.3%2060.2c2.1%208.4%208.7%2015%2017.1%2017.3s17.3-.2%2023.4-6.4l43.3-44.5c3.1-3.2%208.3-3.2%2011.5%200l43.2%2044.5c6.1%206.2%2015%208.7%2023.4%206.4s14.9-8.9%2017.1-17.3l15.3-60.1c1.1-4.4%205.6-7%209.9-5.7l59.8%2016.9c8.4%202.4%2017.4%200%2023.5-6.1s8.5-15.1%206.1-23.5l-16.9-59.8c-1.2-4.3%201.4-8.8%205.7-9.9l60.2-15.3c8.4-2.1%2015-8.7%2017.3-17.1s-.2-17.4-6.4-23.4l-44.5-43.3c-3.2-3.1-3.2-8.3%200-11.5l44.5-43.3c6.2-6.1%208.7-15%206.4-23.4s-8.9-14.9-17.3-17.1l-60.2-15.3c-4.4-1.1-7-5.6-5.7-9.9l16.9-59.8c2.4-8.4%200-17.4-6.1-23.5s-15.1-8.5-23.5-6.1L435%20132.8c-4.3%201.2-8.8-1.4-9.9-5.7l-15.3-60.3c-2.1-8.4-8.7-15-17.1-17.3s-17.3.2-23.4%206.4L326%20100.5c-3.1%203.2-8.3%203.2-11.5%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M271.2%2056c-6.1-6.2-15-8.7-23.4-6.4s-14.9%208.8-17%2017.2L215.5%20127c-1.1%204.4-5.6%207-9.9%205.7l-59.8-16.8c-8.4-2.4-17.4%200-23.5%206.1s-8.5%2015.1-6.1%2023.5l16.9%2059.8c1.2%204.3-1.4%208.8-5.7%209.9l-60.3%2015.3c-8.4%202.1-15%208.7-17.3%2017.1s.2%2017.3%206.4%2023.4l44.5%2043.3c3.2%203.1%203.2%208.3%200%2011.5l-44.4%2043.3c-6.2%206.1-8.7%2015-6.4%2023.4s8.9%2014.9%2017.3%2017.1l60.2%2015.3c4.4%201.1%207%205.6%205.7%209.9l-16.9%2059.7c-2.4%208.4%200%2017.4%206.1%2023.5s15.1%208.5%2023.5%206.1l59.8-16.9c4.3-1.2%208.8%201.4%209.9%205.7l15.3%2060.2c2.1%208.4%208.7%2015%2017.1%2017.3s17.3-.2%2023.4-6.4l43.3-44.5c3.1-3.2%208.3-3.2%2011.5%200l43.2%2044.5c6.1%206.2%2015%208.7%2023.4%206.4s14.9-8.9%2017.1-17.3l15.3-60.1c1.1-4.4%205.6-7%209.9-5.7l59.8%2016.9c8.4%202.4%2017.4%200%2023.5-6.1s8.5-15.1%206.1-23.5l-16.9-59.8c-1.2-4.3%201.4-8.8%205.7-9.9l60.2-15.3c8.4-2.1%2015-8.7%2017.3-17.1s-.2-17.4-6.4-23.4l-44.5-43.3c-3.2-3.1-3.2-8.3%200-11.5l44.5-43.3c6.2-6.1%208.7-15%206.4-23.4s-8.9-14.9-17.3-17.1l-60.2-15.3c-4.4-1.1-7-5.6-5.7-9.9l16.9-59.8c2.4-8.4%200-17.4-6.1-23.5s-15.1-8.5-23.5-6.1L435%20132.8c-4.3%201.2-8.8-1.4-9.9-5.7l-15.3-60.3c-2.1-8.4-8.7-15-17.1-17.3s-17.3.2-23.4%206.4L326%20100.5c-3.1%203.2-8.3%203.2-11.5%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/certificate.svg?color=%231a73e8&size=48