diamond with a dot emoji
diamond-with-a-dot from Fluent Emoji High Contrast by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.
- Name
- diamond-with-a-dot
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Symbols
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More symbols icons from Fluent Emoji High Contrast
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the diamond with a dot emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.778 11.05a3 3 0 0 0-1.954-.874a3 3 0 0 0-.874-1.954l-2.83-2.829a3 3 0 0 0-4.242 0L11.05 8.222a3 3 0 0 0-.874 1.954c-.711.04-1.41.331-1.954.874l-2.829 2.83a3 3 0 0 0 0 4.242l2.829 2.829a3 3 0 0 0 1.954.874c.04.711.331 1.41.874 1.954l2.829 2.829a3 3 0 0 0 4.242 0l2.829-2.829a3 3 0 0 0 .874-1.954a3 3 0 0 0 1.954-.874l2.829-2.829a3 3 0 0 0 0-4.242zM12.465 9.636l2.828-2.828a1 1 0 0 1 1.414 0l2.829 2.828a1 1 0 0 1 0 1.414l-2.242 2.242A3 3 0 0 0 16 13a3 3 0 0 0-1.293.292l-2.243-2.242a1 1 0 0 1 0-1.414m6.243 7.658c.187-.392.292-.83.292-1.294a3 3 0 0 0-.292-1.293l2.242-2.243a1 1 0 0 1 1.414 0l2.828 2.829a1 1 0 0 1 0 1.414l-2.828 2.829a1 1 0 0 1-1.414 0zm-4.001 1.414a3 3 0 0 0 2.587 0l2.242 2.242a1 1 0 0 1 0 1.414l-2.829 2.828a1 1 0 0 1-1.414 0l-2.828-2.828a1 1 0 0 1 0-1.414zm-1.415-4.001a3 3 0 0 0 0 2.587l-2.242 2.242a1 1 0 0 1-1.414 0l-2.828-2.829a1 1 0 0 1 0-1.414l2.828-2.828a1 1 0 0 1 1.414 0z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastDiamondWithADot(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.778 11.05a3 3 0 0 0-1.954-.874a3 3 0 0 0-.874-1.954l-2.83-2.829a3 3 0 0 0-4.242 0L11.05 8.222a3 3 0 0 0-.874 1.954c-.711.04-1.41.331-1.954.874l-2.829 2.83a3 3 0 0 0 0 4.242l2.829 2.829a3 3 0 0 0 1.954.874c.04.711.331 1.41.874 1.954l2.829 2.829a3 3 0 0 0 4.242 0l2.829-2.829a3 3 0 0 0 .874-1.954a3 3 0 0 0 1.954-.874l2.829-2.829a3 3 0 0 0 0-4.242zM12.465 9.636l2.828-2.828a1 1 0 0 1 1.414 0l2.829 2.828a1 1 0 0 1 0 1.414l-2.242 2.242A3 3 0 0 0 16 13a3 3 0 0 0-1.293.292l-2.243-2.242a1 1 0 0 1 0-1.414m6.243 7.658c.187-.392.292-.83.292-1.294a3 3 0 0 0-.292-1.293l2.242-2.243a1 1 0 0 1 1.414 0l2.828 2.829a1 1 0 0 1 0 1.414l-2.828 2.829a1 1 0 0 1-1.414 0zm-4.001 1.414a3 3 0 0 0 2.587 0l2.242 2.242a1 1 0 0 1 0 1.414l-2.829 2.828a1 1 0 0 1-1.414 0l-2.828-2.828a1 1 0 0 1 0-1.414zm-1.415-4.001a3 3 0 0 0 0 2.587l-2.242 2.242a1 1 0 0 1-1.414 0l-2.828-2.829a1 1 0 0 1 0-1.414l2.828-2.828a1 1 0 0 1 1.414 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.778 11.05a3 3 0 0 0-1.954-.874a3 3 0 0 0-.874-1.954l-2.83-2.829a3 3 0 0 0-4.242 0L11.05 8.222a3 3 0 0 0-.874 1.954c-.711.04-1.41.331-1.954.874l-2.829 2.83a3 3 0 0 0 0 4.242l2.829 2.829a3 3 0 0 0 1.954.874c.04.711.331 1.41.874 1.954l2.829 2.829a3 3 0 0 0 4.242 0l2.829-2.829a3 3 0 0 0 .874-1.954a3 3 0 0 0 1.954-.874l2.829-2.829a3 3 0 0 0 0-4.242zM12.465 9.636l2.828-2.828a1 1 0 0 1 1.414 0l2.829 2.828a1 1 0 0 1 0 1.414l-2.242 2.242A3 3 0 0 0 16 13a3 3 0 0 0-1.293.292l-2.243-2.242a1 1 0 0 1 0-1.414m6.243 7.658c.187-.392.292-.83.292-1.294a3 3 0 0 0-.292-1.293l2.242-2.243a1 1 0 0 1 1.414 0l2.828 2.829a1 1 0 0 1 0 1.414l-2.828 2.829a1 1 0 0 1-1.414 0zm-4.001 1.414a3 3 0 0 0 2.587 0l2.242 2.242a1 1 0 0 1 0 1.414l-2.829 2.828a1 1 0 0 1-1.414 0l-2.828-2.828a1 1 0 0 1 0-1.414zm-1.415-4.001a3 3 0 0 0 0 2.587l-2.242 2.242a1 1 0 0 1-1.414 0l-2.828-2.829a1 1 0 0 1 0-1.414l2.828-2.828a1 1 0 0 1 1.414 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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.778%2011.05a3%203%200%200%200-1.954-.874a3%203%200%200%200-.874-1.954l-2.83-2.829a3%203%200%200%200-4.242%200L11.05%208.222a3%203%200%200%200-.874%201.954c-.711.04-1.41.331-1.954.874l-2.829%202.83a3%203%200%200%200%200%204.242l2.829%202.829a3%203%200%200%200%201.954.874c.04.711.331%201.41.874%201.954l2.829%202.829a3%203%200%200%200%204.242%200l2.829-2.829a3%203%200%200%200%20.874-1.954a3%203%200%200%200%201.954-.874l2.829-2.829a3%203%200%200%200%200-4.242zM12.465%209.636l2.828-2.828a1%201%200%200%201%201.414%200l2.829%202.828a1%201%200%200%201%200%201.414l-2.242%202.242A3%203%200%200%200%2016%2013a3%203%200%200%200-1.293.292l-2.243-2.242a1%201%200%200%201%200-1.414m6.243%207.658c.187-.392.292-.83.292-1.294a3%203%200%200%200-.292-1.293l2.242-2.243a1%201%200%200%201%201.414%200l2.828%202.829a1%201%200%200%201%200%201.414l-2.828%202.829a1%201%200%200%201-1.414%200zm-4.001%201.414a3%203%200%200%200%202.587%200l2.242%202.242a1%201%200%200%201%200%201.414l-2.829%202.828a1%201%200%200%201-1.414%200l-2.828-2.828a1%201%200%200%201%200-1.414zm-1.415-4.001a3%203%200%200%200%200%202.587l-2.242%202.242a1%201%200%200%201-1.414%200l-2.828-2.829a1%201%200%200%201%200-1.414l2.828-2.828a1%201%200%200%201%201.414%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.778%2011.05a3%203%200%200%200-1.954-.874a3%203%200%200%200-.874-1.954l-2.83-2.829a3%203%200%200%200-4.242%200L11.05%208.222a3%203%200%200%200-.874%201.954c-.711.04-1.41.331-1.954.874l-2.829%202.83a3%203%200%200%200%200%204.242l2.829%202.829a3%203%200%200%200%201.954.874c.04.711.331%201.41.874%201.954l2.829%202.829a3%203%200%200%200%204.242%200l2.829-2.829a3%203%200%200%200%20.874-1.954a3%203%200%200%200%201.954-.874l2.829-2.829a3%203%200%200%200%200-4.242zM12.465%209.636l2.828-2.828a1%201%200%200%201%201.414%200l2.829%202.828a1%201%200%200%201%200%201.414l-2.242%202.242A3%203%200%200%200%2016%2013a3%203%200%200%200-1.293.292l-2.243-2.242a1%201%200%200%201%200-1.414m6.243%207.658c.187-.392.292-.83.292-1.294a3%203%200%200%200-.292-1.293l2.242-2.243a1%201%200%200%201%201.414%200l2.828%202.829a1%201%200%200%201%200%201.414l-2.828%202.829a1%201%200%200%201-1.414%200zm-4.001%201.414a3%203%200%200%200%202.587%200l2.242%202.242a1%201%200%200%201%200%201.414l-2.829%202.828a1%201%200%200%201-1.414%200l-2.828-2.828a1%201%200%200%201%200-1.414zm-1.415-4.001a3%203%200%200%200%200%202.587l-2.242%202.242a1%201%200%200%201-1.414%200l-2.828-2.829a1%201%200%200%201%200-1.414l2.828-2.828a1%201%200%200%201%201.414%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/diamond-with-a-dot.svg?color=%231a73e8&size=48