rhombus split icon
rhombus-split-outline from Material Design Icons by Pictogrammers · Outline · Shape · Apache-2.0 Free for personal and commercial use.
- Name
- rhombus-split-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Shape
- Viewbox
- 24×24
- License
- Apache 2.0
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-8 8c-.79.78-.79 2.04 0 2.82l8 8c.78.79 2.04.79 2.82 0l8-8c.79-.78.79-2.04 0-2.82l-8-8C13 2.19 12.5 2 12 2m0 2l3.29 3.29l-3.29 3.3l-3.29-3.3zM7.29 8.71l3.3 3.29l-3.3 3.29L4 12zm9.42 0L20 12l-3.29 3.29l-3.3-3.29zM12 13.41l3.29 3.3L12 20l-3.29-3.29z"/></svg>
React
import type { SVGProps } from "react";
export function MdiRhombusSplitOutline(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-8 8c-.79.78-.79 2.04 0 2.82l8 8c.78.79 2.04.79 2.82 0l8-8c.79-.78.79-2.04 0-2.82l-8-8C13 2.19 12.5 2 12 2m0 2l3.29 3.29l-3.29 3.3l-3.29-3.3zM7.29 8.71l3.3 3.29l-3.3 3.29L4 12zm9.42 0L20 12l-3.29 3.29l-3.3-3.29zM12 13.41l3.29 3.3L12 20l-3.29-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-8 8c-.79.78-.79 2.04 0 2.82l8 8c.78.79 2.04.79 2.82 0l8-8c.79-.78.79-2.04 0-2.82l-8-8C13 2.19 12.5 2 12 2m0 2l3.29 3.29l-3.29 3.3l-3.29-3.3zM7.29 8.71l3.3 3.29l-3.3 3.29L4 12zm9.42 0L20 12l-3.29 3.29l-3.3-3.29zM12 13.41l3.29 3.3L12 20l-3.29-3.29z"/></svg> </template>
CSS
.icon-rhombus-split-outline {
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-8%208c-.79.78-.79%202.04%200%202.82l8%208c.78.79%202.04.79%202.82%200l8-8c.79-.78.79-2.04%200-2.82l-8-8C13%202.19%2012.5%202%2012%202m0%202l3.29%203.29l-3.29%203.3l-3.29-3.3zM7.29%208.71l3.3%203.29l-3.3%203.29L4%2012zm9.42%200L20%2012l-3.29%203.29l-3.3-3.29zM12%2013.41l3.29%203.3L12%2020l-3.29-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-8%208c-.79.78-.79%202.04%200%202.82l8%208c.78.79%202.04.79%202.82%200l8-8c.79-.78.79-2.04%200-2.82l-8-8C13%202.19%2012.5%202%2012%202m0%202l3.29%203.29l-3.29%203.3l-3.29-3.3zM7.29%208.71l3.3%203.29l-3.3%203.29L4%2012zm9.42%200L20%2012l-3.29%203.29l-3.3-3.29zM12%2013.41l3.29%203.3L12%2020l-3.29-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-outline.svg?color=%231a73e8&size=48