cube checkmark icon
cube-checkmark-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- cube-checkmark-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M9.394 10.081a1 1 0 0 0-.788 1.838L15 14.66v4.214a9 9 0 0 1 2-2.581V14.66l6.394-2.74a1 1 0 0 0-.788-1.839L16 12.912zm5.17 17.296q.334.127.682.195a9 9 0 0 0 1.615 2.01a6 6 0 0 1-3.015-.339l-9.923-3.816A3 3 0 0 1 2 22.627V9.374a3 3 0 0 1 1.923-2.8l9.923-3.817a6 6 0 0 1 4.308 0l9.923 3.817A3 3 0 0 1 30 9.374v7.969a9 9 0 0 0-2-1.828v-6.14a1 1 0 0 0-.641-.933l-9.923-3.817a4 4 0 0 0-2.872 0L4.641 8.441A1 1 0 0 0 4 9.374v13.253a1 1 0 0 0 .641.933zM23 15.5a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15m-.72 11.03l5.25-5.25a.75.75 0 1 0-1.06-1.06l-4.72 4.72l-1.97-1.97a.75.75 0 1 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentCubeCheckmark32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.394 10.081a1 1 0 0 0-.788 1.838L15 14.66v4.214a9 9 0 0 1 2-2.581V14.66l6.394-2.74a1 1 0 0 0-.788-1.839L16 12.912zm5.17 17.296q.334.127.682.195a9 9 0 0 0 1.615 2.01a6 6 0 0 1-3.015-.339l-9.923-3.816A3 3 0 0 1 2 22.627V9.374a3 3 0 0 1 1.923-2.8l9.923-3.817a6 6 0 0 1 4.308 0l9.923 3.817A3 3 0 0 1 30 9.374v7.969a9 9 0 0 0-2-1.828v-6.14a1 1 0 0 0-.641-.933l-9.923-3.817a4 4 0 0 0-2.872 0L4.641 8.441A1 1 0 0 0 4 9.374v13.253a1 1 0 0 0 .641.933zM23 15.5a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15m-.72 11.03l5.25-5.25a.75.75 0 1 0-1.06-1.06l-4.72 4.72l-1.97-1.97a.75.75 0 1 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.394 10.081a1 1 0 0 0-.788 1.838L15 14.66v4.214a9 9 0 0 1 2-2.581V14.66l6.394-2.74a1 1 0 0 0-.788-1.839L16 12.912zm5.17 17.296q.334.127.682.195a9 9 0 0 0 1.615 2.01a6 6 0 0 1-3.015-.339l-9.923-3.816A3 3 0 0 1 2 22.627V9.374a3 3 0 0 1 1.923-2.8l9.923-3.817a6 6 0 0 1 4.308 0l9.923 3.817A3 3 0 0 1 30 9.374v7.969a9 9 0 0 0-2-1.828v-6.14a1 1 0 0 0-.641-.933l-9.923-3.817a4 4 0 0 0-2.872 0L4.641 8.441A1 1 0 0 0 4 9.374v13.253a1 1 0 0 0 .641.933zM23 15.5a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15m-.72 11.03l5.25-5.25a.75.75 0 1 0-1.06-1.06l-4.72 4.72l-1.97-1.97a.75.75 0 1 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0"/></svg> </template>
CSS
.icon-cube-checkmark-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.394%2010.081a1%201%200%200%200-.788%201.838L15%2014.66v4.214a9%209%200%200%201%202-2.581V14.66l6.394-2.74a1%201%200%200%200-.788-1.839L16%2012.912zm5.17%2017.296q.334.127.682.195a9%209%200%200%200%201.615%202.01a6%206%200%200%201-3.015-.339l-9.923-3.816A3%203%200%200%201%202%2022.627V9.374a3%203%200%200%201%201.923-2.8l9.923-3.817a6%206%200%200%201%204.308%200l9.923%203.817A3%203%200%200%201%2030%209.374v7.969a9%209%200%200%200-2-1.828v-6.14a1%201%200%200%200-.641-.933l-9.923-3.817a4%204%200%200%200-2.872%200L4.641%208.441A1%201%200%200%200%204%209.374v13.253a1%201%200%200%200%20.641.933zM23%2015.5a7.5%207.5%200%201%201%200%2015a7.5%207.5%200%200%201%200-15m-.72%2011.03l5.25-5.25a.75.75%200%201%200-1.06-1.06l-4.72%204.72l-1.97-1.97a.75.75%200%201%200-1.06%201.06l2.5%202.5a.75.75%200%200%200%201.06%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.394%2010.081a1%201%200%200%200-.788%201.838L15%2014.66v4.214a9%209%200%200%201%202-2.581V14.66l6.394-2.74a1%201%200%200%200-.788-1.839L16%2012.912zm5.17%2017.296q.334.127.682.195a9%209%200%200%200%201.615%202.01a6%206%200%200%201-3.015-.339l-9.923-3.816A3%203%200%200%201%202%2022.627V9.374a3%203%200%200%201%201.923-2.8l9.923-3.817a6%206%200%200%201%204.308%200l9.923%203.817A3%203%200%200%201%2030%209.374v7.969a9%209%200%200%200-2-1.828v-6.14a1%201%200%200%200-.641-.933l-9.923-3.817a4%204%200%200%200-2.872%200L4.641%208.441A1%201%200%200%200%204%209.374v13.253a1%201%200%200%200%20.641.933zM23%2015.5a7.5%207.5%200%201%201%200%2015a7.5%207.5%200%200%201%200-15m-.72%2011.03l5.25-5.25a.75.75%200%201%200-1.06-1.06l-4.72%204.72l-1.97-1.97a.75.75%200%201%200-1.06%201.06l2.5%202.5a.75.75%200%200%200%201.06%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-32-regular.svg?color=%231a73e8&size=48