rhombus-medium-outline from Material Design Icons by Pictogrammers · Outline · Shape · Apache-2.0 Free for personal and commercial use.

Name
rhombus-medium-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 medium icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6.46c-.28 0-.56.1-.78.32l-4.44 4.44c-.43.43-.43 1.13 0 1.56l4.44 4.44c.43.43 1.13.43 1.56 0l4.44-4.44c.43-.43.43-1.13 0-1.56l-4.44-4.44c-.22-.22-.5-.32-.78-.32m0 2.37L15.17 12L12 15.17L8.83 12z"/></svg>

React

import type { SVGProps } from "react";

export function MdiRhombusMediumOutline(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 6.46c-.28 0-.56.1-.78.32l-4.44 4.44c-.43.43-.43 1.13 0 1.56l4.44 4.44c.43.43 1.13.43 1.56 0l4.44-4.44c.43-.43.43-1.13 0-1.56l-4.44-4.44c-.22-.22-.5-.32-.78-.32m0 2.37L15.17 12L12 15.17L8.83 12z"/></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 6.46c-.28 0-.56.1-.78.32l-4.44 4.44c-.43.43-.43 1.13 0 1.56l4.44 4.44c.43.43 1.13.43 1.56 0l4.44-4.44c.43-.43.43-1.13 0-1.56l-4.44-4.44c-.22-.22-.5-.32-.78-.32m0 2.37L15.17 12L12 15.17L8.83 12z"/></svg>
</template>

CSS

.icon-rhombus-medium-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%206.46c-.28%200-.56.1-.78.32l-4.44%204.44c-.43.43-.43%201.13%200%201.56l4.44%204.44c.43.43%201.13.43%201.56%200l4.44-4.44c.43-.43.43-1.13%200-1.56l-4.44-4.44c-.22-.22-.5-.32-.78-.32m0%202.37L15.17%2012L12%2015.17L8.83%2012z%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%206.46c-.28%200-.56.1-.78.32l-4.44%204.44c-.43.43-.43%201.13%200%201.56l4.44%204.44c.43.43%201.13.43%201.56%200l4.44-4.44c.43-.43.43-1.13%200-1.56l-4.44-4.44c-.22-.22-.5-.32-.78-.32m0%202.37L15.17%2012L12%2015.17L8.83%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/rhombus-medium-outline.svg?color=%231a73e8&size=48