three d cube icon
three-d-cube-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- three-d-cube-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the three d cube icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.33 5.681l-6.27-3.38c-.66-.36-1.46-.36-2.12 0l-6.27 3.38c-.46.25-.74.73-.74 1.28c0 .54.28 1.03.74 1.28l6.27 3.38c.33.18.7.27 1.06.27s.73-.09 1.06-.27l6.27-3.38c.46-.25.74-.73.74-1.28s-.28-1.03-.74-1.28M9.91 12.79L4.07 9.87c-.45-.22-.97-.2-1.39.06c-.43.27-.68.72-.68 1.22v5.51c0 .95.53 1.81 1.38 2.24l5.83 2.92a1.44 1.44 0 0 0 1.39-.06c.43-.26.68-.72.68-1.22v-5.51c.01-.96-.52-1.82-1.37-2.24m11.41-2.86c-.43-.26-.95-.29-1.39-.06l-5.83 2.92c-.85.43-1.38 1.28-1.38 2.24v5.51c0 .5.25.96.68 1.22a1.44 1.44 0 0 0 1.39.06l5.83-2.92c.85-.43 1.38-1.28 1.38-2.24v-5.51c0-.5-.25-.95-.68-1.22"/></svg>
React
import type { SVGProps } from "react";
export function ReiconThreeDCubeFilled(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="m19.33 5.681l-6.27-3.38c-.66-.36-1.46-.36-2.12 0l-6.27 3.38c-.46.25-.74.73-.74 1.28c0 .54.28 1.03.74 1.28l6.27 3.38c.33.18.7.27 1.06.27s.73-.09 1.06-.27l6.27-3.38c.46-.25.74-.73.74-1.28s-.28-1.03-.74-1.28M9.91 12.79L4.07 9.87c-.45-.22-.97-.2-1.39.06c-.43.27-.68.72-.68 1.22v5.51c0 .95.53 1.81 1.38 2.24l5.83 2.92a1.44 1.44 0 0 0 1.39-.06c.43-.26.68-.72.68-1.22v-5.51c.01-.96-.52-1.82-1.37-2.24m11.41-2.86c-.43-.26-.95-.29-1.39-.06l-5.83 2.92c-.85.43-1.38 1.28-1.38 2.24v5.51c0 .5.25.96.68 1.22a1.44 1.44 0 0 0 1.39.06l5.83-2.92c.85-.43 1.38-1.28 1.38-2.24v-5.51c0-.5-.25-.95-.68-1.22"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.33 5.681l-6.27-3.38c-.66-.36-1.46-.36-2.12 0l-6.27 3.38c-.46.25-.74.73-.74 1.28c0 .54.28 1.03.74 1.28l6.27 3.38c.33.18.7.27 1.06.27s.73-.09 1.06-.27l6.27-3.38c.46-.25.74-.73.74-1.28s-.28-1.03-.74-1.28M9.91 12.79L4.07 9.87c-.45-.22-.97-.2-1.39.06c-.43.27-.68.72-.68 1.22v5.51c0 .95.53 1.81 1.38 2.24l5.83 2.92a1.44 1.44 0 0 0 1.39-.06c.43-.26.68-.72.68-1.22v-5.51c.01-.96-.52-1.82-1.37-2.24m11.41-2.86c-.43-.26-.95-.29-1.39-.06l-5.83 2.92c-.85.43-1.38 1.28-1.38 2.24v5.51c0 .5.25.96.68 1.22a1.44 1.44 0 0 0 1.39.06l5.83-2.92c.85-.43 1.38-1.28 1.38-2.24v-5.51c0-.5-.25-.95-.68-1.22"/></svg> </template>
CSS
.icon-three-d-cube-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.33%205.681l-6.27-3.38c-.66-.36-1.46-.36-2.12%200l-6.27%203.38c-.46.25-.74.73-.74%201.28c0%20.54.28%201.03.74%201.28l6.27%203.38c.33.18.7.27%201.06.27s.73-.09%201.06-.27l6.27-3.38c.46-.25.74-.73.74-1.28s-.28-1.03-.74-1.28M9.91%2012.79L4.07%209.87c-.45-.22-.97-.2-1.39.06c-.43.27-.68.72-.68%201.22v5.51c0%20.95.53%201.81%201.38%202.24l5.83%202.92a1.44%201.44%200%200%200%201.39-.06c.43-.26.68-.72.68-1.22v-5.51c.01-.96-.52-1.82-1.37-2.24m11.41-2.86c-.43-.26-.95-.29-1.39-.06l-5.83%202.92c-.85.43-1.38%201.28-1.38%202.24v5.51c0%20.5.25.96.68%201.22a1.44%201.44%200%200%200%201.39.06l5.83-2.92c.85-.43%201.38-1.28%201.38-2.24v-5.51c0-.5-.25-.95-.68-1.22%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%22m19.33%205.681l-6.27-3.38c-.66-.36-1.46-.36-2.12%200l-6.27%203.38c-.46.25-.74.73-.74%201.28c0%20.54.28%201.03.74%201.28l6.27%203.38c.33.18.7.27%201.06.27s.73-.09%201.06-.27l6.27-3.38c.46-.25.74-.73.74-1.28s-.28-1.03-.74-1.28M9.91%2012.79L4.07%209.87c-.45-.22-.97-.2-1.39.06c-.43.27-.68.72-.68%201.22v5.51c0%20.95.53%201.81%201.38%202.24l5.83%202.92a1.44%201.44%200%200%200%201.39-.06c.43-.26.68-.72.68-1.22v-5.51c.01-.96-.52-1.82-1.37-2.24m11.41-2.86c-.43-.26-.95-.29-1.39-.06l-5.83%202.92c-.85.43-1.38%201.28-1.38%202.24v5.51c0%20.5.25.96.68%201.22a1.44%201.44%200%200%200%201.39.06l5.83-2.92c.85-.43%201.38-1.28%201.38-2.24v-5.51c0-.5-.25-.95-.68-1.22%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/three-d-cube-filled.svg?color=%231a73e8&size=48