box 3d check icon

box-3d-check-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
box-3d-check-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Related icons in Mage Icons

Use the box 3d check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.954 8.804v2.21a.75.75 0 1 1-1.5 0v-2.21a2 2 0 0 0-.13-.76l-7.3 4.38v8.19q.173-.051.33-.14l2.53-1.4a.75.75 0 0 1 1 .29a.75.75 0 0 1-.3 1l-2.52 1.4a3.72 3.72 0 0 1-3.62 0l-6-3.3a3.79 3.79 0 0 1-1.92-3.27v-6.39c0-.669.18-1.325.52-1.9q.087-.155.2-.29a1 1 0 0 1 .12-.15a3.45 3.45 0 0 1 1.08-.93l6-3.31a3.81 3.81 0 0 1 3.62 0l6 3.31c.421.231.789.548 1.08.93l.12.15q.114.135.2.29a3.64 3.64 0 0 1 .49 1.9"/><path fill="currentColor" d="M18.524 18.264a1.3 1.3 0 0 1-.49-.09a1.4 1.4 0 0 1-.42-.29l-1.4-1.4a.737.737 0 0 1 0-1.06a.75.75 0 0 1 1.06 0l1.25 1.25l2.69-2.68a.75.75 0 0 1 1.06 1.06l-2.84 2.84a1.2 1.2 0 0 1-.41.27a1.2 1.2 0 0 1-.5.1"/></svg>

React

import type { SVGProps } from "react";

export function MageBox3dCheckFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.954 8.804v2.21a.75.75 0 1 1-1.5 0v-2.21a2 2 0 0 0-.13-.76l-7.3 4.38v8.19q.173-.051.33-.14l2.53-1.4a.75.75 0 0 1 1 .29a.75.75 0 0 1-.3 1l-2.52 1.4a3.72 3.72 0 0 1-3.62 0l-6-3.3a3.79 3.79 0 0 1-1.92-3.27v-6.39c0-.669.18-1.325.52-1.9q.087-.155.2-.29a1 1 0 0 1 .12-.15a3.45 3.45 0 0 1 1.08-.93l6-3.31a3.81 3.81 0 0 1 3.62 0l6 3.31c.421.231.789.548 1.08.93l.12.15q.114.135.2.29a3.64 3.64 0 0 1 .49 1.9"/><path fill="currentColor" d="M18.524 18.264a1.3 1.3 0 0 1-.49-.09a1.4 1.4 0 0 1-.42-.29l-1.4-1.4a.737.737 0 0 1 0-1.06a.75.75 0 0 1 1.06 0l1.25 1.25l2.69-2.68a.75.75 0 0 1 1.06 1.06l-2.84 2.84a1.2 1.2 0 0 1-.41.27a1.2 1.2 0 0 1-.5.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.954 8.804v2.21a.75.75 0 1 1-1.5 0v-2.21a2 2 0 0 0-.13-.76l-7.3 4.38v8.19q.173-.051.33-.14l2.53-1.4a.75.75 0 0 1 1 .29a.75.75 0 0 1-.3 1l-2.52 1.4a3.72 3.72 0 0 1-3.62 0l-6-3.3a3.79 3.79 0 0 1-1.92-3.27v-6.39c0-.669.18-1.325.52-1.9q.087-.155.2-.29a1 1 0 0 1 .12-.15a3.45 3.45 0 0 1 1.08-.93l6-3.31a3.81 3.81 0 0 1 3.62 0l6 3.31c.421.231.789.548 1.08.93l.12.15q.114.135.2.29a3.64 3.64 0 0 1 .49 1.9"/><path fill="currentColor" d="M18.524 18.264a1.3 1.3 0 0 1-.49-.09a1.4 1.4 0 0 1-.42-.29l-1.4-1.4a.737.737 0 0 1 0-1.06a.75.75 0 0 1 1.06 0l1.25 1.25l2.69-2.68a.75.75 0 0 1 1.06 1.06l-2.84 2.84a1.2 1.2 0 0 1-.41.27a1.2 1.2 0 0 1-.5.1"/></svg>
</template>

CSS

.icon-box-3d-check-fill {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.954%208.804v2.21a.75.75%200%201%201-1.5%200v-2.21a2%202%200%200%200-.13-.76l-7.3%204.38v8.19q.173-.051.33-.14l2.53-1.4a.75.75%200%200%201%201%20.29a.75.75%200%200%201-.3%201l-2.52%201.4a3.72%203.72%200%200%201-3.62%200l-6-3.3a3.79%203.79%200%200%201-1.92-3.27v-6.39c0-.669.18-1.325.52-1.9q.087-.155.2-.29a1%201%200%200%201%20.12-.15a3.45%203.45%200%200%201%201.08-.93l6-3.31a3.81%203.81%200%200%201%203.62%200l6%203.31c.421.231.789.548%201.08.93l.12.15q.114.135.2.29a3.64%203.64%200%200%201%20.49%201.9%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.524%2018.264a1.3%201.3%200%200%201-.49-.09a1.4%201.4%200%200%201-.42-.29l-1.4-1.4a.737.737%200%200%201%200-1.06a.75.75%200%200%201%201.06%200l1.25%201.25l2.69-2.68a.75.75%200%200%201%201.06%201.06l-2.84%202.84a1.2%201.2%200%200%201-.41.27a1.2%201.2%200%200%201-.5.1%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.954%208.804v2.21a.75.75%200%201%201-1.5%200v-2.21a2%202%200%200%200-.13-.76l-7.3%204.38v8.19q.173-.051.33-.14l2.53-1.4a.75.75%200%200%201%201%20.29a.75.75%200%200%201-.3%201l-2.52%201.4a3.72%203.72%200%200%201-3.62%200l-6-3.3a3.79%203.79%200%200%201-1.92-3.27v-6.39c0-.669.18-1.325.52-1.9q.087-.155.2-.29a1%201%200%200%201%20.12-.15a3.45%203.45%200%200%201%201.08-.93l6-3.31a3.81%203.81%200%200%201%203.62%200l6%203.31c.421.231.789.548%201.08.93l.12.15q.114.135.2.29a3.64%203.64%200%200%201%20.49%201.9%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.524%2018.264a1.3%201.3%200%200%201-.49-.09a1.4%201.4%200%200%201-.42-.29l-1.4-1.4a.737.737%200%200%201%200-1.06a.75.75%200%200%201%201.06%200l1.25%201.25l2.69-2.68a.75.75%200%200%201%201.06%201.06l-2.84%202.84a1.2%201.2%200%200%201-.41.27a1.2%201.2%200%200%201-.5.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/box-3d-check-fill.svg?color=%231a73e8&size=48