flower playing cards emoji
flower-playing-cards from Fluent Emoji High Contrast by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.
- Name
- flower-playing-cards
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Activities
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More activities icons from Fluent Emoji High Contrast
Use the flower playing cards emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M8 7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12.114A12 12 0 0 0 22.37 19c-1.408 0-2.752.25-3.98.706C17.136 16.948 14.076 15 10.5 15c-.87 0-1.71.115-2.5.33zm12.5 3.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0"/><path d="M5 4a2 2 0 0 1 2-2h18a2 2 0 0 1 2 2v24a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2zm2 2a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastFlowerPlayingCards(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M8 7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12.114A12 12 0 0 0 22.37 19c-1.408 0-2.752.25-3.98.706C17.136 16.948 14.076 15 10.5 15c-.87 0-1.71.115-2.5.33zm12.5 3.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0"/><path d="M5 4a2 2 0 0 1 2-2h18a2 2 0 0 1 2 2v24a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2zm2 2a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M8 7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12.114A12 12 0 0 0 22.37 19c-1.408 0-2.752.25-3.98.706C17.136 16.948 14.076 15 10.5 15c-.87 0-1.71.115-2.5.33zm12.5 3.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0"/><path d="M5 4a2 2 0 0 1 2-2h18a2 2 0 0 1 2 2v24a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2zm2 2a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2z"/></g></svg> </template>
CSS
.icon-flower-playing-cards {
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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%207a2%202%200%200%201%202-2h12a2%202%200%200%201%202%202v12.114A12%2012%200%200%200%2022.37%2019c-1.408%200-2.752.25-3.98.706C17.136%2016.948%2014.076%2015%2010.5%2015c-.87%200-1.71.115-2.5.33zm12.5%203.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200%22%2F%3E%3Cpath%20d%3D%22M5%204a2%202%200%200%201%202-2h18a2%202%200%200%201%202%202v24a2%202%200%200%201-2%202H7a2%202%200%200%201-2-2zm2%202a2%202%200%200%201%202-2h14a2%202%200%200%201%202%202v20a2%202%200%200%201-2%202H9a2%202%200%200%201-2-2z%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%207a2%202%200%200%201%202-2h12a2%202%200%200%201%202%202v12.114A12%2012%200%200%200%2022.37%2019c-1.408%200-2.752.25-3.98.706C17.136%2016.948%2014.076%2015%2010.5%2015c-.87%200-1.71.115-2.5.33zm12.5%203.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200%22%2F%3E%3Cpath%20d%3D%22M5%204a2%202%200%200%201%202-2h18a2%202%200%200%201%202%202v24a2%202%200%200%201-2%202H7a2%202%200%200%201-2-2zm2%202a2%202%200%200%201%202-2h14a2%202%200%200%201%202%202v20a2%202%200%200%201-2%202H9a2%202%200%200%201-2-2z%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-high-contrast/flower-playing-cards.svg?color=%231a73e8&size=48