dress emoji
dress from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- dress
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji Flat
Use the dress emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#46a4fb" d="M12.929 5V2.58a.58.58 0 0 0-.58-.58h-.64a.58.58 0 0 0-.58.58V5a1.07 1.07 0 0 0-1 1.33l1.25 4.673v1.014h.002L4.228 26.91c-.67 1.37.213 3.09 1.755 3.09c.88 0 1.15-.272 1.411-.534c.241-.241.473-.474 1.167-.474c.73 0 .978.247 1.228.497c.246.244.494.492 1.202.511c.854 0 1.194-.295 1.505-.566c.263-.23.507-.442 1.026-.442c.537 0 .804.226 1.084.464c.307.26.63.535 1.343.544h.034c.716-.009 1.042-.283 1.35-.544c.283-.238.55-.464 1.09-.464c.523 0 .768.212 1.033.442c.313.27.654.566 1.513.566c.712-.02.962-.267 1.209-.511c.252-.25.5-.497 1.235-.497c.698 0 .93.233 1.173.474c.262.262.535.534 1.42.534c1.55 0 2.439-1.72 1.765-3.09l-6.954-14.893v-1.014l1.24-4.673A1.076 1.076 0 0 0 21.039 5V2.58a.58.58 0 0 0-.58-.58h-.64a.58.58 0 0 0-.58.58V5h-.02c-1.71.02-3.08 1.21-3.13 2.71c-.04-1.49-1.41-2.68-3.11-2.71z"/><path fill="#6b438b" d="M20.819 11h-9.44v1h9.44z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatDress(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#46a4fb" d="M12.929 5V2.58a.58.58 0 0 0-.58-.58h-.64a.58.58 0 0 0-.58.58V5a1.07 1.07 0 0 0-1 1.33l1.25 4.673v1.014h.002L4.228 26.91c-.67 1.37.213 3.09 1.755 3.09c.88 0 1.15-.272 1.411-.534c.241-.241.473-.474 1.167-.474c.73 0 .978.247 1.228.497c.246.244.494.492 1.202.511c.854 0 1.194-.295 1.505-.566c.263-.23.507-.442 1.026-.442c.537 0 .804.226 1.084.464c.307.26.63.535 1.343.544h.034c.716-.009 1.042-.283 1.35-.544c.283-.238.55-.464 1.09-.464c.523 0 .768.212 1.033.442c.313.27.654.566 1.513.566c.712-.02.962-.267 1.209-.511c.252-.25.5-.497 1.235-.497c.698 0 .93.233 1.173.474c.262.262.535.534 1.42.534c1.55 0 2.439-1.72 1.765-3.09l-6.954-14.893v-1.014l1.24-4.673A1.076 1.076 0 0 0 21.039 5V2.58a.58.58 0 0 0-.58-.58h-.64a.58.58 0 0 0-.58.58V5h-.02c-1.71.02-3.08 1.21-3.13 2.71c-.04-1.49-1.41-2.68-3.11-2.71z"/><path fill="#6b438b" d="M20.819 11h-9.44v1h9.44z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#46a4fb" d="M12.929 5V2.58a.58.58 0 0 0-.58-.58h-.64a.58.58 0 0 0-.58.58V5a1.07 1.07 0 0 0-1 1.33l1.25 4.673v1.014h.002L4.228 26.91c-.67 1.37.213 3.09 1.755 3.09c.88 0 1.15-.272 1.411-.534c.241-.241.473-.474 1.167-.474c.73 0 .978.247 1.228.497c.246.244.494.492 1.202.511c.854 0 1.194-.295 1.505-.566c.263-.23.507-.442 1.026-.442c.537 0 .804.226 1.084.464c.307.26.63.535 1.343.544h.034c.716-.009 1.042-.283 1.35-.544c.283-.238.55-.464 1.09-.464c.523 0 .768.212 1.033.442c.313.27.654.566 1.513.566c.712-.02.962-.267 1.209-.511c.252-.25.5-.497 1.235-.497c.698 0 .93.233 1.173.474c.262.262.535.534 1.42.534c1.55 0 2.439-1.72 1.765-3.09l-6.954-14.893v-1.014l1.24-4.673A1.076 1.076 0 0 0 21.039 5V2.58a.58.58 0 0 0-.58-.58h-.64a.58.58 0 0 0-.58.58V5h-.02c-1.71.02-3.08 1.21-3.13 2.71c-.04-1.49-1.41-2.68-3.11-2.71z"/><path fill="#6b438b" d="M20.819 11h-9.44v1h9.44z"/></g></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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2346a4fb%22%20d%3D%22M12.929%205V2.58a.58.58%200%200%200-.58-.58h-.64a.58.58%200%200%200-.58.58V5a1.07%201.07%200%200%200-1%201.33l1.25%204.673v1.014h.002L4.228%2026.91c-.67%201.37.213%203.09%201.755%203.09c.88%200%201.15-.272%201.411-.534c.241-.241.473-.474%201.167-.474c.73%200%20.978.247%201.228.497c.246.244.494.492%201.202.511c.854%200%201.194-.295%201.505-.566c.263-.23.507-.442%201.026-.442c.537%200%20.804.226%201.084.464c.307.26.63.535%201.343.544h.034c.716-.009%201.042-.283%201.35-.544c.283-.238.55-.464%201.09-.464c.523%200%20.768.212%201.033.442c.313.27.654.566%201.513.566c.712-.02.962-.267%201.209-.511c.252-.25.5-.497%201.235-.497c.698%200%20.93.233%201.173.474c.262.262.535.534%201.42.534c1.55%200%202.439-1.72%201.765-3.09l-6.954-14.893v-1.014l1.24-4.673A1.076%201.076%200%200%200%2021.039%205V2.58a.58.58%200%200%200-.58-.58h-.64a.58.58%200%200%200-.58.58V5h-.02c-1.71.02-3.08%201.21-3.13%202.71c-.04-1.49-1.41-2.68-3.11-2.71z%22%2F%3E%3Cpath%20fill%3D%22%236b438b%22%20d%3D%22M20.819%2011h-9.44v1h9.44z%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%22none%22%3E%3Cpath%20fill%3D%22%2346a4fb%22%20d%3D%22M12.929%205V2.58a.58.58%200%200%200-.58-.58h-.64a.58.58%200%200%200-.58.58V5a1.07%201.07%200%200%200-1%201.33l1.25%204.673v1.014h.002L4.228%2026.91c-.67%201.37.213%203.09%201.755%203.09c.88%200%201.15-.272%201.411-.534c.241-.241.473-.474%201.167-.474c.73%200%20.978.247%201.228.497c.246.244.494.492%201.202.511c.854%200%201.194-.295%201.505-.566c.263-.23.507-.442%201.026-.442c.537%200%20.804.226%201.084.464c.307.26.63.535%201.343.544h.034c.716-.009%201.042-.283%201.35-.544c.283-.238.55-.464%201.09-.464c.523%200%20.768.212%201.033.442c.313.27.654.566%201.513.566c.712-.02.962-.267%201.209-.511c.252-.25.5-.497%201.235-.497c.698%200%20.93.233%201.173.474c.262.262.535.534%201.42.534c1.55%200%202.439-1.72%201.765-3.09l-6.954-14.893v-1.014l1.24-4.673A1.076%201.076%200%200%200%2021.039%205V2.58a.58.58%200%200%200-.58-.58h-.64a.58.58%200%200%200-.58.58V5h-.02c-1.71.02-3.08%201.21-3.13%202.71c-.04-1.49-1.41-2.68-3.11-2.71z%22%2F%3E%3Cpath%20fill%3D%22%236b438b%22%20d%3D%22M20.819%2011h-9.44v1h9.44z%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-flat/dress.svg?color=%231a73e8&size=48