cube cut with curve icon

cube-cut-with-curve from Iconoir by Luca Burgio · Regular · 3D Editor · MIT Free for personal and commercial use.

Name
cube-cut-with-curve
Set
Iconoir
Style
Regular
Category
3D Editor
Viewbox
24×24
License
MIT
Aliases
cut-solid-with-curve

More 3d editor icons from Iconoir

Use the cube cut with curve icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3.528 7.293L9 10.333M22 2h-2m-8 10v-2a8 8 0 0 1 5.5-7.602M22 12h-2m-8 10v-2a8 8 0 0 1 5.5-7.602"/><path d="m12 22l-8.691-4.828A.6.6 0 0 1 3 16.647V7.353a.6.6 0 0 1 .309-.524l8.4-4.667a.6.6 0 0 1 .582 0L15 3.667M12 12L3.528 7.293M12 21v-9m3 1.5V4"/></g></svg>

React

import type { SVGProps } from "react";

export function IconoirCubeCutWithCurve(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M3.528 7.293L9 10.333M22 2h-2m-8 10v-2a8 8 0 0 1 5.5-7.602M22 12h-2m-8 10v-2a8 8 0 0 1 5.5-7.602"/><path d="m12 22l-8.691-4.828A.6.6 0 0 1 3 16.647V7.353a.6.6 0 0 1 .309-.524l8.4-4.667a.6.6 0 0 1 .582 0L15 3.667M12 12L3.528 7.293M12 21v-9m3 1.5V4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3.528 7.293L9 10.333M22 2h-2m-8 10v-2a8 8 0 0 1 5.5-7.602M22 12h-2m-8 10v-2a8 8 0 0 1 5.5-7.602"/><path d="m12 22l-8.691-4.828A.6.6 0 0 1 3 16.647V7.353a.6.6 0 0 1 .309-.524l8.4-4.667a.6.6 0 0 1 .582 0L15 3.667M12 12L3.528 7.293M12 21v-9m3 1.5V4"/></g></svg>
</template>

CSS

.icon-cube-cut-with-curve {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.528%207.293L9%2010.333M22%202h-2m-8%2010v-2a8%208%200%200%201%205.5-7.602M22%2012h-2m-8%2010v-2a8%208%200%200%201%205.5-7.602%22%2F%3E%3Cpath%20d%3D%22m12%2022l-8.691-4.828A.6.6%200%200%201%203%2016.647V7.353a.6.6%200%200%201%20.309-.524l8.4-4.667a.6.6%200%200%201%20.582%200L15%203.667M12%2012L3.528%207.293M12%2021v-9m3%201.5V4%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.528%207.293L9%2010.333M22%202h-2m-8%2010v-2a8%208%200%200%201%205.5-7.602M22%2012h-2m-8%2010v-2a8%208%200%200%201%205.5-7.602%22%2F%3E%3Cpath%20d%3D%22m12%2022l-8.691-4.828A.6.6%200%200%201%203%2016.647V7.353a.6.6%200%200%201%20.309-.524l8.4-4.667a.6.6%200%200%201%20.582%200L15%203.667M12%2012L3.528%207.293M12%2021v-9m3%201.5V4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/cube-cut-with-curve.svg?color=%231a73e8&size=48