dress emoji
dress from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- dress
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji High Contrast
Use the dress emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.929 1.58V3h.085a5.54 5.54 0 0 1 3.075 1.002A5.5 5.5 0 0 1 19.195 3h.044V1.58c0-.32.26-.58.58-.58h.64c.32 0 .58.26.58.58V3c1.968.013 3.451 1.879 2.958 3.822l-.003.01l-1.176 4.432v.258l6.938 13.491l.01.018c1.22 2.495-.275 5.758-3.29 6.038a3 3 0 0 1-.401.021h-.006c-.93 0-1.79-.292-2.495-.789a4.3 4.3 0 0 1-2.495.789a4.3 4.3 0 0 1-2.508-.798a4.3 4.3 0 0 1-2.457.798h-.048a4.34 4.34 0 0 1-2.435-.794c-.706.5-1.57.794-2.502.794c-.93 0-1.79-.292-2.495-.789a4.3 4.3 0 0 1-2.495.789h-.007c-.037 0-.205.002-.4-.021c-3.019-.28-4.523-3.537-3.3-6.038l.009-.018l6.938-13.479v-.268L8.193 6.834l-.003-.012C7.702 4.898 9.148 3.025 11.129 3V1.58c0-.32.26-.58.58-.58h.64c.32 0 .58.26.58.58m4.54 3.903c-.812.487-1.35 1.298-1.38 2.227c-.025-.927-.565-1.737-1.378-2.225A3.5 3.5 0 0 0 12.98 5h-1.81c-.7 0-1.21.66-1.04 1.33l1.25 4.671V11h9.44v.002l1.24-4.672c.17-.67-.35-1.33-1.04-1.33h-1.8a3.5 3.5 0 0 0-1.75.483M20.819 12h-9.44v.019L4.23 25.91c-.67 1.37.2 3.05 1.72 3.17c.06.01.13.01.19.01a2.325 2.325 0 0 0 2.33-2.33h.33a2.326 2.326 0 0 0 2.33 2.33a2.325 2.325 0 0 0 2.33-2.33h.33c0 .86.474 1.612 1.174 2.016c.336.194.724.307 1.136.314c.411-.003.803-.12 1.143-.318c.696-.408 1.177-1.163 1.177-2.012h.33a2.325 2.325 0 0 0 2.33 2.33a2.325 2.325 0 0 0 2.33-2.33h.33a2.326 2.326 0 0 0 2.33 2.33c.06 0 .13 0 .19-.01c1.51-.12 2.38-1.8 1.71-3.17l-7.15-13.904z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastDress(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="M12.929 1.58V3h.085a5.54 5.54 0 0 1 3.075 1.002A5.5 5.5 0 0 1 19.195 3h.044V1.58c0-.32.26-.58.58-.58h.64c.32 0 .58.26.58.58V3c1.968.013 3.451 1.879 2.958 3.822l-.003.01l-1.176 4.432v.258l6.938 13.491l.01.018c1.22 2.495-.275 5.758-3.29 6.038a3 3 0 0 1-.401.021h-.006c-.93 0-1.79-.292-2.495-.789a4.3 4.3 0 0 1-2.495.789a4.3 4.3 0 0 1-2.508-.798a4.3 4.3 0 0 1-2.457.798h-.048a4.34 4.34 0 0 1-2.435-.794c-.706.5-1.57.794-2.502.794c-.93 0-1.79-.292-2.495-.789a4.3 4.3 0 0 1-2.495.789h-.007c-.037 0-.205.002-.4-.021c-3.019-.28-4.523-3.537-3.3-6.038l.009-.018l6.938-13.479v-.268L8.193 6.834l-.003-.012C7.702 4.898 9.148 3.025 11.129 3V1.58c0-.32.26-.58.58-.58h.64c.32 0 .58.26.58.58m4.54 3.903c-.812.487-1.35 1.298-1.38 2.227c-.025-.927-.565-1.737-1.378-2.225A3.5 3.5 0 0 0 12.98 5h-1.81c-.7 0-1.21.66-1.04 1.33l1.25 4.671V11h9.44v.002l1.24-4.672c.17-.67-.35-1.33-1.04-1.33h-1.8a3.5 3.5 0 0 0-1.75.483M20.819 12h-9.44v.019L4.23 25.91c-.67 1.37.2 3.05 1.72 3.17c.06.01.13.01.19.01a2.325 2.325 0 0 0 2.33-2.33h.33a2.326 2.326 0 0 0 2.33 2.33a2.325 2.325 0 0 0 2.33-2.33h.33c0 .86.474 1.612 1.174 2.016c.336.194.724.307 1.136.314c.411-.003.803-.12 1.143-.318c.696-.408 1.177-1.163 1.177-2.012h.33a2.325 2.325 0 0 0 2.33 2.33a2.325 2.325 0 0 0 2.33-2.33h.33a2.326 2.326 0 0 0 2.33 2.33c.06 0 .13 0 .19-.01c1.51-.12 2.38-1.8 1.71-3.17l-7.15-13.904z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.929 1.58V3h.085a5.54 5.54 0 0 1 3.075 1.002A5.5 5.5 0 0 1 19.195 3h.044V1.58c0-.32.26-.58.58-.58h.64c.32 0 .58.26.58.58V3c1.968.013 3.451 1.879 2.958 3.822l-.003.01l-1.176 4.432v.258l6.938 13.491l.01.018c1.22 2.495-.275 5.758-3.29 6.038a3 3 0 0 1-.401.021h-.006c-.93 0-1.79-.292-2.495-.789a4.3 4.3 0 0 1-2.495.789a4.3 4.3 0 0 1-2.508-.798a4.3 4.3 0 0 1-2.457.798h-.048a4.34 4.34 0 0 1-2.435-.794c-.706.5-1.57.794-2.502.794c-.93 0-1.79-.292-2.495-.789a4.3 4.3 0 0 1-2.495.789h-.007c-.037 0-.205.002-.4-.021c-3.019-.28-4.523-3.537-3.3-6.038l.009-.018l6.938-13.479v-.268L8.193 6.834l-.003-.012C7.702 4.898 9.148 3.025 11.129 3V1.58c0-.32.26-.58.58-.58h.64c.32 0 .58.26.58.58m4.54 3.903c-.812.487-1.35 1.298-1.38 2.227c-.025-.927-.565-1.737-1.378-2.225A3.5 3.5 0 0 0 12.98 5h-1.81c-.7 0-1.21.66-1.04 1.33l1.25 4.671V11h9.44v.002l1.24-4.672c.17-.67-.35-1.33-1.04-1.33h-1.8a3.5 3.5 0 0 0-1.75.483M20.819 12h-9.44v.019L4.23 25.91c-.67 1.37.2 3.05 1.72 3.17c.06.01.13.01.19.01a2.325 2.325 0 0 0 2.33-2.33h.33a2.326 2.326 0 0 0 2.33 2.33a2.325 2.325 0 0 0 2.33-2.33h.33c0 .86.474 1.612 1.174 2.016c.336.194.724.307 1.136.314c.411-.003.803-.12 1.143-.318c.696-.408 1.177-1.163 1.177-2.012h.33a2.325 2.325 0 0 0 2.33 2.33a2.325 2.325 0 0 0 2.33-2.33h.33a2.326 2.326 0 0 0 2.33 2.33c.06 0 .13 0 .19-.01c1.51-.12 2.38-1.8 1.71-3.17l-7.15-13.904z"/></svg> </template>
CSS
.icon-dress {
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%22M12.929%201.58V3h.085a5.54%205.54%200%200%201%203.075%201.002A5.5%205.5%200%200%201%2019.195%203h.044V1.58c0-.32.26-.58.58-.58h.64c.32%200%20.58.26.58.58V3c1.968.013%203.451%201.879%202.958%203.822l-.003.01l-1.176%204.432v.258l6.938%2013.491l.01.018c1.22%202.495-.275%205.758-3.29%206.038a3%203%200%200%201-.401.021h-.006c-.93%200-1.79-.292-2.495-.789a4.3%204.3%200%200%201-2.495.789a4.3%204.3%200%200%201-2.508-.798a4.3%204.3%200%200%201-2.457.798h-.048a4.34%204.34%200%200%201-2.435-.794c-.706.5-1.57.794-2.502.794c-.93%200-1.79-.292-2.495-.789a4.3%204.3%200%200%201-2.495.789h-.007c-.037%200-.205.002-.4-.021c-3.019-.28-4.523-3.537-3.3-6.038l.009-.018l6.938-13.479v-.268L8.193%206.834l-.003-.012C7.702%204.898%209.148%203.025%2011.129%203V1.58c0-.32.26-.58.58-.58h.64c.32%200%20.58.26.58.58m4.54%203.903c-.812.487-1.35%201.298-1.38%202.227c-.025-.927-.565-1.737-1.378-2.225A3.5%203.5%200%200%200%2012.98%205h-1.81c-.7%200-1.21.66-1.04%201.33l1.25%204.671V11h9.44v.002l1.24-4.672c.17-.67-.35-1.33-1.04-1.33h-1.8a3.5%203.5%200%200%200-1.75.483M20.819%2012h-9.44v.019L4.23%2025.91c-.67%201.37.2%203.05%201.72%203.17c.06.01.13.01.19.01a2.325%202.325%200%200%200%202.33-2.33h.33a2.326%202.326%200%200%200%202.33%202.33a2.325%202.325%200%200%200%202.33-2.33h.33c0%20.86.474%201.612%201.174%202.016c.336.194.724.307%201.136.314c.411-.003.803-.12%201.143-.318c.696-.408%201.177-1.163%201.177-2.012h.33a2.325%202.325%200%200%200%202.33%202.33a2.325%202.325%200%200%200%202.33-2.33h.33a2.326%202.326%200%200%200%202.33%202.33c.06%200%20.13%200%20.19-.01c1.51-.12%202.38-1.8%201.71-3.17l-7.15-13.904z%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%22M12.929%201.58V3h.085a5.54%205.54%200%200%201%203.075%201.002A5.5%205.5%200%200%201%2019.195%203h.044V1.58c0-.32.26-.58.58-.58h.64c.32%200%20.58.26.58.58V3c1.968.013%203.451%201.879%202.958%203.822l-.003.01l-1.176%204.432v.258l6.938%2013.491l.01.018c1.22%202.495-.275%205.758-3.29%206.038a3%203%200%200%201-.401.021h-.006c-.93%200-1.79-.292-2.495-.789a4.3%204.3%200%200%201-2.495.789a4.3%204.3%200%200%201-2.508-.798a4.3%204.3%200%200%201-2.457.798h-.048a4.34%204.34%200%200%201-2.435-.794c-.706.5-1.57.794-2.502.794c-.93%200-1.79-.292-2.495-.789a4.3%204.3%200%200%201-2.495.789h-.007c-.037%200-.205.002-.4-.021c-3.019-.28-4.523-3.537-3.3-6.038l.009-.018l6.938-13.479v-.268L8.193%206.834l-.003-.012C7.702%204.898%209.148%203.025%2011.129%203V1.58c0-.32.26-.58.58-.58h.64c.32%200%20.58.26.58.58m4.54%203.903c-.812.487-1.35%201.298-1.38%202.227c-.025-.927-.565-1.737-1.378-2.225A3.5%203.5%200%200%200%2012.98%205h-1.81c-.7%200-1.21.66-1.04%201.33l1.25%204.671V11h9.44v.002l1.24-4.672c.17-.67-.35-1.33-1.04-1.33h-1.8a3.5%203.5%200%200%200-1.75.483M20.819%2012h-9.44v.019L4.23%2025.91c-.67%201.37.2%203.05%201.72%203.17c.06.01.13.01.19.01a2.325%202.325%200%200%200%202.33-2.33h.33a2.326%202.326%200%200%200%202.33%202.33a2.325%202.325%200%200%200%202.33-2.33h.33c0%20.86.474%201.612%201.174%202.016c.336.194.724.307%201.136.314c.411-.003.803-.12%201.143-.318c.696-.408%201.177-1.163%201.177-2.012h.33a2.325%202.325%200%200%200%202.33%202.33a2.325%202.325%200%200%200%202.33-2.33h.33a2.326%202.326%200%200%200%202.33%202.33c.06%200%20.13%200%20.19-.01c1.51-.12%202.38-1.8%201.71-3.17l-7.15-13.904z%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/dress.svg?color=%231a73e8&size=48