diamond suit emoji

diamond-suit from Noto Emoji by Google Inc · Default · Activities · Apache-2.0 Free for personal and commercial use.

Name
diamond-suit
Set
Noto Emoji
Style
Default
Category
Activities
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More activities icons from Noto Emoji

Use the diamond suit emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#db0a28" d="M20.99 59.62s-1.58 1.66-1.5 3.93c.09 2.87 1.92 4.12 3.83 6.99c1.92 2.87 34.64 49.1 36.06 50.58c1.63 1.7 2.28 3.07 4.7 3.02c2.4-.04 3.64-1.71 4.5-2.76s36.85-51.51 39.05-54.67c1.37-1.97 1.15-3.55 1.05-4.41s-1.53-2.68-1.53-2.68z"/><path fill="#ff222d" d="m20.93 59.68l43.21 58.38l43.01-58.44S70.08 7.66 69.12 6.19c-.95-1.47-2.6-3.3-4.86-3.3c-2.17 0-3.9 1.56-5.47 3.73c-1 1.42-37.86 53.06-37.86 53.06"/></svg>

React

import type { SVGProps } from "react";

export function NotoDiamondSuit(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#db0a28" d="M20.99 59.62s-1.58 1.66-1.5 3.93c.09 2.87 1.92 4.12 3.83 6.99c1.92 2.87 34.64 49.1 36.06 50.58c1.63 1.7 2.28 3.07 4.7 3.02c2.4-.04 3.64-1.71 4.5-2.76s36.85-51.51 39.05-54.67c1.37-1.97 1.15-3.55 1.05-4.41s-1.53-2.68-1.53-2.68z"/><path fill="#ff222d" d="m20.93 59.68l43.21 58.38l43.01-58.44S70.08 7.66 69.12 6.19c-.95-1.47-2.6-3.3-4.86-3.3c-2.17 0-3.9 1.56-5.47 3.73c-1 1.42-37.86 53.06-37.86 53.06"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#db0a28" d="M20.99 59.62s-1.58 1.66-1.5 3.93c.09 2.87 1.92 4.12 3.83 6.99c1.92 2.87 34.64 49.1 36.06 50.58c1.63 1.7 2.28 3.07 4.7 3.02c2.4-.04 3.64-1.71 4.5-2.76s36.85-51.51 39.05-54.67c1.37-1.97 1.15-3.55 1.05-4.41s-1.53-2.68-1.53-2.68z"/><path fill="#ff222d" d="m20.93 59.68l43.21 58.38l43.01-58.44S70.08 7.66 69.12 6.19c-.95-1.47-2.6-3.3-4.86-3.3c-2.17 0-3.9 1.56-5.47 3.73c-1 1.42-37.86 53.06-37.86 53.06"/></svg>
</template>

CSS

.icon-diamond-suit {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22%23db0a28%22%20d%3D%22M20.99%2059.62s-1.58%201.66-1.5%203.93c.09%202.87%201.92%204.12%203.83%206.99c1.92%202.87%2034.64%2049.1%2036.06%2050.58c1.63%201.7%202.28%203.07%204.7%203.02c2.4-.04%203.64-1.71%204.5-2.76s36.85-51.51%2039.05-54.67c1.37-1.97%201.15-3.55%201.05-4.41s-1.53-2.68-1.53-2.68z%22%2F%3E%3Cpath%20fill%3D%22%23ff222d%22%20d%3D%22m20.93%2059.68l43.21%2058.38l43.01-58.44S70.08%207.66%2069.12%206.19c-.95-1.47-2.6-3.3-4.86-3.3c-2.17%200-3.9%201.56-5.47%203.73c-1%201.42-37.86%2053.06-37.86%2053.06%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23db0a28%22%20d%3D%22M20.99%2059.62s-1.58%201.66-1.5%203.93c.09%202.87%201.92%204.12%203.83%206.99c1.92%202.87%2034.64%2049.1%2036.06%2050.58c1.63%201.7%202.28%203.07%204.7%203.02c2.4-.04%203.64-1.71%204.5-2.76s36.85-51.51%2039.05-54.67c1.37-1.97%201.15-3.55%201.05-4.41s-1.53-2.68-1.53-2.68z%22%2F%3E%3Cpath%20fill%3D%22%23ff222d%22%20d%3D%22m20.93%2059.68l43.21%2058.38l43.01-58.44S70.08%207.66%2069.12%206.19c-.95-1.47-2.6-3.3-4.86-3.3c-2.17%200-3.9%201.56-5.47%203.73c-1%201.42-37.86%2053.06-37.86%2053.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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