dress 02 icon
dress-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- dress-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the dress 02 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M9.5 9c-1.455-.5-2.23-1.011-2-3c.13-1.12.5-2-.5-3l2.5-1c.167 1.167 1 2.5 2.5 3c1.5-.5 2.333-1.833 2.5-3L17 3c-1 1-.63 1.88-.5 3c.23 1.989-.545 2.5-2 3m-6 3h7c-.5-1-.5-2-.5-3H9c0 1 0 2-.5 3"/><path d="M16.312 21.448c1.287.736 2.977.72 4.283-.016c.36-.207.547-.684.277-.971c-1.927-2.053-3.375-4.56-4.38-7.106c-.265-.673-.397-1.008-.652-1.182S15.243 12 14.56 12H9.442c-.685 0-1.027 0-1.282.173c-.255.174-.387.51-.652 1.181c-1.005 2.548-2.453 5.054-4.38 7.107c-.27.287-.082.764.277.97c1.306.736 2.996.753 4.283.017a2.69 2.69 0 0 1 2.611 0c.524.295 1.163.552 1.701.552s1.177-.257 1.7-.552a2.69 2.69 0 0 1 2.612 0Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsDress02(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M9.5 9c-1.455-.5-2.23-1.011-2-3c.13-1.12.5-2-.5-3l2.5-1c.167 1.167 1 2.5 2.5 3c1.5-.5 2.333-1.833 2.5-3L17 3c-1 1-.63 1.88-.5 3c.23 1.989-.545 2.5-2 3m-6 3h7c-.5-1-.5-2-.5-3H9c0 1 0 2-.5 3"/><path d="M16.312 21.448c1.287.736 2.977.72 4.283-.016c.36-.207.547-.684.277-.971c-1.927-2.053-3.375-4.56-4.38-7.106c-.265-.673-.397-1.008-.652-1.182S15.243 12 14.56 12H9.442c-.685 0-1.027 0-1.282.173c-.255.174-.387.51-.652 1.181c-1.005 2.548-2.453 5.054-4.38 7.107c-.27.287-.082.764.277.97c1.306.736 2.996.753 4.283.017a2.69 2.69 0 0 1 2.611 0c.524.295 1.163.552 1.701.552s1.177-.257 1.7-.552a2.69 2.69 0 0 1 2.612 0Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M9.5 9c-1.455-.5-2.23-1.011-2-3c.13-1.12.5-2-.5-3l2.5-1c.167 1.167 1 2.5 2.5 3c1.5-.5 2.333-1.833 2.5-3L17 3c-1 1-.63 1.88-.5 3c.23 1.989-.545 2.5-2 3m-6 3h7c-.5-1-.5-2-.5-3H9c0 1 0 2-.5 3"/><path d="M16.312 21.448c1.287.736 2.977.72 4.283-.016c.36-.207.547-.684.277-.971c-1.927-2.053-3.375-4.56-4.38-7.106c-.265-.673-.397-1.008-.652-1.182S15.243 12 14.56 12H9.442c-.685 0-1.027 0-1.282.173c-.255.174-.387.51-.652 1.181c-1.005 2.548-2.453 5.054-4.38 7.107c-.27.287-.082.764.277.97c1.306.736 2.996.753 4.283.017a2.69 2.69 0 0 1 2.611 0c.524.295 1.163.552 1.701.552s1.177-.257 1.7-.552a2.69 2.69 0 0 1 2.612 0Z"/></g></svg> </template>
CSS
.icon-dress-02 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9.5%209c-1.455-.5-2.23-1.011-2-3c.13-1.12.5-2-.5-3l2.5-1c.167%201.167%201%202.5%202.5%203c1.5-.5%202.333-1.833%202.5-3L17%203c-1%201-.63%201.88-.5%203c.23%201.989-.545%202.5-2%203m-6%203h7c-.5-1-.5-2-.5-3H9c0%201%200%202-.5%203%22%2F%3E%3Cpath%20d%3D%22M16.312%2021.448c1.287.736%202.977.72%204.283-.016c.36-.207.547-.684.277-.971c-1.927-2.053-3.375-4.56-4.38-7.106c-.265-.673-.397-1.008-.652-1.182S15.243%2012%2014.56%2012H9.442c-.685%200-1.027%200-1.282.173c-.255.174-.387.51-.652%201.181c-1.005%202.548-2.453%205.054-4.38%207.107c-.27.287-.082.764.277.97c1.306.736%202.996.753%204.283.017a2.69%202.69%200%200%201%202.611%200c.524.295%201.163.552%201.701.552s1.177-.257%201.7-.552a2.69%202.69%200%200%201%202.612%200Z%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9.5%209c-1.455-.5-2.23-1.011-2-3c.13-1.12.5-2-.5-3l2.5-1c.167%201.167%201%202.5%202.5%203c1.5-.5%202.333-1.833%202.5-3L17%203c-1%201-.63%201.88-.5%203c.23%201.989-.545%202.5-2%203m-6%203h7c-.5-1-.5-2-.5-3H9c0%201%200%202-.5%203%22%2F%3E%3Cpath%20d%3D%22M16.312%2021.448c1.287.736%202.977.72%204.283-.016c.36-.207.547-.684.277-.971c-1.927-2.053-3.375-4.56-4.38-7.106c-.265-.673-.397-1.008-.652-1.182S15.243%2012%2014.56%2012H9.442c-.685%200-1.027%200-1.282.173c-.255.174-.387.51-.652%201.181c-1.005%202.548-2.453%205.054-4.38%207.107c-.27.287-.082.764.277.97c1.306.736%202.996.753%204.283.017a2.69%202.69%200%200%201%202.611%200c.524.295%201.163.552%201.701.552s1.177-.257%201.7-.552a2.69%202.69%200%200%201%202.612%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/dress-02.svg?color=%231a73e8&size=48