rhombus split icon
rhombus-split from Material Design Icons by Pictogrammers · Filled · Shape · Apache-2.0 Free for personal and commercial use.
- Name
- rhombus-split
- Set
- Material Design Icons
- Style
- Filled
- Category
- Shape
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- collection
1 other variant in Material Design Icons
More shape icons from Material Design Icons
Use the rhombus split icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c-.5 0-1 .19-1.41.59l-3.3 3.29l4.71 4.7l4.71-4.7l-3.3-3.29C13 2.19 12.5 2 12 2M5.88 7.29l-3.29 3.3c-.79.78-.79 2.04 0 2.82l3.29 3.3l4.7-4.71zm12.24 0L13.42 12l4.7 4.71l3.29-3.3c.79-.78.79-2.04 0-2.82zM12 13.42l-4.71 4.7l3.3 3.29c.78.79 2.04.79 2.82 0l3.3-3.29z"/></svg>
React
import type { SVGProps } from "react";
export function MdiRhombusSplit(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="M12 2c-.5 0-1 .19-1.41.59l-3.3 3.29l4.71 4.7l4.71-4.7l-3.3-3.29C13 2.19 12.5 2 12 2M5.88 7.29l-3.29 3.3c-.79.78-.79 2.04 0 2.82l3.29 3.3l4.7-4.71zm12.24 0L13.42 12l4.7 4.71l3.29-3.3c.79-.78.79-2.04 0-2.82zM12 13.42l-4.71 4.7l3.3 3.29c.78.79 2.04.79 2.82 0l3.3-3.29z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c-.5 0-1 .19-1.41.59l-3.3 3.29l4.71 4.7l4.71-4.7l-3.3-3.29C13 2.19 12.5 2 12 2M5.88 7.29l-3.29 3.3c-.79.78-.79 2.04 0 2.82l3.29 3.3l4.7-4.71zm12.24 0L13.42 12l4.7 4.71l3.29-3.3c.79-.78.79-2.04 0-2.82zM12 13.42l-4.71 4.7l3.3 3.29c.78.79 2.04.79 2.82 0l3.3-3.29z"/></svg> </template>
CSS
.icon-rhombus-split {
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%22M12%202c-.5%200-1%20.19-1.41.59l-3.3%203.29l4.71%204.7l4.71-4.7l-3.3-3.29C13%202.19%2012.5%202%2012%202M5.88%207.29l-3.29%203.3c-.79.78-.79%202.04%200%202.82l3.29%203.3l4.7-4.71zm12.24%200L13.42%2012l4.7%204.71l3.29-3.3c.79-.78.79-2.04%200-2.82zM12%2013.42l-4.71%204.7l3.3%203.29c.78.79%202.04.79%202.82%200l3.3-3.29z%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%22M12%202c-.5%200-1%20.19-1.41.59l-3.3%203.29l4.71%204.7l4.71-4.7l-3.3-3.29C13%202.19%2012.5%202%2012%202M5.88%207.29l-3.29%203.3c-.79.78-.79%202.04%200%202.82l3.29%203.3l4.7-4.71zm12.24%200L13.42%2012l4.7%204.71l3.29-3.3c.79-.78.79-2.04%200-2.82zM12%2013.42l-4.71%204.7l3.3%203.29c.78.79%202.04.79%202.82%200l3.3-3.29z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/rhombus-split.svg?color=%231a73e8&size=48