certificate icon
certificate from IconPark by ByteDance · Color · Others · Apache-2.0 Free for personal and commercial use.
- Name
- certificate
- Set
- IconPark
- Style
- Color
- Category
- Others
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
certificateCarboncertificateCatppuccin IconscertificateFont Awesome 6 SolidcertificateFont Awesome Solidcertificate-16-filledFluent UI System Iconscertificate-16Fluent UI System Color IconscertificateHumbleiconscertificateIconPark OutlinecertificateIconPark SolidcertificateIconPark TwoTonecertificateLine AwesomecertificateMaterial Icon ThemecertificateMaterial Design Iconscertificate-fillMingCute IconcertificatePhosphorcertificate-fillRemix IconcertificateTabler IconscertificateTDesign Iconscertificate-outlineTeenyicons
More others icons from IconPark
Use the certificate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path stroke-linecap="round" stroke-linejoin="round" d="M26 36H6C4.89543 36 4 35.1046 4 34V8C4 6.89543 4.89543 6 6 6H42C43.1046 6 44 6.89543 44 8V34C44 35.1046 43.1046 36 42 36H34"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 14H36"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 21H18"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 28H16"/><path fill="#2F88FF" d="M30 33C33.3137 33 36 30.3137 36 27C36 23.6863 33.3137 21 30 21C26.6863 21 24 23.6863 24 27C24 30.3137 26.6863 33 30 33Z"/><path fill="#2F88FF" stroke-linecap="round" stroke-linejoin="round" d="M30 40L34 42V31.4722C34 31.4722 32.8594 33 30 33C27.1406 33 26 31.5 26 31.5V42L30 40Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkCertificate(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeWidth="4"><path strokeLinecap="round" strokeLinejoin="round" d="M26 36H6C4.89543 36 4 35.1046 4 34V8C4 6.89543 4.89543 6 6 6H42C43.1046 6 44 6.89543 44 8V34C44 35.1046 43.1046 36 42 36H34"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 14H36"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 21H18"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 28H16"/><path fill="#2F88FF" d="M30 33C33.3137 33 36 30.3137 36 27C36 23.6863 33.3137 21 30 21C26.6863 21 24 23.6863 24 27C24 30.3137 26.6863 33 30 33Z"/><path fill="#2F88FF" strokeLinecap="round" strokeLinejoin="round" d="M30 40L34 42V31.4722C34 31.4722 32.8594 33 30 33C27.1406 33 26 31.5 26 31.5V42L30 40Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path stroke-linecap="round" stroke-linejoin="round" d="M26 36H6C4.89543 36 4 35.1046 4 34V8C4 6.89543 4.89543 6 6 6H42C43.1046 6 44 6.89543 44 8V34C44 35.1046 43.1046 36 42 36H34"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 14H36"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 21H18"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 28H16"/><path fill="#2F88FF" d="M30 33C33.3137 33 36 30.3137 36 27C36 23.6863 33.3137 21 30 21C26.6863 21 24 23.6863 24 27C24 30.3137 26.6863 33 30 33Z"/><path fill="#2F88FF" stroke-linecap="round" stroke-linejoin="round" d="M30 40L34 42V31.4722C34 31.4722 32.8594 33 30 33C27.1406 33 26 31.5 26 31.5V42L30 40Z"/></g></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M26%2036H6C4.89543%2036%204%2035.1046%204%2034V8C4%206.89543%204.89543%206%206%206H42C43.1046%206%2044%206.89543%2044%208V34C44%2035.1046%2043.1046%2036%2042%2036H34%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2014H36%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2021H18%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2028H16%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M30%2033C33.3137%2033%2036%2030.3137%2036%2027C36%2023.6863%2033.3137%2021%2030%2021C26.6863%2021%2024%2023.6863%2024%2027C24%2030.3137%2026.6863%2033%2030%2033Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2040L34%2042V31.4722C34%2031.4722%2032.8594%2033%2030%2033C27.1406%2033%2026%2031.5%2026%2031.5V42L30%2040Z%22%2F%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M26%2036H6C4.89543%2036%204%2035.1046%204%2034V8C4%206.89543%204.89543%206%206%206H42C43.1046%206%2044%206.89543%2044%208V34C44%2035.1046%2043.1046%2036%2042%2036H34%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2014H36%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2021H18%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2028H16%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M30%2033C33.3137%2033%2036%2030.3137%2036%2027C36%2023.6863%2033.3137%2021%2030%2021C26.6863%2021%2024%2023.6863%2024%2027C24%2030.3137%2026.6863%2033%2030%2033Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2040L34%2042V31.4722C34%2031.4722%2032.8594%2033%2030%2033C27.1406%2033%2026%2031.5%2026%2031.5V42L30%2040Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/certificate.svg?color=%231a73e8&size=48