cube checkmark icon
cube-checkmark-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- cube-checkmark-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the cube checkmark icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M12.793 2.734a3.25 3.25 0 0 1 2.414 0l8.75 3.5A3.25 3.25 0 0 1 26 9.252v6.149A7.48 7.48 0 0 0 20.5 13a7.48 7.48 0 0 0-5.75 2.684v-2.69l5.802-2.55a.75.75 0 1 0-.604-1.373L14 11.686L8.052 9.07a.75.75 0 0 0-.604 1.373l5.802 2.55v5.578A7.5 7.5 0 0 0 13 20.5c0 1.874.687 3.587 1.823 4.901a3.25 3.25 0 0 1-2.03-.127l-8.75-3.5A3.25 3.25 0 0 1 2 18.757V9.252a3.25 3.25 0 0 1 2.043-3.018zM27 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-7.646 2.854l5-5a.5.5 0 0 0-.708-.708L19 22.293l-1.646-1.647a.5.5 0 0 0-.708.708l2 2a.5.5 0 0 0 .708 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentCubeCheckmark28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M12.793 2.734a3.25 3.25 0 0 1 2.414 0l8.75 3.5A3.25 3.25 0 0 1 26 9.252v6.149A7.48 7.48 0 0 0 20.5 13a7.48 7.48 0 0 0-5.75 2.684v-2.69l5.802-2.55a.75.75 0 1 0-.604-1.373L14 11.686L8.052 9.07a.75.75 0 0 0-.604 1.373l5.802 2.55v5.578A7.5 7.5 0 0 0 13 20.5c0 1.874.687 3.587 1.823 4.901a3.25 3.25 0 0 1-2.03-.127l-8.75-3.5A3.25 3.25 0 0 1 2 18.757V9.252a3.25 3.25 0 0 1 2.043-3.018zM27 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-7.646 2.854l5-5a.5.5 0 0 0-.708-.708L19 22.293l-1.646-1.647a.5.5 0 0 0-.708.708l2 2a.5.5 0 0 0 .708 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M12.793 2.734a3.25 3.25 0 0 1 2.414 0l8.75 3.5A3.25 3.25 0 0 1 26 9.252v6.149A7.48 7.48 0 0 0 20.5 13a7.48 7.48 0 0 0-5.75 2.684v-2.69l5.802-2.55a.75.75 0 1 0-.604-1.373L14 11.686L8.052 9.07a.75.75 0 0 0-.604 1.373l5.802 2.55v5.578A7.5 7.5 0 0 0 13 20.5c0 1.874.687 3.587 1.823 4.901a3.25 3.25 0 0 1-2.03-.127l-8.75-3.5A3.25 3.25 0 0 1 2 18.757V9.252a3.25 3.25 0 0 1 2.043-3.018zM27 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-7.646 2.854l5-5a.5.5 0 0 0-.708-.708L19 22.293l-1.646-1.647a.5.5 0 0 0-.708.708l2 2a.5.5 0 0 0 .708 0"/></svg> </template>
CSS
.icon-cube-checkmark-28-filled {
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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.793%202.734a3.25%203.25%200%200%201%202.414%200l8.75%203.5A3.25%203.25%200%200%201%2026%209.252v6.149A7.48%207.48%200%200%200%2020.5%2013a7.48%207.48%200%200%200-5.75%202.684v-2.69l5.802-2.55a.75.75%200%201%200-.604-1.373L14%2011.686L8.052%209.07a.75.75%200%200%200-.604%201.373l5.802%202.55v5.578A7.5%207.5%200%200%200%2013%2020.5c0%201.874.687%203.587%201.823%204.901a3.25%203.25%200%200%201-2.03-.127l-8.75-3.5A3.25%203.25%200%200%201%202%2018.757V9.252a3.25%203.25%200%200%201%202.043-3.018zM27%2020.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200m-7.646%202.854l5-5a.5.5%200%200%200-.708-.708L19%2022.293l-1.646-1.647a.5.5%200%200%200-.708.708l2%202a.5.5%200%200%200%20.708%200%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.793%202.734a3.25%203.25%200%200%201%202.414%200l8.75%203.5A3.25%203.25%200%200%201%2026%209.252v6.149A7.48%207.48%200%200%200%2020.5%2013a7.48%207.48%200%200%200-5.75%202.684v-2.69l5.802-2.55a.75.75%200%201%200-.604-1.373L14%2011.686L8.052%209.07a.75.75%200%200%200-.604%201.373l5.802%202.55v5.578A7.5%207.5%200%200%200%2013%2020.5c0%201.874.687%203.587%201.823%204.901a3.25%203.25%200%200%201-2.03-.127l-8.75-3.5A3.25%203.25%200%200%201%202%2018.757V9.252a3.25%203.25%200%200%201%202.043-3.018zM27%2020.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200m-7.646%202.854l5-5a.5.5%200%200%200-.708-.708L19%2022.293l-1.646-1.647a.5.5%200%200%200-.708.708l2%202a.5.5%200%200%200%20.708%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cube-checkmark-28-filled.svg?color=%231a73e8&size=48