cube checkmark icon
cube-checkmark-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- cube-checkmark-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- 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="M13.846 2.757a6 6 0 0 1 4.308 0l9.923 3.817A3 3 0 0 1 30 9.374v7.969A8.98 8.98 0 0 0 23 14a8.97 8.97 0 0 0-6 2.291V14.66l6.394-2.74a1 1 0 1 0-.788-1.839L16 12.912l-6.606-2.83a1 1 0 0 0-.788 1.837L15 14.66v4.213A8.96 8.96 0 0 0 14 23c0 2.598 1.1 4.938 2.86 6.581a6 6 0 0 1-3.014-.338l-9.923-3.816A3 3 0 0 1 2 22.627V9.374a3 3 0 0 1 1.923-2.8zM23 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 FluentCubeCheckmark32Filled(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="M13.846 2.757a6 6 0 0 1 4.308 0l9.923 3.817A3 3 0 0 1 30 9.374v7.969A8.98 8.98 0 0 0 23 14a8.97 8.97 0 0 0-6 2.291V14.66l6.394-2.74a1 1 0 1 0-.788-1.839L16 12.912l-6.606-2.83a1 1 0 0 0-.788 1.837L15 14.66v4.213A8.96 8.96 0 0 0 14 23c0 2.598 1.1 4.938 2.86 6.581a6 6 0 0 1-3.014-.338l-9.923-3.816A3 3 0 0 1 2 22.627V9.374a3 3 0 0 1 1.923-2.8zM23 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="M13.846 2.757a6 6 0 0 1 4.308 0l9.923 3.817A3 3 0 0 1 30 9.374v7.969A8.98 8.98 0 0 0 23 14a8.97 8.97 0 0 0-6 2.291V14.66l6.394-2.74a1 1 0 1 0-.788-1.839L16 12.912l-6.606-2.83a1 1 0 0 0-.788 1.837L15 14.66v4.213A8.96 8.96 0 0 0 14 23c0 2.598 1.1 4.938 2.86 6.581a6 6 0 0 1-3.014-.338l-9.923-3.816A3 3 0 0 1 2 22.627V9.374a3 3 0 0 1 1.923-2.8zM23 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-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.846%202.757a6%206%200%200%201%204.308%200l9.923%203.817A3%203%200%200%201%2030%209.374v7.969A8.98%208.98%200%200%200%2023%2014a8.97%208.97%200%200%200-6%202.291V14.66l6.394-2.74a1%201%200%201%200-.788-1.839L16%2012.912l-6.606-2.83a1%201%200%200%200-.788%201.837L15%2014.66v4.213A8.96%208.96%200%200%200%2014%2023c0%202.598%201.1%204.938%202.86%206.581a6%206%200%200%201-3.014-.338l-9.923-3.816A3%203%200%200%201%202%2022.627V9.374a3%203%200%200%201%201.923-2.8zM23%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%22M13.846%202.757a6%206%200%200%201%204.308%200l9.923%203.817A3%203%200%200%201%2030%209.374v7.969A8.98%208.98%200%200%200%2023%2014a8.97%208.97%200%200%200-6%202.291V14.66l6.394-2.74a1%201%200%201%200-.788-1.839L16%2012.912l-6.606-2.83a1%201%200%200%200-.788%201.837L15%2014.66v4.213A8.96%208.96%200%200%200%2014%2023c0%202.598%201.1%204.938%202.86%206.581a6%206%200%200%201-3.014-.338l-9.923-3.816A3%203%200%200%201%202%2022.627V9.374a3%203%200%200%201%201.923-2.8zM23%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-filled.svg?color=%231a73e8&size=48