diamond with a dot emoji

diamond-with-a-dot from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.

Name
diamond-with-a-dot
Set
Emoji One (Colored)
Style
Default
Category
Symbols
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Emoji One (Colored)

Use the diamond with a dot emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#9970c4" d="M60.2 27.7c2.4 2.4 2.4 6.3 0 8.6L36.3 60.2c-2.4 2.4-6.3 2.4-8.6 0L3.8 36.3c-2.4-2.4-2.4-6.3 0-8.6L27.7 3.8c2.4-2.4 6.3-2.4 8.6 0z"/><path fill="#ace1ef" d="M57.4 28.1c2.1 2.1 2.1 5.6 0 7.8L35.9 57.4c-2.1 2.1-5.6 2.1-7.8 0L6.6 35.9c-2.1-2.1-2.1-5.6 0-7.8L28.1 6.6c2.1-2.1 5.6-2.1 7.8 0z"/><path fill="#42ade2" d="M51 23h-2.5L41 15.5V13l4-4h2.5l7.5 7.5V19zM19 55h-2.5L9 47.5V45l4-4h2.5l7.5 7.5V51zm32-14h-2.5L41 48.5V51l4 4h2.5l7.5-7.5V45zM19 9h-2.5L9 16.5V19l4 4h2.5l7.5-7.5V13zm15.3 23L43 21l-11 8.7L21 21l8.7 11L21 43l11-8.7L43 43z"/><path fill="#fff" d="M39.5 30.9c.6.6.6 1.7 0 2.3l-6.4 6.4c-.6.6-1.7.6-2.3 0l-6.4-6.4c-.6-.6-.6-1.7 0-2.3l6.4-6.4c.6-.6 1.7-.6 2.3 0z"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneDiamondWithADot(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#9970c4" d="M60.2 27.7c2.4 2.4 2.4 6.3 0 8.6L36.3 60.2c-2.4 2.4-6.3 2.4-8.6 0L3.8 36.3c-2.4-2.4-2.4-6.3 0-8.6L27.7 3.8c2.4-2.4 6.3-2.4 8.6 0z"/><path fill="#ace1ef" d="M57.4 28.1c2.1 2.1 2.1 5.6 0 7.8L35.9 57.4c-2.1 2.1-5.6 2.1-7.8 0L6.6 35.9c-2.1-2.1-2.1-5.6 0-7.8L28.1 6.6c2.1-2.1 5.6-2.1 7.8 0z"/><path fill="#42ade2" d="M51 23h-2.5L41 15.5V13l4-4h2.5l7.5 7.5V19zM19 55h-2.5L9 47.5V45l4-4h2.5l7.5 7.5V51zm32-14h-2.5L41 48.5V51l4 4h2.5l7.5-7.5V45zM19 9h-2.5L9 16.5V19l4 4h2.5l7.5-7.5V13zm15.3 23L43 21l-11 8.7L21 21l8.7 11L21 43l11-8.7L43 43z"/><path fill="#fff" d="M39.5 30.9c.6.6.6 1.7 0 2.3l-6.4 6.4c-.6.6-1.7.6-2.3 0l-6.4-6.4c-.6-.6-.6-1.7 0-2.3l6.4-6.4c.6-.6 1.7-.6 2.3 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#9970c4" d="M60.2 27.7c2.4 2.4 2.4 6.3 0 8.6L36.3 60.2c-2.4 2.4-6.3 2.4-8.6 0L3.8 36.3c-2.4-2.4-2.4-6.3 0-8.6L27.7 3.8c2.4-2.4 6.3-2.4 8.6 0z"/><path fill="#ace1ef" d="M57.4 28.1c2.1 2.1 2.1 5.6 0 7.8L35.9 57.4c-2.1 2.1-5.6 2.1-7.8 0L6.6 35.9c-2.1-2.1-2.1-5.6 0-7.8L28.1 6.6c2.1-2.1 5.6-2.1 7.8 0z"/><path fill="#42ade2" d="M51 23h-2.5L41 15.5V13l4-4h2.5l7.5 7.5V19zM19 55h-2.5L9 47.5V45l4-4h2.5l7.5 7.5V51zm32-14h-2.5L41 48.5V51l4 4h2.5l7.5-7.5V45zM19 9h-2.5L9 16.5V19l4 4h2.5l7.5-7.5V13zm15.3 23L43 21l-11 8.7L21 21l8.7 11L21 43l11-8.7L43 43z"/><path fill="#fff" d="M39.5 30.9c.6.6.6 1.7 0 2.3l-6.4 6.4c-.6.6-1.7.6-2.3 0l-6.4-6.4c-.6-.6-.6-1.7 0-2.3l6.4-6.4c.6-.6 1.7-.6 2.3 0z"/></svg>
</template>

