convert three d cube icon

convert-three-d-cube from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
convert-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 convert three d cube 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="M22 15c0 3.87-3.13 7-7 7l1.05-1.75M2 9c0-3.87 3.13-7 7-7L7.95 3.75m5.75.7l3.98 2.3l3.94-2.29m-3.94 6.36V6.74"/><path d="m16.74 2.21l-2.4 1.33c-.54.3-.99 1.06-.99 1.68v2.54c0 .62.44 1.38.99 1.68l2.4 1.33c.51.29 1.35.29 1.87 0l2.4-1.33c.54-.3.99-1.06.99-1.68V5.22c0-.62-.44-1.38-.99-1.68l-2.4-1.33c-.51-.28-1.35-.28-1.87 0M2.35 15.45l3.97 2.3l3.95-2.29m-3.95 6.36v-4.08"/><path d="m5.39 13.21l-2.4 1.33c-.54.3-.99 1.06-.99 1.68v2.54c0 .62.44 1.38.99 1.68l2.4 1.33c.51.29 1.35.29 1.87 0l2.4-1.33c.54-.3.99-1.06.99-1.68v-2.54c0-.62-.44-1.38-.99-1.68l-2.4-1.33c-.52-.28-1.36-.28-1.87 0"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconConvertThreeDCube(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="M22 15c0 3.87-3.13 7-7 7l1.05-1.75M2 9c0-3.87 3.13-7 7-7L7.95 3.75m5.75.7l3.98 2.3l3.94-2.29m-3.94 6.36V6.74"/><path d="m16.74 2.21l-2.4 1.33c-.54.3-.99 1.06-.99 1.68v2.54c0 .62.44 1.38.99 1.68l2.4 1.33c.51.29 1.35.29 1.87 0l2.4-1.33c.54-.3.99-1.06.99-1.68V5.22c0-.62-.44-1.38-.99-1.68l-2.4-1.33c-.51-.28-1.35-.28-1.87 0M2.35 15.45l3.97 2.3l3.95-2.29m-3.95 6.36v-4.08"/><path d="m5.39 13.21l-2.4 1.33c-.54.3-.99 1.06-.99 1.68v2.54c0 .62.44 1.38.99 1.68l2.4 1.33c.51.29 1.35.29 1.87 0l2.4-1.33c.54-.3.99-1.06.99-1.68v-2.54c0-.62-.44-1.38-.99-1.68l-2.4-1.33c-.52-.28-1.36-.28-1.87 0"/></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="M22 15c0 3.87-3.13 7-7 7l1.05-1.75M2 9c0-3.87 3.13-7 7-7L7.95 3.75m5.75.7l3.98 2.3l3.94-2.29m-3.94 6.36V6.74"/><path d="m16.74 2.21l-2.4 1.33c-.54.3-.99 1.06-.99 1.68v2.54c0 .62.44 1.38.99 1.68l2.4 1.33c.51.29 1.35.29 1.87 0l2.4-1.33c.54-.3.99-1.06.99-1.68V5.22c0-.62-.44-1.38-.99-1.68l-2.4-1.33c-.51-.28-1.35-.28-1.87 0M2.35 15.45l3.97 2.3l3.95-2.29m-3.95 6.36v-4.08"/><path d="m5.39 13.21l-2.4 1.33c-.54.3-.99 1.06-.99 1.68v2.54c0 .62.44 1.38.99 1.68l2.4 1.33c.51.29 1.35.29 1.87 0l2.4-1.33c.54-.3.99-1.06.99-1.68v-2.54c0-.62-.44-1.38-.99-1.68l-2.4-1.33c-.52-.28-1.36-.28-1.87 0"/></g></svg>
</template>

CSS

.icon-convert-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%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%22M22%2015c0%203.87-3.13%207-7%207l1.05-1.75M2%209c0-3.87%203.13-7%207-7L7.95%203.75m5.75.7l3.98%202.3l3.94-2.29m-3.94%206.36V6.74%22%2F%3E%3Cpath%20d%3D%22m16.74%202.21l-2.4%201.33c-.54.3-.99%201.06-.99%201.68v2.54c0%20.62.44%201.38.99%201.68l2.4%201.33c.51.29%201.35.29%201.87%200l2.4-1.33c.54-.3.99-1.06.99-1.68V5.22c0-.62-.44-1.38-.99-1.68l-2.4-1.33c-.51-.28-1.35-.28-1.87%200M2.35%2015.45l3.97%202.3l3.95-2.29m-3.95%206.36v-4.08%22%2F%3E%3Cpath%20d%3D%22m5.39%2013.21l-2.4%201.33c-.54.3-.99%201.06-.99%201.68v2.54c0%20.62.44%201.38.99%201.68l2.4%201.33c.51.29%201.35.29%201.87%200l2.4-1.33c.54-.3.99-1.06.99-1.68v-2.54c0-.62-.44-1.38-.99-1.68l-2.4-1.33c-.52-.28-1.36-.28-1.87%200%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%22M22%2015c0%203.87-3.13%207-7%207l1.05-1.75M2%209c0-3.87%203.13-7%207-7L7.95%203.75m5.75.7l3.98%202.3l3.94-2.29m-3.94%206.36V6.74%22%2F%3E%3Cpath%20d%3D%22m16.74%202.21l-2.4%201.33c-.54.3-.99%201.06-.99%201.68v2.54c0%20.62.44%201.38.99%201.68l2.4%201.33c.51.29%201.35.29%201.87%200l2.4-1.33c.54-.3.99-1.06.99-1.68V5.22c0-.62-.44-1.38-.99-1.68l-2.4-1.33c-.51-.28-1.35-.28-1.87%200M2.35%2015.45l3.97%202.3l3.95-2.29m-3.95%206.36v-4.08%22%2F%3E%3Cpath%20d%3D%22m5.39%2013.21l-2.4%201.33c-.54.3-.99%201.06-.99%201.68v2.54c0%20.62.44%201.38.99%201.68l2.4%201.33c.51.29%201.35.29%201.87%200l2.4-1.33c.54-.3.99-1.06.99-1.68v-2.54c0-.62-.44-1.38-.99-1.68l-2.4-1.33c-.52-.28-1.36-.28-1.87%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/convert-three-d-cube.svg?color=%231a73e8&size=48