cube checkmark icon
cube-checkmark-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- cube-checkmark-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- 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="M14.65 4.127a1.75 1.75 0 0 0-1.3 0l-8.75 3.5a1.75 1.75 0 0 0-1.1 1.625v9.505c0 .715.436 1.359 1.1 1.625l8.75 3.5q.25.099.516.12c.266.503.588.972.957 1.399a3.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.018l8.75-3.5a3.25 3.25 0 0 1 2.414 0l8.75 3.5A3.25 3.25 0 0 1 26 9.252v6.149a7.5 7.5 0 0 0-1.5-1.246V9.252a1.75 1.75 0 0 0-1.1-1.625zm-1.4 14.446a7.5 7.5 0 0 1 1.5-2.889v-2.69l5.802-2.55a.75.75 0 1 0-.604-1.373L14 11.685L8.052 9.071a.75.75 0 1 0-.604 1.373l5.802 2.55zM27 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 FluentCubeCheckmark28Regular(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="M14.65 4.127a1.75 1.75 0 0 0-1.3 0l-8.75 3.5a1.75 1.75 0 0 0-1.1 1.625v9.505c0 .715.436 1.359 1.1 1.625l8.75 3.5q.25.099.516.12c.266.503.588.972.957 1.399a3.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.018l8.75-3.5a3.25 3.25 0 0 1 2.414 0l8.75 3.5A3.25 3.25 0 0 1 26 9.252v6.149a7.5 7.5 0 0 0-1.5-1.246V9.252a1.75 1.75 0 0 0-1.1-1.625zm-1.4 14.446a7.5 7.5 0 0 1 1.5-2.889v-2.69l5.802-2.55a.75.75 0 1 0-.604-1.373L14 11.685L8.052 9.071a.75.75 0 1 0-.604 1.373l5.802 2.55zM27 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="M14.65 4.127a1.75 1.75 0 0 0-1.3 0l-8.75 3.5a1.75 1.75 0 0 0-1.1 1.625v9.505c0 .715.436 1.359 1.1 1.625l8.75 3.5q.25.099.516.12c.266.503.588.972.957 1.399a3.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.018l8.75-3.5a3.25 3.25 0 0 1 2.414 0l8.75 3.5A3.25 3.25 0 0 1 26 9.252v6.149a7.5 7.5 0 0 0-1.5-1.246V9.252a1.75 1.75 0 0 0-1.1-1.625zm-1.4 14.446a7.5 7.5 0 0 1 1.5-2.889v-2.69l5.802-2.55a.75.75 0 1 0-.604-1.373L14 11.685L8.052 9.071a.75.75 0 1 0-.604 1.373l5.802 2.55zM27 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-regular {
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%22M14.65%204.127a1.75%201.75%200%200%200-1.3%200l-8.75%203.5a1.75%201.75%200%200%200-1.1%201.625v9.505c0%20.715.436%201.359%201.1%201.625l8.75%203.5q.25.099.516.12c.266.503.588.972.957%201.399a3.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.018l8.75-3.5a3.25%203.25%200%200%201%202.414%200l8.75%203.5A3.25%203.25%200%200%201%2026%209.252v6.149a7.5%207.5%200%200%200-1.5-1.246V9.252a1.75%201.75%200%200%200-1.1-1.625zm-1.4%2014.446a7.5%207.5%200%200%201%201.5-2.889v-2.69l5.802-2.55a.75.75%200%201%200-.604-1.373L14%2011.685L8.052%209.071a.75.75%200%201%200-.604%201.373l5.802%202.55zM27%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%22M14.65%204.127a1.75%201.75%200%200%200-1.3%200l-8.75%203.5a1.75%201.75%200%200%200-1.1%201.625v9.505c0%20.715.436%201.359%201.1%201.625l8.75%203.5q.25.099.516.12c.266.503.588.972.957%201.399a3.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.018l8.75-3.5a3.25%203.25%200%200%201%202.414%200l8.75%203.5A3.25%203.25%200%200%201%2026%209.252v6.149a7.5%207.5%200%200%200-1.5-1.246V9.252a1.75%201.75%200%200%200-1.1-1.625zm-1.4%2014.446a7.5%207.5%200%200%201%201.5-2.889v-2.69l5.802-2.55a.75.75%200%201%200-.604-1.373L14%2011.685L8.052%209.071a.75.75%200%201%200-.604%201.373l5.802%202.55zM27%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-regular.svg?color=%231a73e8&size=48