cube logo
cube from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- cube
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 512×152
- License
- CC0
The same logo in other sets
cubeBoxIcons v2cubeBoxIcons v2 SolidcubeCarboncube-fillEva IconscubeFramework7 IconscubeFont Awesome 6 SolidcubeFont Awesome Solidcube-solidFlowbite Iconscube-12-filledFluent UI System IconscubeHeroIconscubeHuge IconscubeIconParkcubeIconPark OutlinecubeIconoircubeIonIconscubeLine AwesomecubeMajesticonscubeMaterial Design Iconscube-fillMingCute IconcubePhosphorcubeRadix IconscubeTabler IconscubeWeb3 Icons BrandedcubeUnicons
Related icons in SVG Logos
Use the cube logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 152"><path fill="#ff6492" d="M130.927 38.545L65.48.572v26.276l65.447 37.806V38.54z"/><path fill="#141446" d="m130.927 64.654l-19.634 11.455l-45.829-26.541l-26.185 15.108L19.64 54.063l45.834-27.215z"/><path fill="#a14474" d="M39.279 64.676L19.64 54.063v22.046z"/><path fill="#141446" d="m0 113.672l65.464-37.563l65.463 37.563l-65.463 37.974z"/><path fill="#ff6492" d="M130.927 87.601L65.464 49.158v26.951l65.463 37.563z"/><path fill="#7a77ff" d="M19.64 76.109V54.063l45.834-27.215V.572L0 38.545v75.127l65.464-37.563V49.158z"/><path d="M171.539 79.497c0-22.715 18.015-40.385 40.714-40.385c14.568 0 25.84 7.1 32.416 17.978l-11.584 9.15c-5.017-7.1-11.433-11.832-20.664-11.832c-14.099 0-24.118 11.045-24.118 25.078c0 14.352 10.02 25.23 24.118 25.23c9.08 0 15.5-4.565 20.664-11.665l11.59 8.994c-6.734 10.877-18.021 17.978-32.422 17.978c-22.699.01-40.714-17.66-40.714-40.526m87.385 6.308V40.86h16.284v46.207c0 10.877 7.667 17.66 17.384 17.66c9.4 0 16.915-6.783 16.915-17.66V40.855h16.446V85.81c0 20.978-14.568 34.224-33.35 34.224c-19.116 0-33.679-13.246-33.679-34.224zm166.797-6.157c0 23.028-15.82 40.386-37.59 40.386c-11.277 0-21.146-4.57-26.935-12.459v10.727H345.85V0h16.446v50.318c5.8-7.095 15.031-11.195 25.682-11.195c21.922-.011 37.736 17.497 37.736 40.525zm-16.92-.15c0-14.99-10.333-25.236-23.498-25.236c-11.584 0-23.179 7.889-23.179 25.397c0 17.665 11.746 25.235 23.179 25.235c13.316 0 23.497-10.414 23.497-25.397m101.953 5.519h-57.322c2.201 12.776 11.902 20.346 25.057 20.346c8.93 0 15.97-3.474 22.39-9.145l7.84 11.357c-8.147 7.727-18.484 12.459-30.7 12.459c-23.8 0-41.345-17.509-41.345-40.386c0-22.71 17.378-40.536 39.78-40.536c20.514 0 35.546 15.14 35.546 35.486c0 4.263-.782 8.374-1.246 10.419M453.75 72.078h41.815c-.318-12.15-9.237-18.932-19.731-18.932c-10.813.01-19.586 7.418-22.084 18.938z"/></svg>
React
import type { SVGProps } from "react";
export function LogosCube(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 152"><path fill="#ff6492" d="M130.927 38.545L65.48.572v26.276l65.447 37.806V38.54z"/><path fill="#141446" d="m130.927 64.654l-19.634 11.455l-45.829-26.541l-26.185 15.108L19.64 54.063l45.834-27.215z"/><path fill="#a14474" d="M39.279 64.676L19.64 54.063v22.046z"/><path fill="#141446" d="m0 113.672l65.464-37.563l65.463 37.563l-65.463 37.974z"/><path fill="#ff6492" d="M130.927 87.601L65.464 49.158v26.951l65.463 37.563z"/><path fill="#7a77ff" d="M19.64 76.109V54.063l45.834-27.215V.572L0 38.545v75.127l65.464-37.563V49.158z"/><path d="M171.539 79.497c0-22.715 18.015-40.385 40.714-40.385c14.568 0 25.84 7.1 32.416 17.978l-11.584 9.15c-5.017-7.1-11.433-11.832-20.664-11.832c-14.099 0-24.118 11.045-24.118 25.078c0 14.352 10.02 25.23 24.118 25.23c9.08 0 15.5-4.565 20.664-11.665l11.59 8.994c-6.734 10.877-18.021 17.978-32.422 17.978c-22.699.01-40.714-17.66-40.714-40.526m87.385 6.308V40.86h16.284v46.207c0 10.877 7.667 17.66 17.384 17.66c9.4 0 16.915-6.783 16.915-17.66V40.855h16.446V85.81c0 20.978-14.568 34.224-33.35 34.224c-19.116 0-33.679-13.246-33.679-34.224zm166.797-6.157c0 23.028-15.82 40.386-37.59 40.386c-11.277 0-21.146-4.57-26.935-12.459v10.727H345.85V0h16.446v50.318c5.8-7.095 15.031-11.195 25.682-11.195c21.922-.011 37.736 17.497 37.736 40.525zm-16.92-.15c0-14.99-10.333-25.236-23.498-25.236c-11.584 0-23.179 7.889-23.179 25.397c0 17.665 11.746 25.235 23.179 25.235c13.316 0 23.497-10.414 23.497-25.397m101.953 5.519h-57.322c2.201 12.776 11.902 20.346 25.057 20.346c8.93 0 15.97-3.474 22.39-9.145l7.84 11.357c-8.147 7.727-18.484 12.459-30.7 12.459c-23.8 0-41.345-17.509-41.345-40.386c0-22.71 17.378-40.536 39.78-40.536c20.514 0 35.546 15.14 35.546 35.486c0 4.263-.782 8.374-1.246 10.419M453.75 72.078h41.815c-.318-12.15-9.237-18.932-19.731-18.932c-10.813.01-19.586 7.418-22.084 18.938z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 152"><path fill="#ff6492" d="M130.927 38.545L65.48.572v26.276l65.447 37.806V38.54z"/><path fill="#141446" d="m130.927 64.654l-19.634 11.455l-45.829-26.541l-26.185 15.108L19.64 54.063l45.834-27.215z"/><path fill="#a14474" d="M39.279 64.676L19.64 54.063v22.046z"/><path fill="#141446" d="m0 113.672l65.464-37.563l65.463 37.563l-65.463 37.974z"/><path fill="#ff6492" d="M130.927 87.601L65.464 49.158v26.951l65.463 37.563z"/><path fill="#7a77ff" d="M19.64 76.109V54.063l45.834-27.215V.572L0 38.545v75.127l65.464-37.563V49.158z"/><path d="M171.539 79.497c0-22.715 18.015-40.385 40.714-40.385c14.568 0 25.84 7.1 32.416 17.978l-11.584 9.15c-5.017-7.1-11.433-11.832-20.664-11.832c-14.099 0-24.118 11.045-24.118 25.078c0 14.352 10.02 25.23 24.118 25.23c9.08 0 15.5-4.565 20.664-11.665l11.59 8.994c-6.734 10.877-18.021 17.978-32.422 17.978c-22.699.01-40.714-17.66-40.714-40.526m87.385 6.308V40.86h16.284v46.207c0 10.877 7.667 17.66 17.384 17.66c9.4 0 16.915-6.783 16.915-17.66V40.855h16.446V85.81c0 20.978-14.568 34.224-33.35 34.224c-19.116 0-33.679-13.246-33.679-34.224zm166.797-6.157c0 23.028-15.82 40.386-37.59 40.386c-11.277 0-21.146-4.57-26.935-12.459v10.727H345.85V0h16.446v50.318c5.8-7.095 15.031-11.195 25.682-11.195c21.922-.011 37.736 17.497 37.736 40.525zm-16.92-.15c0-14.99-10.333-25.236-23.498-25.236c-11.584 0-23.179 7.889-23.179 25.397c0 17.665 11.746 25.235 23.179 25.235c13.316 0 23.497-10.414 23.497-25.397m101.953 5.519h-57.322c2.201 12.776 11.902 20.346 25.057 20.346c8.93 0 15.97-3.474 22.39-9.145l7.84 11.357c-8.147 7.727-18.484 12.459-30.7 12.459c-23.8 0-41.345-17.509-41.345-40.386c0-22.71 17.378-40.536 39.78-40.536c20.514 0 35.546 15.14 35.546 35.486c0 4.263-.782 8.374-1.246 10.419M453.75 72.078h41.815c-.318-12.15-9.237-18.932-19.731-18.932c-10.813.01-19.586 7.418-22.084 18.938z"/></svg> </template>
CSS
.icon-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%20512%20152%22%3E%3Cpath%20fill%3D%22%23ff6492%22%20d%3D%22M130.927%2038.545L65.48.572v26.276l65.447%2037.806V38.54z%22%2F%3E%3Cpath%20fill%3D%22%23141446%22%20d%3D%22m130.927%2064.654l-19.634%2011.455l-45.829-26.541l-26.185%2015.108L19.64%2054.063l45.834-27.215z%22%2F%3E%3Cpath%20fill%3D%22%23a14474%22%20d%3D%22M39.279%2064.676L19.64%2054.063v22.046z%22%2F%3E%3Cpath%20fill%3D%22%23141446%22%20d%3D%22m0%20113.672l65.464-37.563l65.463%2037.563l-65.463%2037.974z%22%2F%3E%3Cpath%20fill%3D%22%23ff6492%22%20d%3D%22M130.927%2087.601L65.464%2049.158v26.951l65.463%2037.563z%22%2F%3E%3Cpath%20fill%3D%22%237a77ff%22%20d%3D%22M19.64%2076.109V54.063l45.834-27.215V.572L0%2038.545v75.127l65.464-37.563V49.158z%22%2F%3E%3Cpath%20d%3D%22M171.539%2079.497c0-22.715%2018.015-40.385%2040.714-40.385c14.568%200%2025.84%207.1%2032.416%2017.978l-11.584%209.15c-5.017-7.1-11.433-11.832-20.664-11.832c-14.099%200-24.118%2011.045-24.118%2025.078c0%2014.352%2010.02%2025.23%2024.118%2025.23c9.08%200%2015.5-4.565%2020.664-11.665l11.59%208.994c-6.734%2010.877-18.021%2017.978-32.422%2017.978c-22.699.01-40.714-17.66-40.714-40.526m87.385%206.308V40.86h16.284v46.207c0%2010.877%207.667%2017.66%2017.384%2017.66c9.4%200%2016.915-6.783%2016.915-17.66V40.855h16.446V85.81c0%2020.978-14.568%2034.224-33.35%2034.224c-19.116%200-33.679-13.246-33.679-34.224zm166.797-6.157c0%2023.028-15.82%2040.386-37.59%2040.386c-11.277%200-21.146-4.57-26.935-12.459v10.727H345.85V0h16.446v50.318c5.8-7.095%2015.031-11.195%2025.682-11.195c21.922-.011%2037.736%2017.497%2037.736%2040.525zm-16.92-.15c0-14.99-10.333-25.236-23.498-25.236c-11.584%200-23.179%207.889-23.179%2025.397c0%2017.665%2011.746%2025.235%2023.179%2025.235c13.316%200%2023.497-10.414%2023.497-25.397m101.953%205.519h-57.322c2.201%2012.776%2011.902%2020.346%2025.057%2020.346c8.93%200%2015.97-3.474%2022.39-9.145l7.84%2011.357c-8.147%207.727-18.484%2012.459-30.7%2012.459c-23.8%200-41.345-17.509-41.345-40.386c0-22.71%2017.378-40.536%2039.78-40.536c20.514%200%2035.546%2015.14%2035.546%2035.486c0%204.263-.782%208.374-1.246%2010.419M453.75%2072.078h41.815c-.318-12.15-9.237-18.932-19.731-18.932c-10.813.01-19.586%207.418-22.084%2018.938z%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%20512%20152%22%3E%3Cpath%20fill%3D%22%23ff6492%22%20d%3D%22M130.927%2038.545L65.48.572v26.276l65.447%2037.806V38.54z%22%2F%3E%3Cpath%20fill%3D%22%23141446%22%20d%3D%22m130.927%2064.654l-19.634%2011.455l-45.829-26.541l-26.185%2015.108L19.64%2054.063l45.834-27.215z%22%2F%3E%3Cpath%20fill%3D%22%23a14474%22%20d%3D%22M39.279%2064.676L19.64%2054.063v22.046z%22%2F%3E%3Cpath%20fill%3D%22%23141446%22%20d%3D%22m0%20113.672l65.464-37.563l65.463%2037.563l-65.463%2037.974z%22%2F%3E%3Cpath%20fill%3D%22%23ff6492%22%20d%3D%22M130.927%2087.601L65.464%2049.158v26.951l65.463%2037.563z%22%2F%3E%3Cpath%20fill%3D%22%237a77ff%22%20d%3D%22M19.64%2076.109V54.063l45.834-27.215V.572L0%2038.545v75.127l65.464-37.563V49.158z%22%2F%3E%3Cpath%20d%3D%22M171.539%2079.497c0-22.715%2018.015-40.385%2040.714-40.385c14.568%200%2025.84%207.1%2032.416%2017.978l-11.584%209.15c-5.017-7.1-11.433-11.832-20.664-11.832c-14.099%200-24.118%2011.045-24.118%2025.078c0%2014.352%2010.02%2025.23%2024.118%2025.23c9.08%200%2015.5-4.565%2020.664-11.665l11.59%208.994c-6.734%2010.877-18.021%2017.978-32.422%2017.978c-22.699.01-40.714-17.66-40.714-40.526m87.385%206.308V40.86h16.284v46.207c0%2010.877%207.667%2017.66%2017.384%2017.66c9.4%200%2016.915-6.783%2016.915-17.66V40.855h16.446V85.81c0%2020.978-14.568%2034.224-33.35%2034.224c-19.116%200-33.679-13.246-33.679-34.224zm166.797-6.157c0%2023.028-15.82%2040.386-37.59%2040.386c-11.277%200-21.146-4.57-26.935-12.459v10.727H345.85V0h16.446v50.318c5.8-7.095%2015.031-11.195%2025.682-11.195c21.922-.011%2037.736%2017.497%2037.736%2040.525zm-16.92-.15c0-14.99-10.333-25.236-23.498-25.236c-11.584%200-23.179%207.889-23.179%2025.397c0%2017.665%2011.746%2025.235%2023.179%2025.235c13.316%200%2023.497-10.414%2023.497-25.397m101.953%205.519h-57.322c2.201%2012.776%2011.902%2020.346%2025.057%2020.346c8.93%200%2015.97-3.474%2022.39-9.145l7.84%2011.357c-8.147%207.727-18.484%2012.459-30.7%2012.459c-23.8%200-41.345-17.509-41.345-40.386c0-22.71%2017.378-40.536%2039.78-40.536c20.514%200%2035.546%2015.14%2035.546%2035.486c0%204.263-.782%208.374-1.246%2010.419M453.75%2072.078h41.815c-.318-12.15-9.237-18.932-19.731-18.932c-10.813.01-19.586%207.418-22.084%2018.938z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/cube.svg?color=%231a73e8&size=48