purple square emoji
purple-square from Fluent Emoji High Contrast by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.
- Name
- purple-square
- 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 purple square emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M31 28a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3h24a3 3 0 0 1 3 3zm-3 1a1 1 0 0 0 1-1v-1.234L26.766 29zm-4.062 0L29 23.938v-2.172L21.766 29zm-5 0L29 18.938v-2.172L16.766 29zm-5 0L29 13.938v-2.172L11.766 29zm-5 0L29 8.938V6.766L6.766 29zm-4.999-.002L29 3.94A1 1 0 0 0 28 3h-.234L3 27.766V28a1 1 0 0 0 .94.998M3 24.938L24.938 3h-2.172L3 22.766zM19.938 3h-2.172L3 17.766v2.172zm-5 0h-2.172L3 12.766v2.172zm-5 0H7.766L3 7.766v2.172zm-5 0H4a1 1 0 0 0-1 1v.938z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastPurpleSquare(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="M31 28a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3h24a3 3 0 0 1 3 3zm-3 1a1 1 0 0 0 1-1v-1.234L26.766 29zm-4.062 0L29 23.938v-2.172L21.766 29zm-5 0L29 18.938v-2.172L16.766 29zm-5 0L29 13.938v-2.172L11.766 29zm-5 0L29 8.938V6.766L6.766 29zm-4.999-.002L29 3.94A1 1 0 0 0 28 3h-.234L3 27.766V28a1 1 0 0 0 .94.998M3 24.938L24.938 3h-2.172L3 22.766zM19.938 3h-2.172L3 17.766v2.172zm-5 0h-2.172L3 12.766v2.172zm-5 0H7.766L3 7.766v2.172zm-5 0H4a1 1 0 0 0-1 1v.938z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M31 28a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3h24a3 3 0 0 1 3 3zm-3 1a1 1 0 0 0 1-1v-1.234L26.766 29zm-4.062 0L29 23.938v-2.172L21.766 29zm-5 0L29 18.938v-2.172L16.766 29zm-5 0L29 13.938v-2.172L11.766 29zm-5 0L29 8.938V6.766L6.766 29zm-4.999-.002L29 3.94A1 1 0 0 0 28 3h-.234L3 27.766V28a1 1 0 0 0 .94.998M3 24.938L24.938 3h-2.172L3 22.766zM19.938 3h-2.172L3 17.766v2.172zm-5 0h-2.172L3 12.766v2.172zm-5 0H7.766L3 7.766v2.172zm-5 0H4a1 1 0 0 0-1 1v.938z"/></svg> </template>
CSS
.icon-purple-square {
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%22M31%2028a3%203%200%200%201-3%203H4a3%203%200%200%201-3-3V4a3%203%200%200%201%203-3h24a3%203%200%200%201%203%203zm-3%201a1%201%200%200%200%201-1v-1.234L26.766%2029zm-4.062%200L29%2023.938v-2.172L21.766%2029zm-5%200L29%2018.938v-2.172L16.766%2029zm-5%200L29%2013.938v-2.172L11.766%2029zm-5%200L29%208.938V6.766L6.766%2029zm-4.999-.002L29%203.94A1%201%200%200%200%2028%203h-.234L3%2027.766V28a1%201%200%200%200%20.94.998M3%2024.938L24.938%203h-2.172L3%2022.766zM19.938%203h-2.172L3%2017.766v2.172zm-5%200h-2.172L3%2012.766v2.172zm-5%200H7.766L3%207.766v2.172zm-5%200H4a1%201%200%200%200-1%201v.938z%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%22M31%2028a3%203%200%200%201-3%203H4a3%203%200%200%201-3-3V4a3%203%200%200%201%203-3h24a3%203%200%200%201%203%203zm-3%201a1%201%200%200%200%201-1v-1.234L26.766%2029zm-4.062%200L29%2023.938v-2.172L21.766%2029zm-5%200L29%2018.938v-2.172L16.766%2029zm-5%200L29%2013.938v-2.172L11.766%2029zm-5%200L29%208.938V6.766L6.766%2029zm-4.999-.002L29%203.94A1%201%200%200%200%2028%203h-.234L3%2027.766V28a1%201%200%200%200%20.94.998M3%2024.938L24.938%203h-2.172L3%2022.766zM19.938%203h-2.172L3%2017.766v2.172zm-5%200h-2.172L3%2012.766v2.172zm-5%200H7.766L3%207.766v2.172zm-5%200H4a1%201%200%200%200-1%201v.938z%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/purple-square.svg?color=%231a73e8&size=48