convert three d cube icon
convert-three-d-cube-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- convert-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 convert 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="M15 22.75a.745.745 0 0 1-.64-1.13l1.05-1.75c.21-.36.67-.47 1.03-.26s.47.67.26 1.03l-.27.45c2.76-.65 4.83-3.13 4.83-6.09c0-.41.34-.75.75-.75s.75.34.75.75c-.01 4.27-3.49 7.75-7.76 7.75m-13-13c-.41 0-.75-.34-.75-.75c0-4.27 3.48-7.75 7.75-7.75a.745.745 0 0 1 .64 1.13L8.59 4.14c-.21.35-.67.47-1.03.25a.746.746 0 0 1-.25-1.03l.27-.45A6.26 6.26 0 0 0 2.75 9c0 .41-.34.75-.75.75m8.67 4.098l-3.14-1.69c-.33-.18-.73-.18-1.06 0l-3.14 1.69c-.23.12-.37.37-.37.64s.14.52.37.64l3.14 1.69c.17.09.35.13.53.13s.36-.04.53-.13l3.14-1.69c.23-.12.37-.37.37-.64s-.15-.51-.37-.64M5.95 17.41l-2.92-1.46a.73.73 0 0 0-.7.03c-.2.13-.33.36-.33.61v2.76c0 .48.26.91.69 1.12l2.92 1.46c.1.04.21.07.32.07c.13 0 .26-.04.38-.11c.21-.13.34-.36.34-.61v-2.76c0-.47-.27-.9-.7-1.11m5.712-1.43a.73.73 0 0 0-.7-.03l-2.92 1.46c-.43.21-.69.64-.69 1.12v2.76c0 .25.13.48.34.61c.12.06.25.1.38.1c.11 0 .22-.03.32-.08l2.92-1.46c.43-.21.69-.64.69-1.12v-2.76c0-.24-.13-.47-.34-.6M20.67 3.829l-3.14-1.69c-.33-.18-.73-.18-1.06 0l-3.14 1.69c-.23.12-.37.37-.37.64s.14.52.37.64l3.14 1.69c.17.09.35.13.53.13s.36-.04.53-.13l3.14-1.69c.23-.12.37-.37.37-.64c0-.28-.15-.52-.37-.64M15.95 7.38l-2.92-1.46a.73.73 0 0 0-.7.03c-.2.13-.33.36-.33.61v2.76c0 .48.26.91.69 1.12l2.92 1.46c.1.05.21.08.32.08c.13 0 .26-.04.38-.11c.21-.13.34-.36.34-.61V8.5c0-.48-.27-.91-.7-1.12m5.712-1.43a.73.73 0 0 0-.7-.03l-2.92 1.46c-.43.21-.69.64-.69 1.12v2.76c0 .25.13.48.34.61c.12.07.25.11.38.11c.11 0 .22-.03.32-.08l2.92-1.46c.43-.22.69-.65.69-1.12V6.56c0-.25-.13-.48-.34-.61"/></svg>
React
import type { SVGProps } from "react";
export function ReiconConvertThreeDCubeFilled(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="M15 22.75a.745.745 0 0 1-.64-1.13l1.05-1.75c.21-.36.67-.47 1.03-.26s.47.67.26 1.03l-.27.45c2.76-.65 4.83-3.13 4.83-6.09c0-.41.34-.75.75-.75s.75.34.75.75c-.01 4.27-3.49 7.75-7.76 7.75m-13-13c-.41 0-.75-.34-.75-.75c0-4.27 3.48-7.75 7.75-7.75a.745.745 0 0 1 .64 1.13L8.59 4.14c-.21.35-.67.47-1.03.25a.746.746 0 0 1-.25-1.03l.27-.45A6.26 6.26 0 0 0 2.75 9c0 .41-.34.75-.75.75m8.67 4.098l-3.14-1.69c-.33-.18-.73-.18-1.06 0l-3.14 1.69c-.23.12-.37.37-.37.64s.14.52.37.64l3.14 1.69c.17.09.35.13.53.13s.36-.04.53-.13l3.14-1.69c.23-.12.37-.37.37-.64s-.15-.51-.37-.64M5.95 17.41l-2.92-1.46a.73.73 0 0 0-.7.03c-.2.13-.33.36-.33.61v2.76c0 .48.26.91.69 1.12l2.92 1.46c.1.04.21.07.32.07c.13 0 .26-.04.38-.11c.21-.13.34-.36.34-.61v-2.76c0-.47-.27-.9-.7-1.11m5.712-1.43a.73.73 0 0 0-.7-.03l-2.92 1.46c-.43.21-.69.64-.69 1.12v2.76c0 .25.13.48.34.61c.12.06.25.1.38.1c.11 0 .22-.03.32-.08l2.92-1.46c.43-.21.69-.64.69-1.12v-2.76c0-.24-.13-.47-.34-.6M20.67 3.829l-3.14-1.69c-.33-.18-.73-.18-1.06 0l-3.14 1.69c-.23.12-.37.37-.37.64s.14.52.37.64l3.14 1.69c.17.09.35.13.53.13s.36-.04.53-.13l3.14-1.69c.23-.12.37-.37.37-.64c0-.28-.15-.52-.37-.64M15.95 7.38l-2.92-1.46a.73.73 0 0 0-.7.03c-.2.13-.33.36-.33.61v2.76c0 .48.26.91.69 1.12l2.92 1.46c.1.05.21.08.32.08c.13 0 .26-.04.38-.11c.21-.13.34-.36.34-.61V8.5c0-.48-.27-.91-.7-1.12m5.712-1.43a.73.73 0 0 0-.7-.03l-2.92 1.46c-.43.21-.69.64-.69 1.12v2.76c0 .25.13.48.34.61c.12.07.25.11.38.11c.11 0 .22-.03.32-.08l2.92-1.46c.43-.22.69-.65.69-1.12V6.56c0-.25-.13-.48-.34-.61"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 22.75a.745.745 0 0 1-.64-1.13l1.05-1.75c.21-.36.67-.47 1.03-.26s.47.67.26 1.03l-.27.45c2.76-.65 4.83-3.13 4.83-6.09c0-.41.34-.75.75-.75s.75.34.75.75c-.01 4.27-3.49 7.75-7.76 7.75m-13-13c-.41 0-.75-.34-.75-.75c0-4.27 3.48-7.75 7.75-7.75a.745.745 0 0 1 .64 1.13L8.59 4.14c-.21.35-.67.47-1.03.25a.746.746 0 0 1-.25-1.03l.27-.45A6.26 6.26 0 0 0 2.75 9c0 .41-.34.75-.75.75m8.67 4.098l-3.14-1.69c-.33-.18-.73-.18-1.06 0l-3.14 1.69c-.23.12-.37.37-.37.64s.14.52.37.64l3.14 1.69c.17.09.35.13.53.13s.36-.04.53-.13l3.14-1.69c.23-.12.37-.37.37-.64s-.15-.51-.37-.64M5.95 17.41l-2.92-1.46a.73.73 0 0 0-.7.03c-.2.13-.33.36-.33.61v2.76c0 .48.26.91.69 1.12l2.92 1.46c.1.04.21.07.32.07c.13 0 .26-.04.38-.11c.21-.13.34-.36.34-.61v-2.76c0-.47-.27-.9-.7-1.11m5.712-1.43a.73.73 0 0 0-.7-.03l-2.92 1.46c-.43.21-.69.64-.69 1.12v2.76c0 .25.13.48.34.61c.12.06.25.1.38.1c.11 0 .22-.03.32-.08l2.92-1.46c.43-.21.69-.64.69-1.12v-2.76c0-.24-.13-.47-.34-.6M20.67 3.829l-3.14-1.69c-.33-.18-.73-.18-1.06 0l-3.14 1.69c-.23.12-.37.37-.37.64s.14.52.37.64l3.14 1.69c.17.09.35.13.53.13s.36-.04.53-.13l3.14-1.69c.23-.12.37-.37.37-.64c0-.28-.15-.52-.37-.64M15.95 7.38l-2.92-1.46a.73.73 0 0 0-.7.03c-.2.13-.33.36-.33.61v2.76c0 .48.26.91.69 1.12l2.92 1.46c.1.05.21.08.32.08c.13 0 .26-.04.38-.11c.21-.13.34-.36.34-.61V8.5c0-.48-.27-.91-.7-1.12m5.712-1.43a.73.73 0 0 0-.7-.03l-2.92 1.46c-.43.21-.69.64-.69 1.12v2.76c0 .25.13.48.34.61c.12.07.25.11.38.11c.11 0 .22-.03.32-.08l2.92-1.46c.43-.22.69-.65.69-1.12V6.56c0-.25-.13-.48-.34-.61"/></svg> </template>
CSS
.icon-convert-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%22M15%2022.75a.745.745%200%200%201-.64-1.13l1.05-1.75c.21-.36.67-.47%201.03-.26s.47.67.26%201.03l-.27.45c2.76-.65%204.83-3.13%204.83-6.09c0-.41.34-.75.75-.75s.75.34.75.75c-.01%204.27-3.49%207.75-7.76%207.75m-13-13c-.41%200-.75-.34-.75-.75c0-4.27%203.48-7.75%207.75-7.75a.745.745%200%200%201%20.64%201.13L8.59%204.14c-.21.35-.67.47-1.03.25a.746.746%200%200%201-.25-1.03l.27-.45A6.26%206.26%200%200%200%202.75%209c0%20.41-.34.75-.75.75m8.67%204.098l-3.14-1.69c-.33-.18-.73-.18-1.06%200l-3.14%201.69c-.23.12-.37.37-.37.64s.14.52.37.64l3.14%201.69c.17.09.35.13.53.13s.36-.04.53-.13l3.14-1.69c.23-.12.37-.37.37-.64s-.15-.51-.37-.64M5.95%2017.41l-2.92-1.46a.73.73%200%200%200-.7.03c-.2.13-.33.36-.33.61v2.76c0%20.48.26.91.69%201.12l2.92%201.46c.1.04.21.07.32.07c.13%200%20.26-.04.38-.11c.21-.13.34-.36.34-.61v-2.76c0-.47-.27-.9-.7-1.11m5.712-1.43a.73.73%200%200%200-.7-.03l-2.92%201.46c-.43.21-.69.64-.69%201.12v2.76c0%20.25.13.48.34.61c.12.06.25.1.38.1c.11%200%20.22-.03.32-.08l2.92-1.46c.43-.21.69-.64.69-1.12v-2.76c0-.24-.13-.47-.34-.6M20.67%203.829l-3.14-1.69c-.33-.18-.73-.18-1.06%200l-3.14%201.69c-.23.12-.37.37-.37.64s.14.52.37.64l3.14%201.69c.17.09.35.13.53.13s.36-.04.53-.13l3.14-1.69c.23-.12.37-.37.37-.64c0-.28-.15-.52-.37-.64M15.95%207.38l-2.92-1.46a.73.73%200%200%200-.7.03c-.2.13-.33.36-.33.61v2.76c0%20.48.26.91.69%201.12l2.92%201.46c.1.05.21.08.32.08c.13%200%20.26-.04.38-.11c.21-.13.34-.36.34-.61V8.5c0-.48-.27-.91-.7-1.12m5.712-1.43a.73.73%200%200%200-.7-.03l-2.92%201.46c-.43.21-.69.64-.69%201.12v2.76c0%20.25.13.48.34.61c.12.07.25.11.38.11c.11%200%20.22-.03.32-.08l2.92-1.46c.43-.22.69-.65.69-1.12V6.56c0-.25-.13-.48-.34-.61%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%22M15%2022.75a.745.745%200%200%201-.64-1.13l1.05-1.75c.21-.36.67-.47%201.03-.26s.47.67.26%201.03l-.27.45c2.76-.65%204.83-3.13%204.83-6.09c0-.41.34-.75.75-.75s.75.34.75.75c-.01%204.27-3.49%207.75-7.76%207.75m-13-13c-.41%200-.75-.34-.75-.75c0-4.27%203.48-7.75%207.75-7.75a.745.745%200%200%201%20.64%201.13L8.59%204.14c-.21.35-.67.47-1.03.25a.746.746%200%200%201-.25-1.03l.27-.45A6.26%206.26%200%200%200%202.75%209c0%20.41-.34.75-.75.75m8.67%204.098l-3.14-1.69c-.33-.18-.73-.18-1.06%200l-3.14%201.69c-.23.12-.37.37-.37.64s.14.52.37.64l3.14%201.69c.17.09.35.13.53.13s.36-.04.53-.13l3.14-1.69c.23-.12.37-.37.37-.64s-.15-.51-.37-.64M5.95%2017.41l-2.92-1.46a.73.73%200%200%200-.7.03c-.2.13-.33.36-.33.61v2.76c0%20.48.26.91.69%201.12l2.92%201.46c.1.04.21.07.32.07c.13%200%20.26-.04.38-.11c.21-.13.34-.36.34-.61v-2.76c0-.47-.27-.9-.7-1.11m5.712-1.43a.73.73%200%200%200-.7-.03l-2.92%201.46c-.43.21-.69.64-.69%201.12v2.76c0%20.25.13.48.34.61c.12.06.25.1.38.1c.11%200%20.22-.03.32-.08l2.92-1.46c.43-.21.69-.64.69-1.12v-2.76c0-.24-.13-.47-.34-.6M20.67%203.829l-3.14-1.69c-.33-.18-.73-.18-1.06%200l-3.14%201.69c-.23.12-.37.37-.37.64s.14.52.37.64l3.14%201.69c.17.09.35.13.53.13s.36-.04.53-.13l3.14-1.69c.23-.12.37-.37.37-.64c0-.28-.15-.52-.37-.64M15.95%207.38l-2.92-1.46a.73.73%200%200%200-.7.03c-.2.13-.33.36-.33.61v2.76c0%20.48.26.91.69%201.12l2.92%201.46c.1.05.21.08.32.08c.13%200%20.26-.04.38-.11c.21-.13.34-.36.34-.61V8.5c0-.48-.27-.91-.7-1.12m5.712-1.43a.73.73%200%200%200-.7-.03l-2.92%201.46c-.43.21-.69.64-.69%201.12v2.76c0%20.25.13.48.34.61c.12.07.25.11.38.11c.11%200%20.22-.03.32-.08l2.92-1.46c.43-.22.69-.65.69-1.12V6.56c0-.25-.13-.48-.34-.61%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/convert-three-d-cube-filled.svg?color=%231a73e8&size=48