cube checkmark icon
cube-checkmark-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- cube-checkmark-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M14.253 15.605a1.25 1.25 0 0 0-1.005 2.29l9.502 4.17v7.573a13 13 0 0 1 2.5-4.237v-3.335l9.502-4.172a1.25 1.25 0 1 0-1.005-2.289L24 19.885zm8.354 24.742c.385.154.79.241 1.196.263a13 13 0 0 0 1.741 2.311a6.25 6.25 0 0 1-3.865-.253L6.672 36.665A4.25 4.25 0 0 1 4 32.719V15.28a4.25 4.25 0 0 1 2.672-3.946l15.007-6.003a6.25 6.25 0 0 1 4.642 0l15.007 6.003A4.25 4.25 0 0 1 44 15.281v9.338a13 13 0 0 0-2.5-1.88v-7.458a1.75 1.75 0 0 0-1.1-1.625L25.393 7.653a3.75 3.75 0 0 0-2.786 0L7.6 13.656a1.75 1.75 0 0 0-1.1 1.625v17.438c0 .715.436 1.359 1.1 1.625zM46 34c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-12.293 4.707l8-8a1 1 0 0 0-1.414-1.414L33 36.586l-3.293-3.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentCubeCheckmark48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14.253 15.605a1.25 1.25 0 0 0-1.005 2.29l9.502 4.17v7.573a13 13 0 0 1 2.5-4.237v-3.335l9.502-4.172a1.25 1.25 0 1 0-1.005-2.289L24 19.885zm8.354 24.742c.385.154.79.241 1.196.263a13 13 0 0 0 1.741 2.311a6.25 6.25 0 0 1-3.865-.253L6.672 36.665A4.25 4.25 0 0 1 4 32.719V15.28a4.25 4.25 0 0 1 2.672-3.946l15.007-6.003a6.25 6.25 0 0 1 4.642 0l15.007 6.003A4.25 4.25 0 0 1 44 15.281v9.338a13 13 0 0 0-2.5-1.88v-7.458a1.75 1.75 0 0 0-1.1-1.625L25.393 7.653a3.75 3.75 0 0 0-2.786 0L7.6 13.656a1.75 1.75 0 0 0-1.1 1.625v17.438c0 .715.436 1.359 1.1 1.625zM46 34c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-12.293 4.707l8-8a1 1 0 0 0-1.414-1.414L33 36.586l-3.293-3.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14.253 15.605a1.25 1.25 0 0 0-1.005 2.29l9.502 4.17v7.573a13 13 0 0 1 2.5-4.237v-3.335l9.502-4.172a1.25 1.25 0 1 0-1.005-2.289L24 19.885zm8.354 24.742c.385.154.79.241 1.196.263a13 13 0 0 0 1.741 2.311a6.25 6.25 0 0 1-3.865-.253L6.672 36.665A4.25 4.25 0 0 1 4 32.719V15.28a4.25 4.25 0 0 1 2.672-3.946l15.007-6.003a6.25 6.25 0 0 1 4.642 0l15.007 6.003A4.25 4.25 0 0 1 44 15.281v9.338a13 13 0 0 0-2.5-1.88v-7.458a1.75 1.75 0 0 0-1.1-1.625L25.393 7.653a3.75 3.75 0 0 0-2.786 0L7.6 13.656a1.75 1.75 0 0 0-1.1 1.625v17.438c0 .715.436 1.359 1.1 1.625zM46 34c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-12.293 4.707l8-8a1 1 0 0 0-1.414-1.414L33 36.586l-3.293-3.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0"/></svg> </template>
CSS
.icon-cube-checkmark-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.253%2015.605a1.25%201.25%200%200%200-1.005%202.29l9.502%204.17v7.573a13%2013%200%200%201%202.5-4.237v-3.335l9.502-4.172a1.25%201.25%200%201%200-1.005-2.289L24%2019.885zm8.354%2024.742c.385.154.79.241%201.196.263a13%2013%200%200%200%201.741%202.311a6.25%206.25%200%200%201-3.865-.253L6.672%2036.665A4.25%204.25%200%200%201%204%2032.719V15.28a4.25%204.25%200%200%201%202.672-3.946l15.007-6.003a6.25%206.25%200%200%201%204.642%200l15.007%206.003A4.25%204.25%200%200%201%2044%2015.281v9.338a13%2013%200%200%200-2.5-1.88v-7.458a1.75%201.75%200%200%200-1.1-1.625L25.393%207.653a3.75%203.75%200%200%200-2.786%200L7.6%2013.656a1.75%201.75%200%200%200-1.1%201.625v17.438c0%20.715.436%201.359%201.1%201.625zM46%2034c0%206.075-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011m-12.293%204.707l8-8a1%201%200%200%200-1.414-1.414L33%2036.586l-3.293-3.293a1%201%200%200%200-1.414%201.414l4%204a1%201%200%200%200%201.414%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.253%2015.605a1.25%201.25%200%200%200-1.005%202.29l9.502%204.17v7.573a13%2013%200%200%201%202.5-4.237v-3.335l9.502-4.172a1.25%201.25%200%201%200-1.005-2.289L24%2019.885zm8.354%2024.742c.385.154.79.241%201.196.263a13%2013%200%200%200%201.741%202.311a6.25%206.25%200%200%201-3.865-.253L6.672%2036.665A4.25%204.25%200%200%201%204%2032.719V15.28a4.25%204.25%200%200%201%202.672-3.946l15.007-6.003a6.25%206.25%200%200%201%204.642%200l15.007%206.003A4.25%204.25%200%200%201%2044%2015.281v9.338a13%2013%200%200%200-2.5-1.88v-7.458a1.75%201.75%200%200%200-1.1-1.625L25.393%207.653a3.75%203.75%200%200%200-2.786%200L7.6%2013.656a1.75%201.75%200%200%200-1.1%201.625v17.438c0%20.715.436%201.359%201.1%201.625zM46%2034c0%206.075-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011m-12.293%204.707l8-8a1%201%200%200%200-1.414-1.414L33%2036.586l-3.293-3.293a1%201%200%200%200-1.414%201.414l4%204a1%201%200%200%200%201.414%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-48-regular.svg?color=%231a73e8&size=48