diamond with a dot emoji
diamond-with-a-dot from Fluent Emoji Flat by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.
- Name
- diamond-with-a-dot
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Symbols
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More symbols icons from Fluent Emoji Flat
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"><g fill="none"><path fill="#00a6ed" d="M11.757 8.929a2 2 0 0 0 0 2.828l3.182 3.182a1.5 1.5 0 0 0 2.122 0l3.182-3.182a2 2 0 0 0 0-2.828L17.06 5.747a1.5 1.5 0 0 0-2.122 0z"/><path fill="#00a6ed" d="M5.747 14.94a1.5 1.5 0 0 0 0 2.12l3.182 3.183a2 2 0 0 0 2.828 0l3.182-3.182a1.5 1.5 0 0 0 0-2.122l-3.182-3.182a2 2 0 0 0-2.828 0z"/><path fill="#00a6ed" d="M11.757 20.243a2 2 0 0 0 0 2.828l3.182 3.182a1.5 1.5 0 0 0 2.122 0l3.182-3.182a2 2 0 0 0 0-2.828L17.06 17.06a1.5 1.5 0 0 0-2.122 0z"/><path fill="#00a6ed" d="M17.06 17.06a1.5 1.5 0 0 1 0-2.12l3.183-3.183a2 2 0 0 1 2.828 0l3.182 3.182a1.5 1.5 0 0 1 0 2.122l-3.182 3.182a2 2 0 0 1-2.828 0z"/><path fill="#26c9fc" d="M18 16a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatDiamondWithADot(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00a6ed" d="M11.757 8.929a2 2 0 0 0 0 2.828l3.182 3.182a1.5 1.5 0 0 0 2.122 0l3.182-3.182a2 2 0 0 0 0-2.828L17.06 5.747a1.5 1.5 0 0 0-2.122 0z"/><path fill="#00a6ed" d="M5.747 14.94a1.5 1.5 0 0 0 0 2.12l3.182 3.183a2 2 0 0 0 2.828 0l3.182-3.182a1.5 1.5 0 0 0 0-2.122l-3.182-3.182a2 2 0 0 0-2.828 0z"/><path fill="#00a6ed" d="M11.757 20.243a2 2 0 0 0 0 2.828l3.182 3.182a1.5 1.5 0 0 0 2.122 0l3.182-3.182a2 2 0 0 0 0-2.828L17.06 17.06a1.5 1.5 0 0 0-2.122 0z"/><path fill="#00a6ed" d="M17.06 17.06a1.5 1.5 0 0 1 0-2.12l3.183-3.183a2 2 0 0 1 2.828 0l3.182 3.182a1.5 1.5 0 0 1 0 2.122l-3.182 3.182a2 2 0 0 1-2.828 0z"/><path fill="#26c9fc" d="M18 16a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00a6ed" d="M11.757 8.929a2 2 0 0 0 0 2.828l3.182 3.182a1.5 1.5 0 0 0 2.122 0l3.182-3.182a2 2 0 0 0 0-2.828L17.06 5.747a1.5 1.5 0 0 0-2.122 0z"/><path fill="#00a6ed" d="M5.747 14.94a1.5 1.5 0 0 0 0 2.12l3.182 3.183a2 2 0 0 0 2.828 0l3.182-3.182a1.5 1.5 0 0 0 0-2.122l-3.182-3.182a2 2 0 0 0-2.828 0z"/><path fill="#00a6ed" d="M11.757 20.243a2 2 0 0 0 0 2.828l3.182 3.182a1.5 1.5 0 0 0 2.122 0l3.182-3.182a2 2 0 0 0 0-2.828L17.06 17.06a1.5 1.5 0 0 0-2.122 0z"/><path fill="#00a6ed" d="M17.06 17.06a1.5 1.5 0 0 1 0-2.12l3.183-3.183a2 2 0 0 1 2.828 0l3.182 3.182a1.5 1.5 0 0 1 0 2.122l-3.182 3.182a2 2 0 0 1-2.828 0z"/><path fill="#26c9fc" d="M18 16a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></g></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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M11.757%208.929a2%202%200%200%200%200%202.828l3.182%203.182a1.5%201.5%200%200%200%202.122%200l3.182-3.182a2%202%200%200%200%200-2.828L17.06%205.747a1.5%201.5%200%200%200-2.122%200z%22%2F%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M5.747%2014.94a1.5%201.5%200%200%200%200%202.12l3.182%203.183a2%202%200%200%200%202.828%200l3.182-3.182a1.5%201.5%200%200%200%200-2.122l-3.182-3.182a2%202%200%200%200-2.828%200z%22%2F%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M11.757%2020.243a2%202%200%200%200%200%202.828l3.182%203.182a1.5%201.5%200%200%200%202.122%200l3.182-3.182a2%202%200%200%200%200-2.828L17.06%2017.06a1.5%201.5%200%200%200-2.122%200z%22%2F%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M17.06%2017.06a1.5%201.5%200%200%201%200-2.12l3.183-3.183a2%202%200%200%201%202.828%200l3.182%203.182a1.5%201.5%200%200%201%200%202.122l-3.182%203.182a2%202%200%200%201-2.828%200z%22%2F%3E%3Cpath%20fill%3D%22%2326c9fc%22%20d%3D%22M18%2016a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M11.757%208.929a2%202%200%200%200%200%202.828l3.182%203.182a1.5%201.5%200%200%200%202.122%200l3.182-3.182a2%202%200%200%200%200-2.828L17.06%205.747a1.5%201.5%200%200%200-2.122%200z%22%2F%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M5.747%2014.94a1.5%201.5%200%200%200%200%202.12l3.182%203.183a2%202%200%200%200%202.828%200l3.182-3.182a1.5%201.5%200%200%200%200-2.122l-3.182-3.182a2%202%200%200%200-2.828%200z%22%2F%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M11.757%2020.243a2%202%200%200%200%200%202.828l3.182%203.182a1.5%201.5%200%200%200%202.122%200l3.182-3.182a2%202%200%200%200%200-2.828L17.06%2017.06a1.5%201.5%200%200%200-2.122%200z%22%2F%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M17.06%2017.06a1.5%201.5%200%200%201%200-2.12l3.183-3.183a2%202%200%200%201%202.828%200l3.182%203.182a1.5%201.5%200%200%201%200%202.122l-3.182%203.182a2%202%200%200%201-2.828%200z%22%2F%3E%3Cpath%20fill%3D%22%2326c9fc%22%20d%3D%22M18%2016a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/diamond-with-a-dot.svg?color=%231a73e8&size=48