md cube icon
md-cube from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- md-cube
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
md-addmd-add-circlemd-airplanemd-alarmmd-albumsmd-alertmd-american-footballmd-analyticsmd-aperturemd-appsmd-appstoremd-archivemd-arrow-backmd-arrow-downmd-arrow-dropdownmd-arrow-dropdown-circlemd-arrow-dropleftmd-arrow-dropleft-circlemd-arrow-droprightmd-arrow-dropright-circlemd-arrow-dropupmd-arrow-dropup-circlemd-arrow-forwardmd-arrow-round-back
Use the md cube icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M467.3 168.1c-1.8 0-3.5.3-5.1 1l-177.6 92.1h-.1c-7.6 4.7-12.5 12.5-12.5 21.4v185.9c0 6.4 5.6 11.5 12.7 11.5 2.2 0 4.3-.5 6.1-1.4.2-.1.4-.2.5-.3L466 385.6l.3-.1c8.2-4.5 13.7-12.7 13.7-22.1V179.6c0-6.4-5.7-11.5-12.7-11.5z" fill="currentColor"/><path d="M454.3 118.5L272.6 36.8S261.9 32 256 32c-5.9 0-16.5 4.8-16.5 4.8L57.6 118.5s-8 3.3-8 9.5c0 6.6 8.3 11.5 8.3 11.5l185.5 97.8c3.8 1.7 8.1 2.6 12.6 2.6 4.6 0 8.9-1 12.7-2.7l185.4-97.9s7.5-4 7.5-11.5c.1-6.3-7.3-9.3-7.3-9.3z" fill="currentColor"/><path d="M227.5 261.2L49.8 169c-1.5-.6-3.3-1-5.1-1-7 0-12.7 5.1-12.7 11.5v183.8c0 9.4 5.5 17.6 13.7 22.1l.2.1 174.7 92.7c1.9 1.1 4.2 1.7 6.6 1.7 7 0 12.7-5.2 12.7-11.5V282.6c.1-8.9-4.9-16.8-12.4-21.4z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonMdCube(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M467.3 168.1c-1.8 0-3.5.3-5.1 1l-177.6 92.1h-.1c-7.6 4.7-12.5 12.5-12.5 21.4v185.9c0 6.4 5.6 11.5 12.7 11.5 2.2 0 4.3-.5 6.1-1.4.2-.1.4-.2.5-.3L466 385.6l.3-.1c8.2-4.5 13.7-12.7 13.7-22.1V179.6c0-6.4-5.7-11.5-12.7-11.5z" fill="currentColor"/><path d="M454.3 118.5L272.6 36.8S261.9 32 256 32c-5.9 0-16.5 4.8-16.5 4.8L57.6 118.5s-8 3.3-8 9.5c0 6.6 8.3 11.5 8.3 11.5l185.5 97.8c3.8 1.7 8.1 2.6 12.6 2.6 4.6 0 8.9-1 12.7-2.7l185.4-97.9s7.5-4 7.5-11.5c.1-6.3-7.3-9.3-7.3-9.3z" fill="currentColor"/><path d="M227.5 261.2L49.8 169c-1.5-.6-3.3-1-5.1-1-7 0-12.7 5.1-12.7 11.5v183.8c0 9.4 5.5 17.6 13.7 22.1l.2.1 174.7 92.7c1.9 1.1 4.2 1.7 6.6 1.7 7 0 12.7-5.2 12.7-11.5V282.6c.1-8.9-4.9-16.8-12.4-21.4z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M467.3 168.1c-1.8 0-3.5.3-5.1 1l-177.6 92.1h-.1c-7.6 4.7-12.5 12.5-12.5 21.4v185.9c0 6.4 5.6 11.5 12.7 11.5 2.2 0 4.3-.5 6.1-1.4.2-.1.4-.2.5-.3L466 385.6l.3-.1c8.2-4.5 13.7-12.7 13.7-22.1V179.6c0-6.4-5.7-11.5-12.7-11.5z" fill="currentColor"/><path d="M454.3 118.5L272.6 36.8S261.9 32 256 32c-5.9 0-16.5 4.8-16.5 4.8L57.6 118.5s-8 3.3-8 9.5c0 6.6 8.3 11.5 8.3 11.5l185.5 97.8c3.8 1.7 8.1 2.6 12.6 2.6 4.6 0 8.9-1 12.7-2.7l185.4-97.9s7.5-4 7.5-11.5c.1-6.3-7.3-9.3-7.3-9.3z" fill="currentColor"/><path d="M227.5 261.2L49.8 169c-1.5-.6-3.3-1-5.1-1-7 0-12.7 5.1-12.7 11.5v183.8c0 9.4 5.5 17.6 13.7 22.1l.2.1 174.7 92.7c1.9 1.1 4.2 1.7 6.6 1.7 7 0 12.7-5.2 12.7-11.5V282.6c.1-8.9-4.9-16.8-12.4-21.4z" fill="currentColor"/></svg> </template>
CSS
.icon-md-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%20512%22%3E%3Cpath%20d%3D%22M467.3%20168.1c-1.8%200-3.5.3-5.1%201l-177.6%2092.1h-.1c-7.6%204.7-12.5%2012.5-12.5%2021.4v185.9c0%206.4%205.6%2011.5%2012.7%2011.5%202.2%200%204.3-.5%206.1-1.4.2-.1.4-.2.5-.3L466%20385.6l.3-.1c8.2-4.5%2013.7-12.7%2013.7-22.1V179.6c0-6.4-5.7-11.5-12.7-11.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M454.3%20118.5L272.6%2036.8S261.9%2032%20256%2032c-5.9%200-16.5%204.8-16.5%204.8L57.6%20118.5s-8%203.3-8%209.5c0%206.6%208.3%2011.5%208.3%2011.5l185.5%2097.8c3.8%201.7%208.1%202.6%2012.6%202.6%204.6%200%208.9-1%2012.7-2.7l185.4-97.9s7.5-4%207.5-11.5c.1-6.3-7.3-9.3-7.3-9.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M227.5%20261.2L49.8%20169c-1.5-.6-3.3-1-5.1-1-7%200-12.7%205.1-12.7%2011.5v183.8c0%209.4%205.5%2017.6%2013.7%2022.1l.2.1%20174.7%2092.7c1.9%201.1%204.2%201.7%206.6%201.7%207%200%2012.7-5.2%2012.7-11.5V282.6c.1-8.9-4.9-16.8-12.4-21.4z%22%20fill%3D%22currentColor%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%20512%22%3E%3Cpath%20d%3D%22M467.3%20168.1c-1.8%200-3.5.3-5.1%201l-177.6%2092.1h-.1c-7.6%204.7-12.5%2012.5-12.5%2021.4v185.9c0%206.4%205.6%2011.5%2012.7%2011.5%202.2%200%204.3-.5%206.1-1.4.2-.1.4-.2.5-.3L466%20385.6l.3-.1c8.2-4.5%2013.7-12.7%2013.7-22.1V179.6c0-6.4-5.7-11.5-12.7-11.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M454.3%20118.5L272.6%2036.8S261.9%2032%20256%2032c-5.9%200-16.5%204.8-16.5%204.8L57.6%20118.5s-8%203.3-8%209.5c0%206.6%208.3%2011.5%208.3%2011.5l185.5%2097.8c3.8%201.7%208.1%202.6%2012.6%202.6%204.6%200%208.9-1%2012.7-2.7l185.4-97.9s7.5-4%207.5-11.5c.1-6.3-7.3-9.3-7.3-9.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M227.5%20261.2L49.8%20169c-1.5-.6-3.3-1-5.1-1-7%200-12.7%205.1-12.7%2011.5v183.8c0%209.4%205.5%2017.6%2013.7%2022.1l.2.1%20174.7%2092.7c1.9%201.1%204.2%201.7%206.6%201.7%207%200%2012.7-5.2%2012.7-11.5V282.6c.1-8.9-4.9-16.8-12.4-21.4z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/md-cube.svg?color=%231a73e8&size=48