dress icon
dress-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- dress-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Use the dress icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4 7a5 5 0 0 1 5-5c.482 0 .938.17 1.114.667a2.001 2.001 0 0 0 3.772 0C14.063 2.17 14.519 2 15 2a5 5 0 0 1 5 5v.5A1.5 1.5 0 0 1 18.5 9H16c0 .77-.076 1.554.438 2.197l2.028 2.535A7 7 0 0 1 20 18.105V19a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3v-.895a7 7 0 0 1 1.534-4.373l2.028-2.535C8.076 10.554 8 9.771 8 9H5.5A1.5 1.5 0 0 1 4 7.5z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteDressFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M4 7a5 5 0 0 1 5-5c.482 0 .938.17 1.114.667a2.001 2.001 0 0 0 3.772 0C14.063 2.17 14.519 2 15 2a5 5 0 0 1 5 5v.5A1.5 1.5 0 0 1 18.5 9H16c0 .77-.076 1.554.438 2.197l2.028 2.535A7 7 0 0 1 20 18.105V19a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3v-.895a7 7 0 0 1 1.534-4.373l2.028-2.535C8.076 10.554 8 9.771 8 9H5.5A1.5 1.5 0 0 1 4 7.5z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4 7a5 5 0 0 1 5-5c.482 0 .938.17 1.114.667a2.001 2.001 0 0 0 3.772 0C14.063 2.17 14.519 2 15 2a5 5 0 0 1 5 5v.5A1.5 1.5 0 0 1 18.5 9H16c0 .77-.076 1.554.438 2.197l2.028 2.535A7 7 0 0 1 20 18.105V19a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3v-.895a7 7 0 0 1 1.534-4.373l2.028-2.535C8.076 10.554 8 9.771 8 9H5.5A1.5 1.5 0 0 1 4 7.5z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-dress-fill {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4%207a5%205%200%200%201%205-5c.482%200%20.938.17%201.114.667a2.001%202.001%200%200%200%203.772%200C14.063%202.17%2014.519%202%2015%202a5%205%200%200%201%205%205v.5A1.5%201.5%200%200%201%2018.5%209H16c0%20.77-.076%201.554.438%202.197l2.028%202.535A7%207%200%200%201%2020%2018.105V19a3%203%200%200%201-3%203H7a3%203%200%200%201-3-3v-.895a7%207%200%200%201%201.534-4.373l2.028-2.535C8.076%2010.554%208%209.771%208%209H5.5A1.5%201.5%200%200%201%204%207.5z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4%207a5%205%200%200%201%205-5c.482%200%20.938.17%201.114.667a2.001%202.001%200%200%200%203.772%200C14.063%202.17%2014.519%202%2015%202a5%205%200%200%201%205%205v.5A1.5%201.5%200%200%201%2018.5%209H16c0%20.77-.076%201.554.438%202.197l2.028%202.535A7%207%200%200%201%2020%2018.105V19a3%203%200%200%201-3%203H7a3%203%200%200%201-3-3v-.895a7%207%200%200%201%201.534-4.373l2.028-2.535C8.076%2010.554%208%209.771%208%209H5.5A1.5%201.5%200%200%201%204%207.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/dress-fill.svg?color=%231a73e8&size=48