red square emoji
red-square from Fluent Emoji High Contrast by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.
- Name
- red-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 red square emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M1 28a3 3 0 0 0 3 3h24a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3H4a3 3 0 0 0-3 3zm3 1a1 1 0 0 1-1-1v-1.234L5.234 29zm4.062 0L3 23.938v-2.172L10.234 29zm5 0L3 18.938v-2.172L15.234 29zm5 0L3 13.938v-2.172L20.234 29zm5 0L3 8.938V6.766L25.234 29zm4.999-.002L3 3.94A1 1 0 0 1 4 3h.234L29 27.766V28a1 1 0 0 1-.94.998m.939-4.06L7.062 3h2.172L29 22.766zM12.062 3h2.172L29 17.766v2.172zm5 0h2.172L29 12.766v2.172zm5 0h2.172L29 7.766v2.172zm5 0H28a1 1 0 0 1 1 1v.938z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastRedSquare(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="M1 28a3 3 0 0 0 3 3h24a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3H4a3 3 0 0 0-3 3zm3 1a1 1 0 0 1-1-1v-1.234L5.234 29zm4.062 0L3 23.938v-2.172L10.234 29zm5 0L3 18.938v-2.172L15.234 29zm5 0L3 13.938v-2.172L20.234 29zm5 0L3 8.938V6.766L25.234 29zm4.999-.002L3 3.94A1 1 0 0 1 4 3h.234L29 27.766V28a1 1 0 0 1-.94.998m.939-4.06L7.062 3h2.172L29 22.766zM12.062 3h2.172L29 17.766v2.172zm5 0h2.172L29 12.766v2.172zm5 0h2.172L29 7.766v2.172zm5 0H28a1 1 0 0 1 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="M1 28a3 3 0 0 0 3 3h24a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3H4a3 3 0 0 0-3 3zm3 1a1 1 0 0 1-1-1v-1.234L5.234 29zm4.062 0L3 23.938v-2.172L10.234 29zm5 0L3 18.938v-2.172L15.234 29zm5 0L3 13.938v-2.172L20.234 29zm5 0L3 8.938V6.766L25.234 29zm4.999-.002L3 3.94A1 1 0 0 1 4 3h.234L29 27.766V28a1 1 0 0 1-.94.998m.939-4.06L7.062 3h2.172L29 22.766zM12.062 3h2.172L29 17.766v2.172zm5 0h2.172L29 12.766v2.172zm5 0h2.172L29 7.766v2.172zm5 0H28a1 1 0 0 1 1 1v.938z"/></svg> </template>
CSS
.icon-red-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%22M1%2028a3%203%200%200%200%203%203h24a3%203%200%200%200%203-3V4a3%203%200%200%200-3-3H4a3%203%200%200%200-3%203zm3%201a1%201%200%200%201-1-1v-1.234L5.234%2029zm4.062%200L3%2023.938v-2.172L10.234%2029zm5%200L3%2018.938v-2.172L15.234%2029zm5%200L3%2013.938v-2.172L20.234%2029zm5%200L3%208.938V6.766L25.234%2029zm4.999-.002L3%203.94A1%201%200%200%201%204%203h.234L29%2027.766V28a1%201%200%200%201-.94.998m.939-4.06L7.062%203h2.172L29%2022.766zM12.062%203h2.172L29%2017.766v2.172zm5%200h2.172L29%2012.766v2.172zm5%200h2.172L29%207.766v2.172zm5%200H28a1%201%200%200%201%201%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%22M1%2028a3%203%200%200%200%203%203h24a3%203%200%200%200%203-3V4a3%203%200%200%200-3-3H4a3%203%200%200%200-3%203zm3%201a1%201%200%200%201-1-1v-1.234L5.234%2029zm4.062%200L3%2023.938v-2.172L10.234%2029zm5%200L3%2018.938v-2.172L15.234%2029zm5%200L3%2013.938v-2.172L20.234%2029zm5%200L3%208.938V6.766L25.234%2029zm4.999-.002L3%203.94A1%201%200%200%201%204%203h.234L29%2027.766V28a1%201%200%200%201-.94.998m.939-4.06L7.062%203h2.172L29%2022.766zM12.062%203h2.172L29%2017.766v2.172zm5%200h2.172L29%2012.766v2.172zm5%200h2.172L29%207.766v2.172zm5%200H28a1%201%200%200%201%201%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/red-square.svg?color=%231a73e8&size=48