three d cube icon
three-d-cube from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- three-d-cube
- Set
- Reicon
- Style
- Outline
- 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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m12.92 2.26l6.51 3.51c.76.41.76 1.58 0 1.99l-6.51 3.51c-.58.31-1.26.31-1.84 0L4.57 7.76c-.76-.41-.76-1.58 0-1.99l6.51-3.51c.58-.31 1.26-.31 1.84 0m-9.31 7.87l6.05 3.03c.75.38 1.23 1.15 1.23 1.99v5.72c0 .83-.87 1.36-1.61.99l-6.05-3.03A2.24 2.24 0 0 1 2 16.84v-5.72c0-.83.87-1.36 1.61-.99m16.78 0l-6.05 3.03c-.75.38-1.23 1.15-1.23 1.99v5.72c0 .83.87 1.36 1.61.99l6.05-3.03c.75-.38 1.23-1.15 1.23-1.99v-5.72c0-.83-.87-1.36-1.61-.99"/></svg>
React
import type { SVGProps } from "react";
export function ReiconThreeDCube(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m12.92 2.26l6.51 3.51c.76.41.76 1.58 0 1.99l-6.51 3.51c-.58.31-1.26.31-1.84 0L4.57 7.76c-.76-.41-.76-1.58 0-1.99l6.51-3.51c.58-.31 1.26-.31 1.84 0m-9.31 7.87l6.05 3.03c.75.38 1.23 1.15 1.23 1.99v5.72c0 .83-.87 1.36-1.61.99l-6.05-3.03A2.24 2.24 0 0 1 2 16.84v-5.72c0-.83.87-1.36 1.61-.99m16.78 0l-6.05 3.03c-.75.38-1.23 1.15-1.23 1.99v5.72c0 .83.87 1.36 1.61.99l6.05-3.03c.75-.38 1.23-1.15 1.23-1.99v-5.72c0-.83-.87-1.36-1.61-.99"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m12.92 2.26l6.51 3.51c.76.41.76 1.58 0 1.99l-6.51 3.51c-.58.31-1.26.31-1.84 0L4.57 7.76c-.76-.41-.76-1.58 0-1.99l6.51-3.51c.58-.31 1.26-.31 1.84 0m-9.31 7.87l6.05 3.03c.75.38 1.23 1.15 1.23 1.99v5.72c0 .83-.87 1.36-1.61.99l-6.05-3.03A2.24 2.24 0 0 1 2 16.84v-5.72c0-.83.87-1.36 1.61-.99m16.78 0l-6.05 3.03c-.75.38-1.23 1.15-1.23 1.99v5.72c0 .83.87 1.36 1.61.99l6.05-3.03c.75-.38 1.23-1.15 1.23-1.99v-5.72c0-.83-.87-1.36-1.61-.99"/></svg> </template>
CSS
.icon-three-d-cube {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m12.92%202.26l6.51%203.51c.76.41.76%201.58%200%201.99l-6.51%203.51c-.58.31-1.26.31-1.84%200L4.57%207.76c-.76-.41-.76-1.58%200-1.99l6.51-3.51c.58-.31%201.26-.31%201.84%200m-9.31%207.87l6.05%203.03c.75.38%201.23%201.15%201.23%201.99v5.72c0%20.83-.87%201.36-1.61.99l-6.05-3.03A2.24%202.24%200%200%201%202%2016.84v-5.72c0-.83.87-1.36%201.61-.99m16.78%200l-6.05%203.03c-.75.38-1.23%201.15-1.23%201.99v5.72c0%20.83.87%201.36%201.61.99l6.05-3.03c.75-.38%201.23-1.15%201.23-1.99v-5.72c0-.83-.87-1.36-1.61-.99%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m12.92%202.26l6.51%203.51c.76.41.76%201.58%200%201.99l-6.51%203.51c-.58.31-1.26.31-1.84%200L4.57%207.76c-.76-.41-.76-1.58%200-1.99l6.51-3.51c.58-.31%201.26-.31%201.84%200m-9.31%207.87l6.05%203.03c.75.38%201.23%201.15%201.23%201.99v5.72c0%20.83-.87%201.36-1.61.99l-6.05-3.03A2.24%202.24%200%200%201%202%2016.84v-5.72c0-.83.87-1.36%201.61-.99m16.78%200l-6.05%203.03c-.75.38-1.23%201.15-1.23%201.99v5.72c0%20.83.87%201.36%201.61.99l6.05-3.03c.75-.38%201.23-1.15%201.23-1.99v-5.72c0-.83-.87-1.36-1.61-.99%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.svg?color=%231a73e8&size=48