twotone-diamond from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
twotone-diamond
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the twotone diamond icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.88 5H6.24l-1.5 3h2.64zm10.38 3l-1.5-3h-2.64l1.5 3zM11 16.68V10H5.44zm2 0L18.56 10H13zM12.88 5h-1.76l-1.5 3h4.76z" opacity=".3"/><path fill="currentColor" d="M19 3H5L2 9l10 12L22 9zm-1.24 2l1.5 3h-2.65l-1.5-3zM6.24 5h2.65l-1.5 3H4.74zM11 16.68L5.44 10H11zM9.62 8l1.5-3h1.76l1.5 3zM13 16.68V10h5.56z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneDiamond(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="M8.88 5H6.24l-1.5 3h2.64zm10.38 3l-1.5-3h-2.64l1.5 3zM11 16.68V10H5.44zm2 0L18.56 10H13zM12.88 5h-1.76l-1.5 3h4.76z" opacity=".3"/><path fill="currentColor" d="M19 3H5L2 9l10 12L22 9zm-1.24 2l1.5 3h-2.65l-1.5-3zM6.24 5h2.65l-1.5 3H4.74zM11 16.68L5.44 10H11zM9.62 8l1.5-3h1.76l1.5 3zM13 16.68V10h5.56z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.88 5H6.24l-1.5 3h2.64zm10.38 3l-1.5-3h-2.64l1.5 3zM11 16.68V10H5.44zm2 0L18.56 10H13zM12.88 5h-1.76l-1.5 3h4.76z" opacity=".3"/><path fill="currentColor" d="M19 3H5L2 9l10 12L22 9zm-1.24 2l1.5 3h-2.65l-1.5-3zM6.24 5h2.65l-1.5 3H4.74zM11 16.68L5.44 10H11zM9.62 8l1.5-3h1.76l1.5 3zM13 16.68V10h5.56z"/></svg>
</template>

CSS

.icon-twotone-diamond {
  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%22M8.88%205H6.24l-1.5%203h2.64zm10.38%203l-1.5-3h-2.64l1.5%203zM11%2016.68V10H5.44zm2%200L18.56%2010H13zM12.88%205h-1.76l-1.5%203h4.76z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%203H5L2%209l10%2012L22%209zm-1.24%202l1.5%203h-2.65l-1.5-3zM6.24%205h2.65l-1.5%203H4.74zM11%2016.68L5.44%2010H11zM9.62%208l1.5-3h1.76l1.5%203zM13%2016.68V10h5.56z%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%22M8.88%205H6.24l-1.5%203h2.64zm10.38%203l-1.5-3h-2.64l1.5%203zM11%2016.68V10H5.44zm2%200L18.56%2010H13zM12.88%205h-1.76l-1.5%203h4.76z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%203H5L2%209l10%2012L22%209zm-1.24%202l1.5%203h-2.65l-1.5-3zM6.24%205h2.65l-1.5%203H4.74zM11%2016.68L5.44%2010H11zM9.62%208l1.5-3h1.76l1.5%203zM13%2016.68V10h5.56z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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