diamond-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
diamond-rounded
Set
Material Symbols Light
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the diamond icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.027 8.558h5.946L12.439 3.5h-.877zm2.53 11.119V9.442H3.03zm.885 0l8.53-10.235h-8.53zm3.508-11.12h5.271l-2.075-4.169q-.224-.404-.601-.646t-.847-.242h-4.271zm-13.171 0H8.05L10.573 3.5H6.302q-.47 0-.846.242t-.602.647z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDiamondRounded(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="M9.027 8.558h5.946L12.439 3.5h-.877zm2.53 11.119V9.442H3.03zm.885 0l8.53-10.235h-8.53zm3.508-11.12h5.271l-2.075-4.169q-.224-.404-.601-.646t-.847-.242h-4.271zm-13.171 0H8.05L10.573 3.5H6.302q-.47 0-.846.242t-.602.647z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.027 8.558h5.946L12.439 3.5h-.877zm2.53 11.119V9.442H3.03zm.885 0l8.53-10.235h-8.53zm3.508-11.12h5.271l-2.075-4.169q-.224-.404-.601-.646t-.847-.242h-4.271zm-13.171 0H8.05L10.573 3.5H6.302q-.47 0-.846.242t-.602.647z"/></svg>
</template>

CSS

.icon-diamond-rounded {
  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%22M9.027%208.558h5.946L12.439%203.5h-.877zm2.53%2011.119V9.442H3.03zm.885%200l8.53-10.235h-8.53zm3.508-11.12h5.271l-2.075-4.169q-.224-.404-.601-.646t-.847-.242h-4.271zm-13.171%200H8.05L10.573%203.5H6.302q-.47%200-.846.242t-.602.647z%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%22M9.027%208.558h5.946L12.439%203.5h-.877zm2.53%2011.119V9.442H3.03zm.885%200l8.53-10.235h-8.53zm3.508-11.12h5.271l-2.075-4.169q-.224-.404-.601-.646t-.847-.242h-4.271zm-13.171%200H8.05L10.573%203.5H6.302q-.47%200-.846.242t-.602.647z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/diamond-rounded.svg?color=%231a73e8&size=48