certification icon
certification from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- certification
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-certification
The same icon in other sets
Use the certification icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.06 14.68a1 1 0 0 0 .46.6l1.91 1.11v2.2a1 1 0 0 0 1 1h2.2l1.11 1.91a1 1 0 0 0 .86.5a1 1 0 0 0 .51-.14l1.9-1.1l1.91 1.1a1 1 0 0 0 1.37-.36l1.1-1.91h2.2a1 1 0 0 0 1-1v-2.2l1.91-1.11a1 1 0 0 0 .37-1.36L20.76 12l1.11-1.91a1 1 0 0 0-.37-1.36l-1.91-1.1v-2.2a1 1 0 0 0-1-1h-2.2l-1.1-1.91a1 1 0 0 0-.61-.46a1 1 0 0 0-.76.1L12 3.26l-1.9-1.1a1 1 0 0 0-1.36.36L7.63 4.43h-2.2a1 1 0 0 0-1 1v2.2l-1.9 1.1a1 1 0 0 0-.37 1.37l1.1 1.9l-1.1 1.91a1 1 0 0 0-.1.77m3.22-3.17L4.39 10l1.55-.9a1 1 0 0 0 .49-.86V6.43h1.78a1 1 0 0 0 .87-.5L10 4.39l1.54.89a1 1 0 0 0 1 0l1.55-.89l.91 1.54a1 1 0 0 0 .87.5h1.77v1.78a1 1 0 0 0 .5.86l1.54.9l-.89 1.54a1 1 0 0 0 0 1l.89 1.54l-1.54.9a1 1 0 0 0-.5.86v1.78h-1.83a1 1 0 0 0-.86.5l-.89 1.54l-1.55-.89a1 1 0 0 0-1 0l-1.51.89l-.89-1.54a1 1 0 0 0-.87-.5H6.43v-1.78a1 1 0 0 0-.49-.81l-1.55-.9l.89-1.54a1 1 0 0 0 0-1.05"/></svg>
React
import type { SVGProps } from "react";
export function BxCertification(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="M2.06 14.68a1 1 0 0 0 .46.6l1.91 1.11v2.2a1 1 0 0 0 1 1h2.2l1.11 1.91a1 1 0 0 0 .86.5a1 1 0 0 0 .51-.14l1.9-1.1l1.91 1.1a1 1 0 0 0 1.37-.36l1.1-1.91h2.2a1 1 0 0 0 1-1v-2.2l1.91-1.11a1 1 0 0 0 .37-1.36L20.76 12l1.11-1.91a1 1 0 0 0-.37-1.36l-1.91-1.1v-2.2a1 1 0 0 0-1-1h-2.2l-1.1-1.91a1 1 0 0 0-.61-.46a1 1 0 0 0-.76.1L12 3.26l-1.9-1.1a1 1 0 0 0-1.36.36L7.63 4.43h-2.2a1 1 0 0 0-1 1v2.2l-1.9 1.1a1 1 0 0 0-.37 1.37l1.1 1.9l-1.1 1.91a1 1 0 0 0-.1.77m3.22-3.17L4.39 10l1.55-.9a1 1 0 0 0 .49-.86V6.43h1.78a1 1 0 0 0 .87-.5L10 4.39l1.54.89a1 1 0 0 0 1 0l1.55-.89l.91 1.54a1 1 0 0 0 .87.5h1.77v1.78a1 1 0 0 0 .5.86l1.54.9l-.89 1.54a1 1 0 0 0 0 1l.89 1.54l-1.54.9a1 1 0 0 0-.5.86v1.78h-1.83a1 1 0 0 0-.86.5l-.89 1.54l-1.55-.89a1 1 0 0 0-1 0l-1.51.89l-.89-1.54a1 1 0 0 0-.87-.5H6.43v-1.78a1 1 0 0 0-.49-.81l-1.55-.9l.89-1.54a1 1 0 0 0 0-1.05"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.06 14.68a1 1 0 0 0 .46.6l1.91 1.11v2.2a1 1 0 0 0 1 1h2.2l1.11 1.91a1 1 0 0 0 .86.5a1 1 0 0 0 .51-.14l1.9-1.1l1.91 1.1a1 1 0 0 0 1.37-.36l1.1-1.91h2.2a1 1 0 0 0 1-1v-2.2l1.91-1.11a1 1 0 0 0 .37-1.36L20.76 12l1.11-1.91a1 1 0 0 0-.37-1.36l-1.91-1.1v-2.2a1 1 0 0 0-1-1h-2.2l-1.1-1.91a1 1 0 0 0-.61-.46a1 1 0 0 0-.76.1L12 3.26l-1.9-1.1a1 1 0 0 0-1.36.36L7.63 4.43h-2.2a1 1 0 0 0-1 1v2.2l-1.9 1.1a1 1 0 0 0-.37 1.37l1.1 1.9l-1.1 1.91a1 1 0 0 0-.1.77m3.22-3.17L4.39 10l1.55-.9a1 1 0 0 0 .49-.86V6.43h1.78a1 1 0 0 0 .87-.5L10 4.39l1.54.89a1 1 0 0 0 1 0l1.55-.89l.91 1.54a1 1 0 0 0 .87.5h1.77v1.78a1 1 0 0 0 .5.86l1.54.9l-.89 1.54a1 1 0 0 0 0 1l.89 1.54l-1.54.9a1 1 0 0 0-.5.86v1.78h-1.83a1 1 0 0 0-.86.5l-.89 1.54l-1.55-.89a1 1 0 0 0-1 0l-1.51.89l-.89-1.54a1 1 0 0 0-.87-.5H6.43v-1.78a1 1 0 0 0-.49-.81l-1.55-.9l.89-1.54a1 1 0 0 0 0-1.05"/></svg> </template>
CSS
.icon-certification {
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%22M2.06%2014.68a1%201%200%200%200%20.46.6l1.91%201.11v2.2a1%201%200%200%200%201%201h2.2l1.11%201.91a1%201%200%200%200%20.86.5a1%201%200%200%200%20.51-.14l1.9-1.1l1.91%201.1a1%201%200%200%200%201.37-.36l1.1-1.91h2.2a1%201%200%200%200%201-1v-2.2l1.91-1.11a1%201%200%200%200%20.37-1.36L20.76%2012l1.11-1.91a1%201%200%200%200-.37-1.36l-1.91-1.1v-2.2a1%201%200%200%200-1-1h-2.2l-1.1-1.91a1%201%200%200%200-.61-.46a1%201%200%200%200-.76.1L12%203.26l-1.9-1.1a1%201%200%200%200-1.36.36L7.63%204.43h-2.2a1%201%200%200%200-1%201v2.2l-1.9%201.1a1%201%200%200%200-.37%201.37l1.1%201.9l-1.1%201.91a1%201%200%200%200-.1.77m3.22-3.17L4.39%2010l1.55-.9a1%201%200%200%200%20.49-.86V6.43h1.78a1%201%200%200%200%20.87-.5L10%204.39l1.54.89a1%201%200%200%200%201%200l1.55-.89l.91%201.54a1%201%200%200%200%20.87.5h1.77v1.78a1%201%200%200%200%20.5.86l1.54.9l-.89%201.54a1%201%200%200%200%200%201l.89%201.54l-1.54.9a1%201%200%200%200-.5.86v1.78h-1.83a1%201%200%200%200-.86.5l-.89%201.54l-1.55-.89a1%201%200%200%200-1%200l-1.51.89l-.89-1.54a1%201%200%200%200-.87-.5H6.43v-1.78a1%201%200%200%200-.49-.81l-1.55-.9l.89-1.54a1%201%200%200%200%200-1.05%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%22M2.06%2014.68a1%201%200%200%200%20.46.6l1.91%201.11v2.2a1%201%200%200%200%201%201h2.2l1.11%201.91a1%201%200%200%200%20.86.5a1%201%200%200%200%20.51-.14l1.9-1.1l1.91%201.1a1%201%200%200%200%201.37-.36l1.1-1.91h2.2a1%201%200%200%200%201-1v-2.2l1.91-1.11a1%201%200%200%200%20.37-1.36L20.76%2012l1.11-1.91a1%201%200%200%200-.37-1.36l-1.91-1.1v-2.2a1%201%200%200%200-1-1h-2.2l-1.1-1.91a1%201%200%200%200-.61-.46a1%201%200%200%200-.76.1L12%203.26l-1.9-1.1a1%201%200%200%200-1.36.36L7.63%204.43h-2.2a1%201%200%200%200-1%201v2.2l-1.9%201.1a1%201%200%200%200-.37%201.37l1.1%201.9l-1.1%201.91a1%201%200%200%200-.1.77m3.22-3.17L4.39%2010l1.55-.9a1%201%200%200%200%20.49-.86V6.43h1.78a1%201%200%200%200%20.87-.5L10%204.39l1.54.89a1%201%200%200%200%201%200l1.55-.89l.91%201.54a1%201%200%200%200%20.87.5h1.77v1.78a1%201%200%200%200%20.5.86l1.54.9l-.89%201.54a1%201%200%200%200%200%201l.89%201.54l-1.54.9a1%201%200%200%200-.5.86v1.78h-1.83a1%201%200%200%200-.86.5l-.89%201.54l-1.55-.89a1%201%200%200%200-1%200l-1.51.89l-.89-1.54a1%201%200%200%200-.87-.5H6.43v-1.78a1%201%200%200%200-.49-.81l-1.55-.9l.89-1.54a1%201%200%200%200%200-1.05%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/certification.svg?color=%231a73e8&size=48