CSS

.icon-diamond-with-a-dot {
  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%2064%2064%22%3E%3Cpath%20fill%3D%22%239970c4%22%20d%3D%22M60.2%2027.7c2.4%202.4%202.4%206.3%200%208.6L36.3%2060.2c-2.4%202.4-6.3%202.4-8.6%200L3.8%2036.3c-2.4-2.4-2.4-6.3%200-8.6L27.7%203.8c2.4-2.4%206.3-2.4%208.6%200z%22%2F%3E%3Cpath%20fill%3D%22%23ace1ef%22%20d%3D%22M57.4%2028.1c2.1%202.1%202.1%205.6%200%207.8L35.9%2057.4c-2.1%202.1-5.6%202.1-7.8%200L6.6%2035.9c-2.1-2.1-2.1-5.6%200-7.8L28.1%206.6c2.1-2.1%205.6-2.1%207.8%200z%22%2F%3E%3Cpath%20fill%3D%22%2342ade2%22%20d%3D%22M51%2023h-2.5L41%2015.5V13l4-4h2.5l7.5%207.5V19zM19%2055h-2.5L9%2047.5V45l4-4h2.5l7.5%207.5V51zm32-14h-2.5L41%2048.5V51l4%204h2.5l7.5-7.5V45zM19%209h-2.5L9%2016.5V19l4%204h2.5l7.5-7.5V13zm15.3%2023L43%2021l-11%208.7L21%2021l8.7%2011L21%2043l11-8.7L43%2043z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M39.5%2030.9c.6.6.6%201.7%200%202.3l-6.4%206.4c-.6.6-1.7.6-2.3%200l-6.4-6.4c-.6-.6-.6-1.7%200-2.3l6.4-6.4c.6-.6%201.7-.6%202.3%200z%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%2064%2064%22%3E%3Cpath%20fill%3D%22%239970c4%22%20d%3D%22M60.2%2027.7c2.4%202.4%202.4%206.3%200%208.6L36.3%2060.2c-2.4%202.4-6.3%202.4-8.6%200L3.8%2036.3c-2.4-2.4-2.4-6.3%200-8.6L27.7%203.8c2.4-2.4%206.3-2.4%208.6%200z%22%2F%3E%3Cpath%20fill%3D%22%23ace1ef%22%20d%3D%22M57.4%2028.1c2.1%202.1%202.1%205.6%200%207.8L35.9%2057.4c-2.1%202.1-5.6%202.1-7.8%200L6.6%2035.9c-2.1-2.1-2.1-5.6%200-7.8L28.1%206.6c2.1-2.1%205.6-2.1%207.8%200z%22%2F%3E%3Cpath%20fill%3D%22%2342ade2%22%20d%3D%22M51%2023h-2.5L41%2015.5V13l4-4h2.5l7.5%207.5V19zM19%2055h-2.5L9%2047.5V45l4-4h2.5l7.5%207.5V51zm32-14h-2.5L41%2048.5V51l4%204h2.5l7.5-7.5V45zM19%209h-2.5L9%2016.5V19l4%204h2.5l7.5-7.5V13zm15.3%2023L43%2021l-11%208.7L21%2021l8.7%2011L21%2043l11-8.7L43%2043z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M39.5%2030.9c.6.6.6%201.7%200%202.3l-6.4%206.4c-.6.6-1.7.6-2.3%200l-6.4-6.4c-.6-.6-.6-1.7%200-2.3l6.4-6.4c.6-.6%201.7-.6%202.3%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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