diamond with a dot emoji
diamond-with-a-dot from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- diamond-with-a-dot
- Set
- Twitter Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More symbols icons from Twitter Emoji
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 36 36"><path fill="#55acee" d="M16.867 15.734c.625.626 1.64.626 2.266 0l6.232-6.231a1.604 1.604 0 0 0 0-2.266l-6.232-6.231a1.6 1.6 0 0 0-2.266 0l-6.232 6.231a1.6 1.6 0 0 0 0 2.266zm9.631 9.63c.625.626 1.64.626 2.266 0l6.232-6.231a1.604 1.604 0 0 0 0-2.266l-6.232-6.231a1.6 1.6 0 0 0-2.266 0l-6.232 6.231a1.6 1.6 0 0 0 0 2.266zm-1.134 1.134l-6.231-6.232a1.6 1.6 0 0 0-2.266 0l-6.231 6.232a1.6 1.6 0 0 0 0 2.265l6.231 6.232c.626.625 1.64.625 2.266 0l6.231-6.232a1.6 1.6 0 0 0 0-2.265m-9.63-9.63l-6.231-6.232a1.6 1.6 0 0 0-2.266 0l-6.231 6.232a1.6 1.6 0 0 0 0 2.265l6.231 6.232c.626.625 1.64.625 2.266 0l6.231-6.232a1.6 1.6 0 0 0 0-2.265"/><path fill="#3b88c3" d="m15.734 16.868l-3.214-3.215A6.97 6.97 0 0 0 11 18c0 1.644.571 3.153 1.52 4.347l3.214-3.214a1.6 1.6 0 0 0 0-2.265m6.614 6.612l-3.215-3.215a1.605 1.605 0 0 0-2.266 0l-3.215 3.215A6.97 6.97 0 0 0 18 25a6.97 6.97 0 0 0 4.348-1.52m-2.082-4.347l3.215 3.215A6.97 6.97 0 0 0 25 18a6.96 6.96 0 0 0-1.52-4.347l-3.215 3.215a1.603 1.603 0 0 0 .001 2.265m-1.133-3.399l3.215-3.214A6.97 6.97 0 0 0 18 11a6.96 6.96 0 0 0-4.347 1.52l3.215 3.214a1.6 1.6 0 0 0 2.265 0"/><circle cx="18" cy="18" r="5" fill="#bbddf5"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiDiamondWithADot(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#55acee" d="M16.867 15.734c.625.626 1.64.626 2.266 0l6.232-6.231a1.604 1.604 0 0 0 0-2.266l-6.232-6.231a1.6 1.6 0 0 0-2.266 0l-6.232 6.231a1.6 1.6 0 0 0 0 2.266zm9.631 9.63c.625.626 1.64.626 2.266 0l6.232-6.231a1.604 1.604 0 0 0 0-2.266l-6.232-6.231a1.6 1.6 0 0 0-2.266 0l-6.232 6.231a1.6 1.6 0 0 0 0 2.266zm-1.134 1.134l-6.231-6.232a1.6 1.6 0 0 0-2.266 0l-6.231 6.232a1.6 1.6 0 0 0 0 2.265l6.231 6.232c.626.625 1.64.625 2.266 0l6.231-6.232a1.6 1.6 0 0 0 0-2.265m-9.63-9.63l-6.231-6.232a1.6 1.6 0 0 0-2.266 0l-6.231 6.232a1.6 1.6 0 0 0 0 2.265l6.231 6.232c.626.625 1.64.625 2.266 0l6.231-6.232a1.6 1.6 0 0 0 0-2.265"/><path fill="#3b88c3" d="m15.734 16.868l-3.214-3.215A6.97 6.97 0 0 0 11 18c0 1.644.571 3.153 1.52 4.347l3.214-3.214a1.6 1.6 0 0 0 0-2.265m6.614 6.612l-3.215-3.215a1.605 1.605 0 0 0-2.266 0l-3.215 3.215A6.97 6.97 0 0 0 18 25a6.97 6.97 0 0 0 4.348-1.52m-2.082-4.347l3.215 3.215A6.97 6.97 0 0 0 25 18a6.96 6.96 0 0 0-1.52-4.347l-3.215 3.215a1.603 1.603 0 0 0 .001 2.265m-1.133-3.399l3.215-3.214A6.97 6.97 0 0 0 18 11a6.96 6.96 0 0 0-4.347 1.52l3.215 3.214a1.6 1.6 0 0 0 2.265 0"/><circle cx="18" cy="18" r="5" fill="#bbddf5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#55acee" d="M16.867 15.734c.625.626 1.64.626 2.266 0l6.232-6.231a1.604 1.604 0 0 0 0-2.266l-6.232-6.231a1.6 1.6 0 0 0-2.266 0l-6.232 6.231a1.6 1.6 0 0 0 0 2.266zm9.631 9.63c.625.626 1.64.626 2.266 0l6.232-6.231a1.604 1.604 0 0 0 0-2.266l-6.232-6.231a1.6 1.6 0 0 0-2.266 0l-6.232 6.231a1.6 1.6 0 0 0 0 2.266zm-1.134 1.134l-6.231-6.232a1.6 1.6 0 0 0-2.266 0l-6.231 6.232a1.6 1.6 0 0 0 0 2.265l6.231 6.232c.626.625 1.64.625 2.266 0l6.231-6.232a1.6 1.6 0 0 0 0-2.265m-9.63-9.63l-6.231-6.232a1.6 1.6 0 0 0-2.266 0l-6.231 6.232a1.6 1.6 0 0 0 0 2.265l6.231 6.232c.626.625 1.64.625 2.266 0l6.231-6.232a1.6 1.6 0 0 0 0-2.265"/><path fill="#3b88c3" d="m15.734 16.868l-3.214-3.215A6.97 6.97 0 0 0 11 18c0 1.644.571 3.153 1.52 4.347l3.214-3.214a1.6 1.6 0 0 0 0-2.265m6.614 6.612l-3.215-3.215a1.605 1.605 0 0 0-2.266 0l-3.215 3.215A6.97 6.97 0 0 0 18 25a6.97 6.97 0 0 0 4.348-1.52m-2.082-4.347l3.215 3.215A6.97 6.97 0 0 0 25 18a6.96 6.96 0 0 0-1.52-4.347l-3.215 3.215a1.603 1.603 0 0 0 .001 2.265m-1.133-3.399l3.215-3.214A6.97 6.97 0 0 0 18 11a6.96 6.96 0 0 0-4.347 1.52l3.215 3.214a1.6 1.6 0 0 0 2.265 0"/><circle cx="18" cy="18" r="5" fill="#bbddf5"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%2355acee%22%20d%3D%22M16.867%2015.734c.625.626%201.64.626%202.266%200l6.232-6.231a1.604%201.604%200%200%200%200-2.266l-6.232-6.231a1.6%201.6%200%200%200-2.266%200l-6.232%206.231a1.6%201.6%200%200%200%200%202.266zm9.631%209.63c.625.626%201.64.626%202.266%200l6.232-6.231a1.604%201.604%200%200%200%200-2.266l-6.232-6.231a1.6%201.6%200%200%200-2.266%200l-6.232%206.231a1.6%201.6%200%200%200%200%202.266zm-1.134%201.134l-6.231-6.232a1.6%201.6%200%200%200-2.266%200l-6.231%206.232a1.6%201.6%200%200%200%200%202.265l6.231%206.232c.626.625%201.64.625%202.266%200l6.231-6.232a1.6%201.6%200%200%200%200-2.265m-9.63-9.63l-6.231-6.232a1.6%201.6%200%200%200-2.266%200l-6.231%206.232a1.6%201.6%200%200%200%200%202.265l6.231%206.232c.626.625%201.64.625%202.266%200l6.231-6.232a1.6%201.6%200%200%200%200-2.265%22%2F%3E%3Cpath%20fill%3D%22%233b88c3%22%20d%3D%22m15.734%2016.868l-3.214-3.215A6.97%206.97%200%200%200%2011%2018c0%201.644.571%203.153%201.52%204.347l3.214-3.214a1.6%201.6%200%200%200%200-2.265m6.614%206.612l-3.215-3.215a1.605%201.605%200%200%200-2.266%200l-3.215%203.215A6.97%206.97%200%200%200%2018%2025a6.97%206.97%200%200%200%204.348-1.52m-2.082-4.347l3.215%203.215A6.97%206.97%200%200%200%2025%2018a6.96%206.96%200%200%200-1.52-4.347l-3.215%203.215a1.603%201.603%200%200%200%20.001%202.265m-1.133-3.399l3.215-3.214A6.97%206.97%200%200%200%2018%2011a6.96%206.96%200%200%200-4.347%201.52l3.215%203.214a1.6%201.6%200%200%200%202.265%200%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%225%22%20fill%3D%22%23bbddf5%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%2036%2036%22%3E%3Cpath%20fill%3D%22%2355acee%22%20d%3D%22M16.867%2015.734c.625.626%201.64.626%202.266%200l6.232-6.231a1.604%201.604%200%200%200%200-2.266l-6.232-6.231a1.6%201.6%200%200%200-2.266%200l-6.232%206.231a1.6%201.6%200%200%200%200%202.266zm9.631%209.63c.625.626%201.64.626%202.266%200l6.232-6.231a1.604%201.604%200%200%200%200-2.266l-6.232-6.231a1.6%201.6%200%200%200-2.266%200l-6.232%206.231a1.6%201.6%200%200%200%200%202.266zm-1.134%201.134l-6.231-6.232a1.6%201.6%200%200%200-2.266%200l-6.231%206.232a1.6%201.6%200%200%200%200%202.265l6.231%206.232c.626.625%201.64.625%202.266%200l6.231-6.232a1.6%201.6%200%200%200%200-2.265m-9.63-9.63l-6.231-6.232a1.6%201.6%200%200%200-2.266%200l-6.231%206.232a1.6%201.6%200%200%200%200%202.265l6.231%206.232c.626.625%201.64.625%202.266%200l6.231-6.232a1.6%201.6%200%200%200%200-2.265%22%2F%3E%3Cpath%20fill%3D%22%233b88c3%22%20d%3D%22m15.734%2016.868l-3.214-3.215A6.97%206.97%200%200%200%2011%2018c0%201.644.571%203.153%201.52%204.347l3.214-3.214a1.6%201.6%200%200%200%200-2.265m6.614%206.612l-3.215-3.215a1.605%201.605%200%200%200-2.266%200l-3.215%203.215A6.97%206.97%200%200%200%2018%2025a6.97%206.97%200%200%200%204.348-1.52m-2.082-4.347l3.215%203.215A6.97%206.97%200%200%200%2025%2018a6.96%206.96%200%200%200-1.52-4.347l-3.215%203.215a1.603%201.603%200%200%200%20.001%202.265m-1.133-3.399l3.215-3.214A6.97%206.97%200%200%200%2018%2011a6.96%206.96%200%200%200-4.347%201.52l3.215%203.214a1.6%201.6%200%200%200%202.265%200%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%225%22%20fill%3D%22%23bbddf5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/diamond-with-a-dot.svg?color=%231a73e8&size=48