orange square emoji
orange-square from Fluent Emoji High Contrast by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.
- Name
- orange-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 orange square emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 1h24a3 3 0 0 1 3 3v24a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3M3 4v1.645L5.645 3H4a1 1 0 0 0-1 1m0 3.059v3.586L10.645 3H7.059zM12.059 3L3 12.059v3.586L15.645 3zm5 0L3 17.059v3.586L20.645 3zm5 0L3 22.059v3.586L25.645 3zm5 0L3 27.059V28a1 1 0 0 0 1 1h.645L29 4.645V4a1 1 0 0 0-1-1zM29 6.059L6.059 29h3.586L29 9.645zm0 5L11.059 29h3.586L29 14.645zm0 5L16.059 29h3.586L29 19.645zm0 5L21.059 29h3.586L29 24.645zm0 5L26.059 29H28a1 1 0 0 0 1-1z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastOrangeSquare(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="M4 1h24a3 3 0 0 1 3 3v24a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3M3 4v1.645L5.645 3H4a1 1 0 0 0-1 1m0 3.059v3.586L10.645 3H7.059zM12.059 3L3 12.059v3.586L15.645 3zm5 0L3 17.059v3.586L20.645 3zm5 0L3 22.059v3.586L25.645 3zm5 0L3 27.059V28a1 1 0 0 0 1 1h.645L29 4.645V4a1 1 0 0 0-1-1zM29 6.059L6.059 29h3.586L29 9.645zm0 5L11.059 29h3.586L29 14.645zm0 5L16.059 29h3.586L29 19.645zm0 5L21.059 29h3.586L29 24.645zm0 5L26.059 29H28a1 1 0 0 0 1-1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 1h24a3 3 0 0 1 3 3v24a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3M3 4v1.645L5.645 3H4a1 1 0 0 0-1 1m0 3.059v3.586L10.645 3H7.059zM12.059 3L3 12.059v3.586L15.645 3zm5 0L3 17.059v3.586L20.645 3zm5 0L3 22.059v3.586L25.645 3zm5 0L3 27.059V28a1 1 0 0 0 1 1h.645L29 4.645V4a1 1 0 0 0-1-1zM29 6.059L6.059 29h3.586L29 9.645zm0 5L11.059 29h3.586L29 14.645zm0 5L16.059 29h3.586L29 19.645zm0 5L21.059 29h3.586L29 24.645zm0 5L26.059 29H28a1 1 0 0 0 1-1z"/></svg> </template>
CSS
.icon-orange-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%22M4%201h24a3%203%200%200%201%203%203v24a3%203%200%200%201-3%203H4a3%203%200%200%201-3-3V4a3%203%200%200%201%203-3M3%204v1.645L5.645%203H4a1%201%200%200%200-1%201m0%203.059v3.586L10.645%203H7.059zM12.059%203L3%2012.059v3.586L15.645%203zm5%200L3%2017.059v3.586L20.645%203zm5%200L3%2022.059v3.586L25.645%203zm5%200L3%2027.059V28a1%201%200%200%200%201%201h.645L29%204.645V4a1%201%200%200%200-1-1zM29%206.059L6.059%2029h3.586L29%209.645zm0%205L11.059%2029h3.586L29%2014.645zm0%205L16.059%2029h3.586L29%2019.645zm0%205L21.059%2029h3.586L29%2024.645zm0%205L26.059%2029H28a1%201%200%200%200%201-1z%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%22M4%201h24a3%203%200%200%201%203%203v24a3%203%200%200%201-3%203H4a3%203%200%200%201-3-3V4a3%203%200%200%201%203-3M3%204v1.645L5.645%203H4a1%201%200%200%200-1%201m0%203.059v3.586L10.645%203H7.059zM12.059%203L3%2012.059v3.586L15.645%203zm5%200L3%2017.059v3.586L20.645%203zm5%200L3%2022.059v3.586L25.645%203zm5%200L3%2027.059V28a1%201%200%200%200%201%201h.645L29%204.645V4a1%201%200%200%200-1-1zM29%206.059L6.059%2029h3.586L29%209.645zm0%205L11.059%2029h3.586L29%2014.645zm0%205L16.059%2029h3.586L29%2019.645zm0%205L21.059%2029h3.586L29%2024.645zm0%205L26.059%2029H28a1%201%200%200%200%201-1z%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/orange-square.svg?color=%231a73e8&size=